.appointment_head ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.appointment_head ul li {
    list-style: none;
    width: 50%;
    text-align: center
}

.appointment_head ul li a {
    display: block;
    padding: 10px 12px;
    color: #000
}

.appointment_head ul li a.active {
    background-color: #396CF0;
    color: #fff
}

.serials .srl {
    margin-bottom: 10px;
    width: 32.8%
}

.serials .srl.active {
    background: #007544
}

.disable_click {
    cursor: not-allowed
}

/*# sourceMappingURL=custom.css.map */
