@font-face {
  font-family: "gorditaregular";
  src: url("../fonts/gordita-regular-webfont.woff2") format("woff2"), url("../fonts/gordita-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gorditabold";
  src: url("../fonts/Gordita-Bold.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background: #fff;
}

h1 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575.98px) {
  h1 {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
  }
}
h1 span {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #baffe2;
}

h2 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #1c1c1c;
}
@media (max-width: 575.98px) {
  h2 {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1c1c1c;
  }
}

h5 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

p {
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1c1c1c;
}
p strong {
  font-family: "gorditabold", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #045332;
}

.bg-green {
  background: #045332;
}

.bg-lessgreen {
  background: #023a22;
}

.bg-lightgreen {
  background: #e4f9f0;
}

.bg-accent {
  background: #298a6b;
}

.btn-green {
  background: #045332;
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  border: none;
}
.btn-green:hover {
  background: rgb(1.6551724138, 34.3448275862, 20.6896551724);
  color: #fff;
}
@media (max-width: 575.98px) {
  .btn-green {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 10px 20px;
  }
}

.btn-green2 {
  background: #00b050;
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  border-radius: 100px;
  padding: 10px;
}
.btn-green2:hover {
  background: rgb(0, 125, 56.8181818182);
  color: #fff;
}
@media (max-width: 575.98px) {
  .btn-green2 {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 10px;
  }
}

.btn-green-alt {
  background: transparent;
  border: 1px solid #045332;
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #045332;
  border-radius: 100px;
  padding: 10px;
}
.btn-green-alt:hover {
  background: rgb(0, 125, 56.8181818182);
  color: #fff;
}
@media (max-width: 575.98px) {
  .btn-green-alt {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #045332;
    padding: 10px;
  }
}

.btn-light {
  background: #fff;
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #045332;
  border-radius: 100px;
  padding: 10px;
  border: 1px solid #045332;
}
.btn-light:hover {
  background: rgb(1.6551724138, 34.3448275862, 20.6896551724);
  color: #fff;
}
@media (max-width: 575.98px) {
  .btn-light {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #045332;
    padding: 10px;
  }
}

.btn-accent {
  background: transparent;
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #baffe2;
  padding: 0px;
  border: transparent;
  position: relative;
}
.btn-accent:hover {
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #74c0a0;
}
.btn-accent::after {
  content: url(../img/icons/underline.svg);
  position: absolute;
  right: 0;
  top: 15px;
}
@media (max-width: 575.98px) {
  .btn-accent {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #baffe2;
    padding: 10px;
  }
}
.btn-accent img {
  vertical-align: middle;
  bottom: 3px;
  position: relative;
}

.eligibility {
  border-radius: 1rem;
  /* icon styling */
}
.eligibility .card-body {
  padding: 2rem;
}
.eligibility ul li {
  font-size: 1rem;
  line-height: 1.5;
}
.eligibility__icon {
  display: flex;
  align-items: center;
}
.eligibility__icon svg {
  width: 20px;
  height: 20px;
  stroke: #baffe2;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.eligibility__icon svg rect {
  stroke: #baffe2;
}
.eligibility__icon svg path {
  stroke: #baffe2;
}

.admission-step {
  background-color: #ECEFFE;
  border-radius: 1.25rem;
  border: 1px solid #baffe2;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}
.admission-step.step1:before {
  content: url("../img/icon1.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step2:before {
  content: url("../img/icon2.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step3:before {
  content: url("../img/icon3.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step4:before {
  content: url("../img/icon4.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step5:before {
  content: url("../img/icon5.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step6:before {
  content: url("../img/icon6.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}

.reasons {
  background: url(../img/reason.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.reasons-block {
  background: #045332;
}
.reasons li {
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

.delivery h2 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575.98px) {
  .delivery h2 {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
}

.footer {
  background: #baffe2;
}
.footer p {
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.topnav {
  padding: 10px 0;
}
.topnav .logo {
  height: 60px;
}
@media (max-width: 575.98px) {
  .topnav .logo {
    height: 40px;
  }
}

.hero {
  padding: 140px 0;
  background: url("https://www.alivtherapy.in/assets_web/images/home/home-banner-desktop.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .hero {
    padding: 140px 0;
    background: url("https://www.alivtherapy.in/assets_web/images/home/home-banner-desktop.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }
}
.hero h1 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  color: #023a22;
  position: relative;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #023a22;
  }
}
/*.hero h1::before {*/
/*  content: url("../img/icons/iv.svg");*/
/*  position: absolute;*/
/*  left: -40px;*/
/*  top: -20px;*/
/*}*/
.hero h1 span {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  color: #023a22;
}
@media (max-width: 575.98px) {
  .hero h1 span {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #023a22;
  }
}
.hero p {
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #023a22;
}
@media (max-width: 575.98px) {
  .hero p {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    color: #023a22;
  }
}

.about h2 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #045332;
}
@media (max-width: 575.98px) {
  .about h2 {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #045332;
  }
}
.about p {
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #1c1c1c;
}
@media (max-width: 575.98px) {
  .about p {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #1c1c1c;
  }
}
.about .card {
  border-color: #045332;
}
.about .card .card-body {
  color: #045332;
  font-weight: 600;
}
.about form .form-control,
.about form .form-select {
  border-radius: 8px;
  border: 1px solid rgba(28, 28, 28, 0.3);
  padding: 12px 16px;
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1c1c1c;
}
.about form .form-control::-moz-placeholder, .about form .form-select::-moz-placeholder {
  color: rgba(28, 28, 28, 0.6);
}
.about form .form-control::placeholder,
.about form .form-select::placeholder {
  color: rgba(28, 28, 28, 0.6);
}
.about form .form-control:focus,
.about form .form-select:focus {
  border-color: #045332;
  box-shadow: 0 0 0 0.2rem rgba(4, 83, 50, 0.25);
  outline: none;
}

.drips h2 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #045332;
}
@media (max-width: 575.98px) {
  .drips h2 {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #045332;
  }
}
@media (max-width: 575.98px) {
  .drips h5 {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #1c1c1c;
  }
}
@media (max-width: 575.98px) {
  .drips .card-text p {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
  }
}
.drips a {
  color: #045332;
}

.reviews .star {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.reviews .secard {
  border: 1px solid #e8e8e8;
  background: rgba(7, 83, 48, 0.05);
}
.reviews .secard p,
.reviews .secard h5 {
  color: #045332;
}
.reviews .grevs {
  margin-bottom: 35px;
}

.why .left p {
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1c1c1c;
}
@media (max-width: 575.98px) {
  .why .left p {
    font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #1c1c1c;
  }
}

.faqs h2 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #045332;
}
@media (max-width: 575.98px) {
  .faqs h2 {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #045332;
  }
}
.faqs button.accordion-button {
  font-family: "gorditaregular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c1c1c;
}
.faqs .accordion-item:first-of-type,
.faqs .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}
.faqs .accordion-item {
  border: 0;
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.faqs .accordion-button:focus {
  box-shadow: none;
}
.faqs .accordion-button:not(.collapsed) {
  background-color: #c3dbd1;
}

.footercta h2 {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #045332;
}
@media (max-width: 575.98px) {
  .footercta h2 {
    font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #045332;
  }
}

#thankYouModal .modal-content {
  border-radius: 20px;
}

#thankYouModal .modal-body {
  padding: 50px 40px;
}

@media (max-width: 575.98px) {
  #thankYouModal .modal-body {
    padding: 40px 30px;
  }
}
#thankYouModal .modal-body .head {
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 700;
  color: #2c3131;
}

@media (max-width: 575.98px) {
  #thankYouModal .modal-body .head {
    font-size: 24px;
  }
}
#thankYouModal .modal-body .headtext {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  color: #626262;
  line-height: 1.6;
}

.cta-btn .sticky-button-container {
  z-index: 9999;
}

.cta-btn .sticky-button-container .btn-bottom {
  font-family: "avenir-lt-pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  border-radius: 0px;
}

.cta-btn .sticky-button-container .btn-1 {
  background: #003368;
}

.cta-btn .sticky-button-container .btn-2 {
  background: #00b050;
  color: #fff;
}

.card.therapy-box {
  text-align: left;
  border: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.76);
}

.therapy-box.list-prod .card-image {
  padding-top: 30px;
  padding-right: 40px;
  position: relative;
}

.therapy-box .card-image a {
  display: block;
  position: relative;
}

.therapy-box a {
  text-decoration: none;
}

.therapy-box.list-prod .card-image:before {
  content: "";
  background-color: rgba(7, 83, 48, 0.05);
  width: 75%;
  height: 75%;
  position: absolute;
  right: 0;
  top: 0;
}

.owl-nav {
  margin-top: 0;
  background: none;
  box-shadow: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    position: relative;
    top: 20px;
    margin-top: 20px;
  }
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  box-shadow: none !important;
  background: transparent !important;
}
.owl-nav .owl-next {
  right: -25px;
}
@media (max-width: 575.98px) {
  .owl-nav .owl-next {
    right: auto;
  }
}
.owl-nav .owl-prev {
  left: -25px;
}
@media (max-width: 575.98px) {
  .owl-nav .owl-prev {
    left: auto;
  }
}

.therapy-you-get {
  width: 30px;
  height: auto;
  margin-right: 8px;
}

h2 {
  color: #045332;
}/*# sourceMappingURL=style.css.map */