/* Header Start */
header {
    padding: 5px 0px;
    /*box-shadow: 0px 0px 10px #ccc;*/
    z-index: 99;
    position: relative;
    /*background: #fff;*/
}

.header-top {
  padding: 5px 0px;
}

.header-top ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.header-top ul li {
  display: inline-flex;
  list-style: none;
  margin: 0px 10px;
  position: relative;
  color: #000;
  font-size: 14px;
}

.header-top ul li span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  position: relative;
}

.header-top ul li:first-child {
  margin-left: 0px;
}

.header-top ul li:last-child {
  margin-right: 0px;
}

.header-top ul li span i {
  font-size: 12px;
  margin-right: 8px;
}

.header-top ul li span::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 1px;
}

.header-top ul li span:hover {
  color: #36775B;
  cursor: pointer;
}

.custom-navbar {
  padding: 0px;
}

.navbar-logo {
  display: inline-block;
}

.navbar-logo>img {
  max-width: 180px;
  transition: .5s;
}

.custom-navbar .navbar-nav {
  justify-content: flex-end;
  flex-direction: row;
}

.custom-navbar .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 10px 20px !important;
  position: relative;
}

.custom-navbar li:first-child .nav-link {
  padding-left: 0px !important;
}

.custom-navbar li:last-child .nav-link {
  padding-right: 0px !important;
}

.custom-navbar li .nav-link:hover {
  color: #36775B;
}

.mobileLogo,
.navbar-toggler {
  display: none;
} 


/*
.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0px 0 5px #00000014;
    background: #E2F1F1;
    z-index: 999;
}

.sticky .custom-navbar .navbar-brand>img {
    height: 55px;
}

.sticky .custom-navbar {
    padding: 5px 0px;
}
*/

    .drowdown-wrap {
  position: absolute;
  top: 35px;
  flex-direction: column;
  background: #fff;
  z-index: 999;
  width: 220px;
  padding: 5px 15px;
  box-shadow: 0 0px 10px #ccc;
  border-radius: 4px;
}

.drowdown-wrap > li {
  margin: 0px !important;
  padding: 10px 0px;
  display: flex;
  width: 100%;
}

.drowdown-wrap > li > a {
  color: #333;
}
.drowdown-wrap > li > a:hover {
  color: #36775B;
}

.drowdown-wrap > li .support-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.drowdown-wrap > li + li {
  border-top: 1px solid #cccccc75;
}

.header-top ul li .support-box span {
  position: absolute;
  left: 0px;
  top: 5px;
  padding-right: 0px;
}

.header-top ul li .support-box span i {
  font-size: 13px;
  margin-right: 0px;
}

.header-top ul li .support-box h4 {
  font-size: 14px;
  border-radius: 2px;
  margin-bottom: 8px;
  background: #36775B17;
  color: #36775B;
  width: 100%;
  padding: 8px 25px;
  font-weight: 500;
}

.header-top ul li .support-box p {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  line-height: 20px;
}

.header-top ul li .support-box span::after {
  display: none;
}

.drowdown-wrap li .login-options {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.maxWidth{
  width: 180px !important;
}



/* Header Ends */


/* Footer Start */

footer {
  background: #e7e7e7;
  padding-top: 10px;
}

.footer-head h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.footer-head li {
  display: block;
}

.footer-head li+li {
  margin-top: 8px;
}

.footer-head li a {
  display: block;
  font-size: 14px;
  color: #505050;
  position: relative;
  padding-left: 14px;
}

.footer-head li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 9px;
}

.footer-head li a:hover {
  color: #36775b;
}

.other-details {
  border-top: 1px solid #ccc;
}

.border-right {
  border-right: 1px solid #ccc;
}

.follow-us h3,
.footer-logo h3 {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.footer-logo ul li {
  display: inline-flex;
}

.footer-logo ul li+li {
  margin-left: 10px;
}

.footer-logo ul li>img {
  max-height: 20px;
  max-width: 110px;
  filter: grayscale(100%);
}

.follow-us ul {
  margin: 0px;
  padding: 0px;
}

.follow-us ul li {
  display: inline-flex;
  list-style: none;
}

.follow-us ul li a {
  display: flex;
  color: #000;
  font-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  transition: .3s;
}

.follow-us ul li a:hover {
  color: #36775b;
}

.footer-bottom {
  background: #000;
}

.footer-bottom p {
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
  padding: 12px 0px;
  font-size: 13px;
}

/* Footer Ends */



/* Responsive CSS */

@media screen and (max-width:1024px) {}

@media screen and (max-width:992px) {

  /* Header CSS Start */

  .navbar-logo > img {
    max-width: 140px; 
  }
  .header-top ul li { 
    margin: 0px 5px; 
    font-size: 13px;
  }
  .custom-navbar .nav-link {
    font-size: 14px; 
    padding: 10px 12px !important; 
  }

  /* Header CSS End */

}

@media screen and (min-width: 768px){

  .navbar-wrapper {
    width: 100% !important;
  }

}

@media screen and (max-width:767px) {

  /* Header CSS Start */

  .mobileLogo,
.navbar-toggler {
  display: block;
} 

  .navbar-toggler,
  .navbar-toggler:focus {
    position: absolute;
    top: 25px;
    right: 15px;
    border: none;
    padding: 0px !important;
    outline: 0;
    box-shadow: none;
  }

  .navbar-toggler-icon1 {
    display: inline-block;
    width: 28px;
    height: 3px;
    vertical-align: middle;
    background: #000;
  }

  .navbar-toggler-icon1::before,
  .navbar-toggler-icon1::after {
    content: '';
    background: #000;
    height: 3px;
    width: 28px;
    position: absolute;
    right: 0px;
    top: 2px;
  }

  .navbar-toggler-icon1::after {
    top: auto;
    bottom: -3px;
  }

  .navbar-logo>img {
    max-width: 140px;
    transition: .5s;
  }

  .navbar-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0;
    height: 100%;
    z-index: 9999;
    padding: 5px 0px;
    background: #fff;
    overflow-y: auto;
    
  }

  .mobileLogo {
    padding: 0px calc(var(--bs-gutter-x) * .5);
  }

  .header-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .header-top ul,
  .custom-navbar .navbar-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .custom-navbar .nav-item{
    width: 100%;
    padding: 0px 20px;
  }

  .custom-navbar .nav-link,
  .header-top ul li {
    font-size: 14px;
    padding: 8px 0px !important;
    width: 100%;
    color: #000;
    margin: 0px !important;
  }

  .close-nav {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 25px;
    height: 25px;
  }

  .close-nav::before,
  .close-nav::after {
    content: '';
    background: #000;
    height: 3px;
    width: 25px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 4px;
    transform: rotate(45deg);
  }

  .close-nav::after {
    bottom: -4px;
    transform: rotate(-45deg);
  }

  /* Header CSS Ends */





  /* Footer CSS Start */

  .footer-content.pe-5 {
    padding-right: 0px !important;
    text-align: center;
  }

  .footer-content.pe-5,
  .footer-link.ps-5,
  .social-media {
    padding-right: 0px !important;
    text-align: center;
    padding-left: 0px !important;
  }

  .footer-link.ps-5 {
    margin: 1.6rem 0px;
  }

  .social-media ul,
  .other-link ul {
    justify-content: center;
  }

  .other-link ul {
    gap: 15px;
  }

  .copyright {
    text-align: center;
    margin-bottom: .5rem;
  }

  .footer-head {
    margin-bottom: 25px;
  }

  .other-details {
    margin-top: 1rem !important;
  }

  /* Footer CSS Ends */

}

@media screen and (max-width:575px) {

  /* Footer CSS Start */

  footer {
    padding-top: 20px;
  }

  .footer-head {
    margin-top: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
  }

  .footer-head h3 {
    cursor: pointer;
  }

  .border-none {
    border: none !important;
  }

  .footer-head ul {
    display: none;
    margin-bottom: 15px;
  }

  .follow-us ul li a {
    margin-right: 15px;
  }

  .footer-head h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    transition: .5s;
  }

  .footer-head h3::before {
    content: "\f067";
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .footer-head.active h3::before {
    content: "\f068";

  }

  /* Footer CSS Ends */

}