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

}

.sticky-header-logo {
  width: 150px;
}

.footer-logo {
  width: 170px;
  margin-bottom: 15px;

}

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

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

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

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

.model-submit {
  background: #8f9ddf;
}

.benefits h2 {
  color: #8f9ddf;
}

.hero h1 {
  color: #8f9ddf;
}

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

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

.hero h3 {
  color: #8f9ddf;
}

.arrow-btn {
  background-color: #8f9ddf;
}

.enroll-btn {
  background-color: #8f9ddf;
}

.feature ul li::before {
  background-color: #8f9ddf;
}

.icon-circle {
  color: #8f9ddf;
}

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

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

.about-banner .overlay {
  background-color: rgba(91, 108, 138, 0.8);
}

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

.about-title {
  color: #101113;
}

.section-subtitle {
  color: #8f9ddf;
}

.tfid-about {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.0;
  color: #333;
  margin-top: 15px;
  padding: 0 58px
}

/* scroll bar */
.scroll-toggle {
  color: #8f9ddf;
  border: 2px solid #8f9ddf;
}

.org-name {
  font-size: 26px;
  font-weight: 647;
  color: #101113;
  letter-spacing: 1px;
  line-height: 45px;
}

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

.button {
  background-color: #8f9ddf;
}

.button:hover {
  background-color: #74addbbe;
}

.info-img {
  background-color: #8f9ddf;
}

.membership-sections h3 {
  color: #8f9ddf;
}

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

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

}

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

/* contact-us */
.button-submit {
  background-color: #8f9ddf;
}

.button-submit:hover {
  background-color: #79abd4be;

}

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

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

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

.padai-icon {
  color: #8f9ddf;
}

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

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

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

.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;
}

/* modal */
.model-submit {
  background: #8f9ddf;
}

.close-modal {
  background: #8f9ddf;
}

/* Cancellation & Refund Policy */
.cancellation-banner .cancellation-overlay {
  background-color: rgba(91, 108, 138, 0.8);
}

/*start imgaes styling */
.icon-circle img {
  height: 50px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(8%) saturate(1522%) hue-rotate(193deg) brightness(92%) contrast(91%);
  color: #8f9ddf;
}

.about-img {
  height: 70px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(8%) saturate(1522%) hue-rotate(193deg) brightness(92%) contrast(91%);
  color: #8f9ddf;
}

.contact-img {
  height: 40px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(8%) saturate(1522%) hue-rotate(193deg) brightness(92%) contrast(91%);
  color: #8f9ddf;
}

.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(78%) sepia(8%) saturate(1522%) hue-rotate(193deg) brightness(92%) contrast(91%);
  color: #8f9ddf;
}

/* end images styling */
@media (max-width: 768px) {
  .header-logo {
    width: 120px;
  }

  .sticky-header-logo {
    width: 120px;
  }

  .footer-logo {
    width: 123px;
  }

  .contact-btn {
    background-color: #8f9ddf;
  }

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-logo {
    width: 116px;
    height: auto;
    margin-left: 20px;
    object-fit: contain;
    display: block;
  }

  .sticky-header-logo {
    width: 120px;
  }

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

  .contact-btn {
    background-color: #8f9ddf;
  }

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

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

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .header-logo {
    width: 140px;
  }

  .footer-logo {
    width: 150px;
    margin-bottom: 15px;

  }

  .contact-btn {
    background-color: #8f9ddf;
  }

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