/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/


.header-rmsearch-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;}

.header-rmsearch-hide-xs {
  background-image: url("../img/black-opacity-5.png");}
.header-rmsearch-show-xs {
  background-color: #ffffff;
  top: 0;}
.header-rmsearch-wrapper {
  display: table;
  height: 100%;
  width: 100%;}
.header-rmsearch-primary {
  display: table-cell;
  vertical-align: middle;}
.header-rmsearch-inner-wrapper {
  margin-top: 30px;
  margin-bottom: 15px;}
#make_booking_btn {
  background-color: #BF9958;
  width: 155px;
  height: 50px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'PT Serif', serif;
  font-weight: 400;}
#make_booking_btn_div {
  margin-top: 20px;
  text-align: center;}
@media (max-width: 767px) {
  .header-rmsearch-wrapper #search_hotel_block_form .grid {
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
  .header-rmsearch-wrapper {
    height: calc(100vw - 60px);
    width: calc(100vw - 60px);
  }
}
.fancy_search_header_xs {
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 22px;}
.fancy_search_header_xs hr {
    border: 1px solid #379bf0;
    float: left;
    margin-top: 5px;
    width: 125px;}
/* .fancybox-inner #search_hotel_block_form {
  grid-template-columns: 1fr;
} */