 
    .hero {
        background: url('https://rahahealth.com.sa/public/images/nurse-checking-pulse-female-patient-s-wrist 1.jpg') no-repeat center center/cover;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
    }
    .hero-overlay {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 4.8rem;
        left: 0;
        width: 100%;
        height: 60vh;
        z-index: 1;
    }
    .hero-content {
        position: relative;
        z-index: 2;
    }


 .search-select .card{
    /* background: #0b0b63; */
    border-radius: 30px 0 30px 0;
    border:none;
 }
 .search-select form{
    /* justify-content: center !important; */
 }
 .search-select form button{
    padding: 9px 14px;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
    background-color: #00d1bd !important;
    /* border-radius: 27.5px; */
    border: 1px solid #00d1bd;
    width: 56%;
    display: block;
    text-align: center;
    margin: auto;
 }

 .search-select .button{
    background-color: #00d1bd;
    border-color: #00d1bd;
    width: 64%;
 }
 @media (max-width: 767px) {
    .row-doctor-container {
        justify-content: center !important; /* Change background color for phones */
    }
}
 .content {
    border: 1px solid rgba(151, 151, 151, .34);
    border-radius: 40px 0 40px 0;
    padding: 28px;
}
 .content .image {
    height: auto;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    width: 133px;
    height: 133px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    max-width: 100%;
    transition: all .2s;
}

.content h3 {
    color: #545859;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 10px;
    /* color: #00685e; */
    color:#00d1bd;
    text-align: right;
}
 .content .PositionSameHeight {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 15px;
    color: #545859;
    padding: 0;
    text-align: right;
}
div.btn{
    width: 80%;
}
 .content a.moreDetails {
    padding: 9px 14px;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
    background-color: #00d1bd !important;
    border-radius: 27.5px;
    border: 1px solid #00d1bd;
    width: 100%;
    display: block;
    text-align: center;
}