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

}

  /* XXL: 1400px and up end */

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


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

.navbar .navbar-brand{
    display: block !important;
}

  .table_main_div_box {
        max-height: none !important;
        height: auto !important;
        overflow-y: visible !important;
    }

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


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


    .products_tabs_main_div > .nav-tabs > .nav-item > button{
        width: 100% !important;
    }

    .products_tabs_main_div > .nav-tabs > .nav-item{
        width: 100% !important;
    }

    .product_price_btn > h2{
        flex-direction: column;
        justify-content: start !important;
    }



    .product_price_btn > h2 > a{
        width: 100% !important;
    }


     .table_main_div_box {
        max-height: none !important;
        height: auto !important;
        overflow-y: visible !important;
    }

.topbar_section{
    display: none !important;
}

.navbar .navbar-brand{
    display: block !important;
}


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

 .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

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

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


    .products_tabs_main_div > .nav-tabs > .nav-item > button{
        width: 100% !important;
    }

    .products_tabs_main_div > .nav-tabs > .nav-item{
        width: 100% !important;
    }

    .product_price_btn > h2{
        flex-direction: column;
        justify-content: start !important;
    }

    .product_price_btn > h2 > a{
        width: 100% !important;
    }

       .table_main_div_box {
        max-height: none !important;
        height: auto !important;
        overflow-y: visible !important;
    }

.topbar_section{
    display: none !important;
}

.navbar .navbar-brand{
    display: block !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*/





