:root {
  /* main colors */
  --primary-color: #72569d;
  --background-color: #f6f5f3;
  --white-color: var(--white-color);
  --black-color: #000000;

  /* text colors */
  --heading-text-color: #231535;
  --subtle-text-color: #2d2d2d;
  --body-text-color: #737373;
  --white-color: #ffffff;

  /* section paddings */
  --sec-top-padding: 50px;
  --sec-bottom-padding: 50px;
}

/* * {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
} */

/* webform */
/* new */

div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #e31952 !important;
  width: 100%;
  border-radius: 10px;
  /* margin-top: 20px; */
}

div#checkboxWrapper {
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
}

.modal-footer {
  display: none;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="tel"] {
  margin: 0px 0px !important;
  border-radius: 5px;
  height: 45px;
}

.modal-body {
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: -25px;
  /* font-family: 'poppins'; */
  font-family: "Helvetica Neue", sans-serif;
  padding-bottom: 50px;
}

.modal-header {
  border-radius: 6px;
  padding-top: 20px;
}

.modal-header {
  border-bottom: 0px solid #e5e5e5;
  padding: 0px;
}

.modal-header {
  background-color: var(--white-color);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

.modal-content {
  margin-top: 4%;
}

.modal-header img {
  width: 55%;
}

.modal-header .close {
  color: #000000;
  position: absolute;
  right: 20px;
  opacity: 1;
  top: 10px;
}

#wpforms-22845-field_18-container {
  display: none;
}

.fade {
  opacity: 1;
  background-color: #72569dbf;
}

#od_phone {
  width: 100%;
  border: 1px;
  font-size: 17px;
  padding: 0 25px;
  border-radius: 30px;
  background-color: transparent;
}

.sign-up-form {
  padding: 7px;
  border-radius: 7px;
  /* background: color-mix(in srgb, var(--default-color) 5%, white 90%); */
  /* box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); */
  display: flex;
  border-radius: 50px;
  transition: 0.3s;
}

.sign-up-form {
  height: unset;
  padding: 5px;
  overflow: hidden;
  width: 400px;
  border: 1px solid var(--primary-color);
}

@media (max-width: 767px) {
  h1.white-color.f-700.txt_bottom {
    margin-top: 3px !important;
    padding-left: 15px;
    padding-right: 75px;
    margin-left: -20px;
  }

  #consent_checkbox-error {
    position: absolute;
    margin-top: 40px;
    font-size: 12px;
  }

  div#wpforms-22845-field_18 {
    font-size: 11px;
  }

  div.wpforms-container-full .wpforms-form input[type="text"],
  div.wpforms-container-full .wpforms-form input[type="email"],
  div.wpforms-container-full .wpforms-form input[type="tel"] {
    font-size: 10px !important;
    border-radius: 5px !important;
    height: 34px !important;
  }

  div.wpforms-container-full
    .wpforms-field.wpforms-field-select-style-classic
    select {
    height: 34px !important;
    border-radius: 5px !important;
    font-size: 10px !important;
  }

  div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 8px 0 !important;
  }

  div.wpforms-container-full .wpforms-form label.wpforms-error {
    margin-top: 2px !important;
    margin-bottom: -6px !important;
  }

  div.wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: 8px !important;
  }

  .modal-content {
    margin-top: 4% !important;
  }

  h3.newthanktitle {
    font-size: 17px !important;
    padding-bottom: 10px !important;
    padding-left: 1px !important;
    margin-top: 6px !important;
    line-height: 22px !important;
    font-weight: 800 !important;
  }
}

@media (max-width: 520px) {
  h3.newthanktitle {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #thankYouModal .modal-body {
    padding-top: 0 !important;
  }

  #od_phone {
    font-size: 16px !important;
  }
}

/* h3.newthanktitle {
  
  padding-bottom: 24px !important;
  margin-top: -4px !important;
} */

div#thankYouModal {
  overflow: auto !important;
}

div.wpforms-container-full
  .wpforms-field.wpforms-field-select-style-classic
  select {
  padding-left: 6px;
  height: 45px;
  border-radius: 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
  margin-left: 20px !important;
  margin-bottom: 10px !important;
  text-align: left !important;
}

.wpforms-submit-container {
  text-align: center;
}

.scrollable-div p {
  font-size: 14px;
  color: #676767;
  line-height: 23px;
  text-align: justify;
}

.scrollable-div ul {
  margin: 0;
  padding-left: 20px;
}

.scrollable-div li {
  margin: 25px 0px;
  color: #5d5c5c;
  line-height: 27px;
  text-align: justify;
}

.scrollable-div h1 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.new-txtarea {
  margin-left: -25px;
  padding-bottom: 35px;
  display: none;
}

.scrollable-textarea {
  width: 100% !important;
  height: 80px !important;
  overflow-y: scroll !important;
  resize: none !important;
  border: 1px solid #ccc !important;
  padding: 10px !important;
  box-sizing: border-box !important;
}

.consern-sec {
  display: flex;
  margin-top: 11px !important;
}

img.linkimg-icon {
  margin-right: 6px !important;
  width: 16px !important;
}

p.linking-para {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  text-align: left;
  color: #444444 !important;
}

span.cons-span {
  color: #f2723b !important;
  text-decoration: underline !important;
}

div#wpforms-22845-field_18 {
  font-size: 13px;
  text-align: justify;
  margin-left: 26px;
  line-height: 16px;
  color: #444444;
}

/* OTP css*/

div.wpforms-container-full .wpforms-form input[type="checkbox"],
div.wpforms-container-full .wpforms-form input[type="radio"] {
  width: 14px !important;
  height: 14px !important;
  margin: 0px 10px 0px 0px !important;
  display: inline-block !important;
  vertical-align: baseline !important;
}

input#modal_od_phone {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  height: 55px;
  font-size: 16px;
}

h5#phoneModalLabel {
  /* font-family: "Poppins"; */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: var(--subtle-text-color);
  padding-top: 24px;
  padding-bottom: 27px;
}

.modal-title {
  text-align: center;
  margin-bottom: 1rem;
}

.form-group {
  text-align: center;
}

.error-message {
  color: red;
  margin-top: 0.5rem;
  display: none;
  text-align: left;
}

#modal_send_otp {
  display: block;
  width: 100%;
  background-color: #623f99;
  border: unset;
  height: 66px;
  border-radius: 5px;
  margin-top: 50px;
  /* font-family: "Poppins"; */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 17px;
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 606px !important;
  }

  .error {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 26px !important;
  }

  button#verify_otp {
    height: 48px !important;
    width: 92% !important;
    font-size: 15px !important;
    line-height: 25px !important;
    margin-left: -13px !important;
  }

  h3.thanktitle {
    font-size: 18px !important;
    line-height: 31px !important;
  }

  .Thank_You {
    margin-top: -28px !important;
    padding: 29px !important;
    font-size: 12px !important;
    line-height: 24px !important;
    margin-bottom: 22px !important;
  }

  .error {
    color: red;
    font-size: 12px !important;
  }

  #od_phone {
    font-size: 14px !important;
  }

  .otp-input {
    width: 41px !important;
    height: 41px !important;
  }

  .c_90 {
    margin-left: 0 !important;
    margin-top: 40px;
    width: 100% !important;
  }
}

h3.newthanktitle {
  /* font-family: Poppins; */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  color: var(--subtle-text-color);
  padding-bottom: 0px;
  padding-left: 10px;
}

h3.thanktitle {
  /* font-family: Poppins; */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: var(--subtle-text-color);
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  text-align: left;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

.modal-body h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-body p {
  /* font-family: Poppins; */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #676767;
  margin-bottom: 0;
}

.otp-input-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.otp-input {
  width: 80px;
  height: 80px;
  margin: 0 5px;
  text-align: center;
  font-size: 25px;
  border: unset;
  border-radius: 5px;
  background: #f1f0f2;
}

.resend-otp {
  color: #f2723b;
  /* font-family: Poppins; */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  padding-left: 11px;
  text-decoration: underline;
}

.resend-otp:hover {
  text-decoration: underline;
  color: unset;
}

.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
}

input#otp_input {
  height: 35px;
}

button#verify_otp {
  border-radius: 5px;
  height: 57px;
  margin-top: 14px;
  margin-bottom: 18px;
  width: 100%;
  /* font-family: Poppins; */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  color: var(--white-color);
}

.arrow-right::before {
  content: "\2192";
  /* Unicode for the arrow icon */
  font-size: 14px;
  color: var(--white-color);
}

/* OTP css*/

.ban_sec {
  width: 100%;
}

.ban_img {
  width: 100%;
  position: relative;
}

.ban_img img {
  width: 115%;
  margin-left: -8%;
}

.btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* webform end */

/* General Styling */
body {
  font-family: "Helvetica Neue", sans-serif;
  color: unset;
  background-color: unset;
  margin-top: 0;
}

button:hover {
  transform: unset;
  transition-duration: unset;
}

.container-fluid {
  width: 90%;
}

section.header-sec {
  background: #f6f5f3;
  border-bottom: 1px solid #c3c3c3;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.hero-innr-wr {
  margin: auto;
}

header.container-fluid {
  width: 90%;
}

.hero-innr-wr.row.container-fluid.TAIN.h-100 {
  width: 85%;
}

button.btn.btnappent {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 39px;
  height: 55px;
  margin-left: 20px;
}

.hero-innr.col-12.col-md-7.col-lg-6.d-flex.flex-column {
  justify-content: center;
}

section.hero-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  margin-top: 50px;
}

@media (min-width: 1660px) {
  section.hero-sec {
    height: 700px;
  }
}

@media (max-width: 520px) {
  section.hero-sec {
    height: unset !important;
  }

  .sign-up-form {
    margin-bottom: 30px;
    background-color: var(--white-color);
  }

  .error {
    bottom: 0px;
  }
}



span.path-span {
  display: inline-block;
  font-family: Libre Baskerville;
  font-size: 46.26px;
  font-style: italic;
  font-weight: 400;
  line-height: 60.62px;
  text-align: left;
  color: var(--primary-color);
}

h1.main_h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 46.26px;
  font-weight: 500;
  line-height: 60.62px;
  text-align: left;
  color: var(--heading-text-color);
  width: max-content;
  margin-bottom: 15px;
}

p.discov_para {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.42px;
  text-align: left;
  color: var(--primary-color);
  margin-bottom: 0;
  text-transform: uppercase;
}

h1.main-title, h2.main-title, h3.main-title, h4.main-title {
  line-height: 1.2 !important;
}

@media (min-width: 768px) {
  .small-title {
    font-size: 18px !important;
  }

  .treat-head h3 {
    font-size: 20px !important;
  }

  h1.main-title, h2.main-title, h3.main-title, h4.main-title {
    font-size: 35px !important;
  }
}

@media (max-width: 768px) {
  .small-title {
    font-size: 15px !important;
  }

  .treat-head h3 {
    font-size: 18px !important;
  }

  h1.main-title, h2.main-title, h3.main-title, h4.main-title {
    font-size: 21px !important;
  }
}

section.main-bg {
  background: #f6f5f3;
}

section.second-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

p.sectwo-para-one {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2.sectwo-h2 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
  color: var(--subtle-text-color);
  margin-bottom: 10px;
}

p.sectwo-para-two {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: var(--body-text-color);
}

.col-md-6.sec-two {
  padding-left: 50px;
}

p.sectwo-para-three {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.42px;
  text-align: left;
  color: var(--primary-color);
  text-transform: uppercase;
  padding-top: 30px;
  margin-bottom: 11px;
}

p.sectwo-para-four {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: var(--subtle-text-color);
}

.sec-two-hemo {
  display: flex;
  align-items: self-start;
}

h5.sec-two-h5 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.42px;
  text-align: left;
  color: var(--subtle-text-color);
  padding-bottom: 10px;
  text-transform: uppercase;
}

p.sec-two-para-new {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--body-text-color);
  margin-bottom: 0;
}

img.sec-sec-icon {
  padding-right: 25px;
  margin-top: -10px;
}

img.sec-two-img {
  height: 630px;
}

.sec-two-hemo-two.new {
  padding-bottom: 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c1c1c1;
}

p.symt-para {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 12px;
}

h3.sympt-heading {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  color: var(--heading-text-color);
}

p.symt-para-one {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: var(--subtle-text-color);
  margin-bottom: 12px;
  max-width: 850px;
}

.inner-sec-two {
  background: var(--white-color);
  /* padding: 30px; */
  border: 1px solid #dedede;
  margin-top: 35px;
  display: flex;
}

h3.sympt-para-new-one {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: var(--heading-text-color);
}

@media (max-width: 1600px) {
  h3.sympt-para-new-one {
    font-size: 20px;
  }
}

p.sympt-para-new-two {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-top: 15px;
  color: var(--body-text-color);
  margin-bottom: 10px;
  /* padding-right: 30px; */
}

section.sec-five {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #f6f5f3;
}

.sec-five-one-new {
  background: var(--white-color);
  padding: 0 35px 20px;
  border-radius: 20px;
}

.sec-five-one-new.tl {
  padding-top: 0 !important;
}

p.secfive-para-cau {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

h4.pile-cau-h4 {
  letter-spacing: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50.4px;
  text-align: center;
  color: var(--heading-text-color);
  text-transform: unset;
  display: block;
  padding-bottom: 0;
}

p.secfive-para-overlook {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: var(--subtle-text-color);
  margin-bottom: 25px;
}

.third-sec {
  background: #f6f5f3;
  padding-bottom: 50px;
  margin-bottom: -35px;
}

.treatment-section {
  background: #f6f5f3;
}

.third-sec-inr {
  position: relative;
  z-index: 2;
}

/* .third-sec-inr:after {
    content: "";
    width: 1px;
    height: 100%;
    border: 1px solid #DEDEDE;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
} */

.third-sec-inr {
  border-right: 1px solid #dedede;
}

.third-sec-inr.nb {
  border-right: 0px;
}

@media (max-width: 992px) {
  .third-sec-inr {
    border-right: none !important;
  }
}

h3.stain-h3 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: left;
  color: var(--heading-text-color);
}

p.sec-pass-para {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: var(--body-text-color);
  margin-bottom: 0;
}

.sec-five-one {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 600px;
}

img.sec-five-img-one {
  padding-right: 10px;
  min-width: 95px;
  max-width: 95px;
}

.sec-five-new {
  /* padding-left: 100px; */
  padding-top: 15px;
}

.sec-five-one.as {
  padding-left: 57px;
}

.faq-sec {
  background: #f6f5f3;
}

.faq-section {
  padding: 20px 0;
}

.faq-header {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
}

.faq-subtitle {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.44px;
  text-align: center;
  padding-top: 20px;
  max-width: 700px;
  color: var(--subtle-text-color);
}

.accordion .card {
  border: none;
}

.cnsltbtn {
  cursor: pointer;
}

.card-header h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.card-body {
  padding-top: 0px;
  padding-left: 40px;
  width: 95%;
  background-color: unset;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  border-top: none;
  color: var(--body-text-color);
}

.accordion .btn-link {
  width: 100%;
  color: #333 !important;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 23.71px;
  text-align: left;
  text-decoration: unset;
  text-transform: capitalize;
}

.faq-footer {
  padding-top: 20px;
  font-size: 16px;
}

.faq-footer a {
  color: #007bff;
  text-decoration: underline;
}

button.btn.btn-link:hover {
  transform: unset !important;
  transition-duration: unset !important;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
  background: unset;
  border-bottom: unset;
  padding-bottom: 10px;
}

.card {
  background: unset;
}

.icon {
  float: right;
  font-size: 24px;
}

a.faq-a {
  color: var(--primary-color);
  text-decoration: underline;
}

button.btn.btn-link {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 23.71px;
  text-align: left;
  color: var(--subtle-text-color);
  position: relative;
  letter-spacing: 0;
}

.faq-beff {
  position: absolute;
  display: inline-block;
  left: -5px;
  top: 5px;
}

@media (max-width: 560px) {
  .faq-beff {
    left: 0;
  }
}

.btn.focus,
.btn:focus {
  box-shadow: unset !important;
}

.card {
  border-bottom: 1px solid #c1c1c1 !important;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* marquee style infinite scroll */
/* section.marquee {
  padding-top: 1em;
  padding-bottom: 1em;
  background: var(--primary-color);
}

.row.as1 {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: flex;
  width: calc(100% + 0px);
  height: 60px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}

.marquee-content p {
  display: inline-block;
}

img.maxi-para-img {
  padding-right: 13px;
  margin-right: 17px;
  vertical-align: middle;
}

p.maxi-para-one,
p.maxi-para-two,
p.maxi-para-three {
  display: inline-block;
  margin-left: 26px;
  white-space: unset;
  height: auto;
  margin-bottom: 0;
  margin-right: 0px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: var(--white-color);
  text-align: left;
}

.container-fluid.marquee {
  width: 100%;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
} */
/* marquee style infinite scroll end */

.footer-sec {
  background-color: #f8f8f8;
  padding: 40px 0;
  color: #333;
}

.footer-sec h4 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30.2px;
  text-align: left;
  margin-bottom: 7px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.footer-sec p {
  line-height: 1.6;
  color: var(--body-text-color);
  font-weight: 400;
}

.about-us {
  padding-right: 20px;
  text-align: left;
}

.about-us p {
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 25px;
}

.othr {
  text-align: left;
}

.social-icons a {
  margin-right: 10px;
  color: #333;
  font-size: 18px;
}

.social-icons img {
  width: 45px;
}

.social-icons a:hover {
  color: #007bff;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 10px;
}

.awards img {
  margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1350px) {
  .awards img {
    width: 40%;
  }
}

/* .video-wrapper {
    position: relative;
    padding-top: 56.25%; 
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.treatment-section .my-5 {
  margin-bottom: -5px !important;
}

.doctor-section {
  background: #f6f5f3;
  padding-bottom: 30px;
  padding-top: 30px;
}

.third-sec-as:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  bottom: 0%;
  transition: 1s;
}

.third-sec-as {
  overflow: hidden !important;
}

.third-sec-as:hover .third-sec-inr {
  border: none;
}

.third-sec-as:nth-child(even):after {
  background-color: #382c49;
}

.third-sec-as:nth-child(odd):after {
  background-color: var(--primary-color);
}

.third-sec-as {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.third-sec-as:hover:after {
  top: 0;
}

.third-sec-as:hover .third-sec-inr h3,
.third-sec-as:hover .third-sec-inr p {
  color: #fff !important;
}

.footer-ul li {
  text-align: left;
  margin-top: 0;
}

.footer-ul li a {
  color: var(--body-text-color);
  font-weight: 400;
}

.footer-ul li a:hover {
  color: #000000;
}

.footer-ul li a:active {
  color: #000000;
}

.button-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #e31952;
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  animation: spin 1s linear infinite;
  /* margin: 10px auto 0 auto; */
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.button-loader1 {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 10px auto 0 auto;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sec-five-one-new .col-lg-6 {
  display: flex;
  justify-content: center;
}

.treat-head h3 {
  text-align: left;
}

@media screen and (min-width: 240px) and (max-width: 768px) {
  div.wpforms-container-full {
    margin-top: -10px;
  }

  .button-loader {
    border: 4px solid #f3f3f3 !important;
    border-top: 4px solid #e31952 !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 25px !important;
    animation: spin 1s linear infinite !important;
    margin: 15px auto 0 auto !important;

    margin-top: 0px !important;
    margin-left: 9px !important;
  }

  .hero-sec:after {
    display: inline-block !important;
  }

  .hero-innr {
    z-index: 1;
  }

  .award-wr {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hed-wr {
    justify-content: center !important;
  }

  div.wpforms-container-full .wpforms-form input[type="checkbox"],
  div.wpforms-container-full .wpforms-form input[type="radio"] {
    left: 30px !important;
    position: absolute;
  }

  label[for="consentCheckbox"] {
    font-size: 12px !important;
    margin-left: 20px !important;
  }

  .sign-up-form {
    height: unset;
    padding: 5px;
    overflow: hidden;
    width: 265px !important;
    border: 0px solid var(--primary-color) !important;
    box-shadow: 0px 4px 20px 0px #00000033;
  }

  h1.main_h1 {
    font-size: 25.26px;
    line-height: 40.62px;
    background: #f6f5f3;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: -15px;
  }

  .discov_para {
    background: #f6f5f3;
    display: inline-block;
    padding: 5px;
  }

  span.path-span {
    font-family: Libre Baskerville;
    font-size: 25.26px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: var(--primary-color);
    background: #f6f5f3;
    padding: 3px;
    padding-right: 10px;
    margin-bottom: 30px;
  }

  section.hero-sec {
    height: 350px;
  }

  .sec-five-one {
    flex-direction: column;
    justify-content: flex-start;
  }

  .col-md-6.sec-two {
    padding-left: 0px;
  }

  h2.sectwo-h2 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px !important;
    text-align: left;
    color: var(--subtle-text-color);
    margin-bottom: 10px;
    line-height: 35px;
  }

  img.sec-two-img {
    height: auto;
    margin-top: 25px;
  }

  .order-1 {
    order: 2;
  }

  h3.sympt-heading {
    line-height: 30px;
    font-size: 22px;
  }

  .stain-h3 {
    line-height: 22px !important;
  }

  p.symt-para {
    margin-top: 20px;
    font-size: 15px;
  }

  p.symt-para-one {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: var(--body-text-color);
    margin-bottom: 12px;
  }

  p.sectwo-para-three {
    font-size: 15px;
    padding-top: 0px;
  }

  p.sectwo-para-four {
    font-size: 15px;
    padding-bottom: 20px;
  }

  p.sectwo-para-two {
    font-size: 14px;
  }

  h5.sec-two-h5 {
    font-size: 15px;
  }

  p.sec-two-para-new {
    font-size: 13px;
  }

  img.sec-sec-icon {
    padding-right: 25px;
    margin-top: 0px;
    width: 65px;
  }

  .sec-two-hemo-two.new {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
  }

  button.btn.btnappent {
    display: none;
  }

  .asa {
    display: none !important;
  }

  section.second-sec {
    padding-bottom: 10px;
  }

  .third-sec-as {
    border-right: 0px solid #dedede;
    /* padding-left: 20px; */
    background: var(--white-color);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
  }

  .inner-sec-two {
    margin-top: 0px;
    background: #ffffff00;
    padding: initial;
    border: 0px solid #dedede;
  }

  h3.sympt-para-new-one {
    font-size: 18px;
  }

  p.sympt-para-new-two {
    font-size: 13px;
  }

  .third-sec {
    margin-bottom: -55px;
  }

  .container-fluid {
    width: 100%;
  }

  .treatment-wr {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
  }

  .sub-helvet {
    font-family: Helvetica Neue !important;
    font-weight: 500;
    font-style: normal !important;
  }

  .phara {
    font-size: 15px !important;
  }

  .treat-item {
    padding: 10px 10px 20px 10px !important;
  }

  .owl-carousel .treat-head img {
    width: 40px !important;
  }

  #treat-carousel {
    max-width: 1485px;
    width: 100% !important;
    margin-top: 10px !important;
  }

  .sec-five-one-new {
    padding-left: 0px;
    padding-top: 40px;
    padding-bottom: 5px;
    background: #ffffff00;
  }

  .sec-five-new {
    padding-left: 0px;
    padding-top: 0px;
    display: flex;
    width: 100%;
    margin-top: 10px;
  }

  p.sec-pass-para {
    display: none;
  }

  h4.pile-cau-h4 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 22px;
  }

  p.secfive-para-overlook {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
  }

  .sec-five-one-new h3.stain-h3 {
    font-weight: 400 !important;
  }

  h3.stain-h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 0px;
    text-align: left;
    color: var(--heading-text-color);
    text-wrap: wrap;
    line-height: 24px;
    text-align: center;
  }

  .wr {
    width: 50%;
  }

  img.sec-five-img-one {
    min-width: 60px;
    max-width: 60px;
    align-items: center;
    display: inline;
    justify-content: center;
    /* margin-left: 40px; */
    padding-right: 0px;
  }

  .sec-five-one-new {
    padding-right: 0;
  }

  section.sec-five {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .doctor-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* 
  .doctor-section .p-5 {
    padding: 0px !important;
  } */

  .doc-name {
    font-size: 15px !important;
  }

  .doc-expe {
    min-height: 120px;
  }

  .doc-details {
    padding: 15px;
  }

  .consult-btn {
    margin-left: 15px;
  }

  .doc-degree {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: var(--subtle-text-color) !important;
    line-height: 14px !important;
  }

  .cnslt-txt {
    font-size: 13px;
  }

  .consult-btn {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 30px;
    padding: 6px 6px 6px 10px;
    display: flex;
    align-items: center;
    /* margin-top: 40%; */
    /* position: absolute; */
    /* margin-left: 3%; */
  }

  #doctor-carousel .owl-nav {
    margin: 30px 0 70px !important;
  }

  p.sectwo-para-one {
    font-size: 15px;
  }

  .faq-header {
    font-size: 22px;
    line-height: 20px;
  }

  p.secfive-para-cau {
    font-size: 15px;
  }

  button.btn.btn-link {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.71px;
    text-align: left;
    color: var(--subtle-text-color);
    text-wrap: balance;
    letter-spacing: 0px;
    align-items: center;
    display: inline-flex;
  }

  .faq-subtitle {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-body {
    font-size: 15px;
    line-height: 25px;
  }

  .accordion > .card:not(:last-of-type) {
    padding-bottom: 20px;
  }

  .icon {
    font-size: 24px;
    align-items: baseline;
    display: flex;
    justify-content: end;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .accordion > .card > .card-header {
    padding-bottom: 0px;
  }

  .pt-head {
    margin-bottom: -10px;
    margin-top: -50px;
  }

  .hero-innr-wr.row.container-fluid.TAIN.h-100 {
    width: auto;
  }

  .footer-sec h4 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
    /* text-wrap: nowrap; */
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .footer-sec p {
    font-size: 12px;
  }

  .othr {
    width: 50%;
  }

  footer li {
    text-align: justify;
    margin-bottom: 0px;
  }

  .awards {
    justify-content: center;
    /* margin-left: -35px; */
  }

  .awards img {
    /* margin-right: 20px; */
    width: 100px;
  }
}

@media (min-width: 1660px) {
  .traet-body.phara {
    min-height: 100px !important;
  }
}

@media (min-width: 1200px) {
  .traet-body.phara {
    min-height: 160px;
  }

  .logo img {
    width: 280px;
  }

  .doc-container {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* #patientmonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  } */
}

@media (min-width: 992px) and (max-width: 1200px) {
  .traet-body.phara {
    min-height: 140px;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .traet-body.phara {
    min-height: 85px;
  }
}

@media (max-width: 600px) {
  .traet-body.phara {
    min-height: 110px;
  }

  .third-sec-as:after,
  .third-sec-as {
    border-radius: 15px !important;
  }

  /* #treat-carousel {
    height: 222px;
  } */
}

.awards {
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #consent_checkbox-error {
    position: absolute;
    margin-top: 25px !important;
  }

  h1.main_h1 {
    font-size: 36.26px;
  }

  span.path-span {
    font-size: 38.26px;
  }

  section.hero-sec {
    height: 370px;
  }

  .col-md-6.sec-two {
    padding-left: 0px;
    max-width: 100%;
  }

  h2.sectwo-h2 {
    font-size: 25px;
  }

  img.sec-two-img {
    height: auto;
    max-width: 130%;
    margin-top: 25px;
    width: 700px;
  }

  p.sectwo-para-three {
    padding-top: 0px;
  }

  h5.sec-two-h5 {
    font-size: 15px;
  }

  h3.sympt-heading {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: var(--heading-text-color);
  }

  p.symt-para-one {
    font-size: 15px;
  }

  .sub-helvet {
    font-family: "Libre Baskerville", sans-serif;
    font-style: italic;
  }

  .sec-five-one {
    display: contents;
  }

  h4.pile-cau-h4 {
    font-size: 25px;
  }

  .sec-five-one-new {
    background: var(--white-color);
    padding-top: 40px;
    padding-bottom: 22px;
    padding-left: 0px;
  }

  .sec-five-new {
    padding-left: 0px;
    padding-top: 0px;
    display: flex;
  }

  h3.stain-h3 {
    font-size: 17px;
  }

  p.sec-pass-para {
    font-size: 15px;
  }

  .doc-degree {
    font-size: 10px;
    font-weight: 400;
    color: var(--subtle-text-color);
  }

  /* .doctor-section .tab_img {
        display: none;
    } */

  /* .doctor-section .tab_wd {
        max-width: 100%;
    } */

  button.btn.btn-link {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 23.71px;
    text-align: left;
    color: var(--subtle-text-color);
    text-wrap: wrap;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0px;
  }

  .card-body {
    font-size: 15px;
  }

  .footer-sec h4 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30.2px;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  footer li {
    margin-bottom: 0px;
    font-size: 15px;
    text-align: -webkit-center;
  }

  img.sec-five-img-one {
    padding-right: 30px;
    min-width: 100px ;
    max-width: 100px ;
  }
}

@media (min-width: 1200px) {
  .sec-five-one.tp .sec-five-one-new{
    padding-top: 5px;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) {
  .sec-five-one {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  img.sec-two-img {
    max-width: 100%;
  }

  p.sympt-para-new-two {
    font-size: 13px;
  }

  h3.sympt-para-new-one {
    line-height: 25px;
    font-size: 15px;
  }

  /* .doctor-section .tab_wd {
      max-width: 112%;
      width: 100%;
    } */
  .doc-name {
    font-size: 17px !important;
    font-weight: 500;
  }

  .doc-degree {
    font-size: 14px !important;
    font-weight: 400;
    color: var(--subtle-text-color);
    padding-bottom: 20px;
  }

  /* .video-wrapper {
      position: relative;
    padding-top: 70.25%;
    margin-top: 123.25%;
    } */
}

#symptoms-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  text-align: center;
}

#symptoms-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #dbdbdb;
}

#symptoms-carousel .owl-dots button.active {
  background-color: var(--primary-color);
  width: 13px;
  height: 13px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* opt button */
button#send_otp {
  background-color: var(--primary-color);
  border-radius: 30px;
  padding: 10px 15px;
}

button#send_otp img {
  filter: brightness(0) invert(1);
}

.animate-input {
  animation: pulse-animation 1s infinite;
  transition: 0.3s;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #e31952;
    scale: 1;
  }

  50% {
    scale: 0.9;
  }

  100% {
    box-shadow: 0 0 0 20px #e3195250;
    scale: 1;
  }
}

.hero-sec:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f6f5f35c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.modal-backdrop.fade {
  pointer-events: none;
}

#consent_checkbox-error {
  position: absolute;
  margin-top: 40px;
}

.call-icons {
  left: -3rem;
}

.call-wr a {
  line-height: 1.6;
  color: var(--body-text-color);
  font-weight: 400;
  display: block;
  width: max-content;
}

.call-wr a:hover {
  text-decoration: underline;
  color: #000;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0%);
}

/* treatment section style */
.treatment-wr {
  background-image: url(https://staging.sriramakrishnahospital.com/wp-content/uploads/2024/09/treatment-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 15px;
  padding: 60px;
  background-size: cover;
}

.treatment-inr {
  max-width: 850px;
}

.sub-helvet {
  font-family: "Libre Baskerville", sans-serif;
  font-style: italic;
}

.traet-body.phara {
  font-size: 16px;
}

.phara {
  font-family: "inter", sans-serif;
  font-size: 18px;
}

.divider {
  width: 180px;
  height: 1.5px;
}

.owl-carousel .treat-head img {
  width: 55px;
}

.treat-item {
  padding: 20px;
}

/* treatment owl style */
#treat-carousel .owl-nav button {
  padding: 10px;
  background: var(--white-color);
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

#treat-carousel .owl-nav button.disabled {
  background-color: #ffffff33;
}

#treat-carousel .owl-nav button.disabled img {
  filter: brightness(0) invert(1);
}

#treat-carousel .owl-nav button:first-child {
  left: -80px;
}

#treat-carousel .owl-nav button:last-child {
  right: -80px;
}

#treat-carousel {
  max-width: 1500px;
  width: 85%;
}

#treat-carousel .owl-dots button {
  width: 10px !important;
  height: 10px !important;
  background-color: #ffffff50 !important;
  display: inline-block !important;
  border-radius: 50% !important;
  margin: 0 5px;
}

#treat-carousel .owl-dots button.active {
  width: 13px !important;
  height: 13px !important;
  background-color: var(--primary-color) !important;
}

#treat-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media (max-width: 520px) {
  .pm-0 {
    padding: 0;
  }

  .awards img {
    width: 80px;
  }

  .treatment-wr {
    border-radius: 0 !important;
  }

  .social-icons img {
    width: 35px !important;
  }

  footer li {
    margin-bottom: 6px !important;
  }

  .video-wrapper {
    margin-top: 15px;
  }

  .card-body {
    padding-top: 0 !important;
  }
}
/* treatment section style complete */

/* doctor section style */
@media (min-width: 992px) {
  #doctor-carousel .owl-nav {
    display: inline-block;
  }
}

#doctor-carousel .owl-nav {
  position: relative;
  bottom: 0;
  width: 110px;
  margin: 30px 0 50px;
}

#doctor-carousel .owl-dots {
  text-align: center;
  margin: 15px 0;
}

#doctor-carousel .owl-dots button {
  width: 10px !important;
  height: 10px !important;
  background-color: #dbdbdb !important;
  display: inline-block !important;
  border-radius: 50% !important;
  margin: 0 5px;
}

#doctor-carousel .owl-dots button.active {
  width: 13px !important;
  height: 13px !important;
  background-color: var(--primary-color) !important;
}

#doctor-carousel .owl-nav button {
  background-color: var(--primary-color);
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

#doctor-carousel .owl-nav button.disabled {
  background-color: var(--background-color);
}

#doctor-carousel .owl-nav button img {
  filter: brightness(0) invert(1);
}

#doctor-carousel .owl-nav button.disabled img {
  filter: unset;
}

.doc-feature-img {
  background-image: url("https://staging.sriramakrishnahospital.com/wp-content/uploads/2024/09/doc-feature-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 50px 50px 0;
  margin-left: -15px;
}

.doc-name,
.consult-btn {
  text-transform: uppercase;
  color: var(--primary-color) !important;
  letter-spacing: 1px;
}

.doc-degree {
  height: 50px;
  display: inline-block;
}

@media (max-width: 600px) {
  .doc-degree {
    height: 35px;
  }
}

.doc-degree::-webkit-scrollbar {
  width: 7px;
}

.doc-degree::-webkit-scrollbar-thumb {
  background: #72569D;
  box-shadow: inset 0 0 3.5px 0 #72569D;
  color: #72569D;
}

.doc-degree:hover::-webkit-scrollbar-thumb {
  cursor: grab;
}

.doc-degree:active::-webkit-scrollbar-thumb {
  cursor: -webkit-grabbing; 
  cursor: grabbing;
}

.doc-degree {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
}

.doctor-head .symt-para-one {
  color: var(--body-text-color);
}

.doc-name {
  font-size: 20px;
  font-weight: 700;
}

.doc-degree {
  font-size: 16px;
  font-weight: 400;
  color: var(--subtle-text-color);
}

.consult-btn {
  font-size: 18px;
  font-weight: 600;
  border: 1px solid;
  border-radius: 30px;
  padding: 6px 6px 6px 10px;
  display: flex;
  align-items: center;
}

.doc-poto {
  /* background-image: url(https://staging.sriramakrishnahospital.com/wp-content/uploads/2024/09/doc-sarveswaran.webp); */
  background-repeat: no-repeat;
  background-position: center;
  min-width: 150px;
  height: 200px;
  background-size: cover;
  position: relative;
  display: inline-block;
}

.doc-poto img {
  height: 240px;
  width: 218px;
}

.doctors {
  background: #f5f4f1;
  border-radius: 30px;
  overflow: hidden;
  max-width: 560px;
}

span.cnslt-arr {
  margin-left: 15px;
  padding: 8px 10px;
  background: var(--primary-color);
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cnslt-arr img {
  min-width: 13px !important;
}

@media (max-width: 767px) {
  span.cnslt-arr {
    padding: 5px 6px !important;
  }

  span.cnslt-arr img {
    width: 15px !important;
  }

  .consult-btn {
    font-size: 12px !important;
    padding: 3px 3px 3px 6px !important;
    line-height: 1;
  }
}

@media (max-width: 576px) {
  .doc-poto {
    min-width: 110px;
    height: 130px !important;
  }

  .doc-details {
    padding: 0 !important;
  }

  .doc-name,
  .consult-btn {
    line-height: 1 !important;
    font-size: 14px !important;
  }

  .doc-degree {
    display: inline-block;
    line-height: 1.3 !important;
    font-size: 10px !important;
  }

  .consult-btn {
    margin-left: 0 !important;
  }

  .doctor-section {
    border-width: 0 15px 0 15px;
    border-color: #f6f5f3;
    border-style: solid;
  }

  .doctor-section .container-fluid.bg-white {
    border-radius: 15px;
  }

  span.cnslt-arr {
    margin-left: 5px !important;
  }

  .cnslt-txt {
    font-size: 10px !important;
  }

  .doctors {
    border-radius: 15px !important;
  }
}
/* doctor section style end */

/* patient testimonial style start */
/* 
        @media (min-width: 1200px) {
          #patientmonial-carousel .owl-nav.disabled {
            display: inline-block;
          }
        } */

@media (max-width: 1200px) {
  /* #patientmonial-carousel .owl-dots.disabled {
              display: block;
              
            } */

  #patientmonial-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
  }
}

#patientmonial-carousel .owl-dots button {
  background-color: #dbdbdb;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px 0;
}

#patientmonial-carousel .owl-dots button.active {
  background-color: var(--primary-color);
  width: 13px;
  height: 13px;
}

#patientmonial-carousel .owl-nav button {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#patientmonial-carousel .owl-nav button img {
  width: 15px;
  filter: brightness(0) invert(1);
}

/* #patientmonial-carousel .owl-stage {
            display: flex;
            align-items: center;
          } */

@media (min-width: 1440px) {
  #patientmonial-carousel .owl-nav button.owl-prev {
    left: 15px;
  }

  #patientmonial-carousel .owl-nav button.owl-next {
    right: 15px;
  }
}

.owl-item.active:not(.center) .read-more-cnt {
  color: var(--body-text-color);
}

.owl-item.center .read-more-cnt {
  color: var(--subtle-text-color);
}

.read-more-cnt {
  color: red;
}

.read-more-cnt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-weight: 400;
  hyphens: auto;
}

.owl-item.active.center .read-more-cnt.read-less {
  -webkit-line-clamp: unset;
}

.read-more-txt {
  cursor: pointer;
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 400;
}

.reviewer-rateing img {
  max-height: 20px;
  max-width: 80px;
}

.read-more-txt.cuz {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-left: 10px;
  background: #f5f4f1;
}

.testimonial-item {
  background-color: #f5f4f1;
  border: 1.5px solid #e7e7e7;
  border-radius: 12px;
}

.whos-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviewer-name {
  font-weight: 500;
  display: inline-block;
  width: max-content;
}

#patientmonial-carousel .owl-item {
  display: flex;
  justify-content: center;
}

#patientmonial-carousel .owl-stage-outer {
  overflow: visible;
}

#patientmonial-carousel div[class*="owl-item"]:not(.active) {
  visibility: hidden;
}

#od_phone::placeholder {
  font-size: 15px;
}

@media (min-width: 600px) {
  #patientmonial-carousel .owl-item.active {
    transform: scale(0.8);
    pointer-events: none;
  }

  #patientmonial-carousel .owl-item.center {
    transform: scale(1.1);
    pointer-events: all !important;
    /* width: 20% !important; */
  }

  #patientmonial-carousel .owl-nav.disabled {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {
  #patientmonial-carousel .owl-item.center {
    /* width: 20% !important; */
  }
}

/* @media (min-width: 1200px) {
            .testimonial-item  {
              width: 320px !important;
            }
          } */

/* @media (min-width: 1600px) {
    .testimonial-item {
        width: 450px !important;
    }
} */

@media (max-width: 580px) {
  #patientmonial-carousel .testimonial-item {
    min-width: 300px !important;
  }

  .reviewer-rateing img {
    height: 15px;
  }

  .reviewer-name {
    font-size: 12px;
  }

  .logo img {
    width: 275px;
  }

  .logo {
    text-align: center;
  }

  .footer-sec {
    padding-top: 10px !important;
  }

  /* #patientmonial-carousel .owl-item.center {
      transform: scale(1.1);
      pointer-events: all;
      width: 20% !important;
    } */
}

/* patient testimonial style start end */
