﻿/*STAAH BOOKING*/

.staah-booking {
    z-index: 99;
    position: relative;
    margin: auto;
    display: block !important;
}

.staah-card {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
}

div#quickbook-widget .MbsSearchWidget .searchBtn {
    background-color: #623015 !important;
    color: #ffffff !important;
    border: none !important;
}

@media screen and (max-width: 768px) {
    .staah-booking {
        z-index: 999;
        position: unset;
        margin: auto;
        display: block !important;
    }

    .staah-card {
        position: unset;
        margin-top: 30px !important;
    }
}
