
  /* 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) {

.main_div_header_section{
    display: none !important;
}

.mobile_view_header_div_main{
    display: block;
}

.navbar{
    display: none !important;
}

.item_flex_div{
    flex: 0 0 48%;
    text-align: center;
}

.item_flex_div:nth-child(n+3){
    flex: 0 0 30%;
}
.item_flex_div{
    border: none !important;
    border-bottom: 2px solid var(--white-color) !important;
}

/* 2nd item */
.item_flex_div:nth-child(2) {
    background-color: var(--secondry-color) !important;
}

/* 4th item */
.item_flex_div:nth-child(4) {
    background-color: var(--secondry-color) !important;
}


.item_flex_div:nth-last-child(2){
    border: none !important;
}


.item_flex_div:nth-last-child(3){
    border: none !important;
}

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


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

    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: inline-block !important;
    }

.item_flex_div{
    flex: 0 0 48%;
    text-align: center;
}

.item_flex_div:nth-child(n+3){
    flex: 0 0 30%;
}

.item_flex_div{
    border: none !important;
    border-bottom: 2px solid var(--white-color) !important;
}

/* 2nd item */
.item_flex_div:nth-child(2) {
    background-color: var(--secondry-color) !important;
}

/* 4th item */
.item_flex_div:nth-child(4) {
    background-color: var(--secondry-color) !important;
}


.item_flex_div:nth-last-child(2){
    border: none !important;
}


.item_flex_div:nth-last-child(3){
    border: none !important;
}


   .overlay_android_phone > img{
    display: none !important    ;
   }
.main_div_header_section{
    display: none !important;
}

.navbar{
    display: none !important;
}

.mobile_view_header_div_main{
    display: block;
}

.navbar{
    display: none !important;
}

.slider_section2{
    display: block !important;
}

.slider_section{
    display: none !important;
}

 .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

    .footer_usefull_link h5{
        padding-bottom: 2px !important;
    }

    .products_img_div > img{
        width: 150px !important;
        height: 150px !important;
    }

    .products_main_div{
        flex-direction: column !important;
    }

    .counter_main_div{
        margin-bottom: 50px !important;
    }


.mobile_enquiry_list > a:nth-child(1){
    margin-bottom: 15px !important;
}


.products_title_div{
    text-align: center;
    margin-bottom: 55px !important;

}

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

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

    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: inline-block !important;
    }


.item_flex_div{
    flex: 0 0 48%;
    text-align: center;
}

.item_flex_div:nth-child(n+3){
    flex: 0 0 30%;
}


.item_flex_div{
    border: none !important;
    border-bottom: 2px solid var(--white-color) !important;
}


/* 2nd item */
.item_flex_div:nth-child(2) {
    background-color: var(--secondry-color) !important;
}

/* 4th item */
.item_flex_div:nth-child(4) {
    background-color: var(--secondry-color) !important;
}


.item_flex_div:nth-last-child(2){
    border: none !important;
}


.item_flex_div:nth-last-child(3){
    border: none !important;
}

    .footer_usefull_link h5{
        padding-bottom: 2px !important;
    }

.main_div_header_section{
    display: none !important;
}

.navbar{
    display: none !important;
}
.overlay_android_phone > img{
    display: none !important    ;
}

.mobile_view_header_div_main{
    display: block;
}

.navbar{
    display: none !important;
}
.slider_section2{
    display: block !important;
}

.slider_section{
    display: none !important;
}
 .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }
    .overlay_android_phone > img{
        display: none !important    ;
    }

    .products_img_div > img{
        width: 150px !important;
        height: 150px !important;
    }

    .products_main_div{
        flex-direction: column !important;
    }

    .counter_main_div{
        margin-bottom: 50px !important;
    }


.mobile_enquiry_list > a:nth-child(1){
    margin-bottom: 15px !important;
}


.products_title_div{
    text-align: center;
    margin-bottom: 55px !important;

}
}
 /* XS: <576px end*/





