/* 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;
    }


    .hero-slider-section .row {
        flex-direction: column-reverse;
    }

    .hero-slider-left-side-content-div {
        padding: 40px 13px 0 13px;
        text-align: center;
    }

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

    .hero-slide-div {
        height: 420px;
        margin-bottom: 30px;
    }

    .hero-fixed-card {
        right: 20px;
        width: 180px;
    }

    .hero-bottom-features {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 30px;
        padding: 20px;
    }

    .hero-bottom-features .col {
        border: none !important;
        margin-bottom: 20px;
    }

    .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;
    }


    .hero-slider-section .row {
        flex-direction: column-reverse;
    }

    .hero-slider-left-side-content-div {
        padding: 40px 13px 0 13px;
        text-align: center;
    }

    .hero-slider-left-side-content-div h1,
    .hero-slider-left-side-content-div h1 span {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-slide-div {
        height: 320px;
        margin-bottom: 25px;
    }

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

    .hero-fixed-card {
        display: none;
    }

    .hero-bottom-features {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 25px;
        padding: 20px;
    }

    .hero-bottom-features .col {
        border: none !important;
        margin-bottom: 20px;
    }

    .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
    }

    .hero-slider-section .row {
        flex-direction: column-reverse;
    }

    .hero-slider-left-side-content-div {
        padding: 40px 13px 0 13px;
        /* text-align: center; */
    }

    .hero-slider-left-side-content-div h1,
    .hero-slider-left-side-content-div h1 span {
        font-size: 24px;
        line-height: 34px;
    }

    .hero-slider-left-side-content-div span {
        font-size: 16px;
    }

    .hero-slide-div {
        height: 220px;
        margin-bottom: 20px;
    }

    .hero-btn {
        flex-direction: column;
        gap: 15px;
    }

    .hero-enquiry-btn,
    .hero-view-pro-btn {
        width: 100%;
    }

    .hero-enquiry-btn a,
    .hero-view-pro-btn a {
        width: 100%;
        justify-content: center;
    }

    .hero-fixed-card {
        display: none;
    }

    .hero-bottom-features {
        display: none;
    }


    .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;
    }
}


/* XS: <576px end*/
