@media (min-width:1400px) and (max-width:1599.98px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width:1200px) and (max-width:1599.98px) {
    /* .form_section {
        background-size: 60% 90% !important;
    } */
}

@media (min-width:992px) and (max-width:1199.98px) {
    /* .form_section {
        background-size: 62% 95% !important;
    } */
}

@media (min-width:1200px) {
    .hero_section {
        height: calc(100vh - 91px);
    }

    .hero_section,
    .hero_section .carousel-inner {
        height: calc(100vh - 91px);
    }

    .hero-section-carousel img {
        width: 100%;
    }

}

@media (max-width:1440px) {
    .arrow_btns {
        width: 25px !important;
    }

    .general_section_bg {
        background-size: 55% 100% !important;
    }
}

@media (max-width:1199.98px) {
    .toggle_icon {
        top: 2%;
    }

    .carousel-heding-content {
        left: 12px !important;
        top: 150px;
    }
}

@media (max-width:991.98px) {
    .form_section {
        background-image: none !important;
    }

    .general_section_bg {
        background-image: none !important;
    }

    .toggle_icon {
        top: 2.9%;
    }
}


@media (max-width:575.98px) {
    .logo_img {
        width: 80px;
    }

    .form_bg {
        padding: 24px !important;
    }

    .footer_bg {
        background-image: none, url("../img/png/footer-wave-2.webp") !important;
    }

    .hero-section-carousel img {
        height: calc(100vh - 70px)
    }

    .carousel-heding-content {
        left: 12px !important;
        top: 150px;
    }

    .toggle_icon {
        top: 3.9%;
    }
}