body {
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif !important;
}

/* #headerSection {
  width: 100%;
}
#headerSection .top-mail-phone {
  background-color: #121212;
  display: flex;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 600px) {
  #headerSection .top-mail-phone {
    display: none;
  }
}
#headerSection .top-mail-phone .mail {
  justify-content: flex-start;
  padding: 10px 10px;
  background-color: #254487;
  -webkit-clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 992px) {
  #headerSection .top-mail-phone .mail {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: center;
  }
}
#headerSection .top-mail-phone .phone {
  justify-content: flex-end;
  padding: 10px 10px;
}
@media screen and (max-width: 992px) {
  #headerSection .top-mail-phone .phone {
    justify-content: center;
  }
}
#headerSection .top-mail-phone a {
  color: white;
  font-size: 16px;
}
#headerSection .top-mail-phone a i {
  font-size: 18px;
}
#headerSection .navbarSec {
  background-color: #121212;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #headerSection .navbarSec {
    top: 97px;
  }
}
@media screen and (max-width: 600px) {
  #headerSection .navbarSec {
    top: 0px !important;
  }
}
#headerSection .navbarSec .content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
#headerSection .navbarSec .content .logo img {
  width: 200px;
}
@media screen and (max-width: 800px) {
  #headerSection .navbarSec .content .logo img {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  #headerSection .navbarSec .content .logo img {
    width: 130px;
  }
}
#headerSection .navbarSec .content .navs {
  gap: 25px;
  display: flex;
}
#headerSection .navbarSec .content .navs .close {
  display: none;
}
@media screen and (max-width: 992px) {
  #headerSection .navbarSec .content .navs {
    position: fixed;
    flex-direction: column;
    top: 0;
    left: -100%;
    background-color: #121212;
    width: 40%;
    padding: 60px 20px 10px 20px;
    gap: 0px;
    height: 100vh;
    z-index: 100;
  }
  #headerSection .navbarSec .content .navs .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 992px) and (max-width: 750px) {
  #headerSection .navbarSec .content .navs {
    width: 60%;
  }
}
@media screen and (max-width: 992px) and (max-width: 400px) {
  #headerSection .navbarSec .content .navs {
    width: 90%;
  }
}
#headerSection .navbarSec .content .navs a {
  font-size: 18px;
  color: white;
  font-family: sans-serif;
  padding: 10px 0;
}
#headerSection .navbarSec .content .navs a:hover {
  color: #e02845;
  border-bottom: 1px solid #e02845;
}
#headerSection .navbarSec .content .menu {
  display: none;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  #headerSection .navbarSec .content .menu {
    display: flex;
  }
}
#headerSection .navbarSec .content .menu a {
  color: white;
}
#headerSection .navbarSec .content .menu a img {
  width: 30px;
}
#headerSection .navbarSec .content .menu .phone img {
  width: 20px;
} */

/* top bar css  */

.container-top-bar-link {
  width: 500px;
  margin-left: 20%;
}

.Quote-btn-topbar {
  border: none;
  background-color: #197d19;
  color: white;
  padding: 12px 15px;
  cursor: pointer;
  position: absolute;
  left: 45px;
  /* height: 100px; */
  z-index: 100;
}


.top-bar-social {
  display: flex;
  justify-content: flex-end;
  /* Align icons to the right */
  margin-right: 20px;
  /* Adjust margin as needed */
}

.social-icon-top {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-icon-top li {
  display: inline-block;
  margin-left: -10px;
}

.social-icon-top i {
  font-size: 1.3rem !important;
}

.social-icon-top i:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}

.social-icon-top li:first-child {
  margin-left: 0;
  font-size: 1rem;
}


.social-icon-top a {
  color: #333;
  /* Change icon color */
  font-size: 20px;
  /* Adjust icon size */
}

.social-icon-top a:hover {
  color: #007bff;
  /* Change icon color on hover */
}


/* updated css  */

#headerSection {
  width: 100%;
}

#headerSection .top-mail-phone {
  /* background-color: #EBEBEB; */
  /* background: linear-gradient(45deg, #ebebeb, transparent); */
  background-color: #EBEBEB;
  display: flex;
  /* border-bottom: 1px solid #00663a; */
  padding: 0 40px;
}

@media screen and (max-width: 600px) {
  /* #headerSection .top-mail-phone {
    display: none;
  } */
}

#headerSection .top-mail-phone .mail {
  justify-content: flex-start;
  padding: 12px 10px;
  /* background-color: #ffffff; */
  -webkit-clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 992px) {
  #headerSection .top-mail-phone .mail {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: center;
  }
}

#headerSection .top-mail-phone .phone {
  justify-content: flex-end;
  padding: 10px 0px;
}

@media screen and (max-width: 992px) {
  #headerSection .top-mail-phone .phone {
    justify-content: center;
  }
}

#headerSection .top-mail-phone a {
  color: #85C13F;
  font-size: 16px;
  margin: 0 16px;
}

#headerSection .top-mail-phone a i {
  font-size: 1rem;
}

#headerSection .navbarSec {
  background-color: #FFF;
  color: black;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 0.1px 0.1px rgba(0, 0, 0, 0);
  transition: 0.3s easy-in-out;
}


.top-bar-social ul {

  list-style: none;

}

.social-icon-top {
  display: flex;
}

@media screen and (min-width: 1024px) {
  /* .product-image img{
    height: auto;
    width: ;
  } */
}

@media screen and (max-width: 992px) {
  #headerSection .navbarSec {
    top: 97px;
  }
}

@media screen and (max-width: 600px) {
  #headerSection .navbarSec {
    top: 0px !important;
  }
}

#headerSection .navbarSec .content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

#headerSection .navbarSec .content .logo img {
  width: 130px;
}

@media screen and (max-width: 800px) {
  #headerSection .navbarSec .content .logo img {
    width: 150px;
  }
}

@media screen and (max-width: 400px) {
  #headerSection .navbarSec .content .logo img {
    width: 130px;
  }
}

#headerSection .navbarSec .content .navs {
  gap: 25px;
  display: flex;
  /*margin: auto;*/
}

#headerSection .navbarSec .content .navs .close {
  display: none;
}

@media screen and (max-width: 992px) {
  #headerSection .navbarSec .content .navs {
    position: fixed;
    flex-direction: column;
    top: 0;
    left: -100%;
    background-color: #00663a;
    width: 40%;
    padding: 60px 20px 10px 20px;
    gap: 0px;
    height: 100vh;
    z-index: 100;
  }

  #headerSection .navbarSec .content .navs .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 992px) and (max-width: 750px) {
  #headerSection .navbarSec .content .navs {
    width: 60%;
  }


}

@media screen and (max-width: 992px) and (max-width: 400px) {
  #headerSection .navbarSec .content .navs {
    width: 90%;
  }
}

#headerSection .navbarSec .content .navs a {
  font-size: 1rem;
  color: #010101;
  font-family: "Montserrat";
  padding: 10px 0;
  font-weight: 500;
}

#headerSection .navbarSec .content .navs a:hover {
  color: #85c13f;
  transition: 0.3s ease-in-out;
  /* border-bottom: 1px solid #e02845; */
}

#headerSection .navbarSec .content .navs .navsMenu {
  position: relative;
  list-style: none;
  padding: 10px 0;
}

#headerSection .navbarSec .content .navs .navsMenu .navsSubMenu {
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: white;
  z-index: 10;
  transition: 0.1s;
  list-style: none;
  padding: 10px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

#headerSection .navbarSec .content .navs .navsMenu .navsSubMenu li {
  margin: 5px 0;
  width: 100%;
}

#headerSection .navbarSec .content .navs .navsMenu .navsSubMenu li a {
  color: black;
}

#headerSection .navbarSec .content .navs .navsMenu .navsSubMenu li a:hover {
  color: #e02845;
}

#headerSection .navbarSec .content .navs .navsMenu:hover .navsSubMenu {
  display: flex;
}

#headerSection .navbarSec .content .menu {
  display: none;
  gap: 15px;
}

@media screen and (max-width: 992px) {
  #headerSection .navbarSec .content .menu {
    display: flex;
  }
}

#headerSection .navbarSec .content .menu a {
  color: white;
  cursor: pointer;
}

#headerSection .navbarSec .content .menu a img {
  width: 30px;
}

#headerSection .navbarSec .content .menu .phone img {
  width: 20px;
}

/*# sourceMappingURL=header.css.map */

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin-left: 15px;
}


.main-header .main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 600;
  padding: 20px 0px;
  font-size: 14px;
  color: #010101;
  text-transform: uppercase;
  font-family: var(--font-family-inter);
}

/* Ignore this */
@media screen and (min-width: 993px) {
  .mobile-logo {
    display: none;
  }
}

/* Ignore this */

@media screen and (max-width: 992px) {
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #226c22;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 300px;
  }
}

@media screen and (max-width: 992px) {

  #headerSection .top-mail-phone {
    padding: 0 10px;
  }

  .container-top-bar-link {
    width: 500px;
    margin-left: 25%;
  }

  #headerSection .navbarSec .content {
    background: #00663a !important;
  }

  #headerSection .navbarSec .content .navs a {
    color: white;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

}

@media screen and (max-width: 800px) {

  .Quote-btn-topbar {
    border: none;
    background-color: #197d19;
    color: white;
    padding: 9px 15px;
    cursor: pointer;
    position: absolute;
    left: 25px;
    /* height: 100px; */
    z-index: 100;
  }

  /* #headerSection .top-mail-phone {
    display: none;
  } */

  .for-mobile,
  .mail {
    display: none !important;
  }

  #headerSection .top-mail-phone .phone {
    justify-content: end;
  }


  #headerSection .navbarSec .content {
    background: #00663a !important;
  }

  #headerSection .navbarSec .content .navs a {
    color: white;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .dropdown-content {
    background-color: #277b27;
    border-radius: 4px;
  }

}

@media screen and (max-width: 600px) {



  .container-top-bar-link {
    width: 500px;
    margin-left: 20%;
  }


  #headerSection .navbarSec .content {
    background: #00663a !important;
  }

  #headerSection .navbarSec .content .navs a {
    color: white;
  }


  .dropdown-content {
    background-color: #277b27;
    border-radius: 4px;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  #headerSection .navbarSec .content {
    background: #00663a !important;
  }

  #headerSection .navbarSec .content .navs a {
    color: white;
  }


  .dropdown-content {
    background-color: #277b27;
    border-radius: 4px;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}


@media screen and (max-width: 476px) {
  #headerSection .navbarSec .content {
    background: #00663a !important;
  }

  #headerSection .navbarSec .content .navs a {
    color: white;
  }


  .dropdown-content {
    background-color: #277b27;
    border-radius: 4px;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}

@media screen and (max-width: 426px) {
  #headerSection .navbarSec .content {
    background: #00663a !important;
  }

  #headerSection .navbarSec .content .navs a {
    color: white;
  }


  .dropdown-content {
    background-color: #277b27;
    border-radius: 4px;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}

@media screen and (max-width: 376px) {
  #headerSection .navbarSec .content {
    background: #00663a !important;
  }

  #headerSection .navbarSec .content .navs a {
    color: white;
  }


  .dropdown-content {
    background-color: #277b27;
    border-radius: 4px;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}

@media screen and (max-width: 320px) {

  .Quote-btn-topbar {
    left: 10px;
  }

  .social-icon-top li {
    display: inline-block;
    margin-left: -20px;
  }

  #headerSection .navbarSec .content {
    background: #00663a !important;
  }

  #headerSection .navbarSec .content .navs a {
    color: white;
  }

  .dropdown-content {
    background-color: #277b27;
    border-radius: 4px;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}


/* Hide dropdown toggle button by default */
.dropdown-toggle {
  display: none;
}

/* Mobile specific styles from amrit  */
@media screen and (max-width: 768px) {
  .dropdown-toggle {
    display: inline-block;
    border: none;
    background-color: transparent;
    color: white;
    width: 40px;
    font-size: 1rem;
    padding: 5px;
  }

  .dropdown-content {
    display: none;
    position: static;
    width: 100%;
  }

  .dropdown:hover .dropdown-content {
    display: none;
  }
}