section h2 {
    font-family: 'Questrial', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    padding: 10px 0px;
    width: 100%;
}

.checkbox-specialities {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
    flex-direction: column;
    width: 100%;
    height: 80vh;
    background-color: #f1f1f1;
    padding: 10px;
    padding-top: 0px;
    border-radius: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.checkbox-specialities::-webkit-scrollbar {
    width: 4px;
}

.checkbox-specialities::-webkit-scrollbar-thumb {
    background-color: #4682b4;
    border-radius: 10px;
}

.checkbox-specialities::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 10px;
}

.checkbox-specialities .check-field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 10px;
    padding: 5px;
    transition: 0.3s;
}

.checkbox-specialities .check-field:hover {
    background-color: #2abea439;
    gap: 10px;
    transition: 0.3s;
}

.checkbox-specialities h4 {
    width: 100%;
    color: #202529;
    font-size: 18px;
    font-weight: 300;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    position: sticky;
    background-color: #f1f1f1;
    font-weight: 500;
    top: 0;
    left: 0;
}

.checkbox-specialities .check-field label {
    color: #202529;
    font-size: 14px;
    font-weight: 300;
}

.departments .quicklinks h3 {
    width: 100%;
    margin: 1.5rem 0px !important;
    margin-left: 0px !important;
}

.doctor-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #20252969;
    display: none;
}

.doctor-modal .modal-content {
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.doctor-modal .modal-content .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
}

.doctor-modal .modal-body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: transparent;
    height: 70vh;
    max-height: 600px;
    min-height: 400px;
}

.doctor-modal .modal-body .doc {
    padding: 20px;
    border-radius: 10px;
    width: 35%;
    min-width: 300px;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.doctor-modal .modal-body .content {
    padding: 0px;
    border-radius: 0px;
    flex-grow: 1;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    height: 100%;
    border-radius: 10px;
}

.doctor-modal .modal-body .content::-webkit-scrollbar {
    display: none;
    width: 0px;
}

.doctor-modal .modal-body .timing {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    height: fit-content;
    width: 100%;
}

.doctor-modal .modal-body .desc {
    padding: 20px;
    border-radius: 10px;
    background-color: #033048;
    flex-grow: 1;
    width: 100%;
}

.doctor-modal .modal-body .doc img {
    width: 90%;
    max-width: 260px;
    border-radius: 5px;
    overflow: hidden;
    object-position: center;
    object-fit: cover;
    margin-bottom: 10px;
}

.doctor-modal .modal-body .doc .det {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.doctor-modal .modal-body .doc .det h4 {
    font-size: 18px;
    font-weight: 600;
    color: #202529;
}

.doctor-modal .modal-body .doc .det p {
    font-size: 14px;
    font-weight: 300;
    color: #202529;
}

.doctor-modal .modal-body .doc button {
    width: 100%;
    background-color: #2abea4;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.doctor-modal .modal-body .timing h3 {
    font-size: 18px;
    font-weight: 400;
    color: #202529;
    margin-bottom: 20px;
}

.doctor-modal .modal-body .timing table td {
    font-size: 14px;
    min-width: 120px;
    padding: 1px 0px;
}

.doctor-modal .modal-body .desc {
    color: #fff;
}

.doctor-modal .modal-body .desc .wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}

.doctor-modal .modal-body .desc .wrap h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px;
    padding-bottom: 5px;
}

.doctor-modal .modal-body .desc .wrap p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.doctor-modal .modal-body .desc .wrap hr {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 30%;
    min-width: 100px;
}

@media screen and (max-width: 880px) {
    .doctor-modal {
        overflow-y: auto;
        align-items: flex-start;
    }

    .doctor-modal .modal-body {
        flex-wrap: wrap;
    }

    .doctor-modal .modal-content {
        width: calc(100% - 20px);
        margin-top: 60px;
    }

    .doctor-modal .modal-body .doc {
        width: 100%;
    }

    .doctor-modal .modal-content .close {
        position: fixed;
        top: 10px;
        right: 10px;
    }
}
