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

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

.header-logo {
  width: 204px;
}

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

.model-submit {
  background: #A52A2A;
}

.model-container {

  width: 1550px;
}

.close-modal {
  background: #A52A2A;
}

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

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

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

.hero h3 {
  color: #A52A2A;
}

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

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

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

.enroll-btn:hover {
  transform: scale(1.1);
  color: hsla(0, 70%, 17%, 0.9);
}

.icon-circle {
  color: #A52A2A;
}

.memberships-section {
  background: #f6e8cd;
}

.section-subtitle {
  color: #A52A2A;
}

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

.overlay_link {
  background-color: #A52A2A;

}

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

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

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

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

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

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

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

.about-title {
  color: #333;
}

.tagline {
  color: #A52A2A;
}

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

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

.button {
  background-color: #A52A2A;
}

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

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

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

.individual li {
  color: #fff;
}

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

}

.institutional-nav li {
  color: #fff;

}

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

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

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

}

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

.contact-subtitle {
  color: #A52A2A;
}

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

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

.padai-icon {
  color: #A52A2A;
}

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

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

.membership-sections h1 {

  color: #333;
}

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

.input-group .contact-icon img {
  color: #A52A2A;
  filter: invert(16%) sepia(63%) saturate(4234%) hue-rotate(350deg) brightness(89%) contrast(97%);
}

.icon-circle img {
  color: #5c1c9a;
  filter: invert(16%) sepia(63%) saturate(4234%) hue-rotate(350deg) brightness(89%) contrast(97%);
}

.about-icon img {
  color: #ef7f1a;
  filter: invert(16%) sepia(63%) saturate(4234%) hue-rotate(350deg) brightness(89%) contrast(97%);
}

.padai-icon img {
  color: #5c1c9a;
  filter: invert(16%) sepia(63%) saturate(4234%) hue-rotate(350deg) brightness(89%) contrast(97%);
}

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

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

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

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

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

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

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

  .form-container {
    width: 90%;
  }

  .header-logo {
    width: 20vh;
    height: auto;
    margin-left: 8px;
  }

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

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

  .cancellation-banner {
    height: 200px;
  }

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

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

  /* .feature:hover {
    display: none;
  } */
}


@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: #A52A2A;
  }

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

}

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

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

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

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