#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #F8F6F3;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    display: none;
}

.be-container {
   max-width: 1380px;
   margin: 0 auto;
   padding: 0 30px;
}

#be-booking-form {
    width: 100%;
    max-width: 1297px;
    margin: 20px auto 120px auto;
    z-index: 0;
}

#block-search.main {
    position: relative;
    margin: -153px auto 0 auto;
    z-index: 2;
    max-width: 1215px;
    background: #F8F6F3;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.be-container.main {
   padding: 0 30px;
}

.booking-header {
    margin-top: 120px;
}

.booking .footer-widget-social-icon,
 {    display: none;
}

.cstm_modal {
    width: 480px !important;
}

.be-link {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b28331;
    background-image: linear-gradient(0deg,#b28331,#b28331);
    border: 0 solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent, inset 0 0 0 0 hsla(0,0%,100%,0);
    color: #fff;
    cursor: pointer;
    font-family: Montserrat,Arial,sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 600;
    height: 42px;
    max-width: 168px;
    padding: 0 12px;
    text-shadow: 0 0 0 transparent;
    text-transform: none;
    white-space: normal;
}

.be-link:hover {
    background-color: #cb9941;
    background-image: linear-gradient(0deg,#cb9941,#cb9941);
    border: 0 solid hsla(0,0%,100%,0);
    border-bottom-color: hsla(0,0%,100%,0)!important;
    color: #fff !important;
}

@media only screen and (max-width: 1410px) {
#block-search.main {
    margin-top: -123px;
}
}

@media only screen and (max-width: 1188px) {
#block-search.main {
    margin-top: unset;
}
}