#booking-bar {
    /* font-family: Oswald, sans-serif;
    text-transform: uppercase;
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    line-height: 4.5rem;
    height: 4.5rem;
    left: 0;
    color: #fff; */
    background-color: #8798B0;
    text-align: center;
}


 #booking-bar>form {
    display: unset;
}

#booking-bar .btn{
    background-color: #fff;
    color: #8798B0;
    margin: auto 4rem;
    font-size: 2rem;
    padding: 0;
}

#booking-bar>form>* {
    flex: 1;
    margin: auto;
}

/*Home-New CSS*/
h3.small-heading{
    color: #323232;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
h2.main-heading {
    color: #323232;
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
     margin-bottom:40px;
}
.main-testimonials {
    background-color: #fff;
}
#testimonials {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
        width: 85%;
    margin: 0 auto;
}
#testimonials .ts-item {
    margin:15px;
    text-align: center;
        border: 1px solid #e7e7e7;
        border-radius: 4px;
    padding: 30px 15px;
    min-height: 460px;
}
#testimonials .ts-content-box h2{
    font-family: 'Playfair Display', serif;
    color: #323232;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;

}
#testimonials .ts-content-box span {
    font-family: 'Playfair Display', serif;
        background: #b19743;
      padding: 3px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
#testimonials .ts-img-box{
        background: url(images/01.png);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    margin-bottom: 20px;
}
#testimonials .ts-content-box p {
    color: #7f7f7f;
    text-align: center;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    min-height:200px;
    }
#testimonials .slick-prev:before, #testimonials .slick-next:before {
    color: #b19743;
    font-size: 30px;
}
#testimonials .slick-prev {
    left: -4% !important;
}
#testimonials .slick-next {
    right: -3% !important;
}

#testimonials .ts-company-logo {
    margin: 0 auto;
}
#ex-banquet {
    display: inline-block;
    width:100%;
    background: url(images/bg-banner.jpg);
    background-size: cover;
    background-position: bottom;
    margin-top: 70px;
    text-align: center;
}
#ex-banquet .col-left {
    width:50%;
    float:left;
}
.col-left img{
width:100%;
}
.col-right {
    background-color: #b19743;
    width:50%;
    float: right;
    padding-top: 80px;
    padding-bottom:70px;
}
.col-right h2 {
    font-size: 48px;
    padding-left: 80px;
    padding-right: 40px;
    padding-bottom:30px;
    text-align: left;
    line-height: 72px;
    font-family: 'Playfair Display', serif;
}
.col-right a{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin-left: 80px;
    font-family: 'Open Sans', sans-serif;
}
form#booking ul{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    width: 100%;

}
#booking-bar {
    position: absolute !important;
    width: 100%;
    background: none;
    bottom: 30%;
}
select#adults {
    width:100%;
}
.mainSlider {
    position: relative;
}
form#booking li {
    width: 25%;
    margin: 0;
    border-right: 1px solid #ececec;
    padding: 33px 10px;
    position: relative;
    float: left;
    background:#fff;
}
form#booking{
    margin: 0;
}
form#booking li.btn-box {
    background: #b19743;
    border:none !important;
}
form#booking li.btn-box .btn{
color: #fff;
background:none;
font-size: 24px;
padding-top: 25%;
padding-bottom: 25%;
padding-left: 5%;
padding-right: 5%;
font-weight: 600;
cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
form#booking label{
    font-size: 24px;
    text-transform: uppercase;
    color: #b19743;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#home #logo.isAtTop>img {
    margin-top:-100px;
}

#hero #slider li div {
    width: 23rem;
    vertical-align: middle;
    padding: 1.5rem;
}

form#booking .day{
    margin-top: 0;
    font-size: 54px;
    color:  #111;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    width: 65px;
    pointer-events: none;
    height: auto;
    padding: 0;
    line-height: 1em;
    border:none;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
}
form#booking .month {
    position: relative;
    font-size: 15px;
    color:  #111;
    width: 37px;
    height: auto;
    line-height: 1em;
    border:none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
}
form#booking #number{
    margin-top: 0;
    font-family: "Old Standard TT";
    font-size: 54px;
    color: #111;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    width: 65px;
    pointer-events: none;
    height: auto;
    padding: 0;
    line-height: 1em;
    border: none;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
}
.hb-form-field-input .fa, .hb-select__group .fa{
    color: #111;
    font-size: 20px;
}
.hb-select__group{
    display:inline-block;
}
.hb-select__group .fa{
    display:inline-block;
    position: relative;
    top: 3px;
    left: -15px;
    font-size: 20px;
}
.hb-select__group span {
    display: block;
    height: 25px;
}

@media screen and (max-width:48em) {
.col-left img {
    display: block !important;
}
#ex-banquet{
    background: none;
}
#ex-banquet .col-left {
    width: 100%;
    float: none;
}
.col-right {
    background-color: #b19743;
    width: 100%;
    float: none;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}
.col-right h2 {
    font-size: 36px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    line-height: 48px;
    font-family: 'Playfair Display', serif;
    text-align: center;
}
.col-right a {
    margin:0;
}
#testimonials .ts-item {
    height:auto;
}
}
.bookingLink{
    color: #fff;
    background: #b19743;
    padding: 0;
    padding: 10px 14px 8px;
    border-radius: 3px;
    margin-top: 2px;
}
.bookingLink:hover {
    color: #fff;
}

.picker--focused .picker__day--disabled, .picker__day--disabled {
    background-color: #f9f9f9;
    border-color: #fff;
}
.picker__table td:nth-child(even){
    text-align:center;
}
section.container.MenuContentContainerMain {
    max-width: unset !important;
}
#testimonials .ts-item {
    height: auto !important;
}
