.booking-link a {
    color: #FFFFFF!important;
    padding: 0 12px;
    position: relative!important;
    letter-spacing: 2px!important;
    font-family: "Open Sans"!important;
    line-height: 58px!important;
}

.booking-link a:before{
    content:" ";
    width:100%;
    background:#376089;
    height:30px;
    display:inline-block;
    position:absolute;
    z-index:-1;
    top: 14px;
    left:0;
    border-radius: 20px;
    transition:all .3s ease;
  	opacity:.8;
}

.mobile-menu .booking-link a:before {
    top: 23px;
}

.mobile-menu .booking-link a{
    text-align:center;
}

.booking-link a:hover:before{
    transition:all .3s ease;
    opacity: 1;
}

.booking-link{
    border-bottom:none!important;
}

.booking-link a:hover:after {
    display: none!important;
}

.prez a.za-btn {
    float: right;
}

.prez-mid a.za-btn {
    margin: 30px auto!important;
    float: none;
    text-align: center;
    display: block;
    width: fit-content;
}