@media (min-width: 1199.5px) {
    .bottom-header  nav li .sub-menu{
    position: absolute;
    background: #f5f5f5;
    top: 100%;
    width: 200px;
    flex-wrap: wrap;
    left: 0;
   background-color: var(--thm-green);
   transform: scaleY(0);
   transform-origin: top;
   text-align: center;
   opacity: 0;
    transition: all 0.5s;
    border-radius: 10px;
}
.bottom-header  nav .sub-menu li a{
    color: var(--thm-white);
}
.bottom-header  nav .sub-menu li:hover > a{
    color: var(--thm-clr) !important;
}
.bottom-header  nav li:hover > .sub-menu{
  transform: scaleY(1);
  opacity: 1;
}
.bottom-header  nav li > .sub-menu li{
    margin: 0;
}
}

@media (min-width: 991.5px) {
    .col-lg-4{
      width: calc(100% / 3);
    }
    .col-lg-3{
         width: calc(100% / 4);
    }
    .col-lg-6{
 width: calc(100% / 2);
    }
    
}
@media (max-width: 991.4px) {
    .contact-form-box{
        margin-top: 45px;
    }
}
@media (min-width: 765.5px) and (max-width:991.4px) {
    .col-lg-4{
      width: calc(100% / 2);
    }
     .col-lg-3{
         width: calc(100% / 2);
    }
        .col-lg-6{
 width: 100%;
    }
    
}

@media (max-width: 1199px){
    header .logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .menu-icon{
        width: 30px;
        height: 30px;
        margin-right: 15px;
        position: relative;
    }
       header .menu-icon span{
        inset: 0;
        margin: auto;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: var(--thm-green);
        transition: all 0.5s;
       }
       header .menu-icon span:first-child{
        margin-top: 5px;
       }
         header .menu-icon span:last-child{
        margin-top:22px;
       }
       header .menu-icon.active span:first-child{
         margin-top: auto;
         transform: rotate(45deg);
       }
    header .menu-icon.active span:nth-child(2){
        opacity: 0;
    }
       header .menu-icon.active span:last-child{
         margin-top: auto;
          transform: rotate(-45deg);
       }
    .bottom-header .navbar{
        flex-wrap: wrap;
    }
    .bottom-header  .navbar nav{
        order: 5;
        width: 100%;
    }

    .bottom-header nav ul{
        flex-wrap: wrap;
        flex-flow: column;
        align-items: flex-start;
    }
    .bottom-header nav {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
    }
    .bottom-header nav.active{
        overflow: auto;
    }
}
@media (max-width: 765.4px){
    .main-slider .img{
        --size: 200px;
        min-height: var(--size);
    }
        .main-slider .img a{
            display: flex;
            height: 100%;
            width: 100%;
              min-height: var(--size);
        }
           .main-slider .img a img{
               height: 100%;
               width: 100%;
               object-fit: cover;
                 min-height: var(--size);
           }
      .col-lg-4,
      .col-lg-3,
      .col-lg-6{
      width: 100%;
    }
 .bottom-header   .search-box{
    order: 3;
    width: 100%;
 }
 .bottom-header .search-box form{
    flex-flow: column;
 }
 .top-header ul{
    flex-flow: column;
 }
.top-header ul li:has(+li){
border-color: transparent;
margin-bottom: 10px;
  }
  .bottom-header .search-icon{
    height: 30px;
    width: 30px;
    background-image: url('../images/icons/icon-search.svg');
    background-size: contain;
  }
  .bottom-header .account{
   display: flex;
   align-items: center;
   margin-left: auto;
  }
   .bottom-header .search-icon.active{
       background-image: url('../images/icons/icon-close.svg');
   }
   .bottom-header .search-box{
    display: none;
   }
    .bottom-header .search-box.active{
    display: block;
   }
   footer .footer-content{
    margin-left: 0;
    width: 100%;
   }
   .bottom-header .logo img{
    margin: auto 5px;
   }
   .contact-form-box .contact-form input{
    width: 100%;
   }
}
@media (max-width: 388.4px){
.bottom-header .account{
    margin-right: auto;
}
}


@media (min-width: 766px){
    .count0,
    .count1,
    .count2,
    .count3{
        display: none;
    }
}