/* --------------------------------------contact_sec----------------------------- */



/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1599.98px) {}


/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {

    .faqs_sec .helf-section .left-side {
        width: 350px;
        padding-right: 30px;
    }

    .faqs_sec .helf-section .right-side {
        width: calc(100% - 350px);
        padding-left: 30px;
    }


}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

    .helf-section {
        flex-wrap: wrap;
    }

    .faqs_sec .helf-section .left-side {
        width: 100%;
        padding-right: 0;
        border-right: 0px solid rgba(170, 170, 170, 0.4);
        margin-bottom: 30px;
    }

    .faqs_sec .helf-section .right-side {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .faq_cta .img-wrap {
        max-width: 150px;
    }

    .faqs .accordion_in,
    .faqs_1 .accordion_in {
        margin-bottom: 10px !important;
    }

    .acc_head {
        font-size: 18px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {

    .acc_head {
        font-size: 16px;
    }

}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

    .faq_cta {
        padding: 20px;
    }

}