.partnerRightScroll {
    display: none;
}

.partnerLeftScroll {
    display: none;
}

.actionButton {
    padding: 0px;
}

.profile-image img.play-video-icon {
    top: 140px;
    bottom: unset;
}

.profile-image span {
    top: 145px;
    bottom: unset;
}

#book_appointment_form .input-group-addon {
    height: unset;
    top: unset !important;
    left: 10px !important;
    background-image: none !important;
}

.loc-dist>.icon {
    padding-bottom: 35px;
}

.profile-star .loc-dist {
    margin-bottom: 17px !important;
}

@media (min-width: 380px) and (max-width: 1024px) {
    .partnerRightScroll {
        border: none;
        background: none;
        display: block;
    }

    .partnerLeftScroll {
        border: none;
        background: none;
        display: block;
    }

    .loc-dist>.icon {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 380px) {
    /* .helpline {
        display: flex;
        align-items: center;
    } */

    .text-align-center {
        display: block !important;
    }

    .search-header {
        padding: 10px;
    }

    .partnerRightScroll {
        border: none;
        background: none;
        display: block;
    }

    .partnerLeftScroll {
        border: none;
        background: none;
        display: block;
    }

    .loc-dist>.icon {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .call-to-action-buttons div:first-child {
        padding-top: 5px;
    }

    .book-appointment {
        margin-left: 0px;
        margin-right: 15px;
    }

    .search_profile_wrap>div:last-child {
        position: absolute;
        bottom: 20px;
    }

    .search .helpline .text-align-center {
        width: 46% !important;
    }

    .search-header {
        padding: 10px;
    }
}

.btn-group>.dropdown-menu {
    width: 10px;
}

.search .bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal
}

.responsive-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* optional spacing */
}

/* Desktop widths 
@media (min-width: 768px) {
  .profile-image {
    width: 25%;
  }

  .profile-star {
    width: 50%;
  }

  .search_recom_sect {
    width: 25%;
  }
}*/

/* Mobile widths */
@media (max-width: 767px) {
  .profile-image {
    width: 40%;
    order: 1;
  }

  .profile-star {
    width: 60%;
    order: 2;
  }

  .search_recom_sect {
    width: 100%;
    order: 3;
  }
}