html {
  font-size: 62.5%;
}

body {  
  font-size: 1.4rem;    
}

/* CSS From Profile-review.css START */
.article-dt-desc h2,
.article-dt-desc h3,
.article-dt-desc h4,
.article-dt-desc h5,
.article-dt-desc p,
.article-dt-desc small,
.article-dt-desc address,.article-dt-desc span, .article-dt-desc div {
  font-family: var(--primary-font) !important;
}
body .article-dt-desc:not(i) * {
  font-family: var(--primary-font) !important;
}

address {
  margin: 0px;
}


h1,
h1 * {
  font-size: 3.2rem !important;
  margin: 1rem 0 0.3rem;
  font-weight: 600;
  line-height: normal;
}

body main section h2,
body main section h2 *, body h2, body h2 * {
  font-size: 2.2rem !important;
  margin-bottom: 2.5rem;
}

body main section h3:not(.video-heading), body main section h3:not(.video-heading) * {
  font-size: 2rem !important;
}
body h4, body h4 * {
  font-size: 1.8rem !important;
}


/* start default styles */
.main-heading {
  font-weight: 500;
}

.center-info-section {
  margin: 23px 0;
  line-height: 2.4rem;
  font-size: 1.2rem;
}

body .article-dt-desc a {
  color: var(--secondary-color) !important;
}
body .article-dt-desc a:hover, body .article-dt-desc a:focus, body .article-dt-desc a:hover span, body .article-dt-desc a:focus span {
  color: var(--primary-color) !important;
}

.listing-section h3 * {
  font-size: 20px !important;
}

body .article-dt-desc .dt-inner-content {
  padding: 10px !important;
  border-radius: 12px !important;
  border: 1px solid #ddd;
  background: #f9f9f9 !important;
  margin-top: 15px;
}
body .article-dt-desc .about-section > div {
  max-width: 100%;
  overflow: hidden;
}
body .article-dt-desc .about-section h2 * , body .article-dt-desc .about-section h2, body .article-dt-desc .about-section h3 *, body .article-dt-desc .about-section h3{
  color: #222 !important;
}
.article-dt-desc:not(.search-pricing_page) p, .article-dt-desc:not(.search-pricing_page) span:not(.checked) {
  color: var(--text2-color) !important;
  background-color: transparent !important;
}
/* .center-info-section span {
  font-size: 1.2rem !important;
} */
/* .about-section p {
  font-size: 14px !important;
} */

.center-info-section p {
  margin-bottom: 6px;
  line-height: 2.9rem;
}

.text-icon-section {
  display: flex;
  margin-bottom: 10px;
  padding: 6px 0;
}

.center-info-section > div span:last-child a {
  color: var(--secondary-color);
}

.center-info-section > div span:last-child {
  display: inline-block;
  margin-left: 5px;
}

.text-icon-section i {
  width: 100%;
  max-width: 30px;
  height: 100%;
  max-height: 30px;
  margin-right: 13px;
  color: #6079a4;
  margin-top: .7rem;
}

.anchor {
  color: #2d5aa7;
  font-weight: 700;
}

@media (min-width:1600px) {
  .radio-heading strong, .radio-heading {
    font-size: 16px !important; 
  }
  .custom-checkbox label, .agreement-note {
    font-size: 16px !important;
  }
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 26px;
  }
  
  .cta-form-container h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  body p {
    font-size: 16px;
    /* line-height: normal !important; */
  }

  .anchor {
    font-size: 16px;
  }
}

@media (min-width:700px) {
  .text-icon-section {
    align-items: center;
  }

  .text-icon-section i {
    margin-top: 0;
  }
}

#custom-lightbox {
  position: relative;
}

.lightbox-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  width: 100%;
}

.lightbox-image {
  max-width: calc(25% - 1rem);
  width: 100%;
  scroll-snap-align: center;
}

.lightbox-modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0000008f;
  backdrop-filter: blur(1px);
}

/* CSS From Profile-review.css END */

/* helpers start */
.align-center {
  display: flex;
  justify-content: center;
}

.block-item {
  display: block;
}

.margin-y-10 {
  margin: 1rem 0 !important;
}

.margin-y-20 {
  margin: 2rem 0 !important;
}

.margin-y-30 {
  margin: 2rem 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 1rem !important;
}

.margin-bottom-20 {
  margin-bottom: 2rem !important;
}

.margin-bottom-30 {
  margin-bottom: 3rem !important;
}

.margin-bottom-60 {
  margin-bottom: 6rem !important;
}

.margin-top-10 {
  margin-top: 1rem !important;
}

.margin-top-20 {
  margin-top: 2rem !important;
}

.margin-top-60 {
  margin-top: 6rem !important;
}

.margin-top-30 {
  margin-top: 3rem !important;
}

.padding-y-30 {
  padding: 3rem 0px;
}

.text-center {
  text-align: center;
}

@media (max-width: 425px) {
  .no-mobile-padding {
    padding: 0px !important;
  }
}

.main-heading {
  margin: 1rem 0 0.3rem;
}

.center-info-section svg {
  color: var(--secondary-color);
  margin-right: 0.6rem;
}

.center-info-section > div {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.center-info-section svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
address {
  font-style: normal;
  font-weight: 600;
}

.hr {
  border-top-color: #bdbdbd;
  border-top-width: 1px;
  border-top-style: solid;
}

/* .about-section p,
.education-section p,
.membership-section p,
.prices-section p,
.testimonials-section p,
.disclaimer-section p, */
section p {
  line-height: 3rem;
  margin-bottom: 1rem;
  /* max-width: 70ch; */
}

/* Table start */


.table-container {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

table {
  color: black;
  width: 100%;
  max-width: 100%;
}

table caption {
  color: #585858;
}

table th,
table td {
  padding: 1.5rem 2rem;
  text-align: left;
  font-size: 1.8rem;
  border: 1px solid #b0b0b0;
  width: 30rem;
}

td a {
  text-decoration: underline;
}

.table-container table tr {
  background-color: #f2f2f2;
}


caption {
  text-align: left;
}

@media (max-width: 430px) {

  table th,
  table td {
    padding: 1rem;
    font-size: 1.2rem;
  }
}

/* Table end */

/* Testimonials start */
.testimonial {
  display: flex;
  gap: 1rem;
}

.testimonial p {
  font-style: italic;
}

.testimonials-section svg {
  max-width: 30px;
  max-height: 30px;
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .testimonials-section svg {
    max-width: 60px;
    max-height: 60px;
  }
}

/* Testimonials end */
.disclaimer-section {
  font-size: 1.4rem;
  font-style: italic;
}

.related-widget {
  padding: 1rem;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.related-item {  
  
  margin-bottom: 10px;  
}

/* 
.related-item img {
  height: auto;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #8c8a93;
} */

.related-item-link {
  text-align: right;
}

@media (min-width: 768px) {
  .related-item img {
    max-height: 29rem;
    object-fit: cover;
    object-position: top;
  }
}

/* Fix to conflic on form cta */

.input-wrapper input,
.input-wrapper select,
.input-wrapper textarea {
  border: 1px solid;
  border-color: rgb(0 0 0 / 55%);
}

.cta-form-container:not(.opened) {
  top: 1% !important;
}

/* Media Query For Big Screens */

@media (min-width: 1600px) {
  /* html {
    font-size: 90.5% !important;
  } */

  .about-section p,
  .education-section p,
  .membership-section p,
  .prices-section p,
  .testimonials-section p,
  .disclaimer-section p,
  .related-widget p {
    max-width: 100% !important;
  }
}

/* fix styles comming from backend */
main p img,
main p iframe,
main span img {
  max-width: 100% !important;
}

body main section table, body main .pack-inner-content table {
  width: 100% !important;
  max-width: 100%;
}

main p,main ol li,main ul li,main p span,main p span strong,
main section span{  
  font-size: 1.6rem !important;
}
main section h2,main section h3,main section h4,main section h5,main section h6{
  margin: 1.4rem 0;
}

table th,
table td {
  font-size: 1.6rem !important;
}

table.js-reponsive-table th,
table.js-reponsive-table td {
  font-size: 1.5rem !important;
  text-align: left;
}

section#about p,
.disclaimer-section p {
  max-width: 100% !important;
}

/* fix conflic on cta-form caused by selectize */
.selectize-input {
  padding: 15px !important;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 1.6rem !important;
  color: black !important;
}

.cta-form-container #procedure-selectized,
.cta-form-container #locations-selectized {
  margin-left: 0px !important;
}

.selectize-dropdown [data-selectable].option {
  padding: 15px;
}


.iti__flag-box,
.iti__country-name {
  white-space: break-spaces;
  line-height: 3rem;
}

/* fix li conflict */
main ul, main ol {
  padding: revert;
}

main ul li {
  list-style: initial;
}

/* fix conflic on cta-form caused by social share widget */
button,
input {
  font-family: var(--primary-font) !important;

}
.ctm-my-20 {
  margin-block: 20px !important;
}
.ctm-mb-0 {
  margin-bottom: 0 !important;
}
.ctm-mt-0 {
  margin-top: 0 !important;
}

.heading-thumb {
  max-width: 6rem;
  height: 6rem;  
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.heading-thumb-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.3rem;
  width: 100%;
}

.heading-thumb-wrapper h2 {
  word-break: break-word;
}

@media (max-width: 600px) {
  .exp-card-col {
    width: 100% !important;
  } 
  .heading-thumb {
    align-self: center;
  }

  .heading-thumb-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .heading-thumb-wrapper .article-main-heading {
    order: 3;
  }
  
body main section h2, body main section h2 * {
  font-size: 2rem !important;  
}
}

main img {
  max-width: 100%;
}

/* Animations */
.like-animation {
  animation: like ease-in 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes like {
  from {
    fill: #dd191d24;
  }

  to {
    fill: #dd191d;
  }
}

/* related video start */

.related-video-link img {
  filter: brightness(50%);
  width: 100%;
  border-radius: 5px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.related-video-link svg,
.related-video-link img {
  transition: 1s;
}

.related-video-link:hover svg {
  fill: #fff;
}

.related-video-link:hover img {
  filter: brightness(65%);
}

.related-video-link {
  position: relative;
}

/* related video end */


.content_container h1,
.content_container h1 * {
  font-size: 3.6rem !important;
}

.content_container h2,
.content_container h2 * {
  font-size: 2.5rem !important;  
}

.content_container h3,
.content_container h3 * {
  font-size: 22px !important;
}

.related-content-widget h3 {
  margin: 9px 0;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.content_container li {
  padding: 6px;
}

/* Fixing Content over width on mobile issue START */
.content_container .container {
  width: 100% !important;
}

.content_container div {
  max-width: 100vw;
}

/* Fixing Content over width on mobile issue END */

.multitabs-card a * {
  color: #337ab7 !important;
}

.table-of-contents li {
  list-style: none;
}

.table-of-contents li a {
  text-decoration: none;
  font-size: 1.3rem;
  transition: 0.5s;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 5px;
  color: var(--secondary-color);
}
.table-of-contents li a.tab-active, .table-of-contents li a:hover {
  color: var(--white) !important;
  background: var(--primary-color);
}
.article-dt-desc .slick-prev, .article-dt-desc .slick-next {
  background-color: var(--secondary-color) !important;
}
.article-dt-desc .slick-prev:hover, .article-dt-desc .slick-next:hover {
  background-color: var(--primary-color) !important;
}

.table-of-contents li a:hover {
  color: #000;
}

#profile_map {
  height: 15vw;
}

@media (max-width: 991px) {
  #profile_map {
    height: 50vw;
  }
}

.iti--separate-dial-code {
  font-size: 1.1rem;
}

.social-icon svg {
  color: var(--text2-color);
}

.custom_link {
  color: var(--secondary-color) !important;
  margin-bottom: 5px;
  display: inline-block;
}
.custom_link:hover {
  color: var(--primary-color) !important;
  
}


.article-dt-desc table:not(:has(thead)) tr:first-child:not(:only-child) td, .article-dt-desc table thead tr th, .article-dt-desc table tr th {
  
  background: var(--bg-dark-color)!important;
  color: var(--light-black);
}

html body main.article-dt-desc article table:has(thead) tbody tr:not(:only-child):first-child td {
  background: #f2f2f2 !important;
  /* text-align: left !important; */
}

.article-dt-desc table tbody tr:not(:only-child):nth-child(odd) td {
  background: #f2f2f2;
}
.article-dt-desc table tbody tr:not(:only-child):nth-child(even) td {
  background: #fff !important;
}
html body .article-dt-desc table thead + tbody tr:first-child td {
  background: #fff !important;
}

.article-dt-desc table td, .article-dt-desc table th .article-dt-desc
  table tr:first-child td, .article-dt-desc table tr:first-child th {
  border-color: #e0e0e0;
}

.article-dt-desc table td strong, .article-dt-desc table th strong {
  font-weight: 600;
}

.article-dt-desc table td a, .article-dt-desc table th a {
  text-decoration: none;
  color: var(--text2);
  transition: .4s ease all;
}

.article-dt-desc table td a:hover, .article-dt-desc table th a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.article-dt-desc .about-section >  table:first-of-type {
  background: #f1f1f1 !important;
  text-align: center;
  overflow: hidden;
}


.article-dt-desc .about-section > table:first-of-type td {
  border: 0;
}


.article-dt-desc .about-section > table:first-of-type div {
  padding: 4px 0;
}

.article-dt-desc .about-section > table:first-of-type a {
  display: inline-block;
  padding-inline: 8px;
  color: #e98074 !important;
}

.article-dt-desc .about-section > table:first-of-type a span {
  color: #e98074 !important;
}

.px-0 {
  padding-inline: 0 !important;
}

.article-dt-desc ul, .article-dt-desc ol {
  padding-left: 20px;
}

/* fix for absolute elements coming from backend */
.wWOJcd,
.MBtdbb,
.r21Kzd {
  position: initial !important;
  max-width: 100% !important;
}

.sticky-toc {
  position: sticky;
  top: 0;
  z-index: 3;
}

.tab-active {
  color: #1882cd !important;
}

.table-of-contents li {
  position: relative;
}

.table-of-contents ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-radius: 6px;
  background: #fff;
  overflow-x: auto;
  border: 1px solid var(--primary-color);
  padding: 0;
}
.table-of-contents ul li {
  flex: 1;
}

.table-of-contents ul::-webkit-scrollbar-thumb {
  background: #171b1b;
}

.table-of-contents ul::-webkit-scrollbar {
  height: 5px;
  background: #5a6161;
}

section[id] {
  scroll-margin-top: 7rem;
}


.social-count {
  font-size: 2rem !important;
  font-weight: 600;
}

.like-animation {
  animation: like ease-in .3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes like {
  from {
    fill: #dd191d24;
  }

  to {
    fill: #0179a4;
  }
}

a:not([href]) {
  color: unset;
  text-decoration: none;
}

#breadcrumbs {
  padding-top: 3rem;
}

#breadcrumbs ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

nav#breadcrumbs li {
  list-style: none;
}

nav#breadcrumbs li:not(:last-child) a {
  margin-right: 1rem;
  color: var(--secondary-color);
}

nav#breadcrumbs li a {
  color: #555;
  font-size: 1.2rem;
}

.about-section div {
  max-width: 100%;
}

.about-section p {
  word-break: break-word;
}


.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.display-flex>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.link-button {
  background: #484848;
  border-radius: 2rem;
  font-weight: 600;
  text-align: center;
  flex-basis: 12rem;
  white-space: nowrap;
}

body .article-dt-desc .link-button a, body .article-dt-desc .link-button button {
  color: white !important;
  font-size: 12px;
  width: 100%;
  flex-basis: 11rem;
  display: inline-block;
  padding: 7px 12px !important;
  text-decoration: none;
  border-radius:60px;
  transition:.4s ease all;
  
}

.chatbot-widget-container {
  position: fixed;
  bottom: 5%;
  right: 0rem;
  height: 10rem;
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chatbot-widget-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  background: #ff1b1b;
  border-radius: 100%;
}

.chatbot-widget-close-button {
  position: absolute;
  top: 0;
  right: 1rem;
  opacity: 0;
  pointer-events: none;
  height: 2rem;
}

.chatbot-widget-close-button:focus>svg {
  fill: #ff6347;
}

.chatbot-widget-container:hover .chatbot-widget-close-button,
.chatbot-widget-button:focus .chatbot-widget-close-button,
.chatbot-widget-close-button:focus {
  opacity: 1;
  pointer-events: all;
}

.chatbot-widget-button:focus {
  border: .3rem solid black;
}

@media (min-width: 1023px) {
  .chatbot-widget-container {
    display: flex;
    content-visibility: visible;
  }
}

#see-more-dates {
  display: none !important;
}

a > img[alt="contact us"], a > img[alt="Contact us"]  {
  width: unset !important;
}

/* SCHEDULER CSS START */

.consultation-container {
  display: flex;
  background: #fff;
  /* justify-content: space-around; */
  padding: 2rem 5px 2rem 0;
  /* box-shadow: 0px 0px 3px 1px #a89d9d; */
  border-radius: 10px;
  max-height: 30rem;
  overflow: hidden;
  transition: 250ms;
  overflow-y: auto !important;
}

.consultation-col {
  text-align: center;
  flex-basis: 9rem;
  height: 100%;
}

.date {
  padding: 0.3rem 1rem;
  margin-top: 1rem;
  border-radius: 5px;
}

body .date.available {
  background: transparent;
  color: var(--primary-color) !important;
  display: block;
  width: 100%;
  border: 1px solid var(--primary-color) !important;
}

body .date.available:hover {
  background: var(--primary-color) !important;
  color: white !important;
}

 body .date.available:active {
  background: var(--primary-color) !important;
}
.slider-button svg {
  color: var(--secondary-color);
  transition: .4s ease all;
}

.slider-button:hover svg {
  color: var(--primary-color) !important;
}
.consultation-col small {
  color: var(--secondary-color);
}

body .see-more-button {
  display: block;
  background: var(--secondary-color);
  color: white;
  padding: 1rem;
  border-radius: 50px;
  margin-top: 1rem;
  font-weight: 700;
  transition: background 250ms;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  border-radius: 50px;
}

.see-more-button:hover {
  background: var(--primary-color);
}

.see-more-button:active {
  background: var(--primary-color);
}

.see-more-button::after {
  content: attr(data-title);
}

.consultation-container.expand {
  overflow-y: auto;
}


/* @media (max-width:1024px) { */
.consultation-col {
  margin: 0 2rem;
  min-width: 9rem;
  color: var(--text2-color) !important;
    font-weight: 600;
}

.consultation-outer-container {
  position: relative;
  padding: 1rem 4rem;  
  box-shadow: rgba(0,0,0,.4) 0 0px 3px, rgba(0,0,0,.3) 0 5px 5px -3px, rgba(0,0,0,.2) 0 0px 0 inset;
}

.consultation-container {
  /* justify-content: unset; */
  overflow-x: scroll;
  /* box-shadow: none; */
  scroll-behavior: smooth;
}

.slider-button {
  position: absolute;
  top: 0;
  display: block;
}

.slider-button.left {
  left: 7px !important;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-button.right {
  right: 7px !important;
  top: 50%;
  transform: translate(0, -50%);
}

.consultation-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 15px;
}

.consultation-container::-webkit-scrollbar-thumb {
  background: #aca0a0;
  border-radius: 15px;
}

.schedule-cta-button.mobile {
  display: none;
}

@media (max-width:992px) {
  .row.ctm-sticky {
    height: auto !important;
}
  .schedule-cta-button.mobile {
    display: block;
    padding: 2rem;
    background-color: #1a73e8;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    max-width: 35rem;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    transition: background 250ms;
  }

  .schedule-cta-button:hover {
    background: #185abc;
  }

  .schedule-cta-button:active {
    background: #103c7e;
  }
}

/* } */
/* SCHEDULER CSS END */

.related-videos iframe {
  aspect-ratio: 16/9;
}

/* widgets start */

.text-only-widget-container {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.widget-container-with-image {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.tag {
  color: #337ab7 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: none;
}



.related-item-with-image img, .related-item img {
  width: 100%;
  height: auto;
  transition: filter 250ms;
  border-radius: 20px;
}

.related-item-with-image img:hover {
  filter: brightness(.95);
}

.color-black {
  color: black !important;
}

.related-item-with-image a {
  text-decoration: none;
}

/* widgets end */

/* fix for content write issue */
.gtx-trans-icon {
  display: none;
}

h2 span {
  color: unset;
}
#sidebar-open-button button {
    background-color: #fff;
    padding: 8px;
    border-radius: 6px;
    transition: .5s;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sidebar-open-button button svg path {
  fill: var(--primary-color);
}

#sidebar-open-button button.active {
  top: 65px;
}
#sidebar-open-button button:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 9px 21px;
}
.related-packages-inner-style, 
.related-experience-inner-style {
  padding: 0 15px;
  box-sizing: border-box;
}
    .related-videos-inner-div-style > div > div, 
    .related-packages-inner-style > div, 
    .related-experience-inner-style > div,
    .related-videos > div > div > div,
    .related-item-with-image,
    .related-item {
        box-shadow: 0 0 8px rgb(0 0 0/8%);
        padding: 10px;
        border-radius: 8px;
        transition: 0.5s;
        min-height: 300px;
        box-sizing: border-box;
        background: #fff;
    }
    .related-videos-inner-div-style > div > div:hover, 
    .related-packages-inner-style > div:hover, 
    .related-experience-inner-style > div:hover,
    .related-videos > div > div > div:hover,
    .related-item-with-image:hover,
    .related-item:hover {
        transform: translateY(7px);
    }

    .related-videos iframe {
        border-radius: 8px;
    }
    .related-videos-inner-div-style h3, 
    .related-packages-inner-style h3,
    .related-experience-inner-style h3,
    .related-videos > div > div > div h3,
    .related-item-with-image h3,
    .related-item h3
     {
        line-height: 1.2;
        text-align: left;
        padding: 10px 5px;
        margin-bottom: 0 !important;
    }
    .related-packages-inner-style h3,
    .related-experience-inner-style h3 {
        padding-top: 0;
    }
    .related-videos-inner-div-style h3 a, 
    .related-packages-inner-style h3 a, 
    .related-experience-inner-style h3 a,
    .related-videos > div > div > div h3 a,
    .related-item-with-image h3 a,
    .related-item h3,
    .related-item h3 a {
      font-size: 20px !important;
      text-decoration: none;
      color: #337ab7!important;      
      display: inline-block;
      font-weight: 600;
    }
    .related-videos-inner-div-style h3 a:hover, 
    .related-packages-inner-style h3 a:hover, 
    .related-experience-inner-style h3 a:hover,
    .related-videos > div > div > div h3 a:hover,
    .related-item-with-image h3 a:hover,
    .related-item h3:hover, 
    .related-item h3 a:hover {
        color: #337ab7 !important;
        text-decoration: none;
    }
    .related-packages-inner-style p, 
    .related-experience-inner-style p,
    .related-videos > div > div > div p,
    .related-item-with-image p,
    .related-item p {
        line-height: 1.3;
        padding-left: 5px;
        font-size: 1.6rem !important;
    }
    .related-packages-inner-style img,
    .related-experience-inner-style img,
    .related-item-with-image picture img,
    .related-item img {
        border-radius: 8px !important;
        border: 1px solid rgba(11,97,128,0.2) !important;
    }
    .related-packages-inner-style img:hover, 
    .related-experience-inner-style img:hover {
        filter: none !important;
    }
    .article-social-section {
      background-color: #f1f2f4;
      padding: 15px 10px;
      border-radius: 8px;
  }
  .social-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.article-social-section .social-icon:last-child {
    margin-left: 1rem;
}
.social-info div .social-icon {
    margin-top: 10px;
}
.related-videos, .related-packages {
    border-bottom: 1px solid #bdbdbd;
}
.related-packages {
    padding-bottom: 30px;
}
.related-videos h2, .related-packages h2, .related-experience h2 {
    margin: 15px 0 15px 0;
    padding-left: 16px;
}
.medical-centers h2 {
  margin: 15px 0 15px 0;
}
.article-main-heading {
  margin-bottom: 3rem;
  Position:relative;
}

.article-main-heading {
  margin-bottom: 0 !important;
}

.article-main-heading h1 {
  margin-block: 25px !important;
}

.article-main-heading h1, .article-main-heading h1 p, .article-main-heading h1 p span
,.article-main-heading h2, .article-main-heading h2 p, .article-main-heading h2 p span { 
  color: var(--primary-color) !important;
  font-weight: 700 !important;  
  font-size: 3rem !important;
  line-height:3.8rem !important;
  display: inline-block;
  font-family: var(--primary-font) !important;
}
.article-main-heading h1 + h2 {
  font-size: 2.4rem !important;
  color: #222 !important;
}
.article-main-heading h1 p, .article-main-heading h1 p span, 
.article-main-heading h2 p, .article-main-heading h2 p span {
  margin: 0 !important;
}
main p.review-body {
  font-size: 14px !important;
}
body main section h3.reviewer-name {
  font-size: 18px !important;
}

.article-main-heading h2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 26px;
}
.footer-container {
  background-color: var(--text-color) !important;
}
.footer-column ul li {
  margin-bottom: 10px;
  display: flex;
}
.footer-column ul li a {
  color: var(--white) !important;
  font-size: 14px !important;
  transition: all .4s ease !important;
  -moz-transition: all .4s ease !important;
  -webkit-transition: all .4s ease !important;
  -ms-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  line-height: 21px !important;
}
.footer-column ul li a:hover {
  color: #fff !important;
  transform: translateX(5px);
  padding-left: 5px;
}
.footer-social-links li a svg {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.footer-social-links li a svg:hover {
  fill: var(--light-black);
}
.footer-widget.gallery-widget img {
  border-radius: 8px;
}
footer .text p a {
  color: var(--white) !important;
  transition: 0.4s;
}
footer .text p a:hover {
  color: #fff !important;
}
footer .widget-content .text {
  color: var(--white) !important;
  margin-bottom: 15px;
  font-size: 14px;
}
footer h2 {
  color: var(--white) !important;
}
footer * {
  font-family: var(--primary-font) !important;
}
.review-text {
  margin-left:0.5rem; 
  font-size: 13px !important;
  top: -3px;
  position: relative;
}
.article-details {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,.4) 0 0 3px, rgba(0,0,0,.3) 0 5px 5px -3px, rgba(0,0,0,.2) 0 0 0 inset;
}
.heading-thumb-wrapper img, .article-author-thumb img {
    border-radius: 50% !important;
    border: 4px solid rgb(232 90 79 / 30%);
    min-width: 55px;
    margin-bottom: 0 !important;
}

.article-main-heading .subtreatment {
  font-size: 16px !important;
  background: #f1f1f1;
  border-radius: 5px;
  width: fit-content;
  padding: 1px 8px;
  color: #717171;
  font-weight: 400 !important;
  border: 1px solid #ddd;
  
}
.subtreatment-dt-page .article-details h1 {
  margin: 10px 0 0 0 !important;
}

.subtreatment-dt-page .article-details {
  flex-direction: column;
  gap: 5px;
}

.ctm-heading-box .main-heading, .ctm-heading-box h1 {
  margin: 0 0 10px !important;
}


.ctm-py-0 {
  padding-block: 0 !important;
}

.ctm-heading-box {
  align-items: flex-start;
}
.heading-thumb-wrapper h2 p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0;
}



.sidebar-form  .selectize-control {  
  border-radius: 5px;
  cursor: pointer;
  height: 53px !important;
  border-color: rgb(0 0 0 / 45%) !important;
}


.sidebar-form .selectize-input input {
  padding: 5px 20px !important;
  width: 100% !important;
}

.sidebar-form .selectize-input.items .item {
  padding: 5px 20px !important;
  margin: 0 !important;
  width: 100%;
}

body .sidebar-form .selectize-input.items {  
  border-color: rgb(0 0 0 / 45%) !important;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.selectize-input.items.full.has-options.has-items input {
  display: none !important;
}

/* request info form css */


.contact-info {
  margin-top: 20px;
}

.ct-info-card {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.ct-info-card .icon i {
  font-size: 16px;
  color: #e97268;
}

.ct-info-card .text a, .ct-info-card .text p {
  font-size: 16px;
  color: #757575;
  transition: .4s ease all;
}

.ct-info-card .text a:hover {
  color: #eb7369;
}

.ctm-request-info-form {
  box-shadow: 0 0 16px #00000014;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}

.ctm-request-info-form .btn {
  padding: 0;
  margin: 0 0 20px 0;
  transition: .4s ease all;
}

.ctm-request-info-form .login-or {
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ccc;
  margin-top: 15px;
}

.ctm-request-info-form .form-group input, .ctm-request-info-form .form-group textarea, .ctm-request-info-form .form-group .selectize-input,
.ctm-request-info-form .form-group select {
  outline: 0;
  background: #F4F8FA !important;
  border: 0 !important;
  box-shadow: unset;
  height: 50px;
  padding: 5px 20px;
  border-radius: 5px !important;
  border-bottom: 1px solid #F4F8FA !important;
  display: block;
  width: 100%;
  transition: .4s ease all;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 16px !important;
  color: #000 !important;
  display: flex;
  align-items: center;
}

.ctm-request-info-form .form-group input:focus,
 .ctm-request-info-form .form-group textarea:focus,
 .ctm-request-info-form .form-group select:focus {
  border-color: var(--light-blue) !important;
}

.ctm-request-info-form .form-group input::placeholder {
  color: #686868;
}

.ctm-request-info-form .iti--allow-dropdown {
  margin-bottom: 15px;
}

.ctm-request-info-form .iti--allow-dropdown .iti__selected-flag {
  border-radius: 5px 0 0 5px;
  background: #e2e7ea;
  font-size: 14px;
  color: #757575 !important;
}

.ctm-request-info-form .form-group textarea {
  height: auto;
  display: block;
  min-height: 120px;
  resize: vertical;
  padding: 15px 20px;
}
.ctm-request-info-form .selectize-control {
  border-radius: 5px;
}

body .ctm-request-info-form .form-group .selectize-input input, body .ctm-request-info-form .selectize-input .item {
  padding: 0 !important;
  width: 100% !important;
  margin: 0 !important;    
  border: 0 !important;
}

.ctm-request-info-form .form-group .selectize-input {
  padding: 5px 20px !important;
  display: flex !important;
  align-items: center;
}
.ctm-request-info-form .form-group .selectize-input input {
  position: relative;
  left: -15px !important;
}

.ctm-request-info-form .selectize-dropdown {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 9px #00000038;
  overflow: hidden;
}

.ctm-request-info-form .selectize-dropdown .option {
  font-size: 14px;
  transition: .4s ease all;
     color: #2d2c2c !important;
}

.ctm-request-info-form .selectize-dropdown .option:hover, .ctm-request-info-form .selectize-dropdown .option.active {
  background: #f4f8fa;
}

.ctm-request-info-form .iti__country-list {
  font-size: 12px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 9px #00000038;
  color: #757575 !important;
}

.ctm-request-info-form .iti__country-list li:hover {
  background: #f4f8fa;
}

.ctm-request-info-form .send-button {
  margin: 15px 0 0;
  height: 50px;
  border-radius: 5px;
  background-color: var(--primary-color);
  transition: .4s ease all;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.ctm-request-info-form .send-button:hover {
  background: var(--secondary-color);
}

.ctm-request-info-form .selectize-input.has-items input {
  display: none !important;
}




.ctm-reqinfo-desc .wv-heading--subtitle {
  font-size: 19px;
  color: var(--light-blue) !important;
  margin-bottom: 15px;
}

.ctm-reqinfo-desc p {
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  margin-bottom: 10px;
  text-align: left !important;
}

.ctm-reqinfo-desc p span {
  display: inline-block;
  margin-bottom: 5px;
}

.ctm-reqinfo-desc p span:first-child {
  margin-top: 15px;
}

.ctm-request-info-form .form-group {
  margin: 0 !important;
}

@media (max-width:991px){
  .exp-card-col {
    width: 50% !important;
  }
  .article-main-heading h1, .article-main-heading h1 p, .article-main-heading h1 p span
,.article-main-heading h2, .article-main-heading h2 p, .article-main-heading h2 p span {
  font-size:2rem !important;
  line-height:2.8rem !important;
}
  .ctm-reqinfo-desc {        
      margin: 0;
  }
  .ctm-request-info-form {
      margin: 20px 0 30px 0;
  }
}

@media (min-width:1600px){
  .ctm-request-info-form .form-group input, .ctm-request-info-form .form-group textarea, .ctm-request-info-form .form-group .selectize-input{
    font-size: 18px;
  }
}


.mx-auto {
  margin-inline: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.d-flex {
  display: flex !important;
}

/* chatbot button ui update */
.chatbot-widget-container {
  bottom: 30px;
  right: 30px;
  width: auto;
  height: auto;
  z-index: 999;
}

body .ctm-chatbot-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  transition: .4s ease all;
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
  border: 3px solid var(--primary-color);
  padding: 0;
}
.ctm-chatbot-btn::before {
  display: none !important;
}

#backtotop a {
  background-color: var(--primary-color) !important;
}


.chatbot-tooltip {
  position: absolute;  
  background-color: #fff;
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 4px;
  
  display: inline-block;
  min-width: 200px;
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
  text-align: left;
  color: var(--primary-color);
  max-width: fit-content;
  width: 100%;  
  transition: .4s ease all;
  font-weight: 600;
  right: 130%;
  bottom: 0;
}

.chatbot-tooltip .close-tooptip {
  position: absolute;
  right: 8px;
  top: 8px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;  
}


.chatbot-tooltip .close-tooptip svg {
  width: 18px;
  height: 18px;
}
.chatbot-tooltip .close-tooptip svg path {
  fill: var(--primary-color);
  transition: .4s ease all;
}

.ctm-chatbot-btn svg {
  width: 29px;
  height: 29px;
  transition: .4s ease all;
}
.ctm-chatbot-btn svg path {
  fill: var(--primary-color);
}
.chatbot-tooltip::after {
  content: "";
  position: absolute;
  right: -19px;
  bottom: 25px;
  border: 10px solid transparent;
  border-left-color: #fff;
}

@media (max-width:480px){
  .chatbot-tooltip::after {    
    right: 25px;
    bottom: -19px;   
    transform: rotate(90deg);    
}
.chatbot-tooltip {
  right: 0;
  bottom: 80px;
}
.chatbot-widget-container {
  bottom: 50px!important;
  right: 10px;  
}
  
}

/* experience list card css */

.exp-cards-row {
  display: flex;
  flex-wrap: wrap;
}

.exp-cards-row > div {
  float: none !important;
}

.ctm-pagination ul li {
  list-style-type: none;
}

.exp-card {    
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */  
  box-shadow: rgba(0,0,0,.4) 0 0px 3px,rgba(0,0,0,.3) 0 5px 5px -3px,rgba(0,0,0,.2) 0 0px 0 inset;
}

.exp-card .img-container {
  margin-bottom: 6px;
  overflow: hidden;
  box-shadow: 0 0 14px #00000008;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp-card .img-container picture {
  height: inherit;
}

.exp-card .title-price-row {
  display: flex;
  flex-direction: column;
  
  padding: 0 15px 3px;
}
.ctm-sticky {
  display: flex;
  flex-wrap: wrap;
}
.exp-card-link{
  display: block;
  width: 100%;
  height: 100%;
}
.exp-card-link:hover {
  text-decoration: none;
}

.exp-card .title-price-row .rel-card-title, 
.exp-card .title-price-row .rel-card-title a {
  font-size: 16px !important;
  line-height: 20px;
  overflow: hidden;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 62px;  
  color: #555;
  margin-bottom: 5px !important;
  margin-top: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
}

.exp-card .title-price-row .rel-card-title.center-name,
.exp-card .title-price-row .rel-card-title.center-name a {
  -webkit-line-clamp: 1;
  min-height: 20px;
  color: var(--secondary-color) !important;
  font-size: 14px !important;
}

button#form-submit {
  border-radius: 8px;
  background: var(--primary-color);
  transition: .4s ease all !important;
}

button#form-submit:hover {
  background-color: var(--secondary-color);
}



.exp-card .price small {
  font-style: italic;
  font-size: 12px;
}

.exp-card .price .experience-price {
  font-size: 16px !important;
}

.primary-btn {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-blue);
  color: #fff;
  position: relative;
  padding-inline: 18px;
  gap: 1.2rem;
}
.primary-btn {
  text-decoration: none !important;
  border-radius: 5px;
  overflow: hidden;
}
.primary-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 1;
  background-color: #212529;
  transition: 0.4s ease-in-out;
}
.primary-btn:hover:before {
  height: 100%;
}
.primary-btn span, .primary-btn svg, .primary-btn img {
  font-size: 14px !important;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  transition: 0.4s ease-in-out;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}



.exp-card .img-container img {
  transition: .4s ease all;
}

.exp-card .price {
  display: inline-flex;
  gap: 5px;
  min-height: 30px;
}
.exp-card-col a:hover, .exp-card-col a:focus {
  text-decoration: none !important;
}

.exp-card .price span {
  font-size: 20px !important;  
  color: #e98074 !important;    
  line-height: normal;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}
.exp-card .price small {
  font-size: 12px;  
  color:#777 !important;  
  font-weight: 600;
}

.exp-card .price p {
  margin: 0;
  line-height: normal;
  display: inline-flex;
  align-items: center; 
  gap: 5px;
}

.exp-card .price:empty {
  display: none;
}


.exp-card .img-container a {
  width: 100%;
  height: 100%;
}

.exp-card:hover .img-container img {
  transform: scale(1.1) rotate(3deg);  
}

.exp-card-col {
  max-width: 100%;
}
.exp-card .exp-loc {
  color: #717171;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px !important;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px 8px;
  margin-inline: -10px;  
  line-height: 16px;

}
.exp-card .exp-votecount {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: normal;  
  color: #E98074;
}
.exp-card .exp-votecount span {
  color: #E98074 !important;
}
.exp-card .exp-votecount i {
  font-size: 22px;
}
.loc-vote-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exp-card .exp-votecount span {
  font-size: 14px !important;
  display: inline-block;
  line-height: 18px;  
}

.exp-card .exp-votecount svg {
  font-size: 20px;
  height: 20px;
}

@media (max-width:767px){
  .article-main-heading h1, .article-main-heading h1 p, .article-main-heading h1 p span, .article-main-heading h2, .article-main-heading h2 p, .article-main-heading h2 p span {
    font-size: 2.4rem !important;
    line-height: 3rem !important;
}
  h1, h1 * {
    font-size: 2.4rem !important;
  }
  h2, h2 * {
    font-size: 2rem !important;
  }
  
  .exp-card .title-price-row > p {
    min-height: unset;
    display: block;
  }
}

.article-dt-desc img {
  border-radius: 10px;
  overflow: hidden;  
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.listing-section.blog-post h2 *, .listing-section.blog-post h3 *, .listing-section.blog-post h4 *, .listing-section.blog-post h5 *, .listing-section.blog-post h6 * {
    color: #222 !important;
}

.dt-inner-content img {  
  height: 100%;
}

.article-dt-desc {
  margin-bottom: 20px;
}

.article-body h2 span strong, .article-body h3 span strong, .article-body h4 span strong, .article-body h5 span strong {
  display: inline-block;
  margin-bottom: 0;
  color: var(--light-black);
  font-size: 22px !important;
  line-height: 30px;
}

.article-body p span, .article-body ul li span {
  line-height: 28px;    
}

.article-body ul li {
  padding: 3px 0;
}

.article-body ul {
  margin-bottom: 10px;
}

article .article-body img {
  border-radius: 5px;
}

/* destination card style */

.destination-card {
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .4) 0 0px 3px, rgba(0, 0, 0, .3) 0 5px 5px -3px, rgba(0, 0, 0, .2) 0 0px 0 inset;
}

.destination-card.treatment-card .img-block {
  margin-bottom: 0;
  height: 218px;  
}
.destination-card.treatment-card .title {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000061;
}
.destination-card.treatment-card .title h3 {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: bold !important;
  padding: 10px !important;
  text-align: center;
}

.destination-card .img-block {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}

.destination-card .img-block img {
  transition: .4s ease all;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.destination-card .title h3 {
  line-height: normal;
  color: #555 !important;  
  font-size: 16px !important;
  line-height: normal;
  text-align: left;
  padding: 0 15px 15px;
}

.destination-card .tip-content {
  padding-inline: 15px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: -webkit-box;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  color: #000000c9;
  min-height: 13.4rem;
  width: 100% !important;
  max-width: 100% !important;
}

.destination-card:hover, .destination-card:focus {
  text-decoration: none;
}

.destination-card:hover .img-block img {
  transform: rotate(5deg) scale(1.1);  
}


.pack-title {
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--light-black) !important;
  font-family: var(--primary-font);
}
.mb-0 {
  margin-bottom: 0 !important;
}

.article-dt-desc table td p {
  margin: 0 !important;
  font-size: 1.6rem !important;
}

.col-sm-12 {
  width: 100%;
}

.article-dt-desc .sticky-toc {
  margin: 20px 0;
}

.article-dt-desc p, .article-dt-desc table td:not(p), .article-dt-desc .multitabs-card:not(p) {
  margin: 8px 0;
}

.article-dt-desc .multitabs-card {
  margin-bottom: 2.5rem !important;
}

.ctm-request-info-content {
        display: none !important;
      }
      .info-mainImg-block {
        background: gray;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        height: 500px;
        margin: 20px 0;
      }
      .info-mainImg-block img {
        width: 100%;
        height: 100%;
        object-fit:cover;
      }
      .request-info-steps {
    margin: 25px 0;
}

.multitabs-card-details-title div {
  color: #fff !important;
}
.multitabs-card-details {
  display: flex;
  gap: 1rem;
  color: white;
  background-color: var(--secondary-color) !important;
  border-radius: 8px;
  padding: 13px;
}
body .multitabs-card {
  box-shadow: rgba(0,0,0,.4) 0 0px 3px, rgba(0,0,0,.3) 0 5px 5px -3px, rgba(0,0,0,.2) 0 0px 0 inset !important;
  border: 0 !important;
}
.multitabs-card-details-title h3 {
  margin: 0 !important;
}
body .multitabs-card-details-img-wrapper {
  width: 70px !important;
  padding: 0 !important;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
body .multitabs-card-details-img-wrapper img {
  border: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.article-dt-desc input[value="Contact Us For More Info"] {
  background: transparent;
  border: 1px solid var(--secondary-color);
  padding: 7px;
  border-radius: 6px;
  max-width: 240px;
  transition: .4s ease all;
  color: var(--secondary-color) !important;
}

.article-dt-desc input[value="Contact Us For More Info"]:hover {
  background: var(--primary-color);
  color: #fff !important;
}
body .multitabs-card-details-title h3 {
  margin: 0 !important;
}

body .multitabs-nav-list li a {
  color: var(--secondary-color) !important;
}

body .multitabs-nav-list li::marker {
  color: var(--primary-color);
}

body .multitabs-nav-list li {
  padding: 4px 8px;
}
.article-dt-desc p br {
  display: none;
}

.article-main-heading h1 + h2, .article-main-heading h1 + h3, .article-main-heading h1 + h4, .article-main-heading h1 + h5, .article-main-heading h1 + h6 {
  margin-top: 0 !important;
  font-size: 2.5rem !important;
  color: #222 !important;
}

/* zohaib's css */

.prices-section table {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 6px 21px 3px rgb(0 0 0 / 10%);
}
.prices-section table th, table td {
padding: 10px;
border-bottom: 1px solid #b0b0b0;
font-size: 1.4rem !important;
}
table th ul, table td ul {
  text-align: left;
}
.prices-section td:nth-child(1) {
  text-align: left;
}
.prices-section tbody tr:nth-child(even), .prices-section thead tr:nth-child(1), .prices-section tbody tr:hover {
  background-color: #f1f1f1;
}
body .article-dt-desc .prices-section table tbody td a,
body .article-dt-desc .prices-section table tbody td .btn-primary {
  text-decoration: none;
  background-color: var(--primary-color)!important;
  color: #fff !important;
  padding:5px 10px;  
}
body .article-dt-desc .prices-section table tbody td .btn-primary {
  min-width: 140px;
}

.multitabs-card-details-title {
  padding: 0 !important;
}

h1.ctm-m-0 {
  margin-block: 0 !important;
}
.center-info-section address {
  display: inline;
}

.doc-pricing-sec .prices-section {
  padding: 15px;
  max-width: 100%;
  overflow-x: auto;
}

.ctm-mb-0 {
  margin-bottom: 0 !important;
}
.ctm-m-0 {
  margin: 0 !important;
}
.ctm-mt-0 {
  margin-top: 0 !important;
} 

.article-dt-desc address {
  display: inline;
}

.blog-dt-pricing > a {
  font-size:1.6rem;
  margin-bottom:1rem;
  color:var(--secondary-color) !important;
  display:block;
}

/* review page css */

.subscription-list-wrapper {
  width: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 21px 3px rgb(0 0 0/10%);
    border-radius: 6px;
    padding: 60px 15px 20px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;    
    margin-inline: auto;
    margin-top: 60px;
}
.review-center-img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%,0);  
  border: 1px solid rgba(233, 128, 116, 0.2);
  width: 100%;
  box-shadow: 0 0 5px 0 rgb(0 0 0/10%);
  border-radius: 50%;
  max-width: 100px;
  background: #fff;
  overflow: hidden;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.review-center-img img {
  max-width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 50%;
  object-fit: contain;
  max-width: 85px;
  height: 85px;
}
.review-center-name {  
  box-sizing: border-box;
  width: 100%;
}
.review-center-name h4 {
  margin-bottom: 0;
  margin-top: 0;
}
h4 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
.review-center-name p {
  margin-top: 5px;
  margin-bottom: 0;
}
p {
  color: #747474;
  padding-bottom: 0;
}
.switch-btn {
  position: relative;
}
.review-div textarea {
  width: 100%;
  border-radius: 5px;
  min-height: 80px !important;
  border: 1px solid #ccc;
  margin-top: 5px;
  padding: 15px;
  outline: 0;
  resize: vertical;
  display: block;

}
.suggested-providers {
  max-width: 1200px;
  width: 100%;
  box-shadow: none;
  border: none;
  margin-top: 0;
}

.mb-3 {margin-bottom: 15px;}

.center-location-div {
  background-color: #f7f7f7;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  border: 1px solid #f1f1f1;
  margin: 12px 0 5px;

}
.chat-location-div i {
  color: #007BFF;
  margin-right: 5px;
}
.review-submit-btn {
  background: var(--primary-color);
  color: #fff;
  font-size: 14px; 
  font-family: var(--primary-font) !important;
  padding: 10px 20px;
  cursor: pointer; 
  display: block;
  transition: background-color .3s,color .3s;
  border-radius: 6px;
  margin-top: 10px;
  width: 100%;
  transition: .4s ease all;
  border: 0;
}
.review-submit-btn:hover {
  background-color: var(--secondary-color);
}


.question {
  padding: 0px 20px 30px 20px;
  margin-inline: auto;
}
.review-thanks {
  padding-top: 55px;
}
.review-thanks p {
  font-size: 16px;
  color: #111;
  line-height: 1.6;
}
.review-thanks .mt {
  margin-top: 10px;
}
.review-vector {
  position: relative;
  width: 100%;
}
.review-vector img {
  width: 100%;
}
.review-center-name h4 {
  margin-bottom: 0;
  margin-top: 0;
  color:var(--primary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-center-name h4 a {
  color:var(--primary-color);
}

.ratting-block p {
  margin: 0;
  color: var(--light-black);
}


.star-rating fieldset {
  padding: 0;
  border: 0;
}

.review-div p {
  color: var(--light-black);
  font-weight: bold;
}

.emptybox-alert {
    position: relative;
    padding: 6px 15px;    
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;

}
.emptybox-alert button {
  font-size: 22px;
}

/* exp detail page style */

.exp-dt-page {    
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-block: 30px;
}


.exp-dt-page .hero-image-wrapper {
  margin: 0 0 15px;
}


.exp-dt-page article.article-main-heading h1 {
  margin-block: 15px !important;
}

.exp-dt-page .article-wrapper {
  padding: 0 !important;
  background: transparent !important;
}

.exp-dt-page .article-dt-desc section {
  margin-bottom: 30px;
}

.exp-dt-page .sidebar-container {
  padding: 0;
  margin: 20px 0 0;
  background: transparent;
}

.exp-dt-page .article-dt-desc .sidebar-filter, .article-dt-desc .review-item {
  background-color: #fff !important;
}
/* contact page css */

.custom-checkbox label {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}

.custom-checkbox label input {
  pointer-events: none;
  width: 22px;
  height: 22px;
  margin: 0;
  min-width: 22px;
}

.custom-checkbox {
    margin: 15px 0;
}

.custom-checkbox label span {
    display: inline-block;
    padding-left: 10px;
    position: relative;    
    font-size: 14px !important;
}

.custom-checkbox label a {
    color: #576a91;
    transition: .4s ease all;
}

.custom-checkbox label a:hover {
    color: #c6474c;
}

.radio-heading {
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 500;
}

.radio-heading strong {
  font-size: 1.4rem;
}

.agreement-note {
  margin: -5px 0 20px 0;
}

.agreement-note a:hover {
  color: var(--secondary-color);
}

.ratting-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}

.review-center-name p b {
  color: var(--light-black);
  margin: 0;
}

.review-headings-block {
  margin: 40px 0 20px;
  text-align: center;
}

.review-headings-block h1 {
  font-weight: bold;
  font-size: 3rem !important;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.heading-thumb-wrapper h1 {
  font-weight: bold;
  margin: 0 !important;
}

.padding-x0 {
	padding-left:0 !important ;
}

.search-containtment.centers .container-fluid {
  padding: 0;
}


@media (min-width: 1200px) {

    .search-containtment {
      padding: 0 5% !important;
    }
    
}

@media (min-width: 1920px ) {

    .search-containtment {
        width: 1840px;
        max-width: 1840px;
    }
    
}
.request-info-containtment .ctm-request-info-desc h1.wv-heading--title {
  color: var(--primary-color); 
  margin-bottom: 35px; 
}
.ctm-request-info-content {
  margin-top: 40px;
}
.ctm-request-info-content h2.wv-heading--title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 54px;
}.ctm-request-info-content h3.wv-heading--title {
  color: var(--primary-color);
  font-size: 34px;
}.ctm-request-info-content .directions-01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ctm-request-info-content .directions-01 .ele{
  float: left;
  width: 100px;
}.ctm-request-info-content .directions-01 .line{
  float: right;
}
.ctm-request-info-content .ele,
.ctm-request-info-content .ele2,
.ctm-request-info-content .ele3{
  width: 80px;
}
.ctm-request-info-content .ele2{
  margin-top: -40px;
}.ctm-request-info-content .ele3{
  margin-left: -50px;
}
.ctm-request-info-content.last {
  margin-bottom: 100px;
}
.w-100 {
  width: 100%;
  max-width: 100%;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.custom-checkbox,
.agreement-note,
.radio-heading{
  color: #757575;
  line-height: 1.6;
}
.agreement-note a {
  color: #757575;
}
#breadcrumbs ul li a {
  margin: 0!important;
  font-size: 16px;
  transition: .4s ease all!important;
  color: var(--text2-color);
  font-family: var(--primary-font);
}#breadcrumbs ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  color: var(--text2-color);
  font-size: 14px;
  margin-right: 0;
  margin-left: 9px;
  width: 5px;
}

#breadcrumbs ul li a i.fa.fa-home {
  width: 16px;
}

/* contact page css */

.ctm-reqinfo-desc .contact-main-title {
  color: var(--primary-color);  
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 3.2rem;
}

.contact-left-img-block {
  position: relative;
  margin-bottom: 25px;
}
.contact-left-img-block > img {
  width: 100%;
}

.contact-left-img-block .left-block {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
  overflow: hidden;
  width: 43.6%;
}
.contact-left-img-block .left-block > img {
  width: 100%;
}

.contact-left-img-block .left-block .desc {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 100%;
  padding-right: 28px;
}

.sendlink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; /* 100% */
  text-transform: uppercase;
  text-align: left;
  text-decoration: none !important;
  transition: .4s ease all;
  flex-wrap: wrap;
  gap: 15px;
}


.sendlink .icon {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  min-width: 41px;
  transition: .4s ease all;
}

.sendlink:hover .icon svg path {
  stroke: var(--primary-color);
}

.sendlink .icon svg path {
  transition: .4s ease all;
}

.sendlink .icon svg {
  transition: .4s ease all;
}

.sendlink:hover .icon svg {
  transform: rotate(-43deg);  
}

.btn.toggle-password {
  width: fit-content !important;
}

.contact-left-img-block .right-block {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 10px 12px 14px;
  background-image: url("../../../contact/img/gradient-bg-contact.png");
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32.5%;
  height: 13%;
  
}

.contact-left-img-block .right-block h3 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16.223px;
  text-transform: uppercase;
}

.contact-left-img-block .right-block .bar {
  width: 15px;
  height: 7px;
  background: #fff;
  display: inline-block;
  margin-bottom: 6px;
  border-radius: 5px;
}

.contact-left-img-block .right-block h3 strong {
  font-weight: 700;
  display: inline-block;
}

.contact-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  border-radius: 132px;
  max-width: 835px;
  gap: 22px;
  background-color: transparent;
  filter: drop-shadow(0px 8px 60px rgba(0, 0, 0, 0.15));
  overflow: hidden;
  margin-bottom: -320px;
}

.men-img-block .img-block {
  width: 100%;
  height: 245px;
  margin-bottom: 25px;  
}

.men-img-block .desc-block p {
  max-width: 228px;
  font-size: 18px;
}

.men-img-block .arrow-bottom {position: absolute;right: 33PX;top: -70px;z-index: -1;}

.men-img-block .desc-block {
  position: relative;
}

.men-img-block {
  width: calc(62.8% - 11px);
}

.men-img-block .img-block {
  width: 100%;
  height: 245px;
  margin-bottom: 25px;  
}

.men-img-block .desc-block p {
  max-width: 228px;
  font-size: 18px;
}

.men-img-block .arrow-bottom {position: absolute;right: 33PX;top: -70px;z-index: -1;}

.men-img-block .desc-block {
  position: relative;
}

.globe-block {
  background-image: url(../../../contact/img/contact-img-new-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 19px;
  width: calc(37.2% - 11px);
  height: 614px;
  border-bottom-right-radius: 132px;
  border-bottom-left-radius: 132px;
}

.globe-block .content {
  padding: 40px 11px 97px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.globe-block .content p {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}

.globe-block .sendlink {
  display: inline-flex;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.bottom-layers img {
  width: 100%;
  height: 100%;
}

.bottom-layers {
  height: 364px;
}

/* request treatment card css */

.request-treatment-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 26.838px;
  background: #FFF;
  box-shadow: 0px 21.47px 60.386px 0px rgba(35, 100, 173, 0.10);
  overflow: hidden;
  transition: .4s ease all;
  margin-bottom: 35px;
}

.request-treatment-card .left-col {
  width: 35.5%;
}

.request-treatment-card .right-col {
  width: 64.5%;
}

.request-treatment-card .img-block {
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  height: 309px;
}

.request-treatment-card .desc {
  padding: 0 15px;
}

.ctm-country-location {
  display: inline-flex;
  align-items: center;
  color: #A3A3A3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 6px;
}
.ctm-country-flag {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 4px 17.7px rgba(0, 0, 0, 0.12);
  display: inline-block;
  margin-right: 5px;
}

.request-treatment-card .title {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 69.59% */
  margin: 26px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.request-treatment-card .desc p {
  color: #5E8396;
  text-align: justify;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.request-treatment-card .dt-btn {
  border-radius: 20.238px;
  background: linear-gradient(180deg, #E61E53 0%, #D01B4B 100%);
  box-shadow: 0px 8.095px 18.214px 0px rgba(230, 30, 83, 0.25);
  text-decoration: none;
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 15px;
  padding: 10.5px 20px;
  color: #FFF;
  font-size: 16.19px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%; /* 18.214px */
  max-width: 176px;
  width: 100%;
  justify-content: space-between;
  transition: .4s ease all;
}

.request-treatment-card .dt-btn:hover {
  background: linear-gradient(180deg, #E68A1E 0%, #C87412 100%);
  box-shadow: 0px 8.095px 18.214px 0px rgba(53, 84, 131, 0.25);
}


.bottom-desc {position: relative;padding-left: 25px;}

.bottom-desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #F55D5D;
  width: 6px;
  height: 212px;
}

.request-treatment-card:hover {
  box-shadow: 0px 25.47px 65.386px 0px rgba(35, 99, 173, 0.311);
  transform: translateY(-10px);
}
.request-treatment-card .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* google sign in button style */

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: var(--primary-font) !important;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: var(--primary-font) !important;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-size: 14px !important;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.ctm-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.ctm-pagination ul li a {
  color: #000;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-family: var(--primary-font) !important;
  font-weight: 400;
  line-height: 17px; /* 85% */
  transition: .4s ease all !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 15px;
  width: 45px;
  height: 45px;
  background: transparent;
}

.ctm-pagination ul li a:hover, .ctm-pagination ul li.active a {
  background: linear-gradient(180deg, #B40A01 0%, #980A02 100%);
  color: #fff;
}

.ctm-pagnation-container {
  margin: 15px 0;
}

.ctm-pagination ul li a.disabled {
  pointer-events: none;
}
.ctm-sec-header {
  margin-bottom: 2.5rem;
}

.ctm-sec-header h3, .ctm-sec-header h2 {
  margin-bottom: 0;
  color: var(--secondary-color) !important;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 59.524% */
}
.ctm-sec-header h3 > a, .ctm-sec-header h2 > a {
  color: var(--secondary-color) !important;
}
.subtreatment-dt-page h1 {
  font-size: 32px !important;
    margin: 1rem 0 0.3rem;
    font-weight: bold;
    line-height: normal;
    color: var(--primary-color) !important;
    margin-bottom: 20px;
}

.article-main-heading .modified-date {
  font-size: 14px !important;
  margin: 0;
  width: fit-content;
  margin-top: 3px;
  color: #8E8D8A;
  font-weight: 400;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.modified-date b {
  font-size: 14px !important;
  font-weight: 600;
}


.article-dt-desc .subtreatment-focus {
  font-size: 1.6rem !important;
  font-weight: 400;
  text-align: justify;
  line-height: 2.4rem !important;
  background: #e85a4f3b;
  padding: 10px 15px 15px 15px;
  border-left: 5px solid #e85a4f;
  margin: 15px 0;
  font-style: italic;
}
.subtreatment-dt-page h2 {
  margin-bottom: 20px;
}

.subtreatment-dt-page h2 * {
  font-size: 2rem !important;
  font-weight: 500;
  color: #222 !important;
  
}
.subtreatment-dt-page p *, .subtreatment-dt-page p, .subtreatment-dt-page ul li {
  font-size: 16px !important;
  line-height: normal !important;
  color: #717171 !important;
}
.subtreatment-dt-page p[style] {
  margin-bottom: 15px;
}


.ctm-free-quote-btn {
  border-radius: 20.238px;
    background: var(--secondary-color);    
    color: #FFF;
    font-size: 16.19px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%; /* 18.214px */
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 8px 16px;
    transition: .4s ease all !important;
}

.ctm-free-quote-btn:hover, .ctm-free-quote-btn:focus {
  text-decoration: none;
    color: #fff;    
    background: var(--primary-color); 
}

/* subtreatment card css */

.subt-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.subt-card .img-block {
  height: 130px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.subt-card .img-block img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  display: inline-block;
  margin: 0;
  transition: .4s ease all;
}

.subt-card .desc-block {
  padding: 10px 15px 15px;
  min-height: 99px;
}

.subt-card .desc-block .subtretment-name {
  margin: 0;
}

.subt-card .subtreatment-name {
  margin: 0 0 8px;
  color: #000;
  font-size: 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;  
}

.subt-card-col {
  margin-bottom: 25px;
}
.subMore-btn {
  max-width: 160px;
  text-transform: capitalize;
  display: block !important;
  margin-inline: auto !important;
}

.subtreatmet-cards-sec {
  margin-top: 25px;
}

body .subt-card-col > a {
  text-decoration: none;
}

.subt-card .treatment-name {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: normal;
  font-size: 15px !important;
  gap: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  
}

.subt-card .treatment-name svg {
  width: 15px;
  height: 14px;
  color: var(--text-color);
}

.subt-card .treatment-name .text{
  font-size: 15px !important;
  color: var(--text-color) !important;
  
}

body .subt-card-col > a:hover .treatment-name span {
  color: var(--text-color) !important;
}

.subt-card:hover .img-block img {
  scale: 1.08;
  rotate: .5deg;
}

.related-videos-sec, .related-packages-sec, .related-experiences-sec {
  margin: 30px 0;
}

.ctm-sec-header > p {
  color: #333 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}

.related-videos-card {
  border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .4) 0 0px 3px, rgba(0, 0, 0, .3) 0 5px 5px -3px, rgba(0, 0, 0, .2) 0 0px 0 inset;
}

.related-videos-card * :not(i){
  font-family: var(--primary-font) !important;
}

.related-videos-card .img-wrapper {
  height: 240px;
}

.related-videos-card .desc {
  padding: 12px;
}

.related-videos-card .desc .title{
  font-size: 16px !important;
  line-height: normal;
  overflow: hidden;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 40px;
  color: #555;
  margin-bottom: 5px !important;
  margin-top: 0;
}

.px-n15 {
  margin-inline: -15px !important;
}

.related-videos-card .btnz-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.ctm-readmore-btn {
  border-radius: 20.238px;
  background: linear-gradient(180deg,#E61E53 0%,#D01B4B 100%);
  box-shadow: 0 8.095px 18.214px 0 rgba(230,30,83,.25);
  text-decoration: none;
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 15px;
  padding: 10.5px 20px;
  color: #fff;
  font-size: 16.19px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
  max-width: 176px;
  width: 100%;
  justify-content: space-between;
  transition: .4s ease all
}

.ctm-readmore-btn:hover,.ctm-readmore-btn:focus {
  background: linear-gradient(180deg,#E68A1E 0%,#C87412 100%);
  box-shadow: 0 8.095px 18.214px 0 rgba(53,84,131,.25);
  text-decoration: none;
  color: #fff;
}

.related-packages-card {
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0px 19px 55px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 26px 32px;
  margin-bottom: 30px;
  transition: .4s ease all;
  background-image: url('../../images/packages-bg-img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;

}

.related-packages-card .img-block {
  width: 100%;
  height: 365px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-packages-card .desc h3 {
  margin-bottom: 14px !important;
  color: #333;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 48px;
  margin-top: 0 !important;
}
.related-packages-card .desc h3 a, .related-videos-card .desc .title a {
  color: #555 !important;
  text-decoration: none;
  font-size: 16px !important;
  line-height: 22px;
}
.related-videos-card .subtreatment {
  -webkit-line-clamp: 1;
  color: var(--text-secondary) !important;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 400;
}

.related-videos-card .provider-name {
  margin: 0;
  -webkit-line-clamp: 1;
  line-height: normal;
  margin: 5px 0;
  font-size: 16px !important;
  color: var(--secondary-color) !important;
}

.related-videos-card .exp-loc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px !important;
}

.related-videos-card .city-country {
  color: var(--secondary-color);
  margin: 0;
  line-height: normal;
  font-size: 14px !important;
}

.related-packages-card .desc p {
  color: #818181;
  text-align: justify;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 72px;
}



.related-packages-card .desc p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  background: #E51E53;
  height: 72px;
  display: inline-block;
}
.related-packages-card .pack-price {
  font-size: 22px !important;
  color: #d91c4e;
  display: inline-flex;
  gap: 4px;
  font-weight: bold;
  align-items: center;
  margin-top: 4px;
}

.related-packages-card .pack-price span {
  color: #818181;
  font-weight: 400;
  font-size: 14px !important;
  line-height: normal;
}


.related-packages-card .img-block img {
  transition: .4s ease all;
}

.related-packages-card:hover .img-block img {
  transform: scale(1.2) rotate(5deg);  
}

.related-packages-card:hover {
  box-shadow: 0px 35px 70px 0px rgba(0, 0, 0, 0.095);
}

.related-packages-card.exp-card {    
  position: relative;
  background-image: url(../../images/related-exp-bg-2.png)
}

.related-packages-card.exp-card .exp-badge {
  position: absolute;
  top: -6px;
  right: 60px;
}
.related-packages-card.exp-card .treatment, .related-packages-card.exp-card .exp-date {
  background: #FFDECC;
  padding: 1px 7px;
  border-radius: 15px;
  color: #B14C15;
  text-align: center;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 21.25px; /* 177.083% */
  display: inline-block;
  margin-bottom: 10px;
}

.related-packages-card.exp-card .star-rating-btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.related-packages-card.exp-card .star-rating-btn-row a.ctm-readmore-btn {
  margin-left: 0;
}

.related-packages-card.exp-card .single-star {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 118.056% */
}

.related-packages-card.exp-card .bottom-desc-btn {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 19px 55px 0px rgba(42, 30, 185, 0.10);
  padding: 5px 26px 32px;
  margin: 14px -26px -32px;
}


.related-packages-card.exp-card .ctm-readmore-btn:hover, .related-packages-card.exp-card .ctm-readmore-btn:focus {
  background: linear-gradient(180deg, #8F46EA 0%, #5710B2 100%);
  box-shadow: 0px 8.095px 18.214px 0px rgba(53, 84, 131, 0.25);
  
}

.related-packages-card .img-block picture img, .related-packages-card .img-block picture, .related-packages-card .img-block a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.partners-card {
  margin-top: 30px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .4) 0 0 3px, rgba(0, 0, 0, .3) 0 5px 5px -3px, rgba(0, 0, 0, .2) 0 0 0 inset;
}

.partners-card .img-block {
  width: 100%;
  height: 205px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.partners-card .title {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
  min-height: 40px;
  margin-bottom: 10px;
  line-height: 20px;
}

.partners-card .text-desc {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 7px;
  min-height: 64px;
  display: none;
}

.partners-card .desc{
    padding-inline: 15px;
}

.partners-card .request-info-btn {
  text-decoration: none;
  background: transparent;
  padding: 10px 15px;  
  border-radius: 10px;
  display: inline-block;
  margin-top: 6px;
  transition: .4s ease all;
  color: #e61e53;
  border: 1px solid #e61e53;
}

.partners-card .img-block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .4s ease all;
}

.partners-card .request-info-btn:hover {
  background: #e61e53;
  color: #fff;
}

.partners-card:hover .img-block > img {
  transform: scale(1.2) rotate(8deg);
}
.partners-row {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  
}
.partners-row > div {
  float: none !important;
}

.partners-cates {
  list-style: none;
  display: flex;  
  gap: 14px;
  margin-top: 30px;
  padding-bottom: 5px;
  max-width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-inline: 10px;
  width: fit-content;
  margin-inline: auto;
}

.partners-card .cat-tag {
  background: #e61e532e;
  color: #e61e53;
  padding: 4px 10px;
  border-radius: 45px;
  line-height: normal;
  font-size: 12px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.partners-cates li button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 16px;
    gap: 5px;
    text-decoration: none;
    transition: .4s ease all;
    border: 1px solid#f1f1f1;
    padding: 12px 16px;
    border-radius: 10px;
    background-color: transparent;
    white-space:nowrap;
}

.partners-cates li:hover button, .partners-cates li button.active {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.ctm-row {
  display: flex;
  flex-wrap: wrap;
}

.listing-section img {
  max-width: 100%;
  height: auto;
}

/* width */
.partners-cates::-webkit-scrollbar {
  height: 4px;
}

/* Track */
.partners-cates::-webkit-scrollbar-track {
  background: transparent; 
  border-radius: 100px;
}
 
/* Handle */
.partners-cates::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 100px;
}


/* .partners-cates li:hover:before, .partners-cates li.active:before {
  width: 55%;
} */

.partners-tab-content .tab-pane:not(.show) {
  display: none;
}

/* patient deposit request page css */

.patient-deposit-req-sec {
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin: 40px 0;
}

.patient-deposit-req-sec .main-heading {
  color: #3a507e;
  margin: 15px 0 25px;
  font-weight: 600;
}

.patient-deposit-req-sec h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.patient-deposit-req-sec .sub-heading {
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.patient-deposit-req-sec p {
  margin-bottom: 10px;
  display: inline-block;
}

.patient-deposit-req-sec ul {
  padding-left: 16px;
  margin-bottom:10px;
}

.patient-deposit-req-sec ul li {
  margin-bottom: 4px;
}

.patient-deposit-req-sec .payment-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin: 15px 0;
  cursor: pointer;
}

.patient-deposit-req-sec .payment-check input {
  width: 1.7rem;
  height: 1.7rem;
  margin: 0;
  cursor: pointer;
}
.patient-deposit-req-sec .payment-check span {
  margin-top: -2px;
}

.patient-deposit-req-sec .payment-info {
  padding-left: 25px;
}


/* exp detail page new design css */



.exp-dt-page .article-dt-desc {
  background-color: transparent;
  border-radius: 5px;
}
.exp-dt-page .article-dt-desc hr {
  display: none !important;
}
.exp-dt-page .article-main-heading h1 {
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}

.exp-dt-page .article-main-heading h1 {
    margin: 10px 0 0 !important;
}

body .exp-dt-page p, body .exp-dt-page p * {
    color: var(--text2-color) !important;
}

body .ctm-subheading {
    font-size: 2.4rem !important;
    color: var(--light-black) !important;
    font-weight: 700 !important;
    line-height: 3.2rem;
}
.article-dt-desc table caption {
  font-size: 2.6rem !important;
  color: var(--light-black) !important;
  font-weight: 600 !important;
  margin-bottom: 30px;
}

.article-body.content_container h2 * {
  color: #222 !important;
  white-space: break-spaces;
}

.table-of-contents-experience .exp-dt-menu {
    list-style-type: none !important;
}

.table-of-contents-experience ul li {
    list-style-type: none !important;    
    width: calc(20% - 6.4px);
}

.table-of-contents-experience ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 0;
}

.table-of-contents-experience ul li a {
    padding: 6px 10px;
    background: var(--white);
    display: block;
    text-decoration: none;
    border-radius: 5px;
    color: var(--secondary-color);
    transition: .4s ease all;
    border: 1px solid var(--secondary-color);
    font-size: 12px !important;
}

.table-of-contents-experience ul li a:hover {
    background: var(--secondary-color) !important;
    color: var(--white) !important;
}

.exp-dt-page p, .exp-dt-page p * {
  color: var(--text2-color) !important;
}

#overview table td {
    background: var(--bg-color);
    border-color: transparent;
    border-radius: 5px;
}

#overview table td p strong {color: var(--black) !important;}

#overview table td p {
    margin-bottom: 5px !important;
}

.exp-dt-page .exp-cards-row {
  margin-top: 30px;
}

.exp-dt-page .table-wrapper table {
    border-radius: 5px !important;
    overflow: hidden;    
}

.exp-dt-page .table-wrapper table thead th {
    text-align: center;
    background: var(    --bg-dark-color);
    color: var(--light-black);
}

.exp-dt-page .table-wrapper table td {
    text-align: center;
}

.exp-dt-page .table-wrapper table tbody tr:nth-child(odd) {
    background: #fff;
}
.exp-dt-page .flex-container {
  gap: 2rem !important;
  margin-top: 20px;
}
.exp-dt-page .flex-container .flex-basis-desktop {
    flex: 0 0 calc(33.333% - 1.3333rem) !important;
}
.exp-dt-page .flex-container > div {
  border-radius: 1rem !important;
  overflow: hidden;
  min-height: 22.7rem;
}
html body .exp-dt-page main.article-dt-desc .video-item h3.video-heading {
  color: var(--dark-gray) !important;
  background-color: var(--bg-dark-color);
  margin: 0;
  font-size: 14px !important;
  -webkit-line-clamp: 3;
  font-weight: 600;
  

}

.exp-dt-page .video-item img {
  margin-top: -9%;
}

.article-dt-desc .review-item, .article-dt-desc .question {
    padding: 2rem 2rem;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0,0,0,.4) 0 0px 3px, rgba(0,0,0,.3) 0 5px 5px -3px, rgba(0,0,0,.2) 0 0px 0 inset;
    border: 0 !important;
}
.ctm-mb-20 {
  margin-bottom: 20px !important;
}
.article-dt-desc .review-container {
    margin-top: 22px;
}

.article-dt-desc .review-item .reviewer-name {
    color: var(--light-black);
}

.dr-ph {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
  font-size: 18px;
}
.dr-ph span {
  font-size: 18px !important;
}

.dr-ph svg {
  width: 17px;
  height: 17px;
}

.dr-ph svg path {
  fill: #e98074;
}

.chat-btn .call-btn {
  background: var(--light-black) !important;
}

.chat-btn .call-btn svg {
  max-width: 14px;
  width: 14px;
  height: 14px;
  min-width:14px;
}

#provider-calendar {
  padding-top: 15px;
}
#provider-calendar>h2 {
  padding-bottom: 10px;
}

.dt-inner-content .doctor-card p, .dt-inner-content .review-card p {
  color: #fff !important;
}

.article-dt-desc table.TOC-main-container {
  background: #f1f1f1 !important;
  border-radius: 12px !important;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px !important;
  text-align: center;
  width: 100%;
  border: 0 !important;
}

.article-dt-desc table.TOC-main-container td {
  border: 0 !important;
  padding: 10px 20px 20px 20px !important;
  text-align: center;
}
.article-dt-desc table.TOC-main-container td p {
  text-align: center !important;
}


.article-dt-desc div[style="font-size: 1.2em; margin-bottom: 20px; color: #ffffff;"] span, .article-dt-desc div[style="font-size: 1.5em; font-weight: bold; color: #ffffff; margin-bottom: 10px;"] span {
  color:#fff !important;
}

.article-dt-desc table.TOC-main-container td p:not(:first-child) {
  display: inline-block;
}

.article-dt-desc table.TOC-main-container td p a * { 
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  color: var(--secondary-color) !important;
  transition: .4s ease all;
  font-size: 12px !important;
}

.article-dt-desc table.TOC-main-container td p a {
  background: var(--white) !important;
  padding: 1px 10px;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  color: var(--secondary-color) !important;
  margin: 5px !important;
  display: inline-block;
}

.article-dt-desc table.TOC-main-container td p a:hover {
  background: var(--secondary-color) !important;
}

.article-dt-desc table.TOC-main-container td p a:hover * {
  color: #fff !important;
}

.article-dt-desc table.TOC-main-container td p:first-child {
  margin-bottom: 10px !important;
}


span.reviewedby-pack svg path {
  fill: #e98074;
}

span.reviewedby-pack svg {
  max-width: 16px;
  width: 100%;
}

span.reviewedby-pack {
  color: #777;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pack-title-price-header .centername + .centername {
  margin-top: 12px;
  gap: 5px;
  display: inline-flex;
  align-items: center;
}





.chat-btn .call-btn:hover {background: #222222bd !important;}

.article-dt-desc .review-item .review-button {
    border-radius: 7px !important;
    border-color: var(--primary-color);
    transition: .4s ease all;
}

.article-dt-desc .review-item .review-button a {
    color: var(--primary-color);
    text-decoration: none;
    transition: .4s ease all;
}

.article-dt-desc .review-item .review-button:hover {
    background: var(--primary-color);
}

.article-dt-desc .review-item .review-button:hover a {
    color: var(--white);
}
body .article-dt-desc .white-color-btn a {
  color: #fff !important;
}

.article-dt-desc .review-content small a {
    color: var(--primary-color);
}

.article-dt-desc .review-date {
    color: var(--text-color);
}

.article-dt-desc .question {
  margin: 15px 0;
}

.article-dt-desc p strong {
  color: var(--light-black) !important;
}

.article-dt-desc .question {
    margin: 30px 0;
}

.article-dt-desc .question h3 {
    margin: 0;
    color: var(--secondary-color);
}

.article-dt-desc .question .overview-text {
    white-space: normal;
}

.article-dt-desc .question .show-more-btn {
    border: 1px solid var(--primary-color);
    width: fit-content;
    margin-left: auto;
    border-radius: 6px;
    padding: 5px 10px;
    color: var(--primary-color);
    transition: .4s ease all;
    text-decoration: none;
    margin-top: 10px;
}

.article-dt-desc .question .show-more-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
#destination ul li {
  color: var(--light-black);
}

.primary_btn {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 20px;
    transition: .4s ease;
    font-size: 16px;
}

.primary_btn:hover {
    background: var(--secondary-color);
}

.primary_btn.rounded {
    border-radius: 100px;
}

.primary_btn.rounded.full-btn {
    width: 100%;
}

.secondary_btn {
  background: var(--light-black);
  color: #fff;
  padding: 14px 20px;
  transition: .4s ease;
  font-size: 16px;
}

.secondary_btn:hover {
  background: #222222db;
}

.secondary_btn.rounded {
  border-radius: 100px;
}

.secondary_btn.rounded.full-btn {
  width: 100%;
}

.sidebar-filter .main-search-input-item .selectize-control {
    border-radius: 100px;
}
.exp-dt-page .sidebar-filter {
  border-radius: 20px;
  box-shadow: rgba(0,0,0,.4) 0 0px 3px, rgba(0,0,0,.3) 0 5px 5px -3px, rgba(0,0,0,.2) 0 0px 0 inset;
}
.sidebar-filter .primary_btn {
  max-width: 140px;
  width: 100%;
}
.article-dt-desc p.review-body {
  line-height: normal;
  font-size: 1.6rem !important;
  line-height: normal;
  font-size: 1.6rem !important;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.article-dt-desc .star-review {
  margin-bottom: 5px !important;
}
.review-card-link:hover, .review-card-link:focus, .question-link:hover, .question-link:focus {
  text-decoration: none;
}
.review-card-link .review-by {
  color: var(--text-color);
}
.review-card-link .review-by span {
  color: var(--primary-color);
}
.article-dt-desc .star-review .fa:not(.checked) {
  color: var(--text-color);
}
.article-dt-desc .question {
  padding: 14px 16px 16px;
}
.exp-card .ctm-star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.exp-card .dr-speciality {
  list-style-type: none;
  padding-left: 0;
}
.exp-card .dr-speciality li {
  background: #e85a4f1c;
  padding: 3px 7px;
  border-radius: 15px;
  color: var(--primary-color);
  text-align: left;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20.25px;
  display: inline-block;
  margin-top: 5px;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.exp-card .dr-speciality li:nth-child(even) {
  color: #fff;
  background: #d8c3a5b5;
}
.exp-dt-page #doctors .exp-card .price {
  display: none;
}
.selectize-input.items .item {
  display: flex;
  align-items: center;
  height: 100%;
}
.exp-dt-page .article-dt-desc section {
  margin: 10px 0 !important;
}
.exp-dt-page .article-dt-desc section.px-n15 {
  margin-inline: -15px !important;
}
.exp-dt-page .table-responsive {
  overflow-x: auto;
  max-width: 100%;
}
.exp-dt-page .table-container {
  min-width: 600px;
}
.container-fluid {
  width: 100%;
}


.ctm-view-count {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
  color: var(--secondary-color);
  font-size: 2.2rem;
  margin-left: auto;
  justify-content: flex-end;
}

.ctm-view-count span {
  color: var(--secondary-color) !important; 
}

.article-dt-desc .ctm-view-count span {
  color: var(--secondary-color) !important; 
}
.article-dt-desc address {
  color: var(--text2-color);
}
.article-dt-desc address svg  path{
  fill: var(--secondary-color);
}
.center-info-section svg path {
  fill: var(--secondary-color);
}
body .article-dt-desc .link-button {
  background-color: var(--secondary-color) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .article-dt-desc .link-button:hover {
  background-color: var(--primary-color) !important;
}

.ctm-view-count span.social-count {
  font-size: 1.8rem !important;
}
.exp-card *, .main-search-input * {
  font-family: var(--primary-font) !important;
}
.main-search-input button.button {
  background-color: var(--primary-color) !important;
  transition: .4s ease all;
}
.main-search-input button.button:hover {
  background-color: var(--secondary-color) !important;
}
.ctm-dt-pages * {
  font-family: var(--primary-font) !important;
}
.links-wrapper {
  display: flex;
  gap: 10px !important;
  margin: 1rem 0;
  flex-wrap: wrap;
  align-items: center;
}

body .scroll-content {
  position: relative;
  background: #f1f1f1b8 !important;
  border: 1px solid #e4e4e4 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  box-shadow: unset !important;
  max-height: 1000px !important;
  height: unset !important;
  line-height: 175% !important;

}
body .scroll-content h2 {
  font-size: 2rem !important;
  line-height: 175% !important;
  font-weight: bold;
  color: #222;
}
body .scroll-content h3 {
  font-size: 1.8rem !important;
  line-height: 175% !important;
  font-weight: bold;
  color: #222;
}
body .scroll-content.expended {
  max-height: 100% !important;
}

.readMore-container {
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(237, 239, 240, 0), rgba(237, 239, 240, 0) 11px, #f7fcff 126px);
  background: linear-gradient(180deg, rgba(237, 239, 240, 0), rgba(237, 239, 240, 0) 11px, #e4e4e4 126px);
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  height: 157px;
  padding-top: 110px;
}

body .scroll-content.expended .readMore-container  {
  background: transparent;
  padding-top: 0;
  position: relative;
  height: auto;
}

.readMore-container .dt-read-btn {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 14px;
  display: inline-block;
}

span.link-button.chat-btn, span.link-button.chat-btn:hover {
  background: transparent !important;
}

.chat-btn button, .chat-btn a {
  display: inline-flex !important;
  gap: 10px;
  width: max-content !important;
  padding: 7px 12px !important;
  background: var(--text-color) !important;
  border-radius: 50px;
  transition: .4s ease all;
  font-size: 12px !important;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}
.chat-btn button svg, .chat-btn a svg {
  width: 16px;
  height: 16px;
  min-width:16px;
  margin: 0;
}
.chat-btn button svg path {
  fill: #fff;
}
.chat-btn button:hover {
  background: var(--text2-color) !important;
}

.chat-btn {
  display: inline-block;
}


.video-content-section p br {
  display: block;
}

.focus-area-value {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/* review card css */

.no-calender-box {
  padding: 1px 15px 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .4) 0 0px 3px, rgba(0, 0, 0, .3) 0 5px 5px -3px, rgba(0, 0, 0, .2) 0 0px 0 inset;
  margin-top: 15px;
}

.request-vido-popup-main {
  position: fixed;
  inset: 0;  
  z-index: 9999;
  background: rgb(0 0 0 / 50%);
  display: none;
}
.request-vido-popup-main .popup-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.request-vido-popup-main .popup-body {
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px #0000002b;
  width: 100%;
}
#book_consultation_popup .popup-body {
  max-width: 920px;
}





.request-vido-popup-main .headline-block {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.request-vido-popup-main .content-block {
  padding: 15px;
}

.request-vido-popup-main .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}

.request-vido-popup-main .content-block .row > div {
  margin-bottom: 20px;
}

.request-vido-popup-main .book-vc-btn {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  padding: 9.2px 20px;
  transition: .4s ease all;
  margin-inline: auto;
  display: block;
}

.request-vido-popup-main .book-vc-btn:hover {
  background: var(--secondary-color);
}

.request-vido-popup-main .content-block .form-control {
  border-radius: 50px;
  border-color: #ddd;
  box-shadow: unset;
  height: 40px;
}

.request-vido-popup-main .headline-block .title {
  margin-bottom: 0;
  font-size: 18px;
}

.request-vido-popup-main .headline-block .close-btn {
  background: var(--secondary-color);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease all;
}

.request-vido-popup-main .headline-block .close-btn svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.request-vido-popup-main .headline-block .close-btn:hover {
  background: var(--primary-color);
}

.no-scroll {
  overflow: hidden;
}

.confirm-title-val {
  margin-bottom: 8px;
  border-radius: 0;
  padding: 7px 10px;
  background: #f5f5f5;
}

.confirm-title-val {
  display: flex;
  gap: 5px;
}
.confirm-title-val.call-types {
  gap: 15px;
}

.confirm-title-val .val {
  display: flex;
  align-items: center;
  gap: 15px;
}

.confirm-title-val .val input, .confirm-title-val .val label {
  cursor: pointer;
}
.confirm-title-val .val input {
  max-width: 13px;
  width: unset !important;
}

button.book-vc-btn.confirm-btn {
  background: #4d90fe;
}

button.book-vc-btn.confirm-btn:hover {
  background-color: #4d91fedd;
}

.no-calender-box h2 {
  margin-bottom: 14px;
}

.no-calender-box .see-more-button {
  font-weight: 400;
  padding: 10px 25px;
  margin-left: 0;
  background: var(--primary-color);
}

.no-calender-box .see-more-button:hover {
  background: var(--secondary-color);
}

.consultation-col > div:not(.date-wrapper) {
  position: sticky;
  top: -20px;
  background: #fff;
  z-index: 99;
}
.mobile-img-text {
  display: none !important;
}

.app-download-block h2 {
  font-size: 24px !important;
  color: #222;
  margin-bottom: 20px;
}

/* responsiveness */

@media (min-width:1920px){
  .exp-card-col {
    width: 25% !important;
  }
  .exp-dt-page .flex-container > div {
    min-height: 18.7rem;
  }
}

@media (max-width:1295px){ 
  body .ctm-subheading, .table-of-contents-experience h2 {
    font-size: 2rem !important;
    line-height: 2.6rem !important;
  } 
  .article-main-heading h1, .article-main-heading h1 p, .article-main-heading h1 p span, .article-main-heading h2, .article-main-heading h2 p, .article-main-heading h2 p span {
    font-size:2.4rem !important;
    line-height:normal !important
  }
    .exp-dt-page .flex-container .flex-basis-desktop {
      flex: 0 0 calc(50% - 1rem) !important;
  }
  .sendlink {
    font-size: 12px;
  }
  .sendlink .icon {
    width: 27px;
    min-width: 27px;
    height: 27px;
}

.sendlink .icon svg {
    width: 18px;
    height: 18px;
}

.contact-left-img-block .right-block h3 {
    font-size: 10px;
}
}

.ctm-request-info-content h2.wv-heading--subtitle, .wv-heading--subtitle {
  color: #757575;
}
@media (min-width: 768px) {  
  
  .ctm-request-info-content h2.wv-heading--subtitle {
    font-size: 24px;
    color: #757575;
  }.ctm-request-info-content h3.wv-heading--title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .d-md-flex{
    display: flex;
  }
  .request-info-containtment .ctm-request-info-desc h1.wv-heading--title {
    font-size: 54px !important;
    line-height: normal;
  }
  .main-img.padding-vertical-mobile {
    padding: 40px 0 50px 0;
  }
  img.w-100-mobile {
    transform: rotateY(180deg);
  }
  .ctm-request-info-content .directions-01 .line {
    transform: rotate(-91deg);
    margin-left: 320px;
  }
  .ctm-request-info-content .directions-01.mobile .line,
  .mobile-img-text {
    display: none;
  }

  .backbutton-breadcrumbs.pad-x-4 {
    padding: 0 135px;
    margin-bottom: 40px;
    margin-top: -50px;
  }

}

@media (max-width: 991px){
  .partners-row>div {
    width: 25%;
  }
  .info-mainImg-block {
    height: auto;
  }
  .main-search-input button.button {
    width: 100%;
}
.mb-filters__button {
  padding-left: 15px;
}
.contact-bottom-inner {
  margin-top: 30px;
  border-radius: 70px;
}

.globe-block {
  height: 530px;
}



}



@media (max-width: 767px) {
  .partners-row>div {
    width: 50%;
  }
  .subtreatment-card-row .col-xs-4.subt-card-col {
    width: 50%;
}
  .dt-inner-content img {
    height: auto;
  }

  .exp-dt-page .sidebar-filter .main-search-input-item .selectize-control{
    padding-inline: 25px !important;
  }
  .exp-dt-page .sidebar-filter .main-search-input-item {
    margin: .5rem 0;
  }
  .exp-dt-page .sidebar-filter .main-search-input-item {
    flex: 100% !important;
  }
  .exp-dt-page .sidebar-filter .primary_btn {
    max-width: 100%;
  }
  .table-of-contents-experience ul li {    
    width: calc(50% - 4px);
}

  .ctm-pagination ul li a {
    font-size: 18px !important;
    width: 35px;
    height: 35px;
}
/* related widgets responive css */
.related-videos-card .desc .title {
    display: block;
    min-height: auto;
    font-size: 16px;
    line-height: 24px;
}

.related-videos-card .desc {
    padding: 10px;
}

.ctm-sec-header h3, .ctm-sec-header h2 {font-size: 20px;}

.ctm-sec-header > p {
    font-size: 14px;
    line-height: 20px;
}
.related-packages-card .desc h3, .related-packages-card .desc p {
    display: block;
    min-height: auto;
}

  .request-treatment-card .img-block {
    height: 450px;
  }
 

.request-treatment-card .left-col {
    width: 100%;
    margin-bottom: 25px;
}

.request-treatment-card .right-col {
    width: 100%;
}

.request-treatment-card .title {
    font-size: 24px;
    margin: 15px 0;
}

.request-treatment-card .desc p {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 15px;
}
  .sendlink .icon {
    width: 27px;
    min-width: 27px;
    height: 27px;
}

.sendlink .icon svg {
    width: 18px;
    height: 18px;
}

  
  /* .custom-checkbox {
    float: left;
    width: 50%;
  } */
  .ctm-request-info-content .ele2,
.ctm-request-info-content .ele3,
  .ctm-request-info-content .directions-01 .ele {
    display: none;
  }
  .ctm-request-info-content .directions-01.mobile .line {
    display: block;
  }
  .ctm-request-info-content .directions-01 .line {
    width: 50%;
    margin: 30px auto -20px;
    display: none;
  }
  .ctm-request-info-content h3.wv-heading--title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ctm-request-info-content h2.wv-heading--title {
    
    margin-top: 40px;
  }
  .request-info-containtment .ctm-request-info-desc .main-img,
  .request-info-containtment .ctm-request-info-desc .wv-heading--subtitle {
    display: none;
  }
  .mobile-img-text {
    display: block;
  }
  .ctm-request-info-content h2.wv-heading--subtitle,
  .request-info-containtment .ctm-request-info-desc .wv-heading--subtitle, h2.wv-heading--subtitle
  {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .w-100-mobile {
    width: 80%;
    max-width: 100%;
  }
  .ctm-request-info-content{
    padding: 0 20px;
  }
  .padding-top-mobile {
    padding-top: 20px;
  }
  .padding-vertical-mobile {
    padding: 20px 0;
  }
  .flex-reverse-div-mobile{
    flex-direction: column-reverse;
    display: flex;
  }
  
.men-img-block .arrow-bottom {
  display: none;
}

.men-img-block .desc-block p {
  max-width: 100%;
}

.men-img-block .img-block > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.globe-block .content {
  padding: 20px 5px 30px;
}

.globe-block {
  height: auto;
  width: 100%;
  background-size: cover;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.contact-bottom-inner {
  border-radius: 30px;
  margin-bottom: -220px;
}

.men-img-block .desc-block p {
  font-size: 14px;
}

.globe-block .sendlink {
  display: flex;
  justify-content: center;
}
.men-img-block {
  width: 100%;
}
.request-treatment-card .desc {
  padding: 0;
}
}

@media (max-width:595px){
  .article-details {
    flex-wrap: wrap;
  }
  .article-main-heading .ctm-view-count span.social-count {
    font-size:1.6rem !important;
  }
  .article-main-heading .ctm-view-count {
    position:absolute;
    right:15px;
  }
}

@media (max-width:485px){

  .exp-card .img-container img {
    width: 100%;
    object-position: top;
}
  .contact-left-img-block {
    height: 320px;
  }
  #breadcrumbs ul {
        gap: 6px;
  }
  .exp-card .title-price-row .rel-card-title, .exp-card .title-price-row .rel-card-title a {
    min-height: unset !important;
  }
  .app-download-block h2 {
  font-size: 18px !important;
  margin-bottom: 16px;
}
  .app-download-block .app-link img {
    max-width: 140px;
    width: 140px;
    height: 42px;
  }
  .social-popup-main .popup-body {
    padding: 30px 15px 15px !important;
  }
  
  .consultation-outer-container {
    padding: 1rem 2rem !important;
  }
  .subtreatment-card-row .col-xs-4.subt-card-col {
    width: 100%;
}
  .request-vido-popup-main .headline-block .title {
    font-size: 16px;
  }

  .request-vido-popup-main .popup-inner {
    padding: 15px;
  }
  
  .exp-dt-page .flex-container .flex-basis-desktop.video-item {
    flex: 0 0 calc(100%) !important;
}
  body .multitabs-card-details-img-wrapper {
    width: 35px !important;    
    height: 35px;   
    min-width: 35px;
    
  }
  .article-main-heading h1, .article-main-heading h1 p, 
  .article-main-heading h1 p span, .article-main-heading h2, 
  .article-main-heading h2 p, .article-main-heading h2 p span {
    font-size: 2rem !important;
    line-height: normal !important;
}

body .ctm-subheading {
    font-size: 1.8rem !important;
    line-height: normal;
}

.article-dt-desc .ctm-subheading, .article-dt-desc h2, .article-dt-desc h2 * {
    font-size: 1.8rem !important;
    line-height: normal;
}
  .search-page-card .dr-languages-block {
    padding-right: 50px;
    font-size: 14px;
}
  
  .ctm-col-mobile {
    max-width: 100%;
    flex: 100%;
  } 
  .exp-card-col {
    width: 100% !important;
  }

  .backbutton-breadcrumbs.pad-x-4 {
    margin-bottom: 40px;
    margin-top: -50px;
  }
  .request-treatment-card .desc p {
    font-size: 14px;
  }
  .request-treatment-card .title {
    font-size: 20px;
  }
  .request-treatment-card .img-block {
    height: 300px;
  }
  
  .contact-left-img-block .right-block h3 {
    font-size: 9px;
    line-height: normal;
}

.contact-left-img-block .right-block {
    padding: 5px;
    border-radius: 10px;
}

.contact-left-img-block .right-block .bar {
    display: none;
}

.contact-left-img-block .left-block .desc {
    top: 10px;
    left: 10px;
}

.sendlink {
    font-size: 10px;
}


.ctm-pagination ul li a {
  font-size: 16px !important;
  width: 30px;
  height: 30px;
}
/* related widgets small mobile css */

.ctm-sec-header h3, .ctm-sec-header h2 {
  font-size: 18px !important;
  line-height: normal !important;
  margin-bottom: 10px !important;
}

.ctm-sec-header p {
  font-size: 14px !important;
  line-height: 20px !important;
}

.related-packages-card .img-block {
height: 200px;
}
}

@media (min-width:486px) and (max-width:767px){
  .ctm-col-mobile {
    max-width: 50%;
    flex: 50%;
  }
}

@media (max-width:385px){
  .partners-row>div {
    width: 100%;
  }
  .consultation-col {
    margin: 0 .8rem !important;
    min-width: 7.4rem !important;
}
}

.table-of-contents-experience h2 {
  font-size: 2.5rem!important;
  color: #333 !important;
  margin: 15px 0 !important;
  font-weight: 600 !important;
}
.related-item small {
  padding-left: 5px;
}

.related-packages .text-only-widget-container, .related-experience .text-only-widget-container{
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
}

.flex-container {
  
  gap: 0 1rem !important;
}
.flex-container .flex-basis-desktop {
  flex: 0 0 calc(33.333% - 0.666rem) !important;
}


.backbutton {
  background-color: #5F4BDB;
  border-radius: 20px;
  margin-right: 10px;  
  font-size: 12px;
}.backbutton .chevron {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  margin-right: 10px;
}.backbutton .chevron i {
  color: #5F4BDB;
  -webkit-text-stroke: 1px #5f4bdb;
} 

.backbutton-breadcrumbs .col-md-12:nth-child(1) {
  display: none;
}
.backbutton-breadcrumbs .menu-1{
  display: flex;
  padding: 20px 0 0 0;
  margin: 0;
} .backbutton-breadcrumbs .menu-1 li i {
  color: var(--secondary-color);
  font-size: 14px;
  margin: 0 6px;
  text-transform: uppercase;
} .backbutton-breadcrumbs .menu-1 li a {
  color: var(--secondary-color);
} 
.backbutton-breadcrumbs .menu-1 li{
  list-style: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: var(--text2-color);
}
.backbutton-breadcrumbs.pad-x-4 .backbutton .chevron {
  padding: 6px 8px;
}
.backbutton.btn2 {
  font-family: var(--primary-font) !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 20px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 1.5;
  height: 59px;
  margin-top: 50px;
}
