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

    width: 80px;
    height: 80px;

    border-radius: 8px;
}
.doctor-detail-desc {
    min-height: 65px;
}
.doctor-detail-desc h2 {
    margin-top: 4px !important;
    font-size: 16px !important;
}
.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: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    white-space: nowrap;
}
.doctor-option {
    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;
    }
}
