@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.head {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #055A1E;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 24px;
  }
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1E1E1E;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 20px;
  }
}

.text-big {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .text-big {
    font-size: 18px;
  }
}

.text {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
    line-height: 28px;
  }
}

.text-small {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1E1E1E;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .text-small {
    font-size: 14px;
  }
}

.btn.btn-main {
  padding: 5px 18px;
  background: #EA4335;
  border-radius: 6px;
  color: #FFF;
}
.btn.btn-main:hover {
  background: rgb(213.7757847534, 37.0403587444, 22.2242152466);
}

.navbar .navbar-brand {
  width: 65px;
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    width: 50px;
  }
}
.navbar p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #055A1E;
}
.navbar .btn.btn-transparent {
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #EA4335;
  border-radius: 6px;
  color: #EA4335;
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar .btn.btn-transparent:hover {
  background: rgb(213.7757847534, 37.0403587444, 22.2242152466);
  color: #FFF;
}

.hero {
  background: #DEF8F6;
}
.hero h1 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #055A1E;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 32px;
  }
}
.hero .green {
  color: #055A1E;
}
.hero .green img {
  width: 18px;
}
.hero small {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #EA4335;
}
.hero .btn-grp p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #055A1E;
}

.about h4 {
  color: #055A1E;
}
.about .ab-card {
  background: #DEF8F6;
  border-radius: 8px;
  position: relative;
}
.about .ab-card::before {
  content: url("../img/icons/before.svg");
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 1;
}
.about .ab-card::after {
  content: url("../img/icons/after.svg");
  position: absolute;
  right: 0;
  bottom: -7px;
  z-index: 1;
}

.treatment {
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.treatment .card {
  position: relative;
  border-radius: 8px;
  border: none;
  margin-top: 150px;
}
.treatment .card .card-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: auto;
  top: -100px;
}
.treatment .card .card-header {
  padding-top: 100px;
}
.treatment .card .card-header p {
  color: #EA4335;
  font-weight: bold;
}
.treatment .card .card-body {
  background: #F4F4F4;
}
.treatment .card .card-footer {
  background: #055A1E;
}

.step-card .card-header {
  margin-bottom: -25px;
  z-index: 1;
}
.step-card .text-big {
  background: #EA4335;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 6px;
}
.step-card .card-body {
  background: #F9F9F9;
  border: 1px solid #F3EBEB;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.step-card .card-body .text {
  line-height: normal;
}

.who-should-visit {
  background: rgba(5, 90, 30, 0.8);
}
.who-should-visit .bg {
  background: url("../img/bg-visit.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.who-should-visit .btn-white {
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 6px;
  color: #FFF;
}
.who-should-visit .btn-white:hover {
  background: #FFF;
  color: #055A1E;
}
.who-should-visit .star {
  margin-bottom: -25px;
  z-index: 1;
  position: relative;
}
.who-should-visit .visit-card {
  background: #055A1E;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .who-should-visit .visit-card {
    border-radius: 0;
  }
}

.cta h4 {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .cta .card-img {
    display: none;
  }
}
.cta .card-img-overlay {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
@media (max-width: 575.98px) {
  .cta .card-img-overlay {
    background: url("../img/card-bg.webp");
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
}
.cta span {
  color: #EA4335;
}
.cta .btn.btn-main {
  font-size: 28px;
  background: rgba(234, 67, 53, 0.8);
  border-radius: 10;
}
@media (max-width: 575.98px) {
  .cta .btn.btn-main {
    font-size: 24px;
  }
}
.cta .btn-success {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .cta .btn-success {
    font-size: 24px;
  }
}

.accordion .accordion-item {
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  margin-bottom: 16px;
  background-color: #F9F9F9;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.accordion .accordion-item:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.accordion .accordion-item .accordion-header {
  padding: 0;
}
.accordion .accordion-item .accordion-button {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1E1E1E;
  padding: 17px 24px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: "Lato", sans-serif;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #F0F8F0;
  color: #055A1E;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
}
.accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23055A1E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.accordion .accordion-item .accordion-collapse {
  transition: all 0.3s ease;
}
.accordion .accordion-item .accordion-body {
  padding: 0 24px 20px 24px;
  background-color: #FAFAFA;
}

.enquire-form label {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #055A1E;
  margin-bottom: 10px;
}
.enquire-form .form-control,
.enquire-form .form-select {
  padding: 10px;
  border-radius: 12px;
  background: #F8F6F6;
  border: none;
  box-shadow: none;
  font-size: 18px;
  color: #1E1E1E;
}
.enquire-form .form-control:focus,
.enquire-form .form-select:focus {
  outline: none;
  box-shadow: 0 6px 18px rgba(5, 90, 30, 0.06);
}

footer {
  background: #053D1E;
}

.cta-btn .sticky-button-container {
  z-index: 9999;
}
.cta-btn .sticky-button-container .btn-bottom {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding: 10px;
  border-radius: 0px;
}
.cta-btn .sticky-button-container .btn-1 {
  background: #EA4335;
}
.cta-btn .sticky-button-container .btn-2 {
  background: rgb(7.6842105263, 138.3157894737, 46.1052631579);
}

#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: "Lato", sans-serif;
  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: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #626262;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */