* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif !important;
}

p {
  font-family: "Rubik", serif !important;
}

a {
  font-family: "Rubik", serif !important;
}

.navbar {
  padding: 24px;
  background: #fff;
  position: fixed !important;
  top: 0px !important;
  width: 100%;
  z-index: 999999;
}
.navbar li a {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 500;
}
.navbar .dropdown-menu {
  position: relative;
  z-index: 500;
}

#navbar.scrolled {
  background-color: #333;
}

.hero-banner {
  background-color: #26ABA3;
  background-image: url(../Images/Vector1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
}
.hero-banner .hero-relative-image {
  position: relative;
  bottom: 0px;
  right: 50px;
}
.hero-banner .img-1 {
  height: 600px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/1;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.hero-banner .img-2 {
  height: 420px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/1;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 991px) {
  .hero-banner .img-2 {
    margin-top: 50px;
  }
}
.hero-banner h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
.hero-banner p {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
.hero-banner button {
  border: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #26ABA3;
  text-align: center;
  transition: background 500ms ease-in-out;
  color: #fff;
  padding: 14px 42px;
  border-radius: 28px;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.hero-banner button:hover {
  background-color: #F7AB1E;
}
.hero-banner button a {
  color: #fff;
  text-decoration: none;
}

.home-therapies {
  padding: 50px 0px;
}
.home-therapies h1 {
  color: #000;
  font-weight: 700;
  font-size: 38px;
  font-style: normal;
}
.home-therapies p {
  color: 16px;
  font-style: normal;
  font-weight: 400;
}
.home-therapies .col-box {
  box-shadow: 0px 0 25px 0px rgba(43, 171, 160, 0.11);
  padding: 10px;
  height: 100%;
}
.home-therapies img {
  border-radius: 30px;
  margin-bottom: 10px;
}
.home-therapies h2 {
  font-size: 20px;
}
.home-therapies button {
  border: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #26ABA3;
  text-align: center;
  transition: background 500ms ease-in-out;
  color: #fff;
  padding: 7px 32px;
  border-radius: 28px;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.home-therapies button:hover {
  background-color: #F7AB1E;
}
.home-therapies button a {
  color: #fff;
  text-decoration: none;
}

.about-milestone {
  padding: 50px 0px;
}
.about-milestone h6 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.about-milestone h2 {
  font-weight: 800;
  font-size: 42px;
  font-style: normal;
}
@media (max-width: 991px) {
  .about-milestone h2 {
    font-size: 28px;
  }
}
.about-milestone p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.about-milestone button {
  border: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #26ABA3;
  text-align: center;
  transition: background 500ms ease-in-out;
  color: #fff;
  padding: 14px 42px;
  border-radius: 28px;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .about-milestone button {
    font-size: 14px;
  }
}
.about-milestone button:hover {
  background-color: #F7AB1E;
}
.about-milestone button a {
  color: #fff;
  text-decoration: none;
}
.about-milestone .about-image {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.milestone-cta .box {
  padding: 40px 0px;
  background: url(../Images/cta-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.milestone-cta .box h3 {
  font-weight: 700;
  font-size: 38px;
}
@media (max-width: 991px) {
  .milestone-cta .box h3 {
    font-size: 24px;
  }
}

.home-team {
  padding: 50px 0px;
}
.home-team h2 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
.home-team .col-box {
  box-shadow: 0px 0 25px 0px rgba(43, 171, 160, 0.11);
  border-radius: 25px;
  text-align: center;
  transition: all 0.5s ease;
  padding: 20px;
}
.home-team .col-box img {
  border-radius: 40px;
}
.home-team .col-box h6 {
  margin-bottom: 0px;
  margin-top: 20px;
  color: #26ABA3;
  font-weight: 700;
  font-size: 15px;
}
.home-team .col-box h4 {
  margin-bottom: 0px;
  font-weight: 600;
}

.enquiry-form {
  padding: 50px 0px;
}
.enquiry-form img {
  max-width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
  border-radius: 30px;
}
.enquiry-form h2 {
  font-weight: 700;
  font-size: 42px;
}
.enquiry-form p {
  color: #000;
  font-weight: 400;
}
.enquiry-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  height: 56px;
  border: 1px solid #c9ced3;
  border-radius: 18px;
  padding: 14px;
  font-size: 16px;
  font-style: normal;
  color: #51565D;
  width: 100%;
  outline: 0;
  transition: all 0.5s ease;
  font-family: "Rubik", serif !important;
}
.enquiry-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 28px;
  border: 1px solid #c9ced3;
  border-radius: 18px !important;
  background: #fff;
  padding: 14px !important;
  font-size: 16px;
  font-style: normal;
  color: #51565D;
  transition: all 0.5s ease;
  font-family: "Rubik", serif !important;
}
.enquiry-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 28px;
  border: 1px solid #c9ced3;
  border-radius: 25px !important;
  background: #fff;
  padding: 14px !important;
  font-size: 16px;
  font-style: normal;
  color: #51565D;
  width: 100%;
  transition: all 0.5s ease;
  font-family: "Rubik", serif !important;
}
.enquiry-form button {
  border: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #26ABA3;
  text-align: center;
  transition: background 500ms ease-in-out;
  color: #fff;
  padding: 14px 42px;
  border-radius: 28px;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.enquiry-form button:hover {
  background-color: #F7AB1E;
}
.enquiry-form button a {
  color: #fff;
  text-decoration: none;
}

.about-banner {
  padding-top: 110px;
  background-color: #F4FCFA;
  padding-bottom: 50px;
}
.about-banner h2 {
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0px;
}
.about-banner p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0px;
}

.about-intro {
  padding: 50px 0px;
}
.about-intro img {
  max-width: 100%;
  height: 550px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/1;
}
.about-intro h1 {
  font-weight: 700;
  font-size: 42px;
}
@media (max-width: 991px) {
  .about-intro h1 {
    font-size: 28px;
  }
}
.about-intro button {
  border: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #26ABA3;
  text-align: center;
  transition: background 500ms ease-in-out;
  color: #fff;
  padding: 14px 42px;
  border-radius: 28px;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.about-intro button:hover {
  background-color: #F7AB1E;
}
.about-intro button a {
  color: #fff;
  text-decoration: none;
}

.about-renu {
  padding: 50px 0px;
  background-color: #F4FCFA;
}
.about-renu h2 {
  font-size: 46px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .about-renu h2 {
    font-size: 28px;
  }
}
.about-renu li {
  font-family: "Rubik", serif !important;
}
.about-renu img {
  border-radius: 30px;
}

.renu-education {
  padding: 50px 0px;
}
.renu-education h2 {
  font-size: 46px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .renu-education h2 {
    font-size: 34px;
  }
}
.renu-education .qualification li {
  font-family: "Rubik", serif !important;
  list-style: none;
}
.renu-education .qualification .head {
  background-color: #26ABA3;
}
.renu-education .qualification .head h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.renu-education .qualification .content {
  padding: 20px;
  border: 2px solid #26ABA3;
}
.renu-education .certifications li {
  font-family: "Rubik", serif !important;
  list-style: none;
}
.renu-education .certifications .head {
  background-color: #26ABA3;
}
.renu-education .certifications .head h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.renu-education .certifications .content {
  padding: 20px;
  border: 2px solid #26ABA3;
}

.join {
  padding: 50px 0px;
}
.join h2 {
  font-size: 46px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .join h2 {
    font-size: 32px;
  }
}
.join img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/3;
  border-radius: 30px;
}
.join button {
  border: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #26ABA3;
  text-align: center;
  transition: background 500ms ease-in-out;
  color: #fff;
  padding: 14px 42px;
  border-radius: 28px;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.join button:hover {
  background-color: #F7AB1E;
}
.join button a {
  color: #fff;
  text-decoration: none;
}

.gallery-image img {
  border-radius: 30px;
}

.faq-section {
  padding: 50px 0px;
}
.faq-section h2 {
  font-weight: 700;
  font-size: 52px;
}
@media (max-width: 991px) {
  .faq-section h2 {
    font-size: 32px;
  }
}
.faq-section img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/4;
  border-radius: 30px;
}
.faq-section .faq-section .accordion-button:not(.collapsed) {
  color: #26ABA3 !important;
  background-color: inherit;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus-sign.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.faq-section .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.faq-section .accordion-button:not(.collapsed) {
  color: #26ABA3 !important;
  background-color: inherit;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq-section .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}
.faq-section .accordion-header {
  border: 1px solid #000;
}
.faq-section .accordion-button {
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .faq-section .accordion-button {
    font-size: 14px;
  }
}
.faq-section .accordion-body {
  font-size: 16px;
}
@media (max-width: 991px) {
  .faq-section .accordion-body {
    font-size: 10px;
  }
}

.contact-form-page {
  padding: 50px 0px;
}
.contact-form-page input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  height: 56px;
  border: 1px solid #c9ced3;
  border-radius: 18px;
  padding: 14px;
  font-size: 16px;
  font-style: normal;
  color: #51565D;
  width: 100%;
  outline: 0;
  transition: all 0.5s ease;
  font-family: "Rubik", serif !important;
}
.contact-form-page select {
  width: 100%;
  padding: 10px;
  margin-bottom: 28px;
  border: 1px solid #c9ced3;
  border-radius: 18px !important;
  background: #fff;
  padding: 14px !important;
  font-size: 16px;
  font-style: normal;
  color: #51565D;
  transition: all 0.5s ease;
  font-family: "Rubik", serif !important;
}
.contact-form-page textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 28px;
  border: 1px solid #c9ced3;
  border-radius: 25px !important;
  background: #fff;
  padding: 14px !important;
  font-size: 16px;
  font-style: normal;
  color: #51565D;
  width: 100%;
  transition: all 0.5s ease;
  font-family: "Rubik", serif !important;
}
.contact-form-page button {
  border: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #26ABA3;
  text-align: center;
  transition: background 500ms ease-in-out;
  color: #fff;
  padding: 14px 42px;
  border-radius: 28px;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.contact-form-page button:hover {
  background-color: #F7AB1E;
}
.contact-form-page button a {
  color: #fff;
  text-decoration: none;
}

.therapy-intro {
  padding: 120px 0px;
  background-color: #26ABA3;
}
.therapy-intro h1 {
  color: #fff;
  font-weight: 700;
}
.therapy-intro p {
  color: #fff;
}

.what_is_early_intervention h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.what_is_early_intervention h4 {
  margin-bottom: 0px;
  font-weight: 700 !important;
  color: #000;
  font-size: 21px;
}
.what_is_early_intervention li {
  color: #000;
  font-family: "Rubik", serif !important;
}
.what_is_early_intervention .col-box {
  border: 1px solid #26ABA3;
  background-color: #26ABA3;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.what_is_early_intervention .col-box p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.why-therapy {
  background-color: #F4FCFA;
  padding: 50px 0px;
}
.why-therapy h3 {
  font-weight: 700;
}
.why-therapy h4 {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.why-therapy li {
  font-family: "Rubik", serif !important;
}

.our-program h2 {
  font-weight: 700;
  font-size: 24px;
}
.our-program .col-box {
  background-color: #26ABA3;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.our-program .col-box h4 {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
}
.our-program .col-box p {
  color: #fff;
}

.who-benefit {
  background-color: #F4FCFA;
  padding: 40px 0px;
}
.who-benefit h3 {
  font-weight: 700;
}
.who-benefit li {
  font-family: "Rubik", serif !important;
}

.faq-section-therapies h2 {
  font-weight: 700;
  font-size: 26px;
}

.faq-section-therapies {
  padding: 50px 0px;
}
.faq-section-therapies h2 {
  font-weight: 700;
  font-size: 32px;
}
.faq-section-therapies img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/4;
  border-radius: 30px;
}
.faq-section-therapies .faq-section .accordion-button:not(.collapsed) {
  color: #26ABA3 !important;
  background-color: inherit;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq-section-therapies .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus-sign.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.faq-section-therapies .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.faq-section-therapies .accordion-button:not(.collapsed) {
  color: #26ABA3 !important;
  background-color: inherit;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq-section-therapies .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}
.faq-section-therapies .accordion-header {
  border: 1px solid #000;
}
.faq-section-therapies .accordion-button {
  font-size: 18px;
  font-weight: 500;
}
.faq-section-therapies .accordion-body {
  font-size: 16px;
}

.thermal-banner {
  background-color: #26ABA3;
  padding-top: 150px;
  padding-bottom: 50px;
}
.thermal-banner h6 {
  color: #fff;
}
.thermal-banner h1 {
  color: #fff;
}
.thermal-banner h1 span {
  color: #3F4196 !important;
  font-weight: 700;
  font-family: "Rubik", serif !important;
  margin-bottom: 0px;
}
.thermal-banner p {
  color: #fff;
  font-weight: 500;
}
.thermal-banner ul li {
  color: #fff;
  font-family: "Rubik", serif !important;
  font-weight: 600;
}
.thermal-banner .form-box {
  background-color: #fff;
  padding: 20px;
}
.thermal-banner .form-box input {
  width: 100%;
  padding: 6px;
  color: #000;
  font-family: "Rubik", serif !important;
  font-weight: 500;
}
.thermal-banner .form-box textarea {
  width: 100%;
  color: #000;
  color: #000;
  font-family: "Rubik", serif !important;
  font-weight: 400;
  padding: 6px;
}
.thermal-banner .form-box button {
  background-color: #26ABA3;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  border: none;
}

.foot {
  background-color: #26ABA3;
  padding-top: 50px;
  padding-bottom: 10px;
}
.foot li {
  list-style: none;
}
.foot li a {
  text-decoration: none;
  color: #fff;
}

.intensive-img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-choose h2 {
  color: #000;
  font-weight: 700;
  font-size: 28px;
}
.why-choose li {
  font-family: "Rubik", serif !important;
}
.why-choose h5 {
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}
.why-choose button {
  background-color: #26ABA3;
  border: none;
  padding: 10px 20px;
}
.why-choose button a {
  color: #fff;
  font-family: "Rubik", serif !important;
  text-decoration: none;
}

.scrollable-dropdown {
  max-height: 300px; /* Adjust the height as needed */
  overflow-y: auto;
  overflow-x: hidden;
}

.privacy-policy h1 {
  font-size: 32px;
  font-weight: 600;
}
.privacy-policy h6 {
  text-decoration: underline;
  font-weight: 800;
}

.share-box {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
}

.share-box .icons {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-in;
  left: 0;
}

.share-box .icons a {
  background: #26ABA3;
  color: #fff;
  transition: all 0.2s ease-in;
  height: 50px;
  opacity: 1;
  padding: 14px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.new-home-about {
  padding: 50px 0px;
}
.new-home-about img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.new-home-about button {
  border: none;
  font-size: 18px;
  font-weight: 700;
  background-color: #26ABA3;
  text-align: center;
  transition: background 500ms ease-in-out;
  color: #fff;
  padding: 14px 42px;
  border-radius: 28px;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.new-home-about button:hover {
  background-color: #F7AB1E;
}
.new-home-about button a {
  color: #fff;
  text-decoration: none;
}

.home-testimonial {
  background-color: #26ABA3;
  padding: 50px 0px;
  margin-bottom: 40px;
}
.home-testimonial span {
  color: #F7AB1E;
  font-size: 28px;
  font-weight: 600;
}
.home-testimonial h2 {
  text-align: center;
  color: #fff;
}
.home-testimonial p {
  font-weight: 400;
  color: #fff;
}
.home-testimonial h6 {
  font-weight: 800;
  color: #fff;
}/*# sourceMappingURL=style.css.map */