/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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/licenses/afl-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/licenses/afl-3.0.php Academic Free License 3.0
*/


.header-rmsearch-container {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 10;}
#qips_main_section {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

.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 {
  background-color: rgba(189, 230, 201, 0.6); /* fully opaque */
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 8px 30px;
  border-radius: 40px;
}
#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-inner-wrapper{
    background-color: transparent;
  }
  #search_hotel_block_form .header-rmsearch-input{
    border:1px solid black;
  }
  .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;}
.form-group{
  margin:0px;
}
.header-hotel-name{
  font-size: 40px!important;
}
/* .fancybox-inner #search_hotel_block_form {
  grid-template-columns: 1fr;
} */


