.book-appointment-button,.book-appointment-button:hover,.book-appointment-button:focus{
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #008b8b;
    border-radius: 0;
    margin-bottom: 8px;
    cursor: pointer;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border: 0px;
}

.btn-booked{
    background-color: #ff6347 !important;
    color: #fff !important;
}
.btn-booking {
    background-color: #8a2be2 !important;
    color: #fff !important;
}