.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
  position: relative !important;
}

.mySwiper {
  box-sizing: border-box;
  padding: 40px 0 !important;
  background: rgba(248, 248, 248, 0.44) !important;
  height: 230px !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 73.9% !important;
  backdrop-filter: blur(4.76934814453125px) !important;
}

.mySwiper .swiper-slide {
  width: 25%;
}

.mySwiper .swiper-slide-thumb-active img {
  transform: scale(1.2) !important;
}

/* Previous and next btn styling Start */
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  font-size: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next i,
.swiper-button-prev i {
  display: block;
  font-size: 60px;
  /* Adjust the font size as needed */
  color: #d0b495;
  /* Adjust the color as needed */
}

.swiper-button-next {
  margin-right: 100px;
}

.swiper-button-prev {
  margin-left: 100px;
}

/* Previous and next btn styling End */

/* Our Therapist Styling Start*/

.our-therapist {
  background-color: #efe9df;
  display: flex;
  position: relative;
}

.meet-therapist {
  width: 64%;
  padding-left: 230px;
  padding-right: 100px;
  padding-top: 70px;
}

.meet-therapist img {
  margin: 20px 0px;
}

.meet-therapist h2 {
  color: #052e38;
  font-family: Helvetica;
  font-size: 29.283px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.4em;
  margin-bottom: 0;
}
.meet-therapist h2:before {
  content: "Meet our therapist:";
  display: block;
  color: #094454;
  font-family: "neue-kabel", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4em;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.meet-therapist h4 {
  color: #052e38;
  font-family: Helvetica;
  font-size: 19.833px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0px;
}

.therapist-detail {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 20px;
    margin-top:5px;
}

/* WebKit (Chrome, Safari) */
.therapist-detail::-webkit-scrollbar {
    width: 5px;
    background-color: #F5EEE5;
    border-radius: 6px;
}

.therapist-detail::-webkit-scrollbar-thumb {
    background-color: #64BBAD;
    border-radius: 6px;
}

.therapist-detail {
    scrollbar-color: #64BBAD #F5EEE5;
    scrollbar-width: thin;
}

.meet-therapist p {
  color: #052e38;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 25px;
}

.therapist-profile {
  width: 36%;
}

.therapist-profile img {
  max-width: 100%;
}

/*Our Therapist Styling End*/

/* thumbnail slide start*/

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

.thumb-img img {
  width: 96px;
}

.thumb-img .fs-20 {
  color: #094454;
  font-family: Helvetica;
  font-size: 19.212px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 8px;
}

.thumb-img .fs-16 {
  color: #094454;
  font-family: Helvetica;
  font-size: 16.952px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 0px;
}

/*        thumbnail slide end*/
.therapist-sm{
    display: none;
}

.reviews-stars-rating { display:none; unicode-bidi:bidi-override; direction:ltr; font-size:20px;  }
.reviews-stars-rating span.star { font-family:'Font Awesome 5 Free'; font-weight:normal; font-style:normal; display:inline-block; }
.reviews-stars-rating span.star:hover { cursor:pointer; }
.reviews-stars-rating span.star:before { content:"\f005"; padding-right:1px; color:#64bbad; }
.reviews-stars-rating span.star.filled:before { font-weight: 900; color:#64bbad; content:"\f005"; }
.reviews-stars-rating span.star.half-filled:before { content:"\f089"; color:#64bbad; }
.reviews-stars-rating span.star.half-filled:after { content:"\f005"; color:#64bbad; margin-left:-20px; }
/*Media Query For Macbook*/
@media all and (min-width: 900px) and (max-width: 1440px) {
  .meet-therapist {
    padding-left: 50px;
    padding-right: 35px;
    width: 50%;
    padding-top: 25px;
  }

  .therapist-profile {
    width: 50%;
  }
  .swiper-button-next {
    margin-right: 30px;
  }

  .swiper-button-prev {
    margin-left: 30px;
  }
  .meet-therapist p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .meet-therapist h2:before {
    font-size: 50px;
    padding-top:45px;
  }

  .mySwiper {
    top: 73.5% !important;
  }
  .swiper-slide .thumb-img {
    margin: 0px 15px;
  }
  .our-therapist {
    padding-bottom:0px;
  }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 40px;
  }
  .thumb-img .fs-20{
      font-size: 16px;
  }
  .thumb-img .fs-16 {
      font-size: 14px;
  }
}
@media(max-width:991px){
    .swiper-button-prev { margin-left: 10px; }
    .swiper-button-next { margin-right: 10px; }
}
@media(max-width:767px){
    .swiper-button-prev { margin-left: 10px; }
    .swiper-button-next { margin-right: 10px; }
    .swiper-button-next, .swiper-button-prev {  top: 40% !important; }
}

/*Media Query for smalll adn medium device*/
@media all and (min-width: 300px) and (max-width: 889px) {

.meet-therapist h4 {
  font-size: 16px;
 }
    .our-therapist{
        display: inline;
        background-color: #EFE9DF;
    }
    .meet-therapist{
        width: 100%;
        padding: 0px 20px 180px 20px;
    }
    .therapist-profile{
        display: none;
    }
    .meet-therapist{
        background-color: #EFE9DF;
    }
    .meet-therapist h2:before{
        font-size: 30px;
    }
    .meet-therapist p{
        font-size: 18px;
    }
    .meet-therapist h2{
        font-size: 22px;
    }
    .therapist-sm{
    display: inline;
    margin-bottom: 15px;
   }
     .mySwiper {
    top: 83% !important;
    padding: 30px 0px!important;
    height: 172px!important;
  }
  .thumb-img img{
      width: 56px;
  }
  .thumb-img .fs-20{
      font-size: 16px;
  }
  .thumb-img .fs-16{
      font-size: 14px;
  }
  .meet-therapist img{
      margin: 10px 0px 0px 0px;
      position: relative;
    width: 80%;
    left: 9.9%;
  }
  .swiper-button-next i, .swiper-button-prev i{
    font-size:40px;
  }
}