@media only screen and (max-width: 768px) {
  .single-service-medicle {
    height: 300px; } }

.index-doctor-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden; }
  .index-doctor-carousel .index-carousel-container {
    width: 100%;
    overflow: hidden; }
  .index-doctor-carousel .index-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform; }
  .index-doctor-carousel .index-doctor-card {
    flex: 0 0 25%;
    text-align: center;
    padding: 20px; }
  .index-doctor-carousel .index-carousel-prev,
  .index-doctor-carousel .index-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(124, 83, 20, 0.6);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    width: 45px;
    z-index: 10; }
  .index-doctor-carousel .index-carousel-prev {
    left: 10px; }
  .index-doctor-carousel .index-carousel-next {
    right: 10px; }
  @media (max-width: 768px) {
    .index-doctor-carousel .index-doctor-card {
      flex: 0 0 50%; } }

@media only screen and (max-width: 768px) {
  .single-team-area-start.team-radious-style .thumbnail {
    width: 120px;
    height: 120px; } }
