/*wcls home header logo */
.header-logo {
  width: 225px;
}

.sticky-header-logo {
  width: 225px;

}

.main-nav {
  margin-left: 66px;
}

.main-nav a.active {
  color: #799619;
}

.main-nav a:hover {
  color: #799619;
}

nav.desktop-nav ul li a:hover {
  color: #799619;
}

.dropdown .dropdown-menu a:hover {
  background: #f5f5f5;
  color: #799619;
}

.model-submit {
  background: #799619;
}

.close-modal {
  background: #799619;
}

/*wcls Home page button colors */
.hero {
  background-color: #fbfbfb;
}

.hero h3 {
  color: #799619;
}

.arrow-btn {
  background-color: #799619;
}

.about-banner .overlay {
  background-color: rgba(8, 55, 11, 0.8)
}

.enroll-btn {
  background-color: #799619;
}

.enroll-btn:hover {
  background-color: #788619;
}

.icon-circle {
  color: #799619;
}

/*wcls footer */
.footer-section h3::after {
  background-color: #799619;
}

.footer-section a:hover {
  color: #799619;
}

/*wcls about page */
.about-icon {
  color: #799619;
}

.about-title {
  color: #799619;
}

.section-subtitle {
  color: #799619;
}

.section-title {
  color: #799619;
}

/* wcls Student Membership */
.student-bar {
  background-color: #799619;
}

.button {
  background-color: #799619;
  position: relative;
  bottom: 4px;
}

.button:hover {
  background-color: #788619;
}

.info-img {
  background-color: #799619;
}

.membership-sections h3 {
  color: #799619;
}

/* Individual css  */
.individual-bar {
  background-color: #799619;
}

/* Institutional */
.institutional-nav {
  background-color: #799619;

}

.add-member-btn {
  background-color: #799619;
}

.add-member-btn:hover {
  background: #788619;
}

/* contact-us */
.contact-subtitle {
  color: #799619;
}

.button-submit {
  background-color: #799619;
}

.button-submit:hover {
  background-color: #788619;

}

.input-group .contact-icon {
  color: #799619;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #799619;
}

/*membership */
.padai-hover-content {
  background: #799619;
}

.padai-icon {
  color: #799619;
}

.error {
  position: relative;
  bottom: 22px;
}

.reg-group input,
.reg-group textarea {
  margin-bottom: 35px;
}

.modal-form {
  height: auto !important;
  min-height: 400px;
}

.model-container {
  height: auto !important;
}

/* .padai-membership-benefits-container::before {
  top: 311px;
  bottom: -643px;
} */

.home-btn {
  position: relative;
  top: 28px;
}

.cancellation-banner .cancellation-overlay {
  background-color: rgba(8, 55, 11, 0.8)
}

.scroll-toggle {
  color: #799619;
  border: 2px solid #799619;
}

/*start images styling */
.icon-circle img {
  height: 50px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(92%) saturate(421%) hue-rotate(37deg) brightness(97%) contrast(89%);
  color: #799619;
}

.about-img {
  height: 70px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(92%) saturate(421%) hue-rotate(37deg) brightness(97%) contrast(89%);
  color: #799619;
}

.contact-img {
  height: 40px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(92%) saturate(421%) hue-rotate(37deg) brightness(97%) contrast(89%);
  color: #799619;
}

.student-img {
  height: 40px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

}

.info-images {
  height: 40px;
  filter: brightness(0) invert(1);
}

.membership-bar {
  height: 40px;
  filter: brightness(0) invert(1);
  position: relative;
  top: 2px;
}

.membership-img {
  height: 100px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(92%) saturate(421%) hue-rotate(37deg) brightness(97%) contrast(89%);
  color: #799619;
}

/* end images styling */

@media (max-width: 768px) {
  .sticky-header-logo {
    width: 163px;

  }

  .error-message {
    position: relative;
    bottom: 14px;
  }

  .container-enroll {
    position: relative;
    bottom: 27px;
  }

  .home-btn {
    position: relative;
    top: 23px;
  }

  .contact-btn {
    background-color: #799619;
  }

  .header-logo {
    width: 160px;
    height: auto;
    margin-left: 2px;
  }

  .info-images {
    height: 30px;
    filter: brightness(0) invert(1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .header-logo {
    width: 230px;
    height: auto;
    margin-left: 20px;
    object-fit: contain;
    display: block;
  }

  .header-container {
    flex-wrap: nowrap;
  }

  /* .padai-membership-benefits-container::before {
    top: 387px;
    bottom: -860px;
  } */

  .contact-btn {
    background-color: #799619;
  }

  .info-images {
    height: 37px;
    filter: brightness(0) invert(1);
  }

  .student-bar li {
    text-wrap: nowrap;
    gap: 0px;
  }

  .student-bar li {
    font-size: 16px;

  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

  .contact-btn {
    background-color: #799619;
  }

  /* .padai-membership-benefits-container::before {
    top: 299px;
    bottom: -961px;
  } */
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .contact-btn {
    background-color: #799619;
  }

}