.banner img {
    width: 100%;
}

.desktop-img{
    display: block;
}

.mobile-img {
    display: none;
}

#splide-ikoc .splide__list{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

/* banner Quick link Start */
  .banner-select-section{
    width: 90%;
    margin: auto;
    height: 94px;
    background: #fff;
    border: 1px solid #0174be45;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-quick-link-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .banner-quick-link-col .form-group{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
   
  }
  .banner-quick-link-icon img{
    display: block;
  }
  .banner-quick-link-col a{
    color: #0C356A;
    display: block;
    font-size: 16px;
  }
  .banner-quick-link-icon{
    margin-right: 10px;
  }
  .doctor-search-bar{
    margin-top: -50px;
    position: relative;
    z-index: 9;
  }
  .baner-quick-link-border{
    border-right: 1px solid #e2e3e5;
    padding-right: 40px;
  }
  /* banner Quick link End */

.overview{
    background-color: #F1F7FB;
}

.obesity-overview{
    background-color: #F1F7FB;
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    gap: 54px;
    place-items: center;
    padding: 30px 0;
}

.obesity-title{
    margin-bottom: 20px;
}

.section-margin{
    margin: 50px 0;
}

.our-doctor-box{
    height: 250px;
      border: 5px solid #0C356A;
      width: 100%;
      border-radius: 64px;
      overflow: hidden;
  }
  .our-doctor-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .our-doctor-name{
    text-align: center;
  }
  a.book-button{
    display: inline-block;
    background: #393B79;
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    /* pointer-events: none; */
  }
  .dco-div{
    height: 100%;
    position: relative;
    padding-bottom: 50px;
  }
  .our-doctor-name h3{
    font-size: 20px;
    color: #0C356A;
    margin-bottom: 5px;
    font-weight: 600;
    height: 50px;
      overflow-y: auto;
  }
  .our-doctor-name p{
    font-size: 15px;
    text-transform: uppercase;
    color: #7E3A74;
    margin: 0;
    line-height: 21px;
    height: 65px;
      overflow-y: auto;
      margin-bottom: 10px;
  }
  .our-doctor-name h3::-webkit-scrollbar,.our-doctor-name p::-webkit-scrollbar {
    width: 5px;
    height: 15px
  }
  
  .our-doctor-name h3::-webkit-scrollbar-track,.our-doctor-name p::-webkit-scrollbar-track {
    width: 5px;
    height: 15px;
    background: #d2e8f5;
    border-radius: 10px
  }
  
  .our-doctor-name h3::-webkit-scrollbar-thumb,.our-doctor-name p::-webkit-scrollbar-thumb {
    background: #0c356a;
    border-radius: 10px
  }
  .doctor-slider{
    margin-top: 50px;
  }

  .doctor-slider .splide__pagination{
    bottom: -2.5rem;
  }

  .splide__arrows {
    position: absolute;
    justify-content: space-between;
    align-items: center;
    top: -85px;
    right: 20px;
    display: flex;
    width: 100px;
}
.splide__arrows button {
    position: unset !important;
    border: 2px solid #d2e7f5;
    height: 38px;
    width: 38px;
    background: #fff;
    color: #0c356a;
}

.splide__pagination__page {
    background: #fff !important;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 12px !important;
    margin: 0 10px;
    opacity: 1 !important;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px !important;
    border: 1px solid #c7e5f8 !important;
}
.splide__pagination__page.is-active{
    transform: scale(1) !important ;
    background: #0C356A !important;
    border-color: #0C356A !important;
  }

.splide__slide{
    position: relative;
}

.splide:not(.is-overflow) .splide__pagination {
  display: flex !important;
  justify-content: center; /* Optional: center the dots */
  bottom: 4.5rem !important;
}

.doctor-slider-speciality .splide__list{
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.obesity-services .d-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-top: 15px;
}

.our-center-box{
    position: relative;
  }
  .our-center-box img{
    display: block;
    width: 100%;
    border-radius: 10px;
    height: auto;
    object-fit: cover;
    margin-bottom: 30px;
    position: relative;
  }
  .center-name{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    padding: 10px 12px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #E6F1F8;
    z-index: 9;
    bottom: 0px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .center-name h4{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0C356A;
    text-align: center;
    line-height: 18px;
  }

  .our-doctor-box{
    height: 250px;
      border: 5px solid #0C356A;
      width: 100%;
      border-radius: 64px;
      overflow: hidden;
  }
  .our-doctor-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .our-doctor-name{
    text-align: center;
  }
  a.book-button{
    display: inline-block;
    background: #393B79;
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    /* pointer-events: none; */
  }
  .dco-div{
    height: 100%;
    position: relative;
    padding-bottom: 50px;
  }

  .treatment{
    background-color: #F8F5F8;
    margin: 50px 0;
  }

  .obesity-treatment .d-grid{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-top: 15px;
  }

  .treatment-col{
    background: #FFFFFF;
    box-shadow: 0px 4.16988px 24.59px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .treatment-col p{
    margin: 0;
  }

  .obesity-medications .our-center-box .center-name{
    height: unset;
    padding: 20px;
  }

  .why-choose .d-grid{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 30px;
  }

  .our-center-box a{
    pointer-events: none;
  }

  /* FAQ Start */
.accordion {
  width: 100%;
  max-width:100%;
  overflow: hidden;
  margin-top: 40px;
  background-color: #fff;
  border: 2px solid #d2e8f5;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion__intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.accordion__intro span{
  position: absolute;
  right: 30px;
  top: 35%;
  transition: all 0.3s ease-in-out;
}
.accordion.accordion__active .accordion__intro span{
  transform: rotate(180deg);
}
.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.accordion h4,
.accordion p {
  margin: 0;
}
.accordion h4 {
  color: #6c6d6e;
  font-size: 18px;
  font-weight: 600;
}
.accordion p, .accordion ul li {
  color: #6c6d6e;
  font-size: 15px;
  margin: 0;
  line-height: 28px;
}
.accordion ul li a{
  color: #0C356A;
  text-decoration: underline;
}
.accordion__active .accordion__content {
  padding:20px;
  opacity: 1;
}
/* FAQ End */

.overview-two h1{
  display: none
} 

@media(max-width:991px){
  .obesity-services .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .advance-tech-box-img img{
    width: 100%;
    height: auto;
  }
}


@media(max-width:767px){
    .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }
    .obesity-overview{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .obesity-services .d-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .obesity-treatment .d-grid{
      grid-template-columns: repeat(1, 1fr);
    }

    .why-choose .d-grid{
      grid-template-columns: repeat(1, 1fr);
    }

    .banner-select-section{
      gap: 20px;
    }

    .banner-quick-link-col a, .banner-select-section .dropdown-select {
      font-size: 12px;
      line-height: 12px;
    }

    .banner-quick-link-col .form-group{
      justify-content: center;
      margin-left: 0;
    }

    .baner-quick-link-border{
      padding-right: 80px;
    }

    .banner-select-section {
      align-items: center;
      height: 70px;
    }

    .splide:not(.is-overflow) .splide__pagination{
      bottom: 3.5rem !important;
    }

    .overview-one{
      order: 2;
    }

    .overview-two{
      order: 1;
    }

    .our-doctor-box{
      height: 260px;
      width:260px;
      margin: 0 auto;
    }
}
