@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none !important;
}

.get-start button {
  background-color: #36824B;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
}
.get-start button:hover {
  background-color: transparent;
  color: #36824B;
  border: solid 1px #36824B;
}

.get-start-anchor a {
  text-decoration: none;
  background-color: #36824B;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
}
.get-start-anchor a:hover {
  background-color: transparent;
  color: #36824B;
  border: solid 1px #36824B;
}

.hero-wrapper {
  background: url("../images/heade-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  height: 740px;
}
.hero-wrapper nav {
  font-family: "Inter", sans-serif !important;
}
.hero-wrapper nav ul > li {
  color: #2C2C2C;
  font-size: 18px;
}
.hero-wrapper nav .apnt-btn a {
  border-radius: 22px;
  background: #36824B;
  box-shadow: 0px 0px 14.6px 0px rgba(0, 0, 0, 0.3019607843);
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.hero-wrapper .discover h1 {
  color: #373737;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
}
.hero-wrapper .discover h1 span {
  color: #36824B;
  font-weight: 700;
}
.hero-wrapper .discover p {
  color: #373737;
  font-size: 20px;
}

.about-us h4, .about-us h3, .about-us p {
  font-family: "Open Sans", sans-serif !important;
}
.about-us h4, .about-us h3 {
  text-transform: uppercase;
  color: #26423D;
  font-size: 20px;
  font-weight: 600;
}
.about-us p.header-des {
  color: #474747;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.8;
  text-shadow: 0 0 0 #474747;
}

.treatment-card .card {
  margin: 20px;
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  font-family: "Open Sans", sans-serif !important;
}
.treatment-card .card .card-body h5 {
  color: #3D8237;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
}
.treatment-card .card .card-body p {
  color: #474747;
  font-size: 15px;
}

.header-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 30px;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
  border-radius: 12px;
}

.gallery {
  background: #262626;
  padding-top: 2rem;
  color: #fff;
  margin-bottom: 5rem;
}
.gallery h6, .gallery p {
  font-family: "Open Sans", sans-serif !important;
}
.gallery h6 {
  font-size: 22px;
}
.gallery p {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 300;
}
.gallery .gallery-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gallery .gallery-item .img-item .img-details {
  padding-top: 12px;
  width: 100%;
  background: rgba(51, 51, 51, 0.5411764706);
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: end;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.gallery .gallery-item .img-item .img-details h6, .gallery .gallery-item .img-item .img-details p {
  font-family: "Open Sans", sans-serif !important;
}
.gallery .gallery-item .img-item .img-details h6 {
  font-size: 20px;
  color: #fff;
}
.gallery .gallery-item .img-item .img-details p {
  font-size: 15px;
  color: #fff;
}
.gallery .gallery-item .img-item:hover .img-details {
  opacity: 1;
}

.review {
  background: #EDFAE1;
  padding: 30px;
  border-radius: 16px;
}
.review p {
  color: #373737;
  font-size: 15px;
}

.avg-rating {
  background: #DCF9EE;
  padding: 20px;
  border-radius: 16px;
  display: inline-block;
}
.avg-rating h6 {
  color: #020D2B;
  font-size: 20px;
}
.avg-rating .g-rating p {
  font-size: 19px;
}

.rating-box {
  background: #D9D9D9;
  display: inline-block;
  padding: 20px;
  border-radius: 16px;
}
.rating-box p {
  color: #373737;
  font-size: 15px;
}

.connect-us h5, .connect-us p {
  font-family: "Open Sans", sans-serif !important;
}
.connect-us h5 {
  color: #26423D;
  font-size: 22px;
  font-weight: 600;
}
.connect-us p {
  color: #474747;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 300;
}

.form-card .card {
  border: 0;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.1490196078);
}

.social-card .card {
  border: 0;
  border: 1px solid #D9D9D9;
  margin-right: 30px;
  padding: 20px;
  text-align: center;
}
.social-card .card .social-circle {
  background: #71B641;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.social-card .card h6 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.social-card .card p {
  color: #000;
  font-size: 18px;
}

.carousel-indicators {
  bottom: -46px;
}

.carousel-indicators button {
  background-color: #36824B !important;
}

.error {
  display: none;
}

p.error {
  color: red;
  font-size: 16px;
  margin-bottom: 0;
}

/* form floating */
.form-control:focus, .navbar-toggler:focus {
  box-shadow: none;
}

.form-container .form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 2rem;
  min-height: 3rem;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
  background: #fff;
}

.form-container .form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
  background: #fff;
}

.form-container .form-floating > label {
  padding-top: 10px;
}

.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 0.4rem;
  padding-bottom: 0.625rem;
}

.form-container .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 0.4rem;
  padding-bottom: 0.625rem;
}

.footer {
  background: #232323;
  padding-top: 20px;
  color: #fff;
}
.footer ul.connect-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul.connect-social li {
  background: #71B641;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 20px;
  border-radius: 50%;
  margin-right: 16px;
}
.footer .copy-right {
  background: #131612;
  text-align: center;
  padding: 20px 0;
}
.footer .copy-right p {
  font-size: 16px;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .w-large-70 {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .d-mobile-none {
    display: none;
  }
  .mb-nobile-5 {
    margin-bottom: 30px;
  }
  .mt-nobile-5 {
    margin-top: 24px;
  }
  .p-mobile-2 {
    padding: 20px;
  }
  .gallery {
    margin-bottom: 3rem;
  }
  .gallery .gallery-item {
    grid-template-columns: repeat(2, 1fr);
  }
  .my-mobile-3 {
    margin: 2rem 0;
  }
  button.mobile-btn {
    font-size: 12px !important;
    padding: 10px 18px !important;
  }
  .hero-wrapper {
    background: #EDFAE1;
    height: 720px;
  }
  .hero-wrapper br {
    display: none;
  }
  .hero-wrapper .header-form {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */