@media (max-width: 2100px) {
  .dropdown-box.product-list-main {
    left: 10%;
  }
  header.scrolled .dropdown-box.product-list-main {
    left: 10%;
    top: 66px;
  }
}
  
  @media (max-width: 1900px) {
    .footer-bottom span img {
      height: auto;
    }
  }

  @media (max-width: 1800px) {
    .dropdown-box.product-list-main {
      left: 5%;
      right: 5%;
    }
  }  

  @media (max-width: 1699px) {
    .sub-product-list {
      gap: 2rem;
  }
  .product-mega-list.flex.flex-col.justify-center.items-start {
    width: 430px;
    max-width: 430px;
    min-width: 430px;
}
  }

  @media (max-width: 1600px) {
    .product-mega-menu {
      max-width: 100%;
  }
  }

  @media (max-width: 1499px) {
    /* .dropdown-box.product-list-main {
      left: 5%;
  } */
  
  /* .mega-product-title {
    font-size: 20px;
  } */
  header.scrolled .dropdown-box.product-list-main {
    top: 65px;
  }
  .container {
    padding-left: 7rem;
    padding-right: 7rem;
}
  
  .nav-item .nav-link {
    font-size: 14px;
  }

  .dropdown-box.product-list-main {
    padding: 0.8rem 0 0 0;
}

.product-mega-list.flex.flex-col.justify-center.items-start {
  width: 380px;
  max-width: 380px;
  min-width: 380px;
}
  } 

  @media (max-width: 1440px) {
    .sub-product-list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 2rem 4rem;
      padding: 0 1rem;
    }

    .sub-product-list li {
      width: unset;
    }
  }

@media (max-width: 1299px) {
  header.scrolled .dropdown-box.product-list-main {
    top: 54px;
  }
  .nav-item .nav-link {
    /* font-size: 14px; */
    padding: 8px 0.8rem; 
  }
  
  .product-mega-sub-list {
    padding: 2rem 1rem;
    /* max-height: 80vh; */
    overflow: auto;
    /* flex: 0 0 auto; */
}
  
  .sub-product-list {
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 1rem;
    padding: 0;
  }

  .dropdown-box.product-list-main {
    padding: 1rem 0 0 0;
}
  
  .dropdown-box.product-list-main {
    border-radius: 0 0 37px 37px;
    -webkit-border-radius: 0 0 14px 14px;
    -moz-border-radius: 0 0 37px 37px;
    -ms-border-radius: 0 0 37px 37px;
    -o-border-radius: 0 0 37px 37px;
  }
  
  .product-mega-list {
      border-radius: 0 0 0 37.302px;
      -webkit-border-radius: 0 0 0 14px;
      -moz-border-radius: 0 0 0 37.302px;
      -ms-border-radius: 0 0 0 37.302px;
      -o-border-radius: 0 0 0 37.302px;
  }
  
  .nav-logo img {
    max-width: 180px;
  }
  .landing-slider .max-h-slider {
    height: calc(100svh - 100px);
  }
  .landing-slider{
    height: calc(100svh - 101px);
    overflow: hidden;
  }
  }

  @media (max-width: 1199px) {
    section.footer-bottom {
      margin-top: 9rem;
  }
  
    /* .dropdown-box.product-list-main {
      left: 2%;
  } */
  
  .footer-logo{
    justify-content: center;
  }
  
  .product-mega-item .nav-link{
    padding: 0;
    text-wrap: wrap;
  }

  .sub-product-list .nav-link span {
    font-size: 12px;
    line-height: 18px;
}

.mega-product-title a,
.mega-product-title {
  font-size: 16px;
  line-height: 20px;
}

.product-mega-list.flex.flex-col.justify-center.items-start {
  width: 350px;
  max-width: 350px;
  min-width: 350px;
}
  }

@media (max-width: 1099px) {
  .nav-item .nav-link {
    padding: 8px 0.5rem;
}

.header-btn {
  padding: 0.58rem 1rem;
  font-size: 13px;
}

.product-mega-list.flex.flex-col.justify-center.items-start {
  width: 320px;
  max-width: 320px;
  min-width: 320px;
}
}

@media (max-width: 991px) {
  .webproductlistdropdoun{display: none;}

  .product-mega-list.flex.flex-col.justify-center.items-start {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

  .mobile-nav-active .navbar-collapse {
    display: block;
    position: fixed;
    right: 0;
    top: 100px;
    background-color: #fff;
    border: 1px solid #d2d2d0;
    border-radius: 0 0 12px 12px;
    height: 80vh;
    width: 100%;
    z-index: 9;
    overflow-y: auto;
    animation: sidebarIn ease-in-out 0.5s forwards;
    -webkit-animation: sidebarIn ease-in-out 0.5s forwards;
  }

  .mobile-nav-active header.scrolled .navbar-collapse {
    top: 69px;
  }

  .product-mega-list{
    width: 100%;
  }

  .product-mega-menu .product-mega-list  a.nav-link{
    padding-left: 0;
  }

  @keyframes sidebarIn {
    0% {
      opacity: 0;
      transform: translateX(25rem);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .dropdown-box,
  .navbar-collapse {
    display: none;
    transition: 0.2s;
  }

  .navbar-collapse {
    animation: sidebarOut ease-in-out 0.5s forwards;
    -webkit-animation: sidebarOut ease-in-out 0.5s forwards;
  }

  @keyframes sidebarOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
      transform: translateX(30rem);
    }
  }

  .navbar-nav {
    flex-direction: column !important;
    align-items: start;
  }

  .nav-item {
    width: 100%;
  }

  .mobile-nav-active .navbar-nav {
    padding: 0 1rem 1rem 1rem;
  }

  .nav-item .nav-link {
    padding: 0.5rem 1rem;
  }

  .nav-item.active .nav-link.head-link {
    color: #3b4498;
  }

  .nav-item.active .menu-arrow img {
    transform: rotate(0deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

  /* mobile menu btn */
  .navbar-toggler {
    cursor: pointer;
    position: relative;
    border: none;
    background-color: transparent;
    display: grid;
    gap: 0.3rem;
  }

  .navbar-toggler.li-list span {
    transition: 0.2s;
    display: block;
    width: 1.5rem;
    height: 2.5px;
    background-color: #000;
  }

  .navbar-toggler.nav-on span:not(:last-child) {
    transition: 0.2s;
    display: block;
    width: 1.5rem;
    height: 2.5px;
    background-color: #000;
  }

  .navbar-toggler.nav-on {
    gap: 0;
  }

  .navbar-toggler.nav-on span:nth-child(2) {
    transform: rotate(60deg);
  }

  .navbar-toggler.nav-on span:first-child {
    transform: rotate(-60deg);
  }

  .navbar-nav .nav-item.active .dropdown-box {
    display: block;
    padding-left: 1rem;
  }

  .product-mega-sub-list{
    display: none;
  }

  .product-mega-list {
    background-color: #ffffff;
}

.mega-product-title a,
.mega-product-title {
  font-size: 15px;
  color: #000;
}

.nav-item .nav-link {
  font-size: 14px;
  color: #000;
}

.product-mega-list ul li::marker {
  color: #000;
}

.product-mega-list {
  padding: 1rem;
  background-color: #fff;
}

section.footer-bottom {
  margin-top: 7rem;
}
}

@media (max-width: 767px) {
  section.footer-bottom {
    margin-top: 2rem;
  }
}

@media (max-width: 580px) {
  .whatsapp-btn {
    width: 24px;
}
}
@media (max-width: 480px) {
  .mobile-nav-active .navbar-collapse {
    top: 96px;
}
  .mega-footer-menu.footer-menu-none,
  .mega-footer-menu1 {
    display: none;
    scroll-behavior: smooth;
    animation: 0.3s linear;
    -webkit-animation: 0.3s linear;
}

.mega-footer-menu.footer-menu-none.current,
  .mega-footer-menu1.current {
    display: block;
    scroll-behavior: smooth;
    animation: 0.3s linear;
    -webkit-animation: 0.3s linear;
}

.footer-menu-underline h3{
  margin: 0;
}

.footer-menu-underline h3.current{
  margin-bottom: 8px;
}

.footer-menu-underline {
  padding-top: 1rem;
  border-top: 2px solid #393939;
}

.footer-menu-underline1 {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
  border-top: 2px solid #393939;
  border-bottom: 2px solid #393939;
}

.footer-menu-underline1.current {
  padding-bottom: 1rem;
}

.footer-menu-after text{
  position: relative;
  transition: 0.3s;
  margin: 0 !important;
}

.h2-style {
  font-size: 22px;
}

.footer-menu-after text::after {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 22px;
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}

.footer-menu-after text.current::after{
  content: '-';
  transform: translateY(-50%) rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  -o-transform: translateY(-50%) rotate(0);
}
/* .h-contact-items{justify-content: center; gap: 2rem;} */
.h-contact-items a,
.h-contact-items{font-size: 12px;}
.blog-section-content .bizblog-img {max-width: 100%;width: 100%;height: 100%;max-height: 100%;aspect-ratio: 112 / 75;}
.bizblog-img img {max-width: 100%;width: 100%;max-height: 100%;}
}

@media (max-width: 412px) {
.mobile-nav-active .navbar-collapse {
  top: 113px;
}
  .whats-icone img {
    max-width: 70px;
    max-height: 70px;
}

.tooltip:after {
  width: 90px;
  top: -3.4rem;
  font-size: 8px;
  line-height: 10px;
}

/* .footer-logo img {
  max-width: 214px;
  width: 100%;
  max-height: 57px;
  height: 100%;
} */

section.indslider-section {
  max-width: 413px;
  max-height: 184px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ind-counter-section01 {
  max-width: 413px;
  max-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.h-contact-items{flex-direction: column; justify-content: center;}
.h-contact-links{justify-content: center;}
}