@import url(style/font/stylesheet.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.wrapper {
  width: 100%;
  padding: 0px 15px;
}
a {
  text-decoration: none !important;
  color: #000 !important;
}
.margin-top {
  margin-top: 50px;
}
a,
img {
  -webkit-transition: 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* menu */
.logo img {
  width: 200px;
  height: auto;
}
.call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.call img {
  width: 30px;
  height: auto;
}
.call div {
  color: #313131;
  font-family: "Mont";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.book {
  border-radius: 30px;
  background: linear-gradient(135deg, #1f89c6 0%, #003f63 100%);
  padding: 2px;
  width: 225px;
  -webkit-transition: 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.book:hover {
  background: #fff;
}
.book:hover .radial {
  border-top: 0.592px solid #1f89c6;
  border-bottom: 0.592px solid #1f89c6;
}
.book:hover div {
  color: #1f89c6;
}
.book1 {
  border-radius: 30px;
  background: linear-gradient(135deg, #a0c9b2 0%, #00652e 100%);
  padding: 2px;
  width: 225px;
  margin: auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.book1:hover {
  background: #fff;
}
.book1:hover div {
  color: #1f89c6;
}
.book1:hover .radial {
  border-top: 0.592px solid #1f89c6;
  border-bottom: 0.592px solid #1f89c6;
}
.bookw {
  border-radius: 30px;
  background: #fff;
  padding: 2px;
  width: 225px;
  margin: auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.radial {
  border-radius: 30px;
  border-top: 0.592px solid #fff;
  border-bottom: 0.592px solid #fff;
  padding: 15px 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.radiaw {
  border-radius: 30px;
  border-top: 0.592px solid #197ab2;
  border-bottom: 0.592px solid #197ab2;
  padding: 15px 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bookw:hover {
  background: #000;
}
.bookw:hover div {
  color: #fff;
}
.bookw:hover .radiaw {
  border-top: 0.592px solid #fff;
  border-bottom: 0.592px solid #fff;
}
.radial div {
  color: #fff;
  font-family: Mont;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 15.6px */
  text-align: center;
}
.radiaw div {
  color: #197ab2;
  font-family: Mont;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 15.6px */
  text-align: center;
}

/* menu */
header {
  padding: 10px 0px 20px 0px;
}
.navbar-nav {
  width: 100%;
  margin-top: 10px;
}
.nav-links {
  color: #000;
  font-family: "Mont";
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  margin-right: 15px;
  cursor: pointer;
}
.navbar-nav li a.active {
  border-radius: 16px;
  background: #1775ab;
  color: #fff !important;
  padding: 8px 15px;
}

/* bannner */
.banner,
.faq {
  background-image: url(./image/banner.webp);
  padding: 50px 0px;
  background-size: cover;
}

.banner-txt {
  color: #1f89c6;
  font-family: "Mont";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.banner-head h1 {
  color: #373737;
  font-family: "Mont";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 20px 0px;
}
/* font */
.title h1,
.title h2 {
  color: #000;
  font-family: "Mont";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-title {
  font-family: "Mont";
  font-size: 40px;
  font-style: normal;
  font-weight: 950;
  line-height: normal;
  letter-spacing: 18.796px;
  opacity: 0.3;
}
.content p {
  text-align: justify;
}
.light-blue {
  color: #1f89c6;
}
.light-green {
  color: #00652e;
}
.light-pink {
  color: red;
  opacity: 0.2;
}
.content p {
  color: #454545;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
}
.tit-wh h2 {
  color: #fff;
  font-family: "Mont";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
/* treatments */
.treatments {
  background-image: url(image/testimonial-banner.webp);
  padding: 50px 0px;
  background-size: cover;
  overflow: hidden;
}

.tratement-car {
  border-radius: 0px 50px;
  background: #fff;
  box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 25px 10px;
}
.tratement-car img {
  width: 1000%;
  height: auto;
}
.tratement-contbox {
  padding: 30px 20px;
}
.tratement-contbox h3 {
  color: #1f89c6;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tratement-contbox p {
  color: #454545;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 172.222% */
}

/* treatement 2 */
.tab {
  padding: 10px 20px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0px;
}
.tab-container {
  height: 280px;
  overflow-y: scroll;
}
.tab-container::-webkit-scrollbar {
  width: 10px; /* Width of the entire scrollbar */
}
.tab-container::-webkit-scrollbar-thumb {
  background-color: #1f89c672; /* Color of the thumb */
  border-radius: 10px; /* Rounded corners of the thumb */
}
.tab-container::-webkit-scrollbar-thumb:hover {
  background-color: #1f89c6; /* Color of the thumb on hover */
}
.tab-container::-webkit-scrollbar-track {
  background: #1f89c62f; /* Color of the track */
  border-radius: 10px;
}

.tab img {
  width: auto;
  height: 30px;
  filter: brightness(0);
}
.tab.active img {
  filter: brightness(1);
}
.tab h3 {
  color: #000;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
.tab.active h3 {
  color: #1f89c6;
}
.tab.active {
  background-color: #fff; /* Change to your desired active tab color */
}
.tab-content {
  display: none;
}
.tab-content {
  border-radius: 18px;
  background: #1f89c631;
  padding: 20px;
}
.tab-content h4 {
  color: #1f89c6;
  font-family: Mont;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* counter */
.counter-item {
  text-align: center;
}
.counter {
  color: #1f89c6;
  font-family: "Mont";
  font-size: 50px;
  font-style: normal;
  font-weight: 950;
  line-height: normal;
}
.percent::after {
  content: "%";
}
.counter-item p {
  color: #000;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* doctor */
.doc-sec h3 {
  color: #e81b23;
  font-family: "Mont";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.doc-sec p {
  color: #000;
  text-align: center;
  font-family: "Mont";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* book */
.call-book {
  background: url(./image/book-img.webp);
  padding: 50px 0px;
  background-size: cover;
  border-radius: 50px;
  overflow: hidden;
}
/* testimonial */
.custom-tab {
  cursor: pointer;
  width: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  /* padding: 30px 0px 0px 0px; */
}

.testi-slider.owl-carousel .owl-item img {
  display: block;
  width: 45px !important;
  height: auto !important;
  display: block;
  margin: auto;
  margin: 0px 0px 0px 10px;
}
.testi-slider .item {
  padding: 30px 0px;
  margin: 0px 0px 0px 10px !important;
}
.testi-slider .item {
  width: 100%;
  height: auto;
  margin: auto;
}

.custom-tab.active img {
  transform: scale(1.3);
}
.tab-names h4 {
  color: #000;
  font-family: "Mont";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.testi-slider.owl-carousel .owl-item .tab-names img {
  display: block;
  width: 60px !important;
  height: auto !important;
  float: left !important;
  margin: 0px !important;
}
.custom-tab-content {
  border-radius: 15px;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 30px 20px;
}
.border-l {
  background: #000;
  width: 1px;
  height: auto;
}
.custom-tab-content p {
  padding: 0px 20px 0px 30px;
  color: #303030;
  text-align: justify;
  font-family: Mont;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.3%;
}

/* faq */
.accordion {
  width: 80%; /* Adjust as needed */
  margin: 20px auto;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0px 4px 18px -3px rgba(0, 0, 0, 0.08);
}
.accordion-header {
  background-color: #e4f5ff;
  cursor: pointer;
  position: relative;
  padding: 20px 30px;
  color: #000;
  text-align: left;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.accordion-arrow {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-arrow img {
  width: 10px;
  height: auto;
}
.accordion-content {
  display: none;
  padding: 0px 30px 20px 30px;
}
/* Show the content when the item is active */
.accordion-item.active .accordion-content {
  display: block;
}
/* Rotate the arrow when the item is active */
.accordion-item.active .accordion-arrow {
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion-item.active {
  overflow: hidden;
}
.accordion-item.active .accordion-header,
.accordion-item.active .accordion-content {
  background: #fff;
}
/* contact */
.cont-fl {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cont-fl img {
  width: 30px;
  height: auto;
}
.cont-fl p {
  color: #313131;
  font-family: "Mont";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0px;
  padding: 0px;
}

/* form */
.form-card .form_control,
.recapcha input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #acacac;
  background: #fafafa;
  margin: 10px 0px;
  padding: 10px 20px;
}
.form-card button {
  border: none;
  background: none;
}
.form-card {
  border-radius: 31px;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.14);
  padding: 30px;
}
footer {
  background: #1f89c6;
  padding: 50px 0px 0px 0px;
  margin: -50px 0px 0px 0px;
}
footer .para {
  color: #fff;
  font-family: "Mont";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  margin: 30px 0px 0px 0px; 
  text-align:left;
}
.foot-heading {
  color: #fff;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 28.6px */
  margin-top: 30px;
}
.footer-list {
  padding: 0px;
  margin-top: 30px;
}
.footer-list li {
  list-style: none;
}
.footer-list li .footer-link {
  color: #fff !important;
  font-family: "Mont";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  margin: 10px 0px;
}
.social-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.social-icon a {
  display: block;
}
.social-icon img:hover {
  border-radius: 100%;
  filter: drop-shadow(2px 4px 6px white);
}
.footer-list li:hover {
  filter: drop-shadow(2px 4px 6px white);
}

.lines {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 20px 0px;
}
.copy {
  margin: 0px !important;
  color: #fff;
  font-family: "Mont";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding-bottom: 10px;
}
/* nav bar */
.navbar.fixed {
  /* Set fixed position as the user scrolls */
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for visual effect */
  padding: 10px 0px 22px 0px;
  background: #fff;
}

/* after */

.about,
.christina,
.doctor,
.testimonial {
  position: relative;
}
.testimonial {
  overflow: hidden;
}
.about::before {
  content: "";
  background-image: url(image/after/about-after.webp);
  width: 80px;
  height: 80px;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: -28px;
}
.christina::after {
  content: "";
  background-image: url(image/after/doc-before.webp);
  width: 80px;
  height: 80px;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -28px;
  z-index: -1;
}
.doctor::before {
  content: "";
  background-image: url(image/after/doc-after.webp);
  width: 130px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -200px;
  left: -45px;
}
.testimonial::before {
  content: "";
  background-image: url(image/after/doc-before.webp);
  width: 80px;
  height: 80px;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
.testimonial::after {
  content: "";
  background-image: url(image/after/test-after.webp);
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
/* book */
.button-jittery {
  animation: jittery 4s infinite;
}
.button-jittery:hover {
  animation: heartbeat 0.2s infinite;
}
@keyframes jittery {
  5%,
  50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes heartbeat {
  50% {
    transform: scale(1.1);
  }
}

.book-btn {
  height: 50px;
  width: 270px;
  padding: 0px 5px;
  padding: 0px;
  border-radius: 45px;
  background: #fff;

  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #ffff;
  -webkit-box-shadow: 1px 0px 0px 4px rgba(83, 177, 224, 1);
  -moz-box-shadow: 1px 0px 0px 4px rgba(83, 177, 224, 1);
  box-shadow: 1px 0px 0px 4px #fff;
  transition: 0.5s ease-in-out;
}
.book-btn span {
  font-size: 18px;
  font-family: "Mont";
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
.book-m {
  margin-top: 30px;
}
.tratement-contbox p {
  height: 200px;
}
.consult-sec {
  border-radius: 0px 50px;
  background: #fff;
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 20px;
}

.consult-sec h3 {
  color: #000;
  font-family: "Mont";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.consult-sec p {
  color: #454545;
  text-align: justify;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  height: 210px;
}
/* gallery  */
.gallery {
  background-image: url(image/gallery-banner.webp);
  padding: 50px 0px;
  background-size: cover;
}
.gallery-sec img {
  margin-top: 15px;
  width: 100%;
}
.banner-slider.owl-theme .owl-dots .owl-dot.active span,
.banner-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #1f89c6 !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -70px;
  position: relative;
  z-index: 999;
}
.banner-pos {
  position: relative;
}
.banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ban-cont {
  color: #fff;
  text-align: center;
  font-family: Mont;
  font-size: 3vw;
  font-style: normal;
  font-weight: 590;
  line-height: normal;
}
.book-btn2 {
  height: 50px;
  width: 270px;
  padding: 0px 5px;
  padding: 0px;
  border-radius: 45px;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #3385b4;
  -webkit-box-shadow: 1px 0px 0px 4px rgba(83, 177, 224, 1);
  -moz-box-shadow: 1px 0px 0px 4px rgba(83, 177, 224, 1);
  box-shadow: 1px 0px 0px 4px #fff;
  transition: 0.5s ease-in-out;
  margin: 20px auto 0px;
}
.book-btn2 span {
  font-size: 18px;
  font-family: "Mont";
  font-weight: 400;
  text-transform: capitalize;
  color: #17618c;
}
.book-btn2:hover {
  animation: heartbeat 0.2s infinite;
}
.cont-box-post {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.cont-box-post {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.call2text {
  color: #fff;
  font-family: Mont;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.google-btn {
  width: 196px;
  height: 58px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 29px;
  background: #3877e1;
}
.google-btn div {
  color: #fff;
  text-align: justify;
  font-family: Mont;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.3%; /* 30.66px */
}
.google-cont .google-img {
  display: block;
  margin: 10px 0px 0px 0px;
}
.google-cont p {
  color: #303030;
  text-align: justify;
  font-family: Mont;
  font-size: 18px;
  font-style: normal;
  font-weight: 510;
  line-height: 153.3%; /* 33.726px */
  margin-top: 20px;
}
.new-text-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.new-testbox p {
  color: #303030;
  text-align: justify;
  font-family: Mont;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.3%; /* 22.995px */
  margin-top: 25px;
}
.new-testbox {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  position: relative;
}
.new-testbox::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(image/google.webp);
  background-size: contain;
  width: 50px;
  height: 50px;
}
.testi-slider {
  position: relative;
}
.testi-slider .owl-nav {
  position: absolute;
  top: 25%;
  left: -20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* transform: scale(0.8); */
}
.testi-slider .owl-nav button {
  transform: scale(0.5);
}
.testi-slider .owl-next {
  position: absolute;
  right: -65px;
}
/* .hidden {
  display: none;
} */
.read-more {
  /* color: #000; */
  font-family: Mont;
  font-size: 14px;
  font-style: normal;
  line-height: 173.5%;
  font-weight: bold;
  text-decoration: underline;
  text-decoration: none;
  border: none;
  background: none;
  color: #1f89c6;
  position: relative;
  z-index: 99;
}
.content {
  max-height: 100px; /* Set a maximum height for the content */
  overflow: hidden; /* Hide the overflow content */
  transition: max-height 0.3s ease; /* Add a smooth transition effect */
}
.facebook-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 170px;
  padding: 10px 0px;
  background: #ffff;
  margin-top: 20px;
  border-radius: 20px;
}
.facebook-icon img {
  width: 10px;
  height: auto;
}
.facebook-icon div {
  font-family: Mont;
  font-size: 14px;
  font-style: normal;
  line-height: 173.5%;
  font-weight: bold;
  color: #1f89c6;
}
.facebook-icon:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* popup */
#overlay {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

#popup-container {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  cursor: pointer;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  border-radius: 30px;
}
#popup-container video{
  max-width: 500px;
  height: auto;
}
.review-pos{position: relative;}
.reviews-btn img{
  width: 40px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.para{
  color: #454545;
  text-align: justify;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  height: 210px;
}

.owl-carousel .owl-item img{
  width: auto;
}