.hide-banner-form {
  display: none;
}
.home-booking-new-sec {
  background-color: #faf8f5;
  height: 250px;
}
.facility-icon-section {
  height: 100vh;
}
.facility-sec-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#carousel_slider_wp {
  background: linear-gradient(transparent, #575757c5);
}
.box_overlay {
  background-color: #153d6e;
}
.btn-hover-color:hover {
  background-color: #153d6e !important;
}
/* whatsapp */
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 13px;
}
.new-color-white {
  color: white;
}
#submit-contact {
  background-color: #163d6e;
  color: white;
}
#submit-contact:hover {
  background-color: #39c0c5;
}
/* facility owl slider */
.owl-prev {
  left: -70px !important;
}
.owl-next {
  right: -70px !important;
}
.owl-carousel-new {
  /* display: block !important; */
  width: 100%;
}
.owl-stage {
  display: block !important;
  /* width: 100% !important; */
}
.owl-dots {
  display: none;
}
@media only screen and (max-width: 600px) {
  .owl-prev {
    display: none !important;
  }
  .owl-next {
    display: none !important;
  }
}

/* Booking Form new style */
.resv-title {
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translatey(-50%);
  padding-left: 25px;
}
.title-text-color {
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .resv-title {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
