.booking-schedule.schedule-widget {
    overflow-x: auto;
}
.day-slot li {
    width: auto;
    padding: 7px 10px;
    border-radius: 8px;
}
.day-slot li span {
    font-size: 17px;
}
.day-tab-header {
    display: none;
}
.day-tab-header span, .day-tab-header span.slot-date, .day-tab-header span.slot-date .slot-year {
    color: #222222 !important;
}
.day-tab-header.active {
    display: list-item;
}
.day-tab-header.selected {
    background: #6dd7f6 !important;
}
.day-tab-header.disabled span, .day-tab-header.disabled span.slot-date, .day-tab-header.disabled span.slot-date .slot-year {
    color: #bbbbbb !important;
}
.day-tab-header.selected span, .day-tab-header.selected span.slot-date, .day-tab-header.selected span.slot-date .slot-year {
    color: #ffffff !important;
}
.platform {
    pointer-events: none;
    opacity: 0.4;
}
.day-slot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}
.day-slot li.left-arrow-n, .day-slot li.right-arrow-n {
    padding: 0;
    position: relative;
    text-align: center;
    width: 30px !important;
}
.day-slot li.left-arrow-n a, .day-slot li.right-arrow-n a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.day-slot li.left-arrow-n a {
    left: 0;
}
.day-slot li.right-arrow-n a {
    right: 0;
}

.service-list p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-list a:hover {
    color: initial;
}

.clinic-booking a.now-pro-btn {
    width: 100%;
    margin-bottom: 15px;
    background: #23ae5a;
    border: 1px solid #23ae5a;
    color: #ffffff;
}

.clinic-booking a.now-pro-btn:hover, .clinic-booking a.now-pro-btn:focus {
    background: #ffffff;
    border-color: #23ae5a;
    color: #23ae5a;
}

button.now-pro-btn {
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
    border: 1px solid #23ae5a;
    color: #23ae5a;
}

button.now-pro-btn:hover, button.now-pro-btn:focus {
    background: #23ae5a;
    border-color: #23ae5a;
    color: #ffffff;
}

@media (max-width: 768px) {
    .booking-schedule .day-slot li {
        -ms-flex: none;
        flex: none;
        width: auto;
    }
}

.profil-text {
    font-size: 13px;
    font-weight: 500;
    color: #07ae4f;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
}

.booking-total ul li .total-cost.normal-price {
    color: #686868;
    font-size: 14px;
    text-decoration: line-through;
}

.booking-total ul li .total-cost.discounted {
    font-size: 18px;
    font-weight: 800;
}

#warningBanner {
    margin: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}
#warningBanner .close-warning {
    position: absolute;
    right: 20px;
    display: block;
    bottom: 10px;
    font-size: 13px;
    cursor: pointer;
}
#warningBanner p {
    font-size: 14px;
    line-height: 17px;
}
#warningBanner button {
    font-size: 13px;
}
#warningBanner .bannerWrapper {
    padding: 5px;
}

@media (max-width: 991px) {
    #warningBanner h4 {
        font-size: 14px;
    }
    #warningBanner p {
        font-size: 12px;
        line-height: 15px;
    }
    #warningBanner button {
        font-size: 12px;
    }
}