@font-face {
  font-family: "GothamLight";
  src: url("https://aspirelifestyl.wpenginepowered.com/wp-content/themes/aspirelifestyles/fonts/GothamLight.eot");
  src: url("https://aspirelifestyl.wpenginepowered.com/wp-content/themes/aspirelifestyles/fonts/GothamLight.eot?#iefix")
      format("embedded-opentype"),
    url("https://aspirelifestyl.wpenginepowered.com/wp-content/themes/aspirelifestyles/fonts/GothamLight.woff2")
      format("woff2"),
    url("https://aspirelifestyl.wpenginepowered.com/wp-content/themes/aspirelifestyles/fonts/GothamLight.woff")
      format("woff"),
    url("https://aspirelifestyl.wpenginepowered.com/wp-content/themes/aspirelifestyles/fonts/GothamLight.ttf")
      format("truetype"),
    url("https://aspirelifestyl.wpenginepowered.com/wp-content/themes/aspirelifestyles/fonts/GothamLight.svg#GothamLight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*-webkit-transition: all 0.5s ease-in;*/
  /*-moz-transition: all 0.5s ease-in;*/
  /*-o-transition: all 0.5s ease-in;*/
  /*transition: all 0.5s ease-in;*/
  font-family: "GothamLight";
}
@media all {
  body {
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    list-style: none;
    line-height: normal;
    scroll-behavior: smooth;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
  }
  .wpb_content_element:last-child {
    margin-bottom: 0 !important;
  }

  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    scroll-behavior: auto;
  }
}

:root {
  --main-image-width: 450px;
  --main-image-height: 650px;
  --main-image-height: 650px;
  --thumbnail-track-width: 100px;
  --thumbnail-height: 109px;
  --eventSlider-width: 100%;
  --eventSlider-height: 505px;
  --element-height: 0;
  --bootstrap_font: system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI",
    "Microsoft YaHei", Arial, sans-serif;
}
/* Mobile Phones 2 (Portrait) */
@media (max-width: 375px) {
  :root {
    --eventSlider-height: 225px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  :root {
    --eventSlider-height: 265px;
  }
}
@media (min-width: 425px) and (max-width: 530px) {
  :root {
    --eventSlider-height: 300px;
  }
}
@media (min-width: 530px) and (max-width: 576px) {
  :root {
    --eventSlider-height: 420px;
  }
}

/* Mobile Phones (Portrait) */
@media (max-width: 576px) {
  :root {
    --main-image-width: 100%;
    --main-image-height: 500px;
    --thumbnail-track-width: 100px;
    --thumbnail-height: 109px;
    --eventSlider-width: 100%;
  }
}

/* Mobile Phones (Landscape) */
@media (min-width: 577px) and (max-width: 768px) {
  :root {
    --main-image-width: 370px;
    --main-image-height: 550px;
    --thumbnail-track-width: var(--main-image-width);
    --thumbnail-track-height: 100%;
    --thumbnail-height: 109px;
    --eventSlider-width: 100%;
    --eventSlider-height: 300px;
  }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  :root {
    --main-image-width: 300px;
    --main-image-height: 420px;
    --thumbnail-track-width: var(--main-image-width);
    --thumbnail-track-height: 100%;
    --thumbnail-height: 70px;
    --eventSlider-width: 100%;
    --eventSlider-height: 270px;
  }
}

/* Small Desktops / Laptops */
@media (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --main-image-width: 380px;
    --main-image-height: 600px;
    --thumbnail-track-width: 100px;
    --thumbnail-height: 100px;
    --eventSlider-width: 100%;
    --eventSlider-height: 310px;
  }
}

/* Medium to Large Desktops */
@media (min-width: 1281px) {
  :root {
    --main-image-width: 450px;
    --main-image-height: 650px;
    --thumbnail-track-width: 100px;
    --thumbnail-height: 109px;
    --eventSlider-width: 100%;
    --eventSlider-height: 450px;
  }
}

@media (min-width: 1281px) and (max-width: 1400px) {
  :root {
    --eventSlider-height: 340px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  :root {
    --eventSlider-height: 390px;
  }
}
@media (min-width: 1600px) and (min-width: 1800px) {
  :root {
    --eventSlider-height: 470px;
  }
}
@media (min-width: 1800px) and (min-width: 1920px) {
  :root {
    --eventSlider-height: 505px;
  }
}
@media (min-width: 1920px) and (max-width: 2000px) {
  :root {
    --eventSlider-height: 530px;
  }
}
@media (min-width: 2000px) and (max-width: 2560px) {
  :root {
    --eventSlider-height: 680px;
  }
}

.tooltip .tooltip-arrow::before {
  border-top-color: #827c78 !important;
}

.tooltip .tooltip-inner {
  background-color: #827c78 !important;
}
.servicesWrapper,
.caseWrapper,
.DoctorsSection,
.companyEventsWrapper,
.clientSectionWrapper,
.newsContainer {
  padding: 150px 50px 0 50px;
}

.services-offering,
.caseWrapper {
  display: inline-block;
  width: 100%;
}

.card-block,
.text-animation,
.doctor_col,
.leftCol__testi_content,
.rightCol__testi_content {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity, transform 0.1s ease-in-out;
}
.card-block.in-viewport.loaded,
.text-animation.in-viewport.loaded,
.doctor_col.in-viewport.loaded,
.leftCol__testi_content.in-viewport.loaded,
.rightCol__testi_content.in-viewport.loaded,
.title-animation.in-viewport.loaded {
  opacity: 1;
  transform: translateX(0px);
}

.animationsGlobal {
  /*opacity: 0;*/
  transform: translateY(50px);
  transition: opacity, transform 0.1s ease-in-out;
  color: #585858;
}

.animationsGlobal.in-viewport.loaded {
  opacity: 1;
  transform: translateY(0px);
}
.movements {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.animationsGlobal,
.transitionsGlobal {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.floating {
  transform-origin: center;
  transition: transform 0.1s ease-in-out;
}

/* light see more btn */
.seeMoreBtnContainer_light {
  width: fit-content;
  margin: 50px auto 0 auto;
}
.seeMoreBtn_light {
  width: 100%;
  padding: 8px 20px;
  border-bottom: 2px solid #056dc4 !important;
  transition: all 0.5s ease-in;
  outline: none;
}
.seeMoreBtn_light:hover {
  border-radius: 8px;
  box-shadow: 1px 1px 7px 1px #b3b3b3;
  color: #004b88 !important;
  border: 2px solid #004b88 !important;
  transition: all 0.5s ease-in;
}
.seeMoreBtn_light .linkSeeMore_light {
  text-decoration: none;
  color: #056dc4 !important;
}
.seeMoreBtn_light .linkSeeMore_light:hover .seeMoreBtn_light {
  transition: all 0.5s ease-in;
  border-radius: 8px;
  box-shadow: 1px 1px 7px 1px #b3b3b3;
  border: 2px solid #004b88 !important;
}

/* dark see more btn */
.seeMoreBtnContainer_dark {
  width: fit-content;
  margin: 50px auto 0 auto;
}
.seeMoreBtn_dark {
  width: 100%;
  padding: 8px 20px;
  border-bottom: 2px solid #fdfdfd !important;
  transition: all 0.5s ease-in;
  outline: none;
}
.seeMoreBtn_dark:hover {
  transition: all 0.5s ease-in;
  border-radius: 8px;
  box-shadow: 1px 1px 7px 1px #b3b3b3;
  border: 2px solid #cfcfcf !important;
}

.seeMoreBtn_dark .linkSeeMore_dark {
  text-decoration: none;
  color: #ffffff !important;
}
.seeMoreBtn_dark .linkSeeMore_dark:hover .seeMoreBtn_dark {
  border-radius: 8px;
  box-shadow: 1px 1px 7px 1px #b3b3b3;
  border: 2px solid #cfcfcf !important;
  transition: all 0.5s ease-in;
}

.seeMoreBtn_dark,
.seeMoreBtn_dark,
.seeMoreBtn_light,
.logo__navBar img,
.logocontainer__footer img,
.doctorCardDetails .card-body > * {
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgb(0 0 0) 10%,
    #0000008c 70%,
    rgb(0 0 0) 100%
  );
  mask-image: linear-gradient(
    -75deg,
    rgb(0 0 0) 10%,
    #0000008c 70%,
    rgb(0 0 0) 100%
  );
  -webkit-mask-size: 220%;
  mask-size: 220%;
  animation: shine 10s linear infinite alternate;
}

@keyframes shine {
  0% {
    -webkit-mask-position: 150%;
  }

  25% {
    -webkit-mask-position: -50%;
  }
  50% {
    -webkit-mask-position: 0%;
  }
  75% {
    -webkit-mask-position: 50%;
  }
  100% {
    -webkit-mask-position: 150%;
  }
}

/* hero section */
.heroSectionWrapper {
  width: 100%;
  height: auto;
}

.bottomTextBanner {
  min-width: 414px;
  max-width: 414px;
  white-space: normal;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 500;
  margin-top: 70px;
  text-align: left;
  color: #e9e9e9;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased !important;
  font-family: "GothamLight";
}
.scrollerContainer {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.scrollerContainer .scrollIndicator img {
  width: 60px;
}
.scrollIndicator {
  text-decoration: none;
}
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}
@media all {
  .slick-slide {
    height: 100vh;
  }
}
.slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  transition: transform 0.1s ease-in-out;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption {
  opacity: 0;
  width: 30%;
  position: absolute;
  top: 40%;
  left: 35%;
  transform: translate(-70%, -50%);
  color: white;
  text-align: left;
  transition: opacity, transform 0.1s ease-in;
}

.showCaption {
  transform: translateY(50%);
  opacity: 1;
  transition: opacity, transform 0.1s ease-in;
}

.caption .upperTextBanner {
  color: white;
  font-size: 2.3rem;
  font-weight: 200;
  line-height: 55px;
  text-align: left;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased !important;
  font-family: "GothamLight";
}

.active .caption {
  opacity: 1;
}

.sliderDarkOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.5);
}

.last {
  background: rgba(0, 0, 0, 0.15);
}

/* Services section */
.servicesWrapper .title-block,
.caseWrapper .title-block {
  max-width: 1080px;
  margin: 0 auto 50px auto;
  overflow: hidden;
}

.wpb_content_element {
  margin-bottom: 35px;
}

.services-offering {
  display: inline-block;
  width: 100%;
}

.wpb_text_column :last-child {
  margin-bottom: 0;
}

.card-block {
  position: relative;
  float: left;
  width: 33.3333%;
  overflow: hidden;
  text-align: center;
  background: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in !important;
  -moz-transition: all 0.5s ease-in !important;
  -o-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
}

.c-animated-img:after,
.sn-img:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 350ms linear, visibility 0ms linear 1050ms;
}

.c-animated-img.loaded:after,
.sn-img.loaded:after {
  -ms-transform: translateX(101%);
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  visibility: hidden;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-size: 2rem !important;
  color: #505050 !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

p {
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 20px;
  color: #505050;
  color: #747474;
}

.card-details-block h4 {
  font-size: 1.125rem;
  font-family: "Gotham-Medium";
  color: #fff;
  text-transform: uppercase;
}
.title-block p {
  font-size: 1rem !important;
  max-width: 750px;
  margin: 0 auto !important;
}

.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 0;
}

.card-details-block {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.c-animated-img img {
  transform: scale(1.4);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-block img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  filter: brightness(0.5);
}
.card-block.caseBlock img {
  filter: brightness(0.7) !important;
}
.realCases .card-block.caseBlock img {
  filter: brightness(0.5) !important;
}

.c-animated-img.loaded img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.card-block.loaded:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.title-animation {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.title-animation.in-viewport.loaded {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-details-block h2 {
  color: #fff !important;
  margin-bottom: 7px;
  font-size: 1.8rem !important;
}
.caseBlock .card-details-block h2 {
  color: #fff !important;
  margin-bottom: 7px;
  font-size: 1.18rem !important;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.caseTitle_main {
  max-width: 60%;
  margin: auto;
}
h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

.sd-text {
  margin: 0 auto;
  max-width: 390px;
  height: 0;
  -webkit-transition: all 0.5s ease-in !important;
  -moz-transition: all 0.5s ease-in !important;
  -o-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.card-block.loaded:hover .sd-text {
  height: 150px;
  margin: auto auto;
  padding: 10px 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in !important;
  -moz-transition: all 0.5s ease-in !important;
  -o-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
}
.card-block.caseBlock.loaded:hover .sd-text {
  height: 180px;
  margin: auto auto;
  padding: 10px 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in !important;
  -moz-transition: all 0.5s ease-in !important;
  -o-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
}

.sd-text p {
  color: #fff;
  margin: 20px 0 15px 0;
  font-size: 0.838rem;
  line-height: 150%;
}

a {
  color: #686666;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
}

.white-link {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
  text-decoration: none;
}

.white-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #fca404;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:hover {
  color: #fca404;
}

.white-link:hover {
  color: #fff;
  text-decoration: none;
}

.white-link:hover:after {
  width: 100%;
  background: #fca404;
}

/* Doctors section */
.DoctorsSection {
  position: relative;
}
.doctorsRow {
  --bs-gutter-x: 2rem !important;
  --bs-gutter-y: 4rem !important;
}
.doctorCard {
  color: rgba(244, 244, 244, 1);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.doctor_col {
  height: 258px;
  /* transform: translateY(500px); */
}
.doctorCard .doctorImgContainer img {
  margin-left: -15px;
}
.doctorImgContainer {
  padding: 0px -12px;
  margin: 0;
}
.doctorImgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
.doctorsRow .doctorCard .card-body .bookDoctorBtn {
  color: #056dc4;
  width: fit-content;
  cursor: pointer;
  float: right;
  font-size: 1rem;
  margin-right: 10px;
}

.card.d-flex.doctorCard {
  height: 100%;
  border-radius: 0px;
  border-color: #e1e1e1;
  background: #f3f3f3c7;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.doctor_col .card .innerRowDocCol .doctorImgContainer img {
  width: 175px;
}
.innerRowDocCol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-title {
  font-size: 1rem;
  margin-bottom: 10px !important;
}
.card-text {
  font-size: 0.9rem !important;
  margin-bottom: 10px !important;
  letter-spacing: 1.8px;
}
.card-text-2 {
  font-size: 0.8rem !important;
  margin-bottom: 20px !important;
  letter-spacing: 2px;
}
/* Fifth Column */
.testimonialWrapper {
  width: 100%;
  padding: 50px 50px;
  margin: 120px auto 0 auto;
  background-image: url("/assets/images/newlook/testimonialbg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  filter: saturate(1.2);
}
.testimonialWrapper .wpb_wrapper h2,
.testimonialWrapper .wpb_wrapper p,
.aboutUsWrapper .wpb_wrapper h2,
.aboutUsWrapper .wpb_wrapper p {
  color: white !important;
}

/* Medium to Large Desktops */
@media (min-width: 1281px) {
}
.slick-autoplay-toggle-button {
  display: none !important;
}

.testimonial_carousel {
  display: flex;
  justify-content: center;
}

.thumbnails-slider {
  width: var(--thumbnail-track-width);
  height: var(--main-image-height);

  padding: 40px 0;
  margin-right: 15px;
}

.thumbnails-slider button {
  height: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.875rem;
  color: rgb(71, 56, 56);
  background: #a1a1a1;
}

.thumbnails-slider button:not([disabled]):hover {
  background-color: rgb(88, 88, 88);
  color: black;
}

.thumbnails-slider button:focus {
  background-color: #056dc4;
}

.thumbnails-slider button:focus .slick-prev-icon,
.thumbnails-slider button:focus .slick-next-icon {
  color: white !important;
}

.thumbnails-slider button.slick-prev {
  top: 15px;
  left: 0;
}

.thumbnails-slider button.slick-prev .slick-prev-icon {
  display: inline-block;
  transform: rotate(90deg);
  color: black;
}

.thumbnails-slider button.slick-next {
  bottom: -15px;
  right: 0;
  top: auto;
}

.thumbnails-slider button.slick-next .slick-next-icon {
  display: inline-block;
  transform: rotate(90deg);
  color: black;
}

.thumbnails-slider .thumbnail-button {
  display: block;
  height: var(--thumbnail-height) !important;
  cursor: pointer;
  border: 0;
  background: none;
  background-color: rgb(0 8 16);
  transition: opacity 0.1s linear;
}

.thumbnails-slider .thumbnail-button:focus img,
.thumbnails-slider .thumbnail-button:hover img,
.thumbnails-slider .thumbnail-button[aria-current="true"] img {
  opacity: 1;
  filter: grayscale(0);
}

.thumbnails-slider .thumbnail-button:focus img {
  outline: 3px dashed white;
  outline-offset: -4px;
}

.thumbnails-slider .thumbnail-button img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(0.6);
  transition: all 0.2s linear;
}

.main-image-slider {
  position: relative;
  width: var(--main-image-width);
  height: var(--main-image-height);
  position: relative;
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 10px;
}

.main-image-slider button {
  z-index: 1;
}

.main-image-slider button.slick-prev {
  left: 10px;
}

.main-image-slider button.slick-prev .slick-prev-icon {
  opacity: 1;
}

.main-image-slider button.slick-next {
  right: 10px;
}

.main-image-slider button.slick-next .slick-next-icon {
  opacity: 1;
}

.main-image-slider .slick-slide {
  width: var(--main-image-width);
  background: #ededed;
}

.main-image-slider .slick-slide .image-link {
  height: var(--main-image-height);
  overflow: hidden;
  transition: outline 0.1s linear;
}

.main-image-slider .slick-slide .image-link:focus {
  outline: 4px dashed white;
  outline-offset: -7px;
}

.main-image-slider .slick-slide .image-link img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.testimonial_content_row {
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0 0 0;
  height: 100%;
  margin: auto;
}
.leftCol__testi_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
}
.rightCol__testi_content {
  padding: 0 20px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  width: 45%;
}
.rightCol__testi_content .title__RightCol {
  font-size: 1.875rem;
  letter-spacing: 2px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 300;
}

.rightCol__testi_content .contentText__RightCol {
  font-size: 1.1rem;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
  margin-top: 40px;
}
.rightCol__testi_content .seeMoreBtnContainer_dark {
  margin: 50px 0 0 0;
}
/* company events */
.event-slider {
  height: var(--eventSlider-height);
  overflow: hidden;
}

.event-slider .card-block {
  cursor: grab;
}
.event-slider .card-block img {
  filter: brightness(0.8) contrast(1.2) saturate(1.2) !important;
}
.event-slider .card-block.loaded:hover img {
  filter: brightness(0.5) blur(3px) !important;

  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.event-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  color: #fff;
  margin: 0;
  width: 100%;
  background: #fff;
}
/* about us section */

.aboutUsWrapper {
  width: 100%;
  padding: 70px 50px;
  margin: 150px auto 0 auto;
  background: #004b88;
  /* background-image: url("/assets/images/newlook/aboutbg.webp"); */
  position: relative;
}

.mainContainer__about {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  height: auto;
  width: 100%;
}

.leftContainer__about,
.rightContainer__about {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leftContainer__about {
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.rightContainer__about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.textContainer__left {
  background: #c9c9c947;
  backdrop-filter: blur(10px);
  max-width: 700px;
  max-height: 650px;
  width: fit-content;
  height: 100%;
  border-radius: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  position: relative;
}
/* .textContainer__left p >  */
/* margin: 0;
padding: 0;
color: #fff;
font-size: 1.25rem;
font-style: normal;
font-weight: 200;
line-height: 39px;
letter-spacing: 1px; */

.textContainer__left p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2em;
  font-family: var(--bootstrap_font);
  letter-spacing: 2.1px;
  font-weight: 400;
}

.rightCol__testi_content .topMarkImgContainer,
.rightCol__testi_content .bottomMarkImgContainer {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
.rightCol__testi_content .topMarkImgContainer img,
.rightCol__testi_content .bottomMarkImgContainer img {
  position: absolute;
}

.rightCol__testi_content .topMarkImgContainer img {
  left: 0;
  width: 120px;
}
.rightCol__testi_content .bottomMarkImgContainer img {
  float: right;
  right: 0;
  display: none;
}

.mainImageContainer__about {
  border-radius: 65px;
  padding: 30px;
  background: #c9c9c947;
  backdrop-filter: blur(10px);
  width: 100%;
  height: auto;
}

.mainImageContainer__about img {
  width: 100%;
  height: 450px;
}

.mainImageContainer__about img {
  border-radius: 35px;
}

/* why Choose us section  */

.whyusWrapper {
  padding: 150px 50px 0 50px;
  width: 80%;
  margin: auto;
}
.titleBlock__whyus {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title_wrapper_whyus {
  position: relative;
}

.whyUsMainTitle {
  color: #056dc4;
  font-size: 3.75rem;
  font-weight: 400;
}

.whyUsSubTitle {
  color: #929394;
  font-size: 1.688rem;
  font-weight: 400;
  position: relative;
  margin-left: 50px;
}

.whyUsSubTitle::before {
  content: "";
  background: #929394;
  height: 2px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: -50px;
}

.whyUsContainer {
  width: 100%;
  margin: auto;
}

.whyusMainRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.leftCol_whyus,
.rightCol_whyus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 45%;
}

.rightCol_whyus {
  margin-top: 60px;
}

.leftImgContainer_01 {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
}

.leftCol_whyus .leftImgContainer_01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.leftTextContainer_01 {
  width: 100%;
  margin-top: 30px;
}

.leftTextContainer_02 {
  width: 90%;
  margin-top: 30px;
}

.leftTextContainer_01 .leftTitle_01,
.leftTextContainer_02 .leftTitle_02,
.rightTextContainer_02 .rightTitle_01 {
  color: #363636;
  font-size: 1.4rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.leftTextContainer_02 .leftText_02 {
  color: #565656;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 300;
  line-height: 131%;
  letter-spacing: 1.2px;
}

.leftTextContainer_01 .leftText_01 {
  margin: 30px 0 0 0;
  width: 95%;
}

.leftText_01 p {
  color: #565656;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 300;
  line-height: 131%;
  letter-spacing: 1.2px;
  margin: 30px 0;
}

.leftImgContainer_02 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.leftImgContainer_02 img {
  width: 90%;
  height: auto;
}

.leftContainer_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

.rightCol_whyus .rightImgContainer_01 {
  height: 750px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.rightCol_whyus .rightImgContainer_01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rightImgContainer_02 {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
}

.rightImgContainer_02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rightTextContainer_02 {
  margin: 30px 0;
}

.rightTextContainer_02 .rightText_01 {
  margin: 30px 0 0 0;
}

.rightTextContainer_02 .rightText_01 {
  color: #565656;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 300;
  line-height: 131%;
  letter-spacing: 1.2px;
  width: 90%;
}
.rightTextContainer_02 img {
  margin-top: 20px;
}

/* clients section */
.mainLogoContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 60px auto 0 auto;
}
.logoListContainer__01,
.logoListContainer__02,
.logoListContainer__03,
.logoListContainer__04 {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  padding-left: 0;
}
.logo_row_01 {
  width: 50%;
  margin: 10px 0;
}
.logo_row_02 {
  width: 55%;
  margin: 10px 0;
}
.logo_row_03 {
  width: 60%;
  margin: 10px 0;
}
.logo_row_04 {
  width: 65%;
  margin: 10px 0;
}

.logo_row_01,
.logo_row_02,
.logo_row_03,
.logo_row_04 {
  display: block;
}

/* contact form section */

/* footer section */

/* responsive */

@media (min-width: 1281px) {
  .caption {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 35%;
    color: white;
    text-align: left;
  }

  .slider,
  .slide {
    height: 100% !important;
  }
  .header__Wrapper {
    margin-top: 100px;
    height: calc(100vh - 100px) !important;
  }
  .header__Wrapper .slider {
    margin-top: 100px;
    height: 100% !important;
  }

  .bottomTextBanner {
    text-align: left;
  }
  .DoctorsSection .doctorsRow .doctor_col {
    width: 33.3333% !important;
    height: 258px;
  }
  .doctorImgContainer {
    width: 100%;
  }
  .testimonial_content_row {
    padding: 10px 0 0 0;
    width: 95%;
  }

  .mainContainer__about {
    justify-content: space-between;
  }

  .leftContainer__about,
  .rightContainer__about {
    width: 100%;
    height: auto;
    display: flex;
  }
  .textContainer__left p {
    font-size: 1.25rem;
    line-height: 35px;
  }

  .textContainer__left {
    border-radius: 20px;
    padding: 55px 40px;
  }
  .mainImageContainer__about {
    border-radius: 20px;
    padding: 10px;
  }
  .mainImageContainer__about img {
    border-radius: 10px;
  }
}

@media (max-width: 1200px) {
  .slider,
  .slide {
    height: 100% !important;
  }
  .header__Wrapper {
    margin-top: 70px;
    height: calc(100vh - 70px) !important;
  }

  .caption {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    top: 45%;
    left: 50%;
  }

  .caption .upperTextBanner {
    font-size: 1.625rem;
    font-weight: 200;
    line-height: 31px;
    margin: 0;
    text-align: left;
    letter-spacing: 1.5px;
  }
  .bottomTextBanner {
    min-width: 80%;
    max-width: 90%;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 500;
    margin: 50px 0;
    text-align: left;
  }

  .slide2 img {
    object-position: right;
  }

  .slide3 img {
    object-position: center;
  }

  /* services section */

  .servicesWrapper,
  .caseWrapper,
  .DoctorsSection,
  .companyEventsWrapper,
  .clientSectionWrapper,
  .newsContainer {
    padding: 50px 0px 0 0px;
  }

  h2 {
    font-weight: 400 !important;
    font-size: 1.25rem !important;
  }
  .title-block {
    padding: 0 20px;
    margin-bottom: 0px !important;
  }
  .title-block p {
    font-size: 0.813rem !important;
  }
  .card-block {
    width: 100%;
  }

  .card-details-block h2 {
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 1.375rem !important;
  }
  .card-details-block h4 {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .card-details-block .sd-text {
    color: #fff;
    font-size: 0.813rem;
    line-height: 16px;
    -webkit-transition: all 0.5s ease-in !important;
    -moz-transition: all 0.5s ease-in !important;
    -o-transition: all 0.5s ease-in !important;
    transition: all 0.5s ease-in !important;
  }
  .card-details-block .sd-text p {
    font-size: 0.813rem;
    line-height: 16px;
    margin: 5px 0;
    font-weight: 200;
  }
  .sd-text a {
    font-weight: 200;
    text-decoration: none;
  }
  .card-block.loaded:hover .sd-text {
    height: 75px;
    -webkit-transition: all 0.5s ease-in !important;
    -moz-transition: all 0.5s ease-in !important;
    -o-transition: all 0.5s ease-in !important;
    transition: all 0.5s ease-in !important;
  }
  .seeMoreBtn_dark,
  .seeMoreBtn_light {
    padding: 5px 16px;
    font-size: 0.875rem;
  }
  /* testimonial section */
  .testimonialWrapper {
    margin: 50px auto 0 auto;
    padding: 50px 15px;
  }
  .aboutUsWrapper {
    padding: 50px 30px;
    margin: 70px auto 0 auto;
  }
  .mainContainer__about {
    height: auto;
    margin-top: 40px;
  }
  .rightContainer__about {
    display: none;
  }
  .leftContainer__about {
    width: 100%;
    height: 100%;
  }
  .textContainer__left p {
    font-size: 1.125rem;
    line-height: 30px;
  }

  .textContainer__left {
    width: 100%;
    border-radius: 43px;
    height: auto;
    padding: 45px 50px;
    text-align: justify;
    max-width: 100%;
  }
  .whyusWrapper {
    padding: 50px 20px 0 20px;
    width: 80%;
    margin: auto;
  }
  .whyUsMainTitle {
    font-size: 2.5rem !important;
    font-weight: 400 !important;
  }

  .whyUsSubTitle {
    font-size: 1.125rem;
    margin-left: 40px;
  }

  .whyUsSubTitle::before {
    width: 20px;
    left: -40px;
  }
  .mainLogoContainer {
    margin: 20px auto 0 auto;
    flex-wrap: wrap;
  }

  .logoListContainer__01,
  .logoListContainer__02,
  .logoListContainer__03,
  .logoListContainer__04 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .logo_row_01,
  .logo_row_02,
  .logo_row_03 {
    width: 100%;
    margin: 10px 0;
  }

  .logo_row_04 {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .DoctorsSection .doctorsRow .doctor_col {
    width: 33.3333% !important;
    height: 258px;
  }
  .testimonial_content_row {
    padding: 10px 0 0 0;
    width: 90%;
  }
}

@media only screen and (min-width: 1600px) {
  .testimonial_content_row {
    padding: 10px 0 0 0;
    width: 80%;
  }
}
@media only screen and (min-width: 1800px) {
  .testimonial_content_row {
    padding: 10px 0 0 0;
    width: 70%;
  }
  .leftContainer__about,
  .rightContainer__about {
    width: 100%;
    height: auto;
  }
  .textContainer__left {
    max-width: 100%;
    max-height: 100%;
    width: fit-content;
    border-radius: 30px;
  }
  .textContainer__left p {
    font-size: 1.1em;
    line-height: 27px;
  }
  .rightContainer__about .seeMoreBtnContainer_dark {
    margin: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .card-block {
    width: 33.3333% !important;
  }
  .DoctorsSection {
    padding: 50px 30px !important;
  }
  .DoctorsSection .doctorsRow .doctor_col {
    width: 33.3333%;
    height: 310px;
  }
  .seeMoreBtnContainer_dark,
  .seeMoreBtnContainer_light {
    margin: 20px auto 0 auto;
  }
  .doctorImgContainer {
    width: 70%;
  }
  .testimonial_content_row {
    padding: 10px 0 0 0;
    width: 95%;
  }
  .companyEventsWrapper .card-block {
    width: 100% !important;
  }

  .rightCol__testi_content .title__RightCol {
    font-size: 2.188rem;
    letter-spacing: 1.5px;
    font-weight: 400;
  }
  .rightCol__testi_content .contentText__RightCol {
    font-size: 1.1rem;
    font-weight: 200;
    line-height: 37px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .nav_mobile .mobileNavContainer.menu-opened .mobile_navLinksContainer {
    height: 400px !important;
  }
  .card-block {
    width: 33.3333% !important;
  }
  .doctorImgContainer {
    width: 30%;
  }
  .doctorCardDetails {
    width: 70%;
  }
  .caption {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    font-size: 2.188rem;
  }

  .caption .upperTextBanner {
    font-size: 2.188rem;
    text-align: center;
  }

  .bottomTextBanner {
    min-width: 80%;
    max-width: 90%;
    font-size: 1rem;
    margin: 50px auto 0 auto;
    text-align: center;
  }

  .header__Wrapper,
  .slider,
  .slide {
    height: 100vh !important;
  }
  .DoctorsSection {
    position: relative;
    padding: 50px 20px 0 20px !important;
  }
  .testimonial_content_row {
    padding: 40px 0 0 0;
    width: 90%;
  }
  .testimonial_carousel {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .thumbnails-slider {
    height: var(--thumbnail-track-height);
    padding: 15px 0;
    margin-right: 0;
  }
  .companyEventsWrapper .card-block {
    width: 100% !important;
  }
  .rightCol__testi_content .title__RightCol {
    font-size: 2.188rem;
    letter-spacing: 1.2px;
    font-weight: 400;
  }
  .rightCol__testi_content .contentText__RightCol {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 1.2px;
  }

  .leftCol__testi_content {
    width: 48%;
  }
  .rightCol__testi_content {
    padding: 0 10px;
    width: 48%;
  }

  .rightCol__testi_content .seeMoreBtnContainer_dark {
    margin: 30px 0 0 0;
  }

  .rightCol__testi_content .topMarkImgContainer,
  .rightCol__testi_content .topMarkImgContainer img {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .DoctorsSection .doctorsRow .doctor_col {
    width: 33.3333% !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .DoctorsSection {
    padding: 50px 5px 0 5px !important;
  }
  .innerRowDocCol {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .doctorImgContainer {
    width: 20%;
  }
  .doctorImgContainer img {
    width: 100%;
    object-fit: cover;
    padding: 0;
  }
  .doctorCardDetails {
    width: 100%;
  }
  .doctorCard .doctorImgContainer img {
    margin-left: 0px;
  }
  .DoctorsSection .doctorsRow .doctor_col {
    width: 50% !important;
    height: 350px;
  }
  .doctorCard {
    padding: 10px;
  }
  .doctorsRow {
    --bs-gutter-x: 0.5rem !important;
    --bs-gutter-y: 0.5rem !important;
  }
  .card.d-flex.doctorCard {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .seeMoreBtnContainer_dark,
  .seeMoreBtnContainer_light {
    margin: 20px auto 0 auto;
  }
  .testimonial_content_row {
    padding: 40px 0 0 0;
    width: 90%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .testimonial_carousel {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .thumbnails-slider {
    height: var(--thumbnail-track-height);
    padding: 15px 0;
    margin-right: 0;
  }

  .rightCol__testi_content .contentText__RightCol {
    font-size: 1rem;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .leftCol__testi_content {
    width: 90%;
  }
  .rightCol__testi_content {
    padding: 0 10px;
    width: 90%;
    justify-content: center;
    align-items: center;
  }

  .rightCol__testi_content .topMarkImgContainer,
  .rightCol__testi_content .topMarkImgContainer img {
    display: none;
  }
  .rightCol__testi_content .seeMoreBtnContainer_dark {
    margin: 30px auto 0 auto;
  }

  .whyUsMainTitle {
    font-size: 2rem !important;
  }
  .whyusWrapper {
    padding: 50px 20px 0 20px;
    width: 100%;
  }
  .leftCol_whyus,
  .rightCol_whyus {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .servicesWrapper#services-offering {
    padding: 50px 0px 0 0px;
    margin: 50px 0px 0 0px;
  }
  .realCases .card-block {
    width: 50%;
  }
  .realCases .card-block.caseBlock img {
    filter: brightness(0.8) !important;
  }
  .card-details-block {
    padding: 0 10px;
  }
  .caseTitle_main {
    max-width: 100%;
  }
  .card-details-block .sd-text p {
    font-size: 0.688rem;
    line-height: 14px;
    margin: 2px 0;
    font-weight: 200;
  }
  .realCases .caseBlock .card-details-block h2 {
    margin-bottom: 5px;
    font-size: 0.713rem !important;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
  }
  .realCases .caseBlock .card-details-block .sd-text {
    display: none;
  }

  .realCases .sd-text {
    margin: 0 auto;
    height: 45px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in !important;
    -moz-transition: all 0.5s ease-in !important;
    -o-transition: all 0.5s ease-in !important;
    transition: all 0.5s ease-in !important;
  }

  .realCases .card-block.loaded:hover .sd-text {
    height: 45px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in !important;
    -moz-transition: all 0.5s ease-in !important;
    -o-transition: all 0.5s ease-in !important;
    transition: all 0.5s ease-in !important;
  }
  .realCases .card-block img {
    opacity: 0.5;
  }
  .realCases .caseBlock .card-details-block .sd-text a {
    display: none;
  }
  .DoctorsSection {
    padding: 50px 5px 0 5px !important;
  }
  .innerRowDocCol {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .doctorImgContainer {
    width: 100px;
    height: 20%;
  }
  .doctorImgContainer img {
    width: 100%;
    object-fit: cover;
    padding: 0px !important;
  }
  .doctorCardDetails {
    height: 80%;
  }
  .doctor_col {
    width: 50% !important;
    height: 370px;
  }
  .doctorCard {
    padding: 10px;
  }
  .card-body {
    padding: 15px 0px !important;
  }
  .doctorsRow {
    --bs-gutter-x: 0.5rem !important;
    --bs-gutter-y: 0.5rem !important;
  }
  .doctor_col .card .innerRowDocCol .doctorImgContainer img {
    width: unset;
    margin-left: 0px;
  }
  .card.d-flex.doctorCard {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .doctorsRow .doctorCard .card-body .bookDoctorBtn {
    font-size: 0.938rem;
    margin: 10px 10px 0px 0px;
  }
  .card-text-2 {
    font-size: 0.75rem;
  }
  .card-text {
    font-size: 0.875rem;
  }
  .card-title {
    font-size: 1rem;
  }
  .seeMoreBtnContainer_dark,
  .seeMoreBtnContainer_light {
    margin: 20px auto 0 auto;
  }
  .testimonialWrapper {
    margin: 50px auto;
    padding: 40px 15px;
  }
  .thumbnails-slider {
    display: none !important;
  }
  .testimonial_carousel {
    padding: 0 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .testimonial_content_row {
    padding: 30px 0 0 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .rightCol__testi_content .topMarkImgContainer img,
  .rightCol__testi_content .bottomMarkImgContainer img {
    display: block;
    position: absolute;
    width: 100px;
    margin-top: 10px;
  }
  .rightCol__testi_content .contentText__RightCol {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1px;
    margin-top: 75px;
  }

  .leftCol__testi_content {
    width: 100%;
  }
  .rightCol__testi_content {
    padding: 0 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .rightCol__testi_content .seeMoreBtnContainer_dark {
    margin: 30px auto 0 auto;
  }
  .main-image-slider {
    border-radius: 10px;
    overflow: hidden;
  }
  .companyEventsWrapper {
    padding: 50px 20px 0px 20px;
  }

  .aboutUsWrapper {
    padding: 50px 0px;
    margin: 70px auto 0 auto;
  }
  .mainContainer__about {
    height: auto;
    margin-top: 40px;
    flex-direction: column;
  }
  .rightContainer__about {
    display: flex;
    width: 100%;
  }
  .textContainer__left p {
    font-size: 1rem;
    line-height: 23px;
  }

  .textContainer__left {
    border-radius: 0px;
    height: auto;
    padding: 55px 20px;
  }
  .mainImageContainer__about {
    border-radius: 0px;
    padding: 15px;
    aspect-ratio: 16/9;
  }
  .mainImageContainer__about img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .whyusWrapper {
    padding: 50px 10px 0 10px;
    width: 100%;
  }
  .whyusMainRow {
    margin-top: 20px;
  }
  .whyUsMainTitle {
    font-size: 1.7rem !important;
    font-weight: 500 !important;
  }
  .whyUsSubTitle {
    font-size: 1rem;
  }
  .whyUsSubTitle::before {
    width: 20px;
    left: -40px;
  }
  .leftCol_whyus,
  .rightCol_whyus {
    width: 49%;
  }
}
@media (max-width: 425px) {
  .whyusWrapper {
    padding: 50px 10px 0 10px;
    width: 100%;
  }
  .whyusMainRow {
    margin-top: 20px;
    flex-direction: column;
  }
  .whyUsSubTitle::before {
    width: 20px;
    left: -40px;
  }
  .leftCol_whyus,
  .rightCol_whyus {
    width: 100%;
  }
  .leftImgContainer_01 img {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(
      -75deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 18%,
      rgb(0 0 0 / 80%) 51%,
      rgba(0, 0, 0, 1) 88%,
      rgba(0, 0, 0, 1) 100%
    );
    mask-image: linear-gradient(
      -75deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 18%,
      rgb(0 0 0 / 80%) 51%,
      rgba(0, 0, 0, 1) 88%,
      rgba(0, 0, 0, 1) 100%
    );
    -webkit-mask-size: 220%;
    mask-size: 220%;
    animation: shine 10s linear infinite alternate;
  }

  .leftTextContainer_01 .leftTitle_01,
  .leftTextContainer_02 .leftTitle_02,
  .rightTextContainer_02 .rightTitle_01 {
    font-size: 1.1rem !important;
    font-weight: 600;
  }
  .leftTextContainer_01 {
    margin-top: 20px;
  }
  .leftText_01 p,
  .leftTextContainer_02 .leftText_02,
  .rightTextContainer_02 .rightText_01 {
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin: 15px 0;
    width: 100%;
  }
  .leftTextContainer_01 .leftText_01 {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .leftImgContainer_02 img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  .leftTextContainer_02 {
    width: 100%;
    margin-top: 20px;
  }
  .rightCol_whyus,
  .rightTextContainer_02 {
    margin: 0px 0;
  }
  .rightImgContainer_02 {
    position: relative;
    height: 350px;
  }

  .rightCol_whyus .rightImgContainer_01 {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 20px;
  }
  .rightCol_whyus .rightImgContainer_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .mainLogoContainer {
    margin: 20px auto 0 auto;
    flex-wrap: wrap;
    width: 90%;
  }

  .logoListContainer__01,
  .logoListContainer__02,
  .logoListContainer__03,
  .logoListContainer__04 {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .logo_row_01,
  .logo_row_02,
  .logo_row_03 {
    width: 100%;
    margin: 10px 0;
  }

  .logo_row_04 {
    display: none;
  }
}

@media (min-width: 425px) {
  .mobileOverlay__whyusTxt .rightTextContainer_02_overlayed {
    display: none;
  }
}

@media (max-width: 375px) {
  .nav_mobile .logo__navBar {
    width: 150px;
    margin-left: 10px;
  }
  .DoctorsSection {
    padding: 50px 5px 0 5px !important;
  }
  .innerRowDocCol {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .doctorImgContainer {
    width: 100px;
    height: 100%;
  }
  .doctorImgContainer img {
    width: 100%;
    object-fit: cover;
    padding: 0px !important;
  }
  .doctor_col {
    width: 100% !important;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .rightCol__testi_content .title__RightCol {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 576px) {
  .doctor_col {
    width: 50% !important;
    height: 320px;
  }
}
