@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);

*,
ul {
  padding: 0;
}

*,
.captcha_input input {
  margin: 0;
}

.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;
}

@font-face {
  font-family: Casta;
  src: url("./fonts/Casta-Thin.woff") format("woff2"),
    url("./fonts/Casta-Thin.woff2") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis Extra";
  src: url("./fonts/Metropolis-ExtraLight.woff2") format("woff2"),
    url("./fonts/Metropolis-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #47ccc8;
  --blue: #2f3662;
  --white: #fff;
  --black: #3c3c3c;
  --bg: #edf3f6;
  --light_grey: #d1d1d1;
  --light_blue: #444c86;
  --dark_blue: #1f2547;
}

* {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

.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;
}

.modal-content {
  background-color: transparent;
}

.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; */
}

.pop_up_form .refreshcapchta {
  padding: 10px 0;
  display: flex;
}

.pop_up_form .captcha2.form {
  display: flex;
  margin-right: 10px;
}

.book_an_appointment_form #captcha_appointment img,
.btn-danger,
.pop_up_form #captcha_request_service img,
.captchacodeleftpic img {
  max-height: 40px;
}

.newbtnSubmit {
  background-image: linear-gradient(113deg,
      #1d542a,
      #78b55f,
      #1d542a,
      #78b55f,
      #1d542a);
  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: #fff;
  padding-bottom: 10px;
}

.common_strip,
.rqst_btn button {
  background: linear-gradient(45deg,
      #0d2a15 0,
      rgb(68 125 82) 50%,
      rgb(11 34 15) 100%);
}

.cta_strip.fixed-nav {
  position: sticky;
  top: 0;
  z-index: 999;
}

.logo {
  width: 150px;
}

.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 {
  color: #dc9c32;
  font-weight: 700;
  margin-right: 15px;
}

.rqst_btn button {
  color: #fff;
  padding: 5px 20px;
  border: 1px solid #dc9c32;
  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 #dc9c32;
}

.banner_img img {
  width: 100%;
}

.banner_pointers ul li {
  position: relative;
  padding-left: 25px;
}

.banner_pointers ul li::before,
.service_details ul li::before {
  content: "\F26F";
  position: absolute;
  left: 0;
  top: 0;
  color: #dc9c32;
  font-family: Bootstrap-Icons;
}

.banner_sub_tagline {
  color: #dc9c32;
  font-weight: bolder;
  font-size: 25px;
  font-family: Casta;
}

.banner_tagline,
.common_heading,
.comn_strip_content .numbers {
  font-size: 40px;
  font-family: Casta;
}

.banner_tagline {
  font-weight: 700;
  color: #dc9c32;
}

.banner_content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.common_strip {
  padding: 20px;
}

.bdr_right {
  border-right: 2px solid #d99c3c;
  border-left: 2px solid #d99c3c;
}

.comn_strip_content .numbers {
  font-weight: 700;
  color: #fff;
}

.comn_strip_content .para {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Metropolis Extra";
}

.real_results {
  padding: 40px;
}

.common_heading {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}

.results_card {
  padding-top: 30px;
}

.common_heading::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #d99c3c;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.videoImgBox::after,
.videoImgBox::before {
  height: 100px;
  content: "";
  position: absolute;
}

.real_result_card {
  padding: 15px;
  background-color: #fff8ed;
  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.1);
  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;
  background-image: url(./img/bg.png);
}

.team_headings {
  width: 60%;
  margin: auto;
}

.tab_buttons {
  padding: 40px 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: Casta;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service_sec_content .all {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_btn {
  margin: 0 0.5rem 15px;
}

.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 #dc9c32;
  width: 100px;
  border-right: none;
  border-bottom: none;
  z-index: 1;
}

.videoImgBox img {
  height: 400px;
  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;
}

.videoImgBox .VideoTitle {
  position: absolute;
  bottom: 20px;
  left: 35px;
  font-size: 18px;
  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 #dc9c32;
  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,
.video_close i {
  font-size: 30px;
}

.testimonials_sec {
  padding: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), #0000008c),
    url(../assets/img/testimonialsBg.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: #b58e6a;
}

.doc_container_Sec,
.testimonials_sec_con {
  padding-top: 40px;
}

.bookAppointment {
  padding: 40px;
  position: relative;
  background-image: url(./img/bgGreen.webp);
}

.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: #fff;
  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 #dc9c32;
}

.adress_no_email a {
  color: #3a3a3a;
  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: #dc9c32;
}

.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: #b58e6a;
}

.gotp a {
  width: 45px;
  height: 45px;
  background-color: #dc9c32;
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  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 img {
  width: 100%;
  min-height: 40px;
}

/* Strip form design Start */
.strip_form {
  padding: 20px;
  background: #d2d2d2;
  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: white;
  padding: 8px 0;
  background: linear-gradient(45deg, #0d2a15 0%, rgb(68 125 82) 50%, rgb(11 34 15) 100%);
  border-radius: 8px;
  
}

.strip_form .formBox .infld {
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 0;
}

.strip_form .formBox .infld::placeholder {
  color: #000;
  font-size: 14px;
}

 input[type="date"]{
  position: relative;

}

 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 */

@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;
        }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .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;
  }

  .results_card {
    padding-top: 15px;
  }

  .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;
        }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  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;
  }

  .bookAppointment,
  .our_doctors,
  .our_services,
  .real_results,
  .testimonials_sec {
    padding: 30px 15px;
  }

  .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: 5px 0 10px;
  }

  .banner_pointers ul li,
  .cta_para {
    font-size: 13px;
  }

  .banner_img img {
    height: 29vh;
  }

  .footer_section {
    padding-bottom: 96px;
  }

  .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: 10px 0 0px 0px;
    text-align: left;
  }

  .form_captcha_design {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 300px) and (max-width: 479px) {

  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;
  }

  .results_card {
    padding-top: 15px;
  }

  .bookAppointment,
  .our_doctors,
  .our_services,
  .real_results,
  .testimonials_sec {
    padding: 30px 15px;
  }

  .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 {
    font-size: 14px;
    font-weight: 400;
  }

  .comn_strip_content .numbers {
    font-size: 22px;
  }

  .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%);
    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: 5px;
  }


  .banner_tagline {
    font-size: 18px;
  }

  .banner_sub_tagline {
    font-size: 14px;
  }

  .banner_img img {
    height: 23vh;
    object-fit: cover;
  }

  .cta_strip {
    padding: 5px 0 10px;
  }

  .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;
  }

  .footer_section {
    padding-bottom: 96px;
  }

  .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: 10px 0 0px 0px;
    text-align: left;
  }

  .form_captcha_design {
    display: flex;
    flex-direction: column-reverse;
  }
}