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

.main-nav a:hover,
.main-nav a.active {
  color: #734592;
  border-radius: 5px;
}

.model-submit {
  background: #734592;
}

.model-container {

  width: 1050px;
}

.close-modal {
  background: #734592;
}

.dropdown .dropdown-menu a:hover {
  color: #734592;
}

.reg-group input:focus,
.reg-group textarea:focus {
  border-color: #734592;
  outline: none;
}

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

.hero h3 {
  color: #734592;
}

/* .arrow-btn{
    background-color: #734592;
} */

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

.enroll-btn:hover {
  transform: scale(1.1);
  color: #d3bce3;
}

.icon-circle {
  color: #734592;
}

.section-subtitle {
  color: #734592;
}

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

.overlay_link {
  background-color: #734592;

}

.benefits h4 {
  font-size: 22px;
  color: #734592;
}

.memberships-section {
  background: #f2eef5;
}

/*wcls footer */
.footer-logo {
  width: 190px;
  margin-bottom: 15px;
}

.footer-section h3::after {
  background-color: #734592;
}

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

/* .site-footer {
  margin-top: 80px;
} */

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

.about-title {
  color: #333;
}

.tagline {
  color: #734592;
}

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

.button {
  background-color: #734592;
}

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

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

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

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

}

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

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

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

}

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

.contact-subtitle {
  color: #734592;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #734592;
  outline: none;
}

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

.padai-icon {
  color: #734592;
}

.membership-sections {
  background-color: #fff;
}

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

.membership-sections h1 {

  color: #333;
}

.membership-sections p {
  color: #777;
}

.input-group .contact-icon img {
  color: #734592;
  filter: invert(24%) sepia(47%) saturate(1234%) hue-rotate(250deg) brightness(90%) contrast(90%);
}

.icon-circle img {
  color: #5c1c9a;
  filter: invert(24%) sepia(47%) saturate(1234%) hue-rotate(250deg) brightness(90%) contrast(90%);
}

.about-icon img {
  color: #ef7f1a;
  filter: invert(24%) sepia(47%) saturate(1234%) hue-rotate(250deg) brightness(90%) contrast(90%);

}

.padai-icon img {
  color: #5c1c9a;
  filter: invert(24%) sepia(47%) saturate(1234%) hue-rotate(250deg) brightness(90%) contrast(90%);
}

.overlay_link a {
  color: #fff;
  text-decoration: none;
}

.overlay_content .subheading a {
  color: #734592;
}

.scroll-toggle {
  border: 2px solid #5c1c9a;
  color: #734592;
}

.info-images {
  height: 28px;
  filter: brightness(0) invert(1);
  margin-top: 7px;
}

@media (max-width: 768px) {
  .header-logo {
    width: 20vh;
    height: auto;
    margin-left: 17px;
  }

  .logo img {
    width: 20vh;
    height: auto;
  }

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

  .feature ul li::before {
    color: #734592
  }

  .feature ul li::before {
    left: -25px;
  }

  .cancellation-banner {
    height: 200px;
  }

  .cancellation-banner .cancellation-overlay {
    height: 200px;
  }

  .cancellation-banner h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-logo {
    width: 200px;
    height: auto;
    margin-left: 27px;
  }

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

  .cancellation-banner h1 {
    margin-top: 1px;
    margin-bottom: 10px;
  }
}

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

  .input-group textarea {
    padding: 20px;
    font-size: 15px;
  }

  .logo img {
    width: 38%;
    height: auto;
    margin-left: 18px;
  }

  /* .cancellation-banner h1 {
    margin-top: -21px;
    margin-bottom: 0px;
  } */
  .cancellation-banner {
    height: 220px;
  }

  .cancellation-banner .cancellation-overlay {
    height: 220px;
    padding: 30px 15px;
  }

  .cancellation-banner h1 {
    margin-top: 22px;
    margin-bottom: 0px;
  }

}

@media (max-width: 768px) {
  .error-message {
    position: relative;
    bottom: 14px;
  }
}