@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* font-family: "Manrope", serif; */


body{
    background: rgb(198,199,251);
    background: linear-gradient(255.94deg, #d0e5fc 0%, #ffffffa8 99%, #ffffff 91.93%);
}
.top_hdr p span, a.call_btn img,.single-plan img,footer.site-footer img  {
    width: auto;
}
ul.nv_links {
    margin: 0;
}
h5.faq-desc {
    color: #072188 !important;
}
.cmenu .mainmenu>ul>li>a, a {
    text-decoration: none;
    font-weight: normal;
}
ul.nv_links {
    margin: 0;
}
.cmn_gap {
    padding: 144px 0 72px;
}
.login_box a {
    text-decoration: none;
}
.login_box ul{
    margin:0
}
.faq_secton{
    padding: 60px 0px;
}
.faq_secton h1{
    font-size: 38px;
    line-height: 40px;
    font-family: 'Figtree';
    color: #072188;
}
button.accordion-button{
    color: #072188;
}
.accordion-button{
    font-size: 20px;
    font-weight: 500;

    
}
.faq_section .accordion-button::after{
   background: url(../images/plusnew.svg)no-repeat center center / 40px;
   width:40px;
   height:40px;
   border-radius: 50%;
}
.accordion-button:not(.collapsed)::after{
    background: url(../images/minusnew.svg)no-repeat center center / 40px;
   width:40px;
   height:40px;
   border-radius: 50%;
}
.accordion-button:not(.collapsed) {
    color: #072188;
    background-color: #fff;
    box-shadow: none;
}
.accordion-item {
    background-color: #fff;
    border: 0px;
    border-radius: 22px !important;
    margin-bottom: 16px;
    overflow: hidden;
}
.faq_section .title{
    text-align: left;
}
.faq_section .accordion{
    margin-top: 48px;
}
footer.site-footer ul {
    padding: 0 !important;
}


@media (max-width:767px) {
    .cmn_gap {
        padding: 120px 0 23px;
    }
    .faq_secton h1 {
        font-size: 30px;
        line-height: 38px;
       
    }
    .faq_section .accordion {
        margin-top: 31px;
    }
}