.navbar {
    border: none;
    border-radius: 0;
    padding: 15px;
    z-index: 998;
    border-bottom: 1px solid #e7e7e7;
}

.SideBar {
    border: 7px solid #f1f1f1;
    padding: 10px 25px;
}

/* expariment */

.FormTitleList {
    list-style: none;
    padding: 0;
    margin: 22px 0 35px 0;
}

.FormTitleList li {
    color: #464646;
    font-size: 21px;
    font-weight: 700;
}

.FormTitleList {
    display: block;
    list-style: none;
    position: relative;
}

.FormTitleList:before {
    content: "▾";
    position: absolute;
    right: 0px;
    top: 0px;
    transition: transform 0.2s linear;
}

.FormTitleList.open:before {
    transform: rotate(180deg);
}

.FormTitleList li {
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.FormTitleList.open li:hover {
   color: #00a95b;
}

.FormTitleList li:not(.active) {
    height: 0;
    opacity: 0;
    z-index: 0;
}

.FormTitleList li.active {
    z-index: 10;
}

.FormTitleList.open li {
    height: 30px;
    opacity: 1;
    margin-bottom: 10px;
}

/* expariment ends here */

.SideBar input {
    background: #ffffffde;
    padding: 12px;
    border: 2px solid #f1f1f1;
    height: 45px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bcbcbc;
    border-right: none;
    text-indent: 6px;
}

.SideBar input::placeholder {
    font-weight: 500;
    color: #bcbcbc;
}

.SearchBtn {
    padding: 10px 15px;
    border: 2px solid #f1f1f1;
    height: 45px;
    border-radius: 0 8px 8px 0;
    margin-left: -2px;
    border-left: none;
    background: #00a95b;
    color: #fff;
    transition: 0.4s ease all;
}

.SearchBtn:hover, .SearchBtn:focus, .SearchBtn:active {
    background: #00a95b;
    color: #fff;
    outline: none !important;
    border: 2px solid #f1f1f1;
    border-left: none;
}

.form-group {
    margin: 25px 0;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #00a95a52;
}

.Dynamic_list {
    list-style: none;
    padding: 0 4px;
}

.Dynamic_list li {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #cfcfcf;
    margin-top: 15px;
    padding-bottom: 15px;
}

.Dynamic_list li a{
    color: #828282;
    cursor: pointer;
    transition: 0.4s ease all;
}
.Dynamic_list li a:hover{
    color: #00a95b;
    text-decoration: none;
}

.Dynamic_list li:last-child {
    border-bottom: none;
}

/* main content starts here */

.content {
    line-height: 24px;
    letter-spacing: 0.5px;
    width: 97%;
    color: #828282;
    float: right;
}

.TableAppointmentBtn:hover {
    background: #037f46;
    color: #fff;
}

.TableAppointmentBtn {
    border-radius: 50px;
    background: #00a95b;
    font-size: 11px;
    color: #fff;
    transition: 0.4s ease all;
}

/*table settings*/

.DoctorScheduleTable tbody tr td, .DoctorScheduleTable thead tr th {
    line-height: 27px;
    border-top: none;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
}

.DoctorScheduleTable thead tr th {
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
}

.DoctorScheduleTable thead {
    background: #e2e2e270;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f3f3f352;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

/* media query starts here */

@media (max-width: 992px) and (min-width: 768px) {
    .content {
        width: 100%;
        margin-top: 20px;
    }
}

/* media query starts here */

@media (max-width: 992px) and (min-width: 768px) {
    .content {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) and (min-width: 320px) {
    .content {
        width: 100%;
        margin-top: 20px;
    }
    .xs_no_paadding {
        padding: 0;
    }
}