﻿.map-box iframe {
    border-radius: 20px;
    width: 100%;
    height: 270px !important;
}

.hospital-detail-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.hospital-detail-info-widget {
    margin-right: 15px;
}

    .hospital-detail-info-widget img {
        border-radius: 4px;
        height: 90px;
        width: 90px;
        object-fit: cover;
    }

.hospital-det-info {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .hospital-det-info h3 {
        font-family: 'CircularStd';
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        /* blue-gray/900 */
        color: #0F172A;
    }

    .hospital-det-info .doctor-count {
        font-family: 'CircularStd' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 20px;
        /* blue-gray/500 */
        color: #64748B !important;
    }

    .hospital-det-info .patient-status {
        font-family: 'CircularStd' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* careme-blue */
        color: #2563EB;
    }

    .hospital-det-info a span {
        font-family: 'CircularStd' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 20px;
        /* blue-gray/900 */
        color: #0F172A;
    }

.hospital-active {
    background-color: #10B981;
    border: 3px solid #FFFFFF;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 70px;
}

.careme-blue-dot {
    background: #2563EB;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}



.doctor-img img {
    border-radius: 50% !important;
}
