.booking{
    float: left;
    margin-top: 5px;
}
.book-appointment{
    background: #fff;
    height: auto;
    text-transform: initial;
    padding: 8px 15px;
    line-height: initial;
    background: #fff;
    font-size: 14px;
    color: #ed1c24;
    border: 1px solid transparent;
}
.book-appointment:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
}