/*wcls home header logo */
.logo img {
  height: 160px;
  user-select: none;
}

.header-logo {
  width: 204px;
}

.header-container {
  height: 130px;
}

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

.model-submit {
  background: #5c1c9a;
}

.model-container {

  width: 2050px;
}

.close-modal {
  background: #5c1c9a;
}

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

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

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

.hero h3 {
  color: #5c1c9a;
}

.feature img {
  height: 108px;
  width: 108px;
}

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

.enroll-btn {
  background-color: #5c1c9a;
}

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

.icon-circle {
  color: #5c1c9a;
}

.memberships-section {
  background: #f3efff;
}

.section-subtitle {
  color: #5c1c9a;
}

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

.future-img .logo {
  width: 120px;
}

.overlay_link {
  background-color: #5c1c9a;

}

.arrow-btn {
  background-color: #5c1c9a;
  color: #fff;
}

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

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

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

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

/* .site-footer {
  margin-top: 80px;
} */
.footer-logo {
  width: 190px;
  margin-bottom: -21px;
  margin-top: -69px;
}

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

.about-title {
  color: #5c1c9a;
}

.tagline {
  color: #5c1c9a;
}

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

.student-bar li {
  color: #fff;
}

.button {
  background-color: #5c1c9a;
}

.button:hover {
  background-color: #5c1c9a;
}

.info-img {
  background-color: #5c1c9a;
}

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

.individual li {
  color: #fff;
}

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

}

.institutional-nav li {
  color: #fff;

}

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

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

.button-submit:hover {
  background-color: #5c1c9a;

}

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

.contact-subtitle {
  color: #5c1c9a;
}

.input-group .contact-icon img {
  color: #5c1c9a;
  filter:
    brightness(0) saturate(100%) invert(14%) sepia(98%) saturate(2333%) hue-rotate(256deg) brightness(95%) contrast(91%);
}

.icon-circle img {
  color: #5c1c9a;
  filter:
    brightness(0) saturate(100%) invert(14%) sepia(98%) saturate(2333%) hue-rotate(256deg) brightness(95%) contrast(91%);
}

.about-icon img {
  color: #fec301;
  filter:
    brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(1000%) hue-rotate(350deg) brightness(105%) contrast(101%);

}

.padai-icon img {
  color: #5c1c9a;
  filter:
    brightness(0) saturate(100%) invert(14%) sepia(98%) saturate(2333%) hue-rotate(256deg) brightness(95%) contrast(91%);
}

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

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

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

.overlay_content .subheading a {
  color: #5c1c9a;
}

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

.padai-icon {
  color: #5c1c9a;
}

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

.membership-sections h3 {
  color: #5c1c9a;
}

.membership-sections h1 {

  color: #333;
}

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

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

@media (max-width: 768px) {
  .contact-btn {
    background-color: #5c1c9a;
  }

  .mobile-contact {
    display: block;
    margin-left: 56px;
    display: flex;
    margin-right: 26px;
  }

  .feature ul li::before {
    color: #5c1c9a
  }

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

  .form-container {
    width: 90%;
  }

  .header-logo {
    width: 24vh;
    height: auto;
    margin-left: -15px;
  }

  .logo img {
    width: 21vh;
    height: auto;
    margin-left: -27px;
  }

  .cancellation-banner {
    height: 220px;

  }

  .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: 145px;
    height: auto;
    margin-left: 27px;
  }

  .sticky-header .container {
    padding: 0px;
    height: 150px;
  }

  .contact-btn {
    background-color: #5c1c9a;
  }

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

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

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

  .logo img {
    width: 19%;
    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;
  }
}