@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --dark_blue: #03113f;
  --light_blue: #2455f5;
  --yellow: #dcab28;
  --yellow1: #ffdd00;
  --light: #fff6d1;
  --green: #47ccc8;
  --white: #fff;
  --black: #3c3c3c;
  --bg: #edf3f6;
  --light_grey: #d1d1d1;
}

*,
ul {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}
*,
.captcha_input input {
  margin: 0;
}

.service_details::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.service_details::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;

  border-radius: 10px;
}
.hero-section {
  position: relative;
}
.hero-section .banner_contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  max-width: 50%;
}
.banner_contant ul {
  margin-top: 1rem;
}
.banner_contant ul li {
  color: var(--dark_blue);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* Handle */

.service_details::-webkit-scrollbar-thumb {
  background: var(--yellow);
  border-radius: 10px;
}

/* banner section start */

.banner_section {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner_section.mobile-banner .owl-nav.disabled,
.pre-next-dot .owl-nav.disabled {
  display: block;
}
.banner_section.mobile-banner {
  height: auto;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffffe1;
  color: black;
  padding: 10px;
  border-radius: 50%;
  border: none;
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-prev {
  left: 2%;
}
.owl-next {
  right: 2%;
}
.owl-prev span,
.owl-next span {
  font-size: 45px;
}
/* banner section End */
.banner_section,
.bnrFrm,
.video-box {
  position: relative;
}

.banner_pointers ul li,
.service_details ul li {
  display: inline-block;

  float: left;

  width: 50%;

  margin-bottom: 12px;
}

.real_result_card img,
.rqst_btn button,
.view_more button,
.view_more button i {
  transition: 0.3s ease-in-out;
}

.stop_scroll,
.videoImgBox {
  overflow: hidden;
}

.contact li,
li {
  list-style: none;
}

.gotp a,
.videoImgBox .play-icon i {
  cursor: pointer;
}

.adress_no_email a,
.btnMn,
.commonctawrap a,
.footer_section a,
.view_more button a,
.whatsapp,
.whatsapp:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}
html {
  --top-spacing: 100px;
  scroll-padding-top: var(--top-spacing);
}
.book-a-free {
  padding: 20px 0px;
}
.error {
  color: #dc3545;
  font-size: 12px;
  display: none;
  margin-top: 5px;
  font-weight: 500;
}

.error.show {
  display: block;
}
.form-group:nth-child(1),
.form-group:nth-child(2),
.form-group:nth-child(3),
.form-group:nth-child(4) {
  width: 29%;
}
.form-group:nth-child(5) {
  width: 72%;
}
.form-group:nth-child(6) {
  width: 27%;
}
.book-a-free .container form {
  background-color: var(--dark_blue);
  padding: 25px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.book-a-free .container form .form-heading {
  text-align: center;
  margin-bottom: 15px;
}
.book-a-free .container form .form-heading span {
  display: block;
}
.book-a-free
  .container
  form
  input[type="date"]::-webkit-calendar-picker-indicator {
  background: 0 0;
  color: #fff0;
  cursor: pointer;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.book-a-free .container form input[type="date"] {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  width: 100% !important;
}

.book-a-free .container form input[type="date"]::after {
  content: "ðŸ“…";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.book-a-free .container form .form-group input,
.book-a-free .container form .form-group textarea,
.book-a-free .container form .form-group select {
  width: 100%;
  border-radius: 6px;
  min-height: 42px;
  height: 42px;
  padding-left: 15px;
  border: none;
  margin-bottom: 12px;
  outline: none;
  font-size: 14px;
}

.book-a-free .container form .form-group textarea {
  min-height: 42px;
  padding-top: 10px;
  font-family: var(--poppins);
}

.book-a-free .container form .form-group button {
  background-color: transparent;
  color: var(--yellow);
  padding: 10px 20px;
  font-weight: 600;
  width: 100%;
  border-radius: 6px;
  font-size: 15px;
  box-shadow: none;
  border: 2px solid var(--yellow);
}
.baldness-level-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.baldness-level-list img {
  width: 40%;
}
.btns-dv.text-start {
  justify-content: start !important;
}
.radio-custom + .radio-custom-label:before {
  content: "\F26E";
  font-family: Bootstrap-Icons;
  background: #fff;
  border: 1px solid #ddd;
  padding: 2px;
  color: var(--yellow);
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
  content: "\F26E";
  font-family: Bootstrap-Icons;
  color: #fff;
  background-color: var(--yellow);
}
.radio-custom {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.bnrFrm {
  background: #fff;

  padding: 20px;

  z-index: 2;

  border: 1px solid #2f5085;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  border-radius: 10px;

  box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
}
.bland-wrap {
  border: 2px solid var(--yellow);
  padding: 0 10px;
  border-radius: 6px;
}
.bland-wrap ul,
.round {
  display: flex;
}
.bland-wrap ul li {
  width: 13%;
}
.baldness-level p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 12px;
}
.baldness-level-list > span,
.ftrFixMenu p {
  font-size: 12px;
}
.round {
  align-items: center;
  justify-content: center;
}
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.radio-custom-label {
  position: relative;
}
.modal-content {
  background-color: transparent;
}
.btn-link {
  padding: 15px 24px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  display: inline-block !important;
  background-color: var(--dark_blue) !important;
  color: var(--yellow1) !important;
  font-weight: 600;
}
.btn-link:hover {
  color: var(--yellow) !important;
}
.btns-dv {
  display: flex !important;
  justify-content: center !important;
  margin-top: 2rem !important;
}
.bg-appoint {
  background-color: var(--dark_blue) !important;
  padding: 40px 0 !important;
}
.bg-appoint .btns-dv {
  margin-top: 0 !important;
}
.bg-appoint .btns-dv .btn-link {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
  border: 1px solid var(--yellow) !important;
  display: flex !important;
}
.btns-dv.gap-bt .btn-link {
  display: flex !important;
  gap: 5px !important;
}
.btn-close {
  color: #fff;
  background-color: #fff !important;
}

.modal-header {
  border: none !important;
}

.modal-body {
  padding: 0 !important;
}

.myHd {
  font-size: 1.6rem;

  color: #000;
}

.infldNew {
  padding: 6px 12px;

  width: 100%;

  font-size: 15px;

  border: 1px solid #ccc;

  border-radius: 4px;

  margin: 10px 0;

  color: grey;

  position: relative;
}

.infldNew.errorsection {
  margin: 0;
}

.error {
  font-size: 12px;

  color: red;

  /* margin-bottom: 10px; */
}
.singature-service {
  background-color: #f8f8f8;
}
.gallery-box,
.testi-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
  scrollbar-width: none;
  cursor: grab;
}

.gallery-card {
  flex: 0 0 auto;
  width: 314px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.gallery-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.gallery-box.active {
  cursor: grabbing;
}

.testi-container.active {
  cursor: grabbing;
}
.testimonials-section {
  background-color: #f8f8f8;
}
.testi-slide {
  flex: 0 0 33%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-bd {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.name-title {
  font-weight: 600;
  font-size: 18px;
  color: var(--dark_blue, #333);
}

.star-icon {
  color: #fbc02d; /* golden stars */
  font-size: 16px;
}

.testi-slide p {
  line-height: 1.6;
  margin: 0;
}
.slider-tech {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  counter-reset: section;
  position: relative;
}

.grid-slide {
  background-color: var(--light);
  border: 1px solid var(--dark_blue);
  border-radius: 8px;
  padding: 40px 20px 20px;
  position: relative;
}

.grid-slide::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background-color: var(--dark_blue);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 1;
}
.pop_up_form .refreshcapchta {
  padding: 10px 0;

  display: flex;
}

.pop_up_form .captcha2.form {
  display: flex;

  margin-right: 10px;
}
.servicesection,
.gallery,
.singature-service {
  padding: 50px 0;
}
.servicecontainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.serviceimg {
  border-radius: 8px;
  overflow: hidden;
}
.details {
  background: #fff;
  padding: 20px 10px;
  margin: -40px 10px 0 10px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--yellow);
}
.serviceimg img {
  transition: 0.6s;
}
.details h3 {
  font-weight: 600;
  cursor: pointer;
  margin: 0px 0 0px 0;
  font-size: 16px;
  color: var(--dark_blue);
  transition: ease-in-out 0.3s;
}
.details h3 a {
  color: var(--dark_blue);
  text-decoration: none;
}
.book_an_appointment_form #captcha_appointment img,
.btn-danger,
.pop_up_form #captcha_request_service img,
.captchacodeleftpic img {
  max-height: 40px;
}

.newbtnSubmit {
  background-color: #f47e3a;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  transition: 0.3s;
  border: 2px solid transparent;
  border-radius: 25px;
}

.modal-content {
  border: none;
}

.modal {
  --bs-modal-margin: 8.75rem;
}

.cta_strip {
  background-color: var(--dark_blue);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 5px 0;
  position: relative;
  z-index: 9;
}

.common_strip,
.rqst_btn button {
  background: #fff6d1;
}

.cta_strip.fixed-nav {
  position: sticky;
  background-color: var(--dark_blue);
  top: 0;
  z-index: 999;
}
.results_testimonial_sections .owl-item {
  overflow: hidden;
}

.results_testimonial_sections .item {
  box-sizing: border-box;
  padding: 10px;
}

.logo {
  width: 90px;
}

.right_content {
  text-align: right;
}

.common_btn,
.common_heading,
.commonctawrap,
.comn_strip_content,
.tab_buttons,
.team_headings,
.view_more {
  text-align: center;
}

.strip_btn {
  display: flex;

  align-items: center;

  justify-content: end;
}

.cta_para a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: 700;
  border-radius: 10px;
  /* animation: glowing 1500ms infinite; */
  background: transparent;
  font-size: 18px;
  text-transform: uppercase;
  background-color: var(--dark_blue);
  color: var(--yellow1);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  border-radius: 8px;
  border: 2px solid var(--yellow);
  font-weight: 500;
}

.rqst_btn button {
  color: #fff;

  padding: 5px 20px;

  border: 1px solid var(--yellow);

  font-weight: 700;

  border-radius: 15px;
}

.rqst_btn button:hover {
  color: #000;

  background-image: linear-gradient(
    120deg,
    #cd8c36,
    #eeda7c,
    #cd8c36,
    #fed782,
    #cd8c36
  );

  border: 1px solid var(--yellow);
}

.banner_img img {
  width: 100%;
}

.banner_pointers ul {
  margin-bottom: 0;
}

.banner_pointers ul li {
  position: relative;
  color: #fff;
  padding-left: 25px;
}

.banner_pointers ul li::before,
.service_details ul li::before {
  content: "\F26F";

  position: absolute;

  left: 0;

  top: 0;

  color: var(--yellow);

  font-family: Bootstrap-Icons;
}

.banner_sub_tagline {
  color: var(--yellow);

  font-weight: bolder;

  font-size: 25px;

  font-family: "Montserrat", sans-serif;
}
.comn_strip_content {
  background-color: #fff;
  color: var(--yellow);
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: rgb(231 162 12 / 73%) 0px 2px 8px 0px;
  /* box-shadow: 0 0 10px 0.5px var(--yellow); */
  padding: 5px 0;
  height: 100%;
}
.common_strip .col-lg-4.col-md-4.col-4 {
  padding: 4px;
}

.common_heading,
.comn_strip_content .numbers {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}

.banner_tagline {
  font-weight: 700;
  color: var(--dark_blue);
  font-size: 50px;
  line-height: 1.2;
}

.banner_content {
  position: absolute;

  width: 100%;

  top: 50%;

  transform: translateY(-50%);
}

.common_strip {
  padding: 20px;
}

.bdr_right {
  border-right: 1px solid #f9f9f9;
}
.bdr_left {
  border-left: 1px solid #f9f9f9;
}
.video_inner {
  border-top: 1px solid #0000002e;
  padding: 30px 0;
}
.results_card .owl-carousel .owl-dots.disabled,
.results_card .owl-carousel .owl-nav.disabled {
  display: block;
}
.video_inner .owl-dots {
  display: none;
}
.v_content {
  position: relative;
  border-radius: 10px;
}
.v_content .play_btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.5rem;
  background-color: #ffffffcc;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
  animation: 1s linear infinite blink;
}
.v_content .play_btn img {
  width: 35px;
  height: 35px;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 6px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3),
      0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 18px rgba(255, 255, 255, 0);
  }
}
.v_content .thumb {
  position: relative;
}

.comn_strip_content .numbers {
  font-weight: 700;
}
.comn_strip_content .numbers span {
  color: gold;
  font-size: 16px;
}

.comn_strip_content .para {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark_blue);
}

.real_results {
  padding: 40px;
}

.common_heading {
  position: relative;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 40px;
}

.common_heading::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: var(--dark_blue);
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.getTouch .common_heading {
  color: var(--yellow);
}
.getTouch .common_heading::before {
  background-color: var(--yellow);
}
.videoImgBox::after,
.videoImgBox::before {
  height: 100px;

  content: "";

  position: absolute;
}

.real_result_card {
  padding: 5px;
  background-color: var(--yellow);
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.real_result_card img {
  transform: scale(1);
}

.real_result_card:hover img {
  transform: scale(1.05);

  overflow: hidden;
}

.common_btn {
  padding-top: 40px;
}

.btnMn {
  background: linear-gradient(
    45deg,
    #0d2a15 0,

    rgb(68 125 82) 50%,

    rgb(11 34 15) 100%
  );

  color: #fff;

  border: 1px solid #195028;

  display: inline-flex;

  border-radius: 50px;

  padding: 12px 30px;

  transition: 0.3s ease-in;

  text-transform: uppercase;
}

.btn-outline-dark,
.btnMn:hover {
  border-color: #195028;

  color: #195028;
}

#CtaWrapper,
.commonctawrap a.active .realcolor,
.hovercolor,
.service_item,
.video-modal {
  display: none;
}

.btnMn:hover {
  background: 0 0;
}

.btn-outline-dark.active,
.view_more button {
  background-image: linear-gradient(
    120deg,
    #cd8c36,
    #eeda7c,
    #cd8c36,
    #fed782,
    #cd8c36
  );

  border: 1px solid transparent;
}

.our_services {
  padding: 40px 0;

  background-image: url(./img/bg.webp);
}

.team_headings {
  width: 60%;

  margin: auto;
}

.tab_buttons {
  padding: 20px 0;
}

.service_img img {
  border-radius: 25px;

  transition: 0.3s;
}

.service_img:hover img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service_content,
.service_img,
.view_more {
  padding: 20px;
}

.service_details ul li {
  padding-left: 20px;

  position: relative;
}

.btn-outline-dark.active {
  color: var(--white);

  color: #195028;
}

.btn-outline-dark:hover {
  color: var(--white);

  background-image: linear-gradient(
    120deg,
    #cd8c36,
    #eeda7c,
    #cd8c36,
    #fed782,
    #cd8c36
  );

  color: #195028;

  border-color: transparent;
}

.view_more button {
  padding: 10px 20px;

  color: #000;

  border-radius: 25px;
}

.view_more button a {
  color: #195028;

  display: flex;

  align-items: center;
}

.view_more button i {
  margin-left: 10px;

  border-radius: 50%;

  color: #fff;

  width: 20px;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #195028;
}

.view_more button:hover {
  color: #195028;

  letter-spacing: 1px;
}

.view_more button:hover i {
  background-color: var(--white);

  color: var(--blue);

  font-weight: 600;
}

.service_name {
  font-family: "Montserrat", sans-serif;

  font-size: 35px;

  font-weight: 700;

  margin-bottom: 10px;
}

.service_sec_content .all {
  display: flex;

  align-items: center;

  justify-content: center;
}

.service_btn {
  margin: 0 0.5rem 0px;
}

.contact ul,
.desclaimer,
.testi-name p {
  margin-bottom: 0;
}

.commonctawrap a.active .hovercolor,
.service_item.active,
.video-modal-overlay.active,
.video-modal.active {
  display: block;
}

.video-section {
  padding: 50px;
}

.videoImgBox {
  position: relative;

  border: 1px solid #195028;

  padding: 10px;
}

.videoImgBox::before {
  left: 15px;

  top: 15px;

  border: 5px solid var(--yellow);

  width: 100px;

  border-right: none;

  border-bottom: none;

  z-index: 1;
}

.videoImgBox img {
  height: auto;

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  transition: 0.2s;
}

.videoImgBox .play-icon {
  position: absolute;

  top: 50%;

  width: 100%;

  text-align: center;

  font-size: 52px;

  color: #fff;

  transform: translateY(-50%);

  left: auto;

  z-index: 1;

  filter: drop-shadow(2px 4px 6px black);
}

.videoImgBox .VideoTitle {
  position: absolute;

  bottom: 20px;

  left: 35px;

  font-size: 13px;

  color: #fff;

  background-color: rgba(25, 80, 40, 0.8);

  padding: 10px;

  width: auto;

  right: 15px;
}

.videoImgBox::after {
  right: 15px;

  bottom: 15px;

  border: 5px solid var(--yellow);

  width: 100px;

  border-left: none;

  border-top: none;
}

.video-modal-overlay {
  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  background-color: rgba(0, 0, 0, 0.445);

  z-index: 9;

  display: none;
}

.video-modal {
  max-width: 800px;

  width: 100%;

  background: #fff;

  position: fixed;

  z-index: 99;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  padding: 10px;

  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px,
    rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px,
    rgba(0, 0, 0, 0.09) 0 -3px 5px;

  text-align: left;
}

.bookAppointment,
.testimonials_sec {
  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;
}

.video-box .modal-btn {
  position: absolute;

  right: 0;

  top: -1px;

  width: 50px;

  border: none;

  line-height: 0;

  height: 35px;

  padding: 0;

  background: #fff;
}

.testimonial_video .video-box iframe {
  height: 480px;

  width: 100%;
}

.testimonial_video iframe {
  border: 0;

  display: block;
}

.adress_no_email i {
  color: #fff;
}

.adress_no_email i,
.video_close i {
  font-size: 30px;
}

.testimonials_sec {
  padding: 40px;

  background-image: linear-gradient(rgba(0, 0, 0, 0.3), #0000008c),
    url(../lp/img/clinic_celestee.webp);

  background-attachment: fixed;
}

.bookAppointment .common_heading,
.testimonials_sec .common_heading {
  color: #fff;
}

.testi-box {
  box-shadow: 0 0 10px #0003;

  padding: 20px 30px;

  position: relative;

  background-color: #fff;
}

.testi-box::before {
  content: "";

  border-left: 20px solid transparent;

  border-right: 20px solid transparent;

  border-bottom: 20px solid #fff;

  height: 0;

  width: 0;

  position: absolute;

  bottom: -13px;

  transform: rotate(180deg);
}

.testi-box .tag-img {
  text-align: right;

  margin: 10px 0;
}

.adress_no_email,
.commonctawrap a,
.copy_right,
.desclaimer,
.gotp a,
.testi-box .testi-tag {
  text-align: center;
}

.owl-carousel .owl-item img {
  width: unset !important;
}

.testi-box .desc {
  height: 150px;

  overflow-y: auto;

  padding-right: 20px;
}

.testi-box .testi-tag {
  font-size: 10px;

  margin: 15px 10px 10px;
}

.testi-name {
  display: flex;

  align-items: center;

  margin-top: 20px;
}

.testi-name p {
  border-right: 2px solid #555;

  padding-right: 10px;

  margin-right: 10px;

  font-size: 18px;

  color: #ffb745;
}

.testi-name .rating {
  color: gold;
}

.testi-box .desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 10px;

  background-color: #f5f5f5;
}

.testi-box .desc::-webkit-scrollbar {
  width: 6px;

  background-color: #f5f5f5;
}

.testi-box .desc::-webkit-scrollbar-thumb {
  border-radius: 10px;

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background-color: var(--yellow);
}

.doc_container_Sec,
.testimonials_sec_con {
  padding-top: 40px;
}

.bookAppointment {
  padding: 40px 0 20px 0px;

  position: relative;
}

.serviceForm .formBox {
  margin-top: 2rem;
}

.bookAppointment .formBox .infld {
  width: 100%;

  background: 0 0;

  border: none;

  border-bottom: 2px solid #fff;

  padding: 6px 4px;

  color: #fff;

  font-size: 16px;

  margin-bottom: 15px;
}

.bookAppointment .formBox .infld::placeholder {
  color: #adadad;
}

.bookAppointment .formBox .infld:focus,
.form-control:focus {
  outline: 0;

  border-color: #d99c3c;

  box-shadow: none;
}

.book_an_appointment_form .capBox1 {
  display: flex;
}

.adress_no_email {
  padding: 10px;

  background: var(--yellow);

  border-radius: 10px;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  border: 5px solid transparent;

  transition: 0.3s;
}

.adress_no_email:hover {
  border: 5px solid var(--yellow);
}

.adress_no_email a {
  word-break: break-all;
  color: #fff;

  font-weight: 600;
}

.footer_section {
  background-color: #202020;
}

.footer_section .contact {
  background-color: #fcf0e1;

  padding: 10px;

  height: 100%;

  display: flex;

  align-items: center;

  border: 10px solid transparent;

  transition: 0.5s;

  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;

  margin-bottom: 10px;
}

.footer_section .city {
  font-size: 22px;

  font-weight: 600;

  position: relative;

  margin-bottom: 15px;
}

.footer_section .city::before {
  content: "";

  position: absolute;

  width: 40px;

  height: 3px;

  background-color: #b58e6a;

  left: 0;

  bottom: 0;
}

.contact li {
  padding: 5px 0;
}

.hospital_name {
  font-weight: 500;
}

.contact li i {
  margin-right: 10px;

  color: var(--yellow);
}

.footer_section a {
  color: #000;
}

.map {
  height: 100%;
}

.desclaimer {
  color: #c3c5ce;

  padding: 20px 10px;

  font-size: 14px;
}

.copy_right {
  padding: 5px;

  color: #fff;

  background-color: var(--dark_blue);
}
.copy_right span {
  color: var(--yellow1);
}

.gotp a {
  width: 45px;
  height: 45px;
  background-color: var(--dark_blue);
  color: var(--yellow1);
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 9;
  border-radius: 100%;
  line-height: 45px;
  transition: 0.5s ease-in;
}

.gotp.clickTop {
  opacity: 1;
}

.desktop_display {
  left: -92px !important;

  bottom: 30px;

  right: unset !important;

  background-color: #70c669;

  padding: 10px;

  border-radius: 0 !important;

  border-top-right-radius: 20px !important;

  border-bottom-right-radius: 20px !important;
  width: 130px !important;

  height: 42px !important;

  justify-content: left !important;

  z-index: 9;

  transition: 0.8s;
}

.sticky-bot {
  position: fixed;

  width: 40px;

  height: 40px;

  display: flex;

  border-radius: 50%;

  align-items: center;

  justify-content: center;

  z-index: 3;
}

.whatsapp {
  background-color: #25d366 !important;

  left: 18px;

  right: auto;

  color: #fff;

  font-size: 18px;
}

.desktop_display strong {
  padding-right: 10px;

  font-size: 15px;

  transition: 0.5s;
}

.whatsapp .bi-whatsapp {
  font-size: 25px;

  display: flex;

  align-items: center;
}

.desktop_display:hover {
  left: 0 !important;
}

.whatsapp:hover {
  color: #fff;
}

.our_doctors {
  padding: 60px 40px;

  background-color: #f5f5f5;
}

.team-design .contenFx {
  display: flex;

  align-items: flex-end;
}

.team-design .contenFx .content-team {
  z-index: 1;

  border: none;

  text-align: right;

  padding: 20px;

  border-radius: 20px;

  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;

  margin: 0 -140px 20px 0;

  background-color: #fff;
}

.team-design .contenFx .content-team .title-team a {
  font-weight: 300;

  font-size: 18px;

  line-height: 22px;

  display: block;

  color: #000;

  text-decoration: none;

  text-transform: uppercase;

  transition: 0.14s;
}

.team-design .contenFx .content-team .title-team small {
  color: #3a3a3a;

  font-size: 14px;

  font-weight: 400;

  margin: 10px 0 0;

  display: block;

  line-height: 20px;
}

.team-design .contenFx .content-team .team-social {
  justify-content: flex-end;

  list-style-type: none;

  display: flex;

  margin-left: 0;

  padding: 0;

  margin-bottom: 0;

  gap: 10px;

  margin-top: 10px;

  text-align: center;
}

.team-design .contenFx .content-team .team-social li a {
  background-color: transparent;

  display: block;

  color: #195028;

  cursor: pointer;

  transition: 0.3s;

  width: 32px;

  height: 32px;

  border: 1px solid #195028;

  line-height: 32px;

  border-radius: 100%;

  font-size: 14px;
}

.team-design .contenFx .content-team .team-social li a:hover {
  color: #000;

  background-color: transparent;

  border: none;

  margin-top: -4px;
}

.commonctawrap a,
.commonctawrap a.active {
  border-radius: 50%;

  height: 50px;

  width: 50px;

  margin: 0 auto;
}

.team-design.drMaalavika .contenFx .content-team {
  margin-left: -140px;

  margin-right: 0;

  text-align: left;

  min-width: 340px;
}

#CtaWrapper {
  padding: 18px 0 10px;

  -webkit-box-shadow: 0 -10px 17px 0 rgb(212 212 212 / 40%);

  -moz-box-shadow: 0 -10px 17px 0 rgba(212, 212, 212, 0.4);

  box-shadow: 0 -10px 17px 0 rgb(212 212 212 / 40%);

  position: fixed;

  bottom: 0;

  width: 100%;

  background-color: #fff;

  z-index: 99;
}

.container-max {
  max-width: 1600px;

  margin: 0 auto;
}

.ctafooter {
  display: flex;

  justify-content: space-around;
}

.commonctawrap a {
  display: block;

  display: flex;

  align-items: center;

  justify-content: center;
}

.commonctawrap a img {
  width: 40px;
}

.commonctawrap p {
  font-size: 12px;

  margin: 0;

  color: #000;
}

.commonctawrap a.active {
  background: #d5b289;

  background: radial-gradient(circle, #d5b289 0, #b68f6b 100%);

  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);

  display: flex;

  align-items: center;

  justify-content: center;
}

.captcha_request_service {
  display: flex;

  margin-right: 15px;
}
.captchacodeleftpic {
  width: 100%;
}
.captchacodeleftpic img {
  width: 100%;

  min-height: 40px;
}

/* Strip form design Start */

.strip_form {
  padding: 20px;

  background: #fff;

  /* box-shadow: -1px 0px 15px #d9d9d9; */
}

.strip_form .comForm img {
  width: 100%;

  height: 100%;
}

.strip_form .formBox {
  margin-top: 0;
}

.strip_form .reqHd {
  font-size: 22px;

  color: #000;

  font-weight: 600;

  font-family: "Casta";
}

.strip_form .btnSubmit {
  border: none;
  width: 100%;
  color: var(--yellow1);
  padding: 8px 0;
  /* background: linear-gradient(45deg, #0d2a15 0%, rgb(68 125 82) 50%, rgb(11 34 15) 100%); */
  background: var(--dark_blue);
  border-radius: 8px;
  border: 2px solid var(--yellow);
  font-weight: 500;
}

.strip_form .formBox .infld {
  color: #000;

  border-bottom: 1px solid #000;

  border-radius: 0;

  margin-bottom: 0;
  font-size: 15px;
}

.strip_form .formBox .infld::placeholder {
  color: #000;

  font-size: 14px;
}

select.infld {
  color: #000;

  font-size: 14px;
}

input[type="date"] {
  position: relative;
}
.book-a-free .container form .form-group input[type="radio"] {
  height: 20px;
  width: 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;

  color: transparent;

  cursor: pointer;

  height: auto;

  position: absolute;

  right: 0;

  top: 0;

  left: 0;

  bottom: 0;

  width: auto;

  -webkit-box-shadow: none;

  box-shadow: none;
}

/* Strip form design End */
/* single doctor section  Star*/

.doctor_sections {
  padding: 40px 0;
  width: 100%;
  background: url(../imgs/doc-bg-1.webp) no-repeat center/cover;
}
.border-bt {
  /* border: 1px solid #0000002e; */
}

.doctor_sections .doc_img_sec {
  display: flex;

  align-items: center;

  justify-content: center;
}

.doctor_sections .dr_maalavaki_img {
  position: relative;
}
.social-media-links {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.follow-us {
  display: flex;
  gap: 10px;
}
.follow-us a {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-us a:hover{
  border-color: var(--yellow);
}
.follow-us .boxContent i {
  color: #fff;
}
.social-profile{
  display: flex;
  gap: 6px;
  align-items: center;
}
.social-media {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d,
    #f77737,
    #fcaf45,
    #ffdc80
  );
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 5px;
}
.social-media.youtube{
background: #db0303;
}
.social-media i {
  font-size: 20px;
}
.dr_maalavaki img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.dr_maalavaki_img .dr_clinic_logo {
  position: absolute;

  padding: 10px;

  top: 50%;

  transform: translateY(-50%);

  right: 0;

  width: 250px;

  height: 250px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.dr_maalavaki_img .dr_clinic_logo::before {
  border: 1px solid #ffb745;

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  right: 0;

  z-index: -1;

  border-radius: 50%;
}

.dr_maalavaki_img .dr_clinic_logo img {
  border-radius: 50%;
}

.headings_name {
  line-height: 35px;
}

.headings_name .Doctor_name {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  position: relative;
  margin-bottom: 5px;
}

.doc_designation {
  line-height: 25px;
}
.doc-certi {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 10px;
  place-items: center;
}
.doc-certi li img {
  width: 75%;
}
.specific {
  color: var(--yellow);

  font-size: 25px;

  font-family: "Montserrat", sans-serif;

  position: relative;

  margin-bottom: 10px;

  font-weight: 600;
}

.education_experience {
  font-size: 24px;

  line-height: 32px;

  font-weight: 700;

  color: #777;

  margin-bottom: 15px;

  font-family: "Oswald", sans-serif;
}

.doctor_sections .edu_list li,
.banner_pointers,
.why_choose .edu_list li {
  padding-left: 20px;
  position: relative;
}
.banner_pointers {
  padding-left: 30px;
}
.edu_list li {
  margin-bottom: 10px;
}

.doctor_sections .edu_list li::before,
.banner_pointers li::before,
.why_choose .edu_list li::before {
  content: "\F26B";
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-family: "Bootstrap-Icons";
}

.sub_para {
  margin-bottom: 10px;
}

.call_now.gotp a {
  left: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 21px;
  color: var(--yellow1);
  /* background: linear-gradient(45deg, #0d2a15 0, rgb(68 125 82) 50%, rgb(11 34 15) 100%); */
  /* background: linear-gradient(45deg, #dc9c32 0, rgb(220, 184, 93) 50%, rgb(207 103 8) 100%); */
  background-color: #25d366;
  animation: blink 1s ease-in-out infinite none;
}
.getTouch {
  padding: 50px 0;
  background-color: #102a71e0;
}
.dis-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.getTouch .box {
  padding: 0 0px 10px;
  color: white;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getTouch .boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.boxContent {
  display: block;
}
.getTouch .box span,
.getTouch .box svg {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--yellow);
}
.getTouch .box span {
  margin-top: 0;
}
.getTouch .disclaimer {
  margin-top: 20px;
  color: white;
  text-align: justify;
  font-size: 12px;
}
.common_heading {
  color: var(--dark_blue);
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 156, 50, 0.6);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(220, 156, 50, 0.4);
  }
}

.rqst_btn button {
  border-radius: 10px;

  animation: glowing 1500ms infinite;

  background: none;
}

@-webkit-keyframes glowing {
  0% {
    background-color: var(--yellow);

    -webkit-box-shadow: 0 0 3px var(--yellow);
  }

  50% {
    background-color: #e4b753;

    -webkit-box-shadow: 0 0 30px #e4b753;
  }

  100% {
    background-color: var(--yellow);

    -webkit-box-shadow: 0 0 3px var(--yellow);
  }
}

/* single doctor section End */
.whiteservices {
  background-color: #fff;

  padding: 3rem 5%;
}

.whiteservices .servicecolumn {
  padding: 30px;

  position: relative;

  margin-top: 1.5rem;

  overflow: hidden;

  text-align: center;

  background: #fff;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  transition: all 0.3s ease-in-out;

  border-radius: 8px;

  z-index: 1;
}

.whiteservices .servicecolumn::before {
  content: "";

  position: absolute;

  background: #ffffff;

  right: 0;

  left: 0;

  bottom: 0;

  top: 100%;

  transition: all 0.3s;

  z-index: -1;
}

.whiteservices .servicecolumn:hover::before {
  background: #fff0d7;

  top: 0;

  border-radius: 0px;
}

.whiteservices .serviceicon {
  margin-bottom: 15px;
}

.whiteservices .title {
  font-weight: 700;

  margin-bottom: 0px;

  font-size: 25px;
}

/*.whiteservices  .icon i {

  font-size: 48px;

  line-height: 1;

  color: #106eea;

  transition: all 0.3s ease-in-out;

}
.whiteservices  .title {

  font-weight: 700;

  margin-bottom: 15px;

  font-size: 18px;

}
.whiteservices  .title a {

  color: #111;

}

.whiteservices  .icon-box:hover .title a,

.whiteservices  .icon-box:hover .description {

  color: #fff;

}
.whiteservices  .icon-box:hover .icon i {

  color: #fff;

} */
.why_choose {
  background-color: #ffefe0;
}

.why_choose,
.benefits {
  padding: 2rem;
}

.why_choose > .container > .row {
  align-items: center;
}

.why_choose_content {
  padding-right: 2rem;
}

.why_choose_content .common_heading {
  text-align: left;
}

.why_choose_content .common_heading::before {
  left: 0;

  transform: unset;
}

.why_choose_content p {
  line-height: 24px;
}

.why_choose .common_headind {
  text-align: center;

  padding: 1rem 0;
}

.why_choose .common_headind .heading_design_para {
  font-size: 18px;

  font-weight: 700;
}

.why_choose .hair_transplant img {
  width: 100%;
}

.golden_touch_list {
  width: 33.3%;

  text-align: center;
}

.golden_touch_list .btn1 {
  padding: 7px 17px;

  border: none;

  background-color: #fff;

  color: #333;

  width: 50%;
}

.golden_touch_list .btn0 {
  border: none;

  color: #fff;

  width: 50%;

  font-weight: 700;

  font-size: 17px;

  background: transparent;
}

.golden_touch_list .btn2 {
  padding: 7px 17px;

  border: none;

  background-color: var(--yellow);

  color: #fff;

  width: 50%;
}

.Some_fields {
  padding: 1rem 0;

  background: #ffefe0;

  border-bottom: 2px solid #fff;

  align-items: center;
}

.Some_fields0 {
  padding: 10px 0;

  background: var(--yellow);

  border-bottom: 2px solid #fff;

  align-items: center;
}

.golden_touch_list .list_name {
  font-weight: 700;
}

.hair_transplant_clinic {
  background-image: linear-gradient(
      rgb(231 215 215 / 50%),
      rgb(255 242 242 / 50%)
    ),
    url(../lp/img/clinic_celestee2.webp);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 2rem 0;

  background-attachment: fixed;

  /* color: #fff7e5; */

  /* min-height: 400px; */

  opacity: 0.9;
}
.hair_transplant_clinic.rated_sec,
.testimonials_sec.written_testi {
  background-color: #fff6d1;
  background-image: none;
}
.testimonials_sec.written_testi .common_heading,
.testimonials_sec.written_testi .testi-name p {
  color: #212529;
}
.testimonials_sec.written_testi .testimonials_sec_con {
  padding-top: 0;
}
.hair_transplant_clinic.rated_sec .review_img {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.review_img {
  text-align: center;
}

/* 20-JUL-2024 */

.natural-result {
  margin: 15px 0;
  display: grid;
  grid-template-columns: auto auto;
}

.dv-txt {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.dv-txt span {
  font-size: 50px;
  font-weight: 700;
  float: left;
  line-height: 60px;
  margin-right: 10px;
}

.year-exp {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.year-exp span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: var(--yellow);
}

.dr_maalavaki_img .dr_clinic_logo {
  width: 220px;
  height: 220px;
  right: 30px;
  background-color: #fff;
}

.dr_maalavaki_img .dr_clinic_logo::before {
  border: none;
}

.tech-list {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  margin-bottom: 0px;
}

.tech-list li {
  position: relative;
  text-align: center;
}

.tech-list li p {
  display: block;
}

.tech-list li p strong {
  display: block;
}

/* .tech-list li img{
        max-width:52px;
        max-height:52px;
        position:absolute;
        left:0;
        top:0;
    } */
.headings_name .Doctor_name.tech-heading {
  font-size: 24px;
}
.Doctor_contents {
  margin-left: 2rem;
}
.btns-dv.doctor {
  justify-content: start !important;
  margin: 10px 0 !important;
}
.btns-dv.doctor a i {
  margin-right: 10px;
}
.stage-hair .col-md-4 {
  text-align: center;
}

.stage-hair .col-md-4 img {
  max-width: 60px;
}

.loadme {
  display: none;
  text-align: center;
}

.selectgrade-btn {
  display: inline-flex;
  background-color: var(--yellow);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  cursor: pointer;
}

.call_now.gotp.mob_call a {
  background: var(--dark_blue);
  bottom: 24px;
}

.mobile-tabs.mobShow {
  display: none;
}
section.mobile-tabs {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #151515;
  box-shadow: 3px 0 10px #00000029;
  display: block;
  padding: 0;
}
section.mobile-tabs .tab-boxes {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.whatsappIcon {
  color: #29a71a;
}
.another-design .whatsappIcon,
.another-design .phoneIcon,
.another-design .appointIcon {
  color: #fff;
}

.phoneIcon {
  color: #3f51b5;
}
.appointIcon {
  color: var(--yellow);
}

section.mobile-tabs .tab-boxes a {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
section.mobile-tabs.another-design .tab-boxes .mobTab-link {
  width: 33.3%;
}
/* section.mobile-tabs.another-design .tab-boxes a:nth-child(1) {
  background-color: #29a71a;
} */
section.mobile-tabs.another-design .tab-boxes a:nth-child(1) {
  background-color: var(--dark_blue);
}
section.mobile-tabs.another-design .tab-boxes a:nth-child(2),
section.mobile-tabs.another-design .tab-boxes a:nth-child(3) {
  background-color: var(--dark_blue);
}
section.mobile-tabs.another-design .tab-boxes a:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.call_now.whatsapp_desktop a {
  bottom: 100px;
}
section.mobile-tabs .tab-boxes a span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  color: #fff;
  font-style: normal;
}

section.mobile-tabs .tab-boxes a.active {
  background: var(--yellow);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.mobile-tabs .tab-boxes a {
  text-align: center;
  padding: 10px 0;
  flex-grow: 1;
}

.bliker {
  animation: glowing 1500ms infinite;
  border-radius: 40px;
}
.mobTab-link i {
  font-size: 22px;
}
.content .stars i {
  color: gold;
}

.content .stars .half-star {
  color: #ccc;
  position: relative;
}

.content .stars .half-star::before {
  content: "★";
  color: rgb(255, 200, 61);
  position: absolute;
  width: 70%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.award_sec {
  padding: 40px 0;
}
.award_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.awards_card img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.awards_card:hover img {
  transform: scale(1.05);
  overflow: hidden;
}
.faq {
  padding: 2.5rem 0;
}
.faq-question {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.faq-answer {
  display: none;
  margin-top: 5px;
  font-size: 16px;
  color: #555;
}
.faq-question.active::after {
  content: "-";
}
.faq-question::after {
  content: "+";
  font-size: 20px;
}
.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .comn_strip_content .para {
    font-size: 16px;
  }

  .comn_strip_content .numbers {
    font-size: 25px;
  }

  .right_content {
    text-align: center;
  }

  .common_strip {
    padding: 10px;
  }

  .banner_tagline {
    font-size: 35px;
  }

  .team-design.drMaalavika .contenFx .content-team {
    min-width: unset;
  }

  .strip_form .btnSubmit {
    font-size: 13px;
  }

  .strip_form {
    padding: 1rem 0;
  }

  .service_content,
  .service_img,
  .view_more {
    padding: 0;
  }

  .service_details {
    max-height: 300px;

    overflow: auto;

    padding-right: 5px;
  }

  .whiteservices {
    padding: 2rem 2%;
  }

  .whiteservices .servicecolumn {
    padding: 15px;

    margin-top: 10px;
  }

  .whiteservices .serviceicon {
    margin-bottom: 12px;
  }

  .whiteservices .title {
    font-size: 20px;
  }

  .banner_section {
    height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_contant ul li {
    font-size: 20px;
  }
  /* single doc  */
  .servicecontainer {
    grid-template-columns: repeat(3, 1fr);
  }
  .dr_maalavaki_img .dr_clinic_logo {
    width: 180px;

    height: 180px;
  }

  .headings_name .Doctor_name {
    font-size: 30px;
  }

  .specific {
    font-size: 20px;
  }

  .doctor_sections .edu_list {
    padding: 0;
  }

  /* single doc  */

  .team-design .contenFx {
    order: 2;
  }

  .team-design .contenFx .content-team {
    text-align: center;

    padding: 15px;

    border-radius: 0;

    margin: 0 0 15px;
  }

  .team-design .contenFx .content-team .team-social {
    justify-content: center;
  }

  .team-design.drMaalavika .contenFx .content-team {
    min-width: unset;

    margin-left: 0;

    text-align: center;

    margin-right: 0;
  }

  .team_headings {
    width: 80%;
  }

  .common_heading {
    font-size: 35px;
  }

  .comn_strip_content .para {
    font-size: 16px;
  }

  .comn_strip_content .numbers {
    font-size: 25px;
  }

  .right_content {
    text-align: center;
  }

  .common_strip {
    padding: 10px;
  }

  .banner_pointers ul li {
    font-size: 15px;
  }

  .banner_tagline {
    font-size: 30px;
  }

  .strip_form .btnSubmit {
    font-size: 12px;

    padding: 5px;
  }

  .strip_form .reqHd {
    font-size: 18px;
  }

  .strip_form {
    padding: 1rem 0;
  }

  #captcha_request_service button {
    padding: 0;
  }

  .pr_0 {
    padding-right: 0;
  }

  .service_content,
  .service_img,
  .view_more {
    padding: 0px;
  }

  .service_details {
    max-height: 180px;

    overflow: auto;

    padding-right: 5px;
  }

  .whiteservices {
    padding: 2rem 2%;
  }

  .whiteservices .servicecolumn {
    padding: 15px;

    margin-top: 10px;
  }

  .whiteservices .serviceicon {
    margin-bottom: 12px;
  }

  .whiteservices .title {
    font-size: 20px;
  }

  .banner_section {
    height: 280px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .common_heading {
    margin-bottom: 30px;

    font-size: 30px;

    padding-bottom: 4px;
  }

  .service_name {
    font-size: 30px;

    margin-bottom: 10px;
  }

  .whiteservices {
    padding: 2rem 2%;
  }

  .whiteservices .servicecolumn {
    padding: 15px;

    margin-top: 10px;
  }

  .whiteservices .serviceicon {
    margin-bottom: 12px;
  }

  .whiteservices .title {
    font-size: 20px;
  }

  /* single doctor  */

  .dr_maalavaki_img .dr_clinic_logo {
    width: 170px;

    height: 170px;
  }

  .specific {
    font-size: 20px;
  }

  .doctor_sections .edu_list {
    padding: 0;
  }

  /* single doctor  */
  input[type="date"] {
    position: relative;
  }

  /* input[type="date"]::before {

        content: "mm/dd/yyyy";

        left: 10px;

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

    } */
  input[type="date"]::after {
    font-family: "Bootstrap-Icons";

    content: "\F1F6";

    right: 10px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);
  }

  /* input[type="date"]:focus::before {

        content: "";

    } */
  #CtaWrapper,
  .cta_para {
    display: block;
  }

  .team-design .contenFx {
    order: 2;
  }

  .team-design .contenFx .content-team {
    text-align: center;

    padding: 15px;

    border-radius: 0;

    margin: 0 0 15px;
  }

  .team-design .contenFx .content-team .team-social {
    justify-content: center;
  }

  .team-design.drMaalavika .contenFx .content-team {
    min-width: unset;

    margin-left: 0;

    text-align: center;

    margin-right: 0;
  }

  .service_details ul li,
  .team_headings {
    width: 100%;
  }

  .footer_cards {
    margin: 10px 0;
  }

  .service_btn {
    margin: 0.5rem;
  }

  .strip_form {
    padding: 20px 15px;
  }

  .strip_form .reqHd {
    text-align: center;

    margin-bottom: 10px;
  }

  .strip_form .cap-div {
    margin-bottom: 15px;
  }

  .real_result_card {
    margin: 15px 0;
  }

  .comn_strip_content .para {
    font-size: 14px;
  }

  .comn_strip_content .numbers {
    font-size: 22px;
  }

  .right_content {
    text-align: center;
  }

  .common_strip {
    padding: 10px;
  }

  .cta_para {
    text-align: center;

    margin: unset;

    margin-bottom: 10px;
  }

  .rqst_btn button {
    background: linear-gradient(
      45deg,
      #0d2a15 0,

      rgb(68 125 82) 50%,

      rgb(11 34 15) 100%
    );

    color: #fff;

    padding: 3px 15px;

    border: none;

    font-size: 13px;

    font-weight: 700;

    transition: 0.3s ease-in-out;

    border-radius: 15px;
  }

  .logo {
    width: 100px;
  }

  .banner_pointers ul li {
    margin-bottom: 5px;
  }

  .banner_tagline {
    font-size: 25px;
  }

  .cta_strip {
    padding: 8px 0;
  }

  .banner_pointers ul li,
  .cta_para {
    font-size: 13px;
  }

  .banner_img img {
    height: 29vh;
  }

  .pop_up_form .captcha2.form {
    flex-direction: column-reverse;
  }

  .pop_up_form .refreshcapchta {
    padding: 0;

    display: flex;
  }

  .captcha_request_service {
    margin: 10px auto;
  }

  .tab_buttons {
    overflow-y: hidden !important;

    overflow-x: scroll !important;

    white-space: nowrap;

    position: relative;

    margin: 0px 0 0px 0px;

    text-align: left;
  }

  .form_captcha_design {
    display: flex;

    flex-direction: column-reverse;
  }

  .service_content,
  .service_img,
  .view_more {
    padding: 1rem 0;
  }

  .doctor_sections .dr_maalavaki_img {
    margin-bottom: 1rem;
  }

  .banner_section {
    height: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .doc-certi li img {
    width: 100%;
  }
  .btns-dv.doctor{
    justify-content: center !important;
  }
  .Doctor_contents{
    margin-left: 0;
  }
  .social-media span {
    font-size: 18px;
  }
  .getTouch .box span {
    margin-top: 0 !important;
  }
  .doc_designation {
    text-align: center;
  }
  .slider-tech {
    grid-template-columns: repeat(1, 1fr);
  }
  .bookAppointment,
  .our_doctors,
  .our_services,
  .real_results,
  .testimonials_sec,
  .gallery,
  .testimonials-section,
  .faq,
  .singature-service {
    padding: 30px 0px;
  }
  .bland-wrap ul {
    justify-content: center;
  }
  .baldness-level-list img {
    width: 80%;
  }
  .book-a-free .container form .form-heading span {
    display: inline-block;
  }
  .form-group:nth-child(1),
  .form-group:nth-child(2),
  .form-group:nth-child(3),
  .form-group:nth-child(5),
  .form-group:nth-child(6),
  .form-group:nth-child(4) {
    width: 100%;
  }
  .doctor_sections {
    padding: 24px 0;
  }
  .book-a-free .container form {
    flex-direction: column;
    align-items: center;
  }
  .banner_contant ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .banner_contant ul li {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .hero-section img {
    height: 200px;
    object-fit: cover;
    object-position: 22%;
  }
  .boxContent {
    flex-wrap: nowrap;
    display: flex;
    gap: 1rem;
  }
  .getTouch .box {
    padding: 10px 0;
    justify-content: start;
    text-align: left;
    border-radius: 0;
  }
  .getTouch .box span,
  .getTouch .box svg {
    margin-top: 4px;
  }
  .cta_para a,
  .details h3 a {
    font-size: 13px;
    font-weight: 500;
  }
  .details {
    padding: 10px;
    margin: -20px 10px 0 10px;
  }
  .bg-appoint {
    padding: 30px 0 !important;
  }
  .btn-link {
    padding: 10px 20px !important;
  }
  .banner_tagline {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero-section .banner_contant {
    right: 0.2rem;
  }
  .servicecontainer {
    grid-template-columns: repeat(2, 1fr);
  }
  .dis-flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .dis-flex .map {
    order: -1;
    height: 250px;
  }
  .copy_right {
    font-size: 14px;
  }

  .faq-question {
    font-size: 17px;
  }
  .results_testimonial_sections,
  .results_testimonial_sections .item {
    height: auto !important;
    min-height: auto !important;
  }
  .results_testimonial_sections .owl-prev {
    left: 5%;
  }
  .results_testimonial_sections .owl-next {
    right: 5%;
  }

  .testimonials_sec .owl-dots {
    display: none !important;
  }
  .banner_section.mobile-banner {
    height: auto;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
  .award_container {
    grid-template-columns: repeat(1, 1fr);
  }
  .strip_btn .rqst_btn,
  .call_now.gotp a {
    display: none;
  }
  .mobile-tabs.mobShow {
    display: block;
  }
  .footer_section {
    margin-bottom: 72px;
  }
  .content .stars {
    font-size: 10px;
  }
  .tech-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .modal-dialog {
    margin: 1rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
  .banner_section.mobile-banner-first {
    background-image: url(https://www.celesteeclinics.com/assets/lp/img/celestee-hair-transplant-mob-2.webp) !important;
    height: 350px !important;
  }
  .testimonials_sec_con .owl-stage-outer {
    height: 340px !important;
  }
  .v_content .play_btn {
    right: 1rem;
    bottom: 1.5rem;
  }
  /* .results_testimonial_sections .owl-stage-outer {
    min-height: 320px !important;
    max-height: 366px !important;
  } */
  .common_heading {
    margin-bottom: 30px;

    font-size: 25px;

    padding-bottom: 4px;
  }
  .common_heading span {
    display: block;
  }

  .service_name {
    font-size: 30px;

    margin-bottom: 10px;
  }
  .tech-list li p {
    font-size: 14px;
  }
  .content .stars i {
    font-size: 8px;
  }
  .common_strip > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .bookAppointment {
    padding: 20px 0 20px 0px;
  }

  .whiteservices {
    padding: 1rem 1% 2rem 1%;
  }

  .whiteservices .servicecolumn {
    padding: 8px;

    margin-top: 15px;
  }

  .whiteservices .serviceicon {
    margin-bottom: 10px;
  }

  .whiteservices .title {
    font-size: 15px;
  }

  /* single doctor  */

  .dr_maalavaki_img .dr_clinic_logo {
    width: 170px;

    height: 170px;
  }

  .headings_name .Doctor_name {
    font-size: 25px;
    text-align: center;
  }

  .specific {
    font-size: 20px;
  }

  .doctor_sections .edu_list {
    padding: 0;
  }

  /* single doctor  */

  input[type="date"] {
    position: relative;
  }

  /* input[type="date"]::before {

        content: "mm/dd/yyyy";

        left: 10px;

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

    } */
  input[type="date"]::after {
    font-family: "Bootstrap-Icons";

    content: "\F1F6";

    right: 10px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);
  }

  /* input[type="date"]:focus::before {

        content: "";

    } */
  #CtaWrapper,
  .cta_para {
    display: block;
  }

  .service_details ul li,
  .team_headings {
    width: 100%;
  }

  .footer_cards {
    margin: 10px 0;
  }

  .pop_up_form .modal-dialog {
    margin: 80px 30px 30px;
  }

  .service_btn {
    margin: 0.5rem;
  }

  .bookAppointment,
  .our_doctors,
  .our_services,
  .real_results,
  .testimonials_sec {
    padding: 30px 0px;
  }

  .strip_form {
    padding: 20px 15px;
  }

  .strip_form .reqHd {
    text-align: center;

    margin-bottom: 10px;
  }

  .strip_form .cap-div {
    margin-bottom: 15px;
  }

  .bookAppointment .view_more button {
    padding: 10px 40px;
  }

  .real_result_card {
    margin: 15px 0;
  }

  .comn_strip_content .para,
  .comn_strip_content .numbers span {
    font-size: 11px;
    word-break: break-word;
  }
  .owl-dots {
    display: none;
  }
  .comn_strip_content .numbers {
    font-size: 20px;
  }

  .right_content {
    text-align: center;
  }

  .common_strip {
    padding: 10px;
  }

  .rqst_btn button {
    /* background: linear-gradient(45deg, #0d2a15 0, rgb(68 125 82) 50%, rgb(11 34 15) 100%); */

    background: linear-gradient(
      45deg,
      #dc9c32 0,
      rgb(220, 184, 93) 50%,
      rgb(207 103 8) 100%
    );

    color: #fff;

    padding: 3px 15px;

    border: none;

    font-size: 13px;

    font-weight: 700;

    transition: 0.3s ease-in-out;

    border-radius: 15px;
  }

  .logo {
    width: 100px;
  }

  .banner_pointers ul li {
    font-size: 10px;

    margin-bottom: 0px;

    width: 100%;

    padding-left: 15px;
  }
  .banner_sub_tagline {
    font-size: 14px;
  }

  .banner_img img {
    height: 23vh;
    object-fit: cover;
  }

  .cta_strip {
    padding: 8px 0;
  }

  .cta_para {
    text-align: center;

    margin: unset;

    /* margin-bottom: 10px; */

    font-size: 13px;
  }

  .team-design .contenFx {
    order: 2;
  }

  .team-design .contenFx .content-team {
    text-align: center;

    padding: 15px;

    border-radius: 0;

    margin: 0 0 15px;
  }

  .team-design .contenFx .content-team .team-social {
    justify-content: center;
  }

  .team-design.drMaalavika .contenFx .content-team {
    min-width: unset;

    margin-left: 0;

    text-align: center;

    margin-right: 0;
  }

  .video-section {
    padding: 20px 0;
  }

  .last_video img {
    height: auto;
  }

  .pop_up_form .captcha2.form {
    flex-direction: column-reverse;
  }

  .pop_up_form .refreshcapchta {
    padding: 0;

    display: flex;
  }

  .captcha_request_service {
    margin: 10px auto;
  }

  .tab_buttons {
    overflow-y: hidden !important;

    overflow-x: scroll !important;

    white-space: nowrap;

    position: relative;

    margin: 0;

    text-align: left;
  }

  .form_captcha_design {
    display: flex;

    flex-direction: column-reverse;
  }

  .banner_section {
    height: 160px;
    background-position: 15% top;
  }

  .service_content,
  .service_img,
  .view_more {
    padding: 1rem 0;
  }

  .doctor_sections .dr_maalavaki_img {
    margin-bottom: 1rem;
  }

  .why_choose,
  .benefits,
  .hair_transplant_clinic {
    padding: 1rem;
  }

  .why_choose_content {
    padding-right: 0;
  }

  .golden_touch_list .btn0 {
    width: 100%;

    font-size: 14px;
  }

  .Some_fields {
    font-size: 13px;
  }

  .golden_touch_list .btn1,
  .golden_touch_list .btn2 {
    width: 100%;

    padding: 6px;
  }

  .tech-list li img {
    width: 88px;
  }
}

@keyframes trin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(60deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.bi-telephone-fill::before {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.owl-carousel.hero_slider .owl-item img {
  width: 100% !important;
}
@media (991px <= width <= 1400px) {
  .form-group:nth-child(1),
  .form-group:nth-child(2),
  .form-group:nth-child(3),
  .form-group:nth-child(4) {
    width: 27%;
  }
  .form-group:nth-child(5) {
    width: 71%;
  }
}
@media (767px <= width <= 990px) {
  .form-group:nth-child(1),
  .form-group:nth-child(2),
  .form-group:nth-child(3),
  .form-group:nth-child(4) {
    width: 25%;
  }
  .form-group:nth-child(6) {
    width: 25%;
  }
}
