@media(max-width: 768px) {
    .container {
        max-width: 90%;
    }

    .overlay_content {
        width: 90%;
    }

    #about_1 {
        order: 1;
        margin-top: 30px;
        display: none !important;
        ;
    }

    .service_sliders_align {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    }

    .service_main {
        width: 80%;
        margin-right: 0px;
        z-index: 999999;
        border-radius: 20px;
        order: 1;
    }

    .floating_service_square {
        position: absolute;
        right: 20px;
        left: unset;
        bottom: -18px;
        width: 150px;
        z-index: -1;
    }

    .hero_shape {
        width: 180px;
    }

    .banner_text h3 {
        font-size: 22px;
    }

    .banner_text {
        padding-top: 80px;
    }

    .company_info .nav-link {
        font-size: 17px;
    }

    .single_highlight img {
        width: 50px;
    }

    .single_highlight .counter-count {

        font-size: 30px;
    }

    .single_highlight h4 {
        font-size: 20px;
    }

    .info_bg {
        min-height: 350px;
    }

    .single_award h5 {
        color: #080DCC;
        font-size: 12px;
        margin: 0;
    }


    .service_single_inner {
        flex-direction: column;
        gap: 10px;
    }

    .service_single_inner:nth-child(odd) .service_text_inner {
        margin-right: 0;
    }

    .service_single_inner:nth-child(even) .service_text_inner {
        margin-left: 0px;
    }

    .service_single_inner:nth-child(even) .service_img_inner {
        order: 1;
    }

    .service_single_inner:nth-child(even) .service_img_inner.img_mobile {
        order: 0;
    }

    .service_video {
        width: 80%;
        border-radius: 20px;
    }

    .img_mobile {
        display: block;
    }

    .img_web {
        display: none;
    }

}

@media (max-width: 575px) {
    .banner_socialMedia {
        display: none;
    }

    .hero_shape {
        width: 130px;
    }

    .banner_text h3 {
        font-size: 18px;
    }

    .extra_padding_left {
        padding-left: 40px;
        font-size: 14px;
    }

    .extra_margin_left {
        margin-left: 40px;
    }

    .banner_text {
        padding-top: 150px;
    }

    .contact_box {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .single_highlight {
        width: 49%;
    }

    .highlights_cont {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .clientsSlider .slick-dots {
        bottom: -60px;
    }

    .clientsSlider .slick-prev {
        left: -10px;
        z-index: 9999999999999999;
    }

    .clientsSlider .slick-next {
        right: -10px;
        z-index: 9999999999999999;
    }
}

@media (min-width: 768px) {
    .img_mobile {
        display: none;
    }
}

@media (max-width: 500px) {
    .company_info li.nav-item {
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .video_banner {
        height: 100vh;
        width: auto !important;
        color: #fff;
    }

    .service_img_inner {
        width: 100% !important;
    }

    .service_text_inner {
        width: 100% !important;
    }
}

@media(max-width: 992px) {
    #about_1 img {
        width: 100%;
    }

    .service_img_inner {
        width: 80%;
    }

    .service_text_inner {
        width: 80%;
    }

    .banner_socialMedia {
        left: 0px;
        bottom: 10%;
    }

}

@media(min-width: 768px) and (max-width:992px) {
    .single_product {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .slide_details {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;

        h3 {
            font-size: 80px;
        }
    }
}

@media(min-width: 500px) and (max-width:768px) {
    .single_product {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row;
    }

    .slide_details {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;

        h3 {
            font-size: 60px;
        }

    }
}

@media(max-width: 500px) {

    .single_product {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .slide_details {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;

        h3 {
            font-size: 35px;
        }
        p {
            font-size: 12px;
        }

    }
}

@media(max-width: 800px) {

    .single_heroSlide {
        display: flex !important;
        align-items: center;
        gap: 20px;
        flex-direction: column;
        padding: 50px;
    }

    .contact_bg,
    .join_bg,
    .highlight_bg,
    .accrediations_bg,
    .partners_bg,
    .customers_bg,
    .products_bg,
    .products_image {
        background-attachment: unset !important;
    }

}

@media(max-width: 767px) {

    .products_img_cont {
        display: none;
    }

    .menu_list {
        background: #fff;
    }

    .section_title,
    .join_bg_color {
        margin-bottom: 20px;
    }

    .gallerySlider .slick-dots {
        bottom: -60px;
    }
}

@media(min-width: 992px) and (max-width:1200px) {

    .slide_details {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;

        h3 {
            font-size: 80px;
        }

    }
}
