@media(min-width:768px){
    .service-sec{
        position: relative;
        top: 28px;
    }
}
@media(min-width:1200px){
    .contetnt-sec{
        width: 50%;
        padding: 10px;
    }
}
/* .accordion-header{
    background-color:#1A1D20;
} */
.about-wrapper {
    border-bottom: 1px solid white;
}
/* .faqs h3{
    color: white;
} */
.referral-sec{
background-color: white;

}
@media(min-width:1200px){
.solution-para{
    width: 90%;
}
}
.footer-copyright a:hover{
    border-bottom: 1px solid white;
}
.pricing-card-items li{
    font-size: 14px;
}
.contact-section .bg-prpmary button{
    background-color:  var(--theme);;
}