/* XXL: 1400px and up start*/
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }

}

/* XXL: 1400px and up end */

/* XL: 1200px - 1399.98px start*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1260px;
    }

}

/* XL: 1200px - 1399.98px end*/

/* LG: 992px - 1199.98px start*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 1260px;
    }

}

/* LG: 992px - 1199.98px end*/


/* MD: 768px - 991.98px start*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }


    .about-us-section .about-counter {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-us-section .counter-box {
        border: none;
        padding-right: 0;
    }

    .need-custom-main-div .need-custom-div {
        flex-direction: column;
        /* align-items: flex-start; */
        padding: 25px;
    }

    .need-custom-main-div .need-custom-div-title h4 {
        font-size: 28px;
    }

    .whatsapp-desktop {
        display: none !important;
    }

    .whatsapp-mobile {
        display: block !important;
    }

    .about-us-section .about-content {
        margin-top: 44px;
    }


}

/* MD: 768px - 991.98px end*/


@media (max-width: 768px) {
    .desktop_whatsapp {
        display: none;
    }

    .mobile_whatsapp {
        display: block;
    }
}

/* SM: 576px - 767.98px start*/
@media (min-width: 576px) and (max-width: 767.98px) {

    /* .footer_num_div p{
        margin-bottom: 40px !important;
    } */

    .cta_btn_div {
        text-align: center !important;
        margin-top: 25px;
    }


    .slider_section2 {
        display: block !important;
    }


    .slider_section {
        display: none !important;
    }



    .image_overlay_car_whyus {
        clip-path: unset !important
    }

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }



    .desktop_banner_section {
        display: none;
    }

    .mobile_banner_section {
        display: block;
    }

    .hero-btn {
        justify-content: center;
        flex-wrap: wrap;
    }


    .about-us-section .about-counter {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-us-section .counter-box {
        border: none;
        padding-right: 0;
    }

    .need-custom-main-div .need-custom-div {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }

    .need-custom-main-div .need-custom-div-title h4 {
        font-size: 28px;
    }

    .whatsapp-desktop {
        display: none !important;
    }

    .whatsapp-mobile {
        display: block !important;
    }

    .about-us-section .about-content {
        margin-top: 44px;
    }

    .about-us-section .experience-card {
        left: -19px;
    }
}

/* SM: 576px - 767.98px end*/

/* XS: <576px start*/
@media (max-width: 575.98px) {


    .footer_num_div p {
        margin-bottom: 40px !important;
    }


    .cta_btn_div {
        text-align: center !important;
        margin-top: 25px;
    }

    .slider_section2 {
        display: block !important;
    }


    .slider_section {
        display: none !important;
    }


    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }

    .image_overlay_car_whyus {
        clip-path: unset !important
    }

    .desktop_banner_section {
        display: none;
    }

    .mobile_banner_section {
        display: block;
    }

    .about-us-section .about-content h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .about-us-section .about-counter {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .about-us-section .about-btn {
        width: 100%;
        justify-content: center;
    }

    .need-custom-main-div .need-custom-div-title h4 {
        font-size: 24px;
    }

    .need-custom-main-div .need-custom-call-main-div,
    .need-custom-main-div .need-custom-whatsapp-main-div {
        width: 100%;
    }

    .whatsapp-desktop {
        display: none !important;
    }

    .whatsapp-mobile {
        display: block !important;
    }

    /* .about-content span{
            margin-top: 43px !important;
        } */

    .about-us-section .about-content {
        margin-top: 44px;
    }

    .about-us-section .experience-card {
        left: 0px;
    }

    .contact-page-content {
        margin-bottom: 10px !important;
    }

}


/* XS: <576px end*/
