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

    .number_div_topbar>a {
        font-size: 15px;
    }

    .address_top_bar_div>p {
        font-size: 15px;
    }

    .follow_us_div_topbar>b {
        font-size: 15px;
    }

    .follow_us_div_topbar>a {
        font-size: 15px;
    }


    .navbar>.container {
        margin-left: auto !important;
    }


    .topbar_section>.container {
        margin-right: auto !important;
        background-color: var(--secondry-color) !important;
    }

}

/* XXL: 1400px and up end */

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


    .number_div_topbar>a {
        font-size: 14px;
    }

    .address_top_bar_div>p {
        font-size: 14px;
    }

    .follow_us_div_topbar>b {
        font-size: 14px;
    }

    .follow_us_div_topbar>a {
        font-size: 14px;
    }

}

/* 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) {
    .topbar_section {
        display: none !important;

    }

}

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


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

    .section-title-primary h2 {
        font-size: 20px;
    }

    .contac_pg_map_media_div {
        margin-top: 20px;
    }

    .contact-info-layout3 {
        padding: 0px 4px 5px;
      height: auto!important;

    }
    .sitemap-sec-page{
        padding: 30px 0px 10px;
    }
    .product-range_title_div{
        margin-bottom: 10px;
    }
    .table-details-text{
        margin-top: 20px;
    }
    .table-details-text p{
        margin-bottom: 0px;
    }
    .contact-info-layout3 h2{
            margin-bottom: 20px;
    padding-bottom: 15px;
    }
    .second-table-techniqual{
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-title-primary h2 {
        font-size: 20px;
    }

     .contact-info-layout3 h2{
            margin-bottom: 20px;
    padding-bottom: 15px;
    }

    .contac_pg_map_media_div {
        margin-top: 20px;
    }

    .contact-info-layout3 {
        padding: 0px 4px 5px;
      height: auto!important;

    }
    .sitemap-sec-page{
        padding: 30px 0px 10px;
    }
    .product-range_title_div{
        margin-bottom: 10px;
    }
    .table-details-text{
        margin-top: 20px;
    }
    .table-details-text p{
        margin-bottom: 0px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {


.heroslider_section2{
    display: block !important;
}

.heroslider_section{
    display: none !important;
}



    .why_choose_img_main_div {
        display: none !important;
    }

    .section-title-primary h2 {
        font-size: 20px;
    }

    .left_side_div_boxes_main_div {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }


    .overlay_boxes_01 {
        max-width: 100% !important;
    }


    .overlay_boxes_02 {
        max-width: 100% !important;
        margin-left: 0px !important;
    }


    .counter_ab_image_div {
        text-align: center;
        margin-bottom: 36px !important;
    }



    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

    .right_side_div_boxes_main_div {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
    }

    .topbar_section {
        display: none !important;
    }

    .footer_logo_main_div {
        margin-top: unset !important;
        margin-bottom: 15px;
    }

}

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

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


.heroslider_section2{
    display: block !important;
}

.heroslider_section{
    display: none !important;
}


    .why_choose_img_main_div {
        display: none !important;
    }

    .left_side_div_boxes_main_div {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }


    .right_side_div_boxes_main_div {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
    }

    .overlay_boxes_01 {
        max-width: 100% !important;
    }


    .overlay_boxes_02 {
        max-width: 100% !important;
        margin-left: 0px !important;

    }

    .counter_ab_image_div {
        text-align: center;
        margin-bottom: 36px !important;
    }


    .topbar_section {
        display: none !important;
    }


    .footer_logo_main_div {
        margin-top: unset !important;
        margin-bottom: 15px;

    }



    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

}

/* XS: <576px end*/
