footer {
    padding-top: 0;
}
.f_inner {
    display: none;
    
}
input[type=text], input[type=tel], input[type=email], input[type=submit], textarea {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.reserve #contact table th {
    font-weight: 600;
}

.reserve #contact strong {
background: #AC2222;
}
.reserve #contact .buttonWrapper .cButton {
    padding: 15px;
    border: none;
    border-radius: 30px;
    background: #B7B7B7;
    color: white;
    position: relative;
    transition: all 0.2s;
}

.reserve #contact .buttonWrapper:nth-child(2) .cButton {
    padding: 15px;
    border: none;
    border-radius: 30px;
    background: #0093FF;
    color: white;
    position: relative;
    transition: all 0.2s;
}
.reserve #contact .buttonWrapper {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.contact_btn a {
    padding: 15px;
    border: none;
    border-radius: 30px;
    background: #0093FF;
    color: white;
    position: relative;
    transition: all 0.2s;
    text-decoration: none;
    padding-right: 50px;
    padding-left: 30px;
}

.reserve #contact .buttonWrapper:after, .contact_btn a:after  {
    content: "";
    background: url(../img/reserve/verify_arw.png);
    background-size: contain;
    height: 22px;
    width: 22px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translate(0,-50%);
}
.reserve #contact .buttonWrapper:nth-child(1):after {
    content: "";
    background: url(../img/reserve/verify_arw.png);
    background-size: contain;
    height: 22px;
    width: 22px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: inherit;
    left: 27px;
    transform: translate(0,-50%) scale(-1,1);
}


.reserve #contact .cButton:hover, .contact_btn a:hover {
    opacity: 0.7;
}
.select_day br {
    display: none !important;
}