
.width-50 {
    width: 50%;
}
.doctor-detail-container {
    display: block !important;
    padding-top: 56px;
    width: 70%;
}
.doctor-detail {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    height: 100%;
}
.doctor-detail p {
    padding: 0;
    margin: 0;
    color: #a5a5a5;
}
.doctor-detail-image {
    margin-right: 24px;

    width: 112px;
    height: 112px;

    border-radius: 8px;
}
.doctor-detail-image-modal {
    margin-right: 10px;
    width: 100px;
    height: 100px;

}
.doctor-detail-desc {
    min-height: 65px;
}
.doctor-detail-desc h3 {
    margin-top: 4px !important;
    font-size: 14px !important;
    color: #a5a5a5 !important;
}
.doctor-detail-icon {
    width: 16px;
    height: 16px;
}
.doctor-options {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    white-space: nowrap;
    padding-left: 80px;
    font-size: 13px!important;
}
.doctor-option {
    font-family: helvetica neue;
    color: rgba(4,3,69,.5);
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    height: 34px;
    border-radius: 8px;
}
.m-doctor-app {
    display: none;
}
@media (max-width: 1176px) {
    .doctor-detail-container {
        width: 100%;
    }
}
@media (max-width: 999px) {
    .doctor-detail-container {
        padding-top: 24px;
        padding-bottom: 40px;
        width: 100%;
    }
    .m-doctor-app {
        display: flex;
    }
    .m-doctor-app .clinic-info {
        padding-top: 24px;
        filter: drop-shadow(0px 0px 0px #00000010) !important;
    }
}

@media (max-width: 480px) {
    .doctor-detail-desc h1 {
        font-size: 16px !important;
    }
    .m-doctor-app .clinic-info {
        padding-top: 24px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.doctor-card-head__price {
    margin-left: auto;
    font-size: 25px;
    font-weight: 500;
    color: #040345;
    width: 144px;
}
