#sb-main-container #header{background: #000;}
#main #main-content #sb_content #sb-timeline #steps #sb_booking_content .item {
    width: 50%;
    margin-bottom: 30px;
}
#main #main-content #sb_content #sb-timeline #steps #sb_booking_content .item .cap {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#main #main-buttons .bar .btn {
    max-width: 300px;
    margin: 15px;
    padding: 0 30px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
#main #main-buttons {
    min-height: 100px;
    position: relative;
    display: flex;
    margin-bottom: 0%;
}
#header .brand.company-logo-only .logo {
    display: block;
    max-width: 315px;
}
#main-buttons .wrapper .inner .bar .btn.map::after, #main-buttons .wrapper .inner .bar .btn.book::after{ display: none;}
.tab.tab-col .excerpt-info .tab-pd .content .read-more {
    display: none;
}
#main #main-content #sb_content #sb-timeline #steps-nav ul .step_info_item .title-small {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
#main #main-content #sb_content #sb-timeline #steps #sb_booking_content .item .txt {
    height: auto;}
#sb_datepicker::before {
    content: 'SELECT DATE: ';
}
#main #main-buttons .bar {
    text-align: center;
    padding-top: 0px;
    margin-top: 5%;
}
body{color: #000;}
@media only screen and (max-width:567px){
#main #main-content #sb_content #sb-timeline #steps #sb_booking_content .item {
    width: 100%;
    margin-bottom: 30px;
}
}
