.fullFormWrap{
    background-color: white;
}
#doctor_profile .fullFormWrap {
    width: 95%;
    padding: 20px;
}

#doctor_profile .fullFormWrap .form-control {
    height: 30px;
}

#doctor_profile .appoint-day-list li a.active {
    background: rgba(15, 101, 173, 1);
    color: #fff;
    border-right: 1px #d6dd35 solid;
    border-bottom: 1px #d6dd35 solid;
   
}

#doctor_profile #time-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#doctor_profile #time-wrap .cmn-btn {
    font-size: 11px;
    font-weight: 500;
    padding: 4px 3px;
    margin: 0;
    text-align: center;
    display: block;
    box-shadow: 0px 7.380897521972656px 22.142690658569336px 0px #00000026;
    width: calc(33% - 13px);
    border:1px solid #0F65AD;

}

#doctor_profile #time-wrap .active {
    border: 1px solid #d6dd35;
    background: #0F65AD;
    color: #fff;

}

.appoint-day-list li a {
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0px 7.380897521972656px 22.142690658569336px 0px #00000026;
    border-right: 1px #d6dd35 solid;
    border-bottom: 1px #d6dd35 solid;
}

.appointment-pop-up-root,.appointment-pop-up-root-fees,.appointment-pop-up-root-patients,.appointment-reg-pop-up-root {
    align-items: center;
    background-color: #4d4b4b8a;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3500;
}

.appointment-pop-content-container-main {
    align-items: center;
    border-radius: 10px;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 40%;
}


.appointment-pop-up-root  .form-control,.enter-mobile-number-form .form-control {
    border: 1px solid #dedede;
    color: #9A9AB0;
    height: 39px;
    border-radius: 10px;
}
.form-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.doctor_bottom table {

    margin: 20px auto;
    width: 98%;
}
.doctor_bottom table th {
    text-align: left;
    font-size: 14px !important;
    font-weight: 200;
    padding: 0.2em;
    background: #0F65AD;
    color:#fff;
    font-weight: 600;;
}
.doctor_bottom table, .doctor_bottom table td, .doctor_bottom table th {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.doctor_bottom table td {
    text-align: left;
    font-size: 13px !important;
    padding: 0.2em;
}
.profile-desc-wrap h2 { font-size:18px;font-weight: 500;}

.profile-desc-wrap .cmn-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.slot_scroll {
    height: 216px;
    overflow-y: scroll;
}

.dr-appoint-wrap .profile-dr-info h1 {
    font-size: 22px;
    line-height: 25px;
}
.dr-appoint-wrap .profile-dr-info h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.dr-appoint-wrap .profile-dr-info h2 span {
    display: block;
    font-size: 15px;font-weight: 500;
    margin-top:5px;
}
.appointment-pop-up-root .fullFormWrap .cross {
    display: flex;
}
.appointment-pop-up-root-patients .fullFormWrap ,
.appointment-pop-up-root .fullFormWrap,
.appointment-pop-up-root-fees .fullFormWrap,
.appointment-reg-pop-up-root .fullFormWrap  {
    max-width: 97% !important;
    padding: 20px !important;
    margin: 15px auto !important;
    position: relative;
}
.cross {
    font-weight: 900;
    position: absolute;
    right: 2%;
    top: 2%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    cursor: pointer;
}

/* mobile CSS */

@media(max-width:767px){

    .appointment-pop-content-container-main {
        width: 99%;
    }
    #doctor_profile #time-wrap .cmn-btn {
        width: calc(50% - 10px);
    }
}