@media(max-width: 1199px){
    .home-header-menu{
        gap: 0;
    }
    .home-header-menu{
        gap: 0;
    }
    .home-header-menu .categoties-sect, .home-header-menu .home-menus,.home-header-menu .cart-sec{
        padding: 15px;
    }
    .home-header-menu .cart-sec{
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .home-header-menu .home-menus{
        margin: auto 0;
    }
    .banner-dd .banner-content h2 {
        font-size: 36px;
    }
    .banner-dd .banner-content p {
        font-size: 24px;
    }
    .a-btn-a-tag,.a-btnf{
        font-size: 20px;
        padding: 10px 16px;
    }
    .product-sbanner-ddff{
        height: 200px;
    }
    .certification_slider .item img{
        object-fit: contain;
    }
    .product-detail-container{
        max-width: 100%;
        width: 100%;
        padding: 60px 40px;
    }
}
@media screen and (min-width: 992px) {
    .product-imgs {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
    }
  }
@media(max-width: 992px){
    .home-header-menu .categoties-sect{
        display: none;
    }
    .home-header-menu .home-menus{
        width: 88%;
    }
    .sticky-header.scrolled .home-header-menu .home-menus{
        padding-left: 0;
    }
    .sticky-header.scrolled .home-header-menu .cart-sec{
        padding-right: 0;
    }
    .cate-respo-head{
        display: block;
    }
    .home-banner{
        flex-direction: column-reverse;
    }
    .home-banner .categotie-tabs{
        width: 100%;
    }
    .home-banner .banner-dd{
        width: 100%;
    }
    .home-menus .navbar-collapse{
        margin-top: 20px;
    }
    .product-sbanner-ddff{
        height: 100%;
    }
    .img-showcase img{
        height: 300px;
    }
    .product-detail-container{
        padding: 10px 40px;
    }
    .img-select{
        flex-direction: row;
    }
}
@media(max-width :768px){
    .home-header-menu .cart-sec {
        width: 18%;
    }
    .home-header-menu .home-menus {
        width: 82%;
    }
    .latst-image{
        height: 300px;
    }
    .footer-company-tab{
        margin-left: 0;
    }
    .footer-social-icon{
        margin-left: 0;
    }
}
@media(max-width: 575px){
    .home-header-menu .cart-sec{
        width: 30%;
    }
    .home-header-menu .home-menus{
        width: 70%;
    }
    .banner-dd .banner-content h2{
        font-size: 24px;
    }
    .banner-dd .banner-content p {
        font-size: 15px;
    }
    .a-btn-a-tag, .a-btnf{
        font-size: 15px;
    }

}
@media(max-width: 400px){
    .banner-dd img{
        height: 250px;
    }
}