@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  font-size: 16px;
  --bs-primary: #5a6557;
  --bs-secondary: #ebe7d8;
  --bs-teritary: #041624;
  --bs-body-font-family: "Montserrat", sans-serif;
  --bs-body-font-secondary: "Open Sans", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #4d6581;
  --bs-body-bg: #fff;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: initial !important;
}
@media (min-width: 1900px) {
  .container-lg {
    max-width: 1660px;
  }
}
@media (min-width: 1700px) and (max-width: 1899px) {
  .container-lg {
    max-width: 1560px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .container-lg {
    max-width: 1460px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 0.5rem;
}
a {
  color: var(--bs-primary);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
b,
strong {
  font-weight: 600;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.btn {
  font-size: 0.875rem;
  padding: 12px 30px;
  border-radius: 30px;
}
.btn.btn-sm {
  font-size: 0.875rem;
}
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.btn-primary {
  color: #fff;
  background-color: #5f6a5d;
  border-color: #5f6a5d;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-outline-primary {
  color: var(--bs-primary);
  background-color: transparent;
  border-color: var(--bs-primary);
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: #ffffff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-secondary {
  background-color: #ebe7d8;
  border-color: #ebe7d8;
  color: #000;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #ebe7d8;
  border-color: transparent;
  color: #545353;
}
.main-container {
  min-height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -30px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    padding: 4px 10px;
    background-color: #fff;
  }
  .navbar-nav .nav-link {
    padding: 0 !important;
  }
  .rating {
    color: var(--bs-primary);
  }
}
@media (max-width: 400px) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }
}
.section {
  padding: 70px 0;
}
.section.gray {
  background-color: #f8f8f8;
}
.section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #5f6a5d;
}
.section .section-title span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #5f6a5d;
}
.section .section-subtitle {
  font-weight: 500;
  color: #c14d76;
}
.banner {
  padding: 100px 0;
  min-height: 400px;
  background-image: url("../images/banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5f6a5d;
}
.banner .banner-content h1 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.awards {
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 10px;
  color: var(--bs-primary);
  font-weight: 700;
  font-size: 14px;
  width: fit-content;
}
.fa-award,
.fa-star {
  color: #eab308;
}
.banner .banner-content h1 b {
  font-weight: bolder;
}
.banner .banner-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner .banner-content li {
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  position: relative;
}
.banner .banner-content li:last-of-type {
  margin-bottom: 0;
}
.banner .banner-content li:before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 2px;
  left: 0;
}
.enquire-form {
  padding: 30px 20px;
  background-color: #f3f5f8;
  border-radius: 10px;
}
.enquire-form h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5c6a5c;
  margin-bottom: 18px;
}
.enquire-form .form-group {
  margin-bottom: 10px;
}
.enquire-form .form-label,
.enquire-form .form-check-label {
  font-size: 0.875;
  color: #717171;
}
.enquire-form .form-control,
.enquire-form .form-select {
  padding: 6px 22px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #5c6a5c;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #717171;
  box-shadow: none !important;
}
.enquire-form .form-control::placeholder {
  color: #717171;
  opacity: 1;
}
.enquire-form .form-control::-ms-input-placeholder {
  color: #717171;
}
.enquire-form .form-control:focus,
.enquire-form .form-select:focus {
  background-color: #fff;
  border-color: #5a6557;
}
.enquire-form select option {
  color: #000;
}
.enquire-form .btn {
  min-width: 160px;
}
.number-block {
  color: #5f6a5d;
}
.number-block .number {
  font-size: 2rem;
  font-weight: 800;
}
.number-block .num-text {
}
.package-section {
  background-color: #c14d76;
}
.package-card {
  padding: 6px;
}
.package-card .offerprice {
  color: #c14d76;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.package-card .timeoffer {
  color: #c14d76;
  font-size: 1.75rem;
}
.includes-card {
  background-color: #f2d9e2;
  color: #c14d76;
  padding: 20px;
  border-radius: 12px;
}
.web_card .card-img-overlay {
  top: auto;
  margin: 18px;
  border-radius: 12px;
  background-color: #fff;
  bottom: 6px;
  padding: 26px 16px;
  text-align: center;
}
.web_card .card-img-overlay .card-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #5f6a5d;
  margin-bottom: 0;
}
.doctorssection {
  background-color: #5f6a5d;
  padding: 40px 60px;
  border-radius: 12px;
}
.doctors-card {
  padding: 20px;
  border: 1px solid #5f6a5d;
  border-radius: 20px;
  height: 100%;
}
.doctors-card .card-img {
  width: 100px;
  height: 100px;
  border: 1px solid #5f6a5d;
  border-radius: 50%;
}
.doctors-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 6px;
}
.doctors-card h5 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 6px;
}
.doctors-card p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.excellence_card {
  background-color: #f2d9e2;
  color: #c14d76;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}
.excellence_card .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 12px;
}
.excellence_card .sub-title {
  font-size: 1.125rem;
}
.comprehensive-section {
  background-color: #fee4c8;
  overflow: hidden;
}
.featured-card {
  padding: 6px;
  background-color: #fff;
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: var(--bs-body-font-secondary);
}
.swiper-slide {
  height: initial;
}
.featured-card .card-title {
  font-size: 1.25rem;
  color: #5d6a5c;
  font-weight: 700;
}
.featured-card p {
  font-size: 1.125rem;
  color: #5d6a5c;
  line-height: 1.3;
}
.facility-swiper-slide-action {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.facility-swiper-slide-action .swiper-button-disabled {
  opacity: 0.6;
}
.facility-swiper-slide-action .facility-swiper-btn-prev {
  background-image: url(../images/pagination-prev.svg);
}
.facility-swiper-slide-action .facility-swiper-btn-next {
  background-image: url(../images/pagination-next.svg);
}
.facility-swiper-slide-action .facility-swiper-btn-next,
.facility-swiper-slide-action .facility-swiper-btn-prev,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 2px;
  background-color: #fff;
  border-radius: 30px;
}
.facility-swiper-slide-action .facility-swiper-pagination {
  width: auto;
  margin: 0 6px;
}
.facility-swiper-slide-action
  .facility-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #041624;
}
.facility-swiper-slide-action
  .facility-swiper-pagination
  .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 1px solid #041624;
  opacity: 1;
}
.testimonials-section {
  background-color: #d8edf2;
}
.testimonials-card {
  height: auto;
  padding: 20px 30px;
  background-color: #ffffff;
  border: 1px solid var(--bs-primary);
  border-radius: 5px;
}
.testimonials-card h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 6px;
}
.testimonials-card p {
  font-size: 0.875rem;
  color: #000;
  line-height: 1.9;
  margin-bottom: 0;
}
.testimonials-card .testimonials-icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-primary);
  position: absolute;
  right: 10px;
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  color: var(--bs-primary);
}
.testimonials-card .testimonials-icon {
  font-size: 1.725rem;
  color: #ffffff;
}
.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item h2 {
  margin-bottom: 0;
}
.accordion .accordion-button {
  background-color: #ffffff;
  border: 1px solid #949494;
  border-radius: 20px !important;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button:after {
  width: 16px;
  height: 16px;
  background-size: 100%;
  transform: rotate(-90deg);
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #eef0ff;
  color: #000000;
  border: 1px solid #cbcbcb;
  border-radius: 20px 20px 0px 0px !important;
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.accordion .accordion-body {
  border: 1px solid #eee;
  padding: 15px;
  font-size: 0.938rem;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
}
.modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.iti {
  width: 100%;
}
.iti__selected-flag {
  padding-right: 12px;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 10px;
}
.iti__arrow {
  border: 0 !important;
}
.iti__country-list {
  color: #000;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}
#footer {
  background-color: #5c6a5c;
}
#footer .footer-top {
  padding: 60px 0;
}
#footer .footer-logo img {
  width: 115px;
}
#footer h4 {
  font-weight: 300;
  color: #ffffff;
  font-size: 0.938rem;
  margin-bottom: 12px;
}
#footer p {
  font-weight: 300;
  color: #ffffff;
  font-size: 0.938em;
}
#footer p a {
  color: #ffffff;
  text-decoration: none;
}
#footer p a:hover {
  color: #b6aa8e;
}
#footer .footer-social {
}
#footer .footer-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 12px;
}
#footer .footer-social li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-social li a {
  margin: 0;
  padding: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #6649c3;
  line-height: 28px;
  text-align: center;
}
#footer .footer-social li a:hover {
  background-color: #5a6557;
  color: #fff;
}
#footer .iframe-box iframe {
  width: 100%;
  height: 180px;
  border-radius: 10px;
}
#footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #ffffff;
}
#footer .copyright-text {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
}
.bottom-action {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: auto;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 30px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 1;
}
.bottom-action .btn {
  padding: 7px 20px;
  background-color: #5c6a5c;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.bottom-action .btn i {
  font-size: 0.875rem;
}
@media (max-width: 1199px) {
  .section {
    padding: 50px 0;
  }
  .web_card .card-img-overlay {
    padding: 12px;
  }
  .web_card .card-img-overlay .card-title {
    font-size: 1.5rem;
  }
  .excellence_card .title {
    font-size: 1.25rem;
  }
  .excellence_card img {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
  .section .section-title {
    font-size: 1.5rem;
  }
  .banner .banner-content h1 {
    font-size: 1.5rem;
  }
  .doctors-card .card-img {
    width: 100px;
    height: 100px;
  }
  .featured-card .card-title {
    font-size: 1.125rem;
  }
  .featured-card p {
    font-size: 1rem;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer h4 {
    margin-bottom: 20px;
  }
  .web_card .card-img-overlay .card-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  #header .header-wrap {
    padding: 8px 0;
  }
  #header .header-wrap .header-logo img {
    width: 90px;
  }
  .section .section-title.with-devider:before {
    display: none;
  }
  .section .section-title.with-devider span {
    padding: 0;
  }
  .banner {
    background-image: url("../images/banner-mobile.png");
    background-position: center left;
  }
  .banner .banner-content h1 {
    font-size: 1.275rem;
  }
  .enquire-form {
    padding: 30px 20px;
  }
  .enquire-form h5 {
    font-size: 1.125rem;
  }
  .services-card {
    padding: 30px 20px;
  }
  .testimonials-card {
    padding: 20px;
  }
  .testimonials-card h4 {
    margin-bottom: 15px;
  }
  #footer .footer-social ul {
    justify-content: center;
  }
  .package-card .offerprice {
    font-size: 2rem;
  }
  .package-card .timeoffer {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  #header .header-wrap .btn {
    padding: 10px 15px;
  }
  .featured-card i {
    font-size: 0.875rem;
    margin-right: 8px;
  }
  .featured-card p {
    font-size: 0.875rem;
  }
  .accordion .accordion-button {
    font-size: 0.875rem;
  }
  .accordion .accordion-body {
    font-size: 0.875rem;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  .bottom-action .btn {
    padding: 7px 14px;
  }
  .doctorssection {
    padding: 30px 20px;
  }
  .section .section-title {
    font-size: 1.25rem;
  }
  .section .section-subtitle {
    font-size: 1rem;
  }
  .web_card .card-img-overlay {
    margin: 8px;
  }
  .web_card .card-img-overlay .card-title {
    font-size: 1rem;
  }
}
.facilitySwiper {
  overflow: visible;
}
