#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
   background: #F8ECD6;
}

@media screen and (min-width: 1180px) {
    #block-search.main {
        position: absolute;
        z-index: 21;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.7);
    }
}

.be-container {
    padding: 0 25px;
}

#be-booking-form {
    z-index: 1;
}

.booking-section {
    padding: 50px 0 70px;
}

.booking-page .newsletter-form,
.booking-page .social-icon-three {
    display: none;
}
#pop_vr{
    position: fixed;
    bottom: 100px;
    z-index:99999;
        left: 25px
    
}
#pop_vr >img{
    width:55px;
}


.whats_app {
    right: 60px;
    bottom: 144px;
      position: fixed;
      z-index:999;
}
.whats_app a img {
    display: block;
    width: 50px;
}