.booking-nav {
    background: white;
    border: none;
    display: flex;
    justify-content: space-around;
    padding: 0.8em;
    border-radius: 6px;
}

.booking-nav li .active {
    border: none;
    background: #d79457 !important;
    border-radius: 5px;
    color: #fff !important;
}

.booking-nav li button {
    color: #747474 !important;
    font-weight: 500;
}

.avail-text {
    color: #d79457;
    font-size: .8em;
    position: relative;
    top: 0.4em;
    font-weight: 500;
}

.link-text {
    color: #d79457 !important;
}

.custom-btn {
    background-color: #d79457 !important;
    color: #fff !important;
}