.doctor-scroller-outer {
  position: relative;
  width: 100%;
}

.doctor-scroller-outer .swiper-horizontal{
    overflow: hidden;
}

.doctor-scroller-outer .swiper-button-prev {
  left: -40px !important;
    color:#5bc0de !important; 
}
.doctor-scroller-outer .swiper-button-next {
  right: -40px !important;
    color:#5bc0de !important; 
}

.doctor-scroller-item{
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}


.doctor-scroller-img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
}

.doctor-scroller-img-round {
  border-radius: 100% !important;
}

.doctor-scroller-img-square {
  border-radius: 0 !important;
}


.doctor-scroller-name {
  font-weight: bold;
  font-size: 1em;
  margin-top: 0.2em;
  text-align: center;
  min-height: 48px;
max-height:48px;
}



.doctor-scroller-specialization {
  font-size: 0.95em;
  color: #555;
  text-align: center;
  max-width: 260px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  white-space: normal;
    min-height:  55px;
}

.doctor-scroller-profile-btn {
  display: inline-block;
  padding: 0.4em 1.2em;
  font-size: 1em;
  border-radius: 4px 4px 4px 4px;
  border: unset !important;
  background: #5bc0de;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 0.5em;
}
.doctor-scroller-profile-btn:hover {
    background-color:#2690E4 !important;
  color: #fff !important;
    border-style: none;
}

@media screen and (max-width: 1320px) {
  .doctor-scroller-img {
  max-width: 230px !important;
}

 .doctor-scroller-outer{
  overflow: hidden;
 }
  
}