/**
* 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: #fff;
    margin: 0px 175px;
    border-radius: 15px 15px 0px 0px;}
.header-rmsearch-show-xs {
  background-color: #ffffff;
  top: 0;}
  .header-rmsearch-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.header-rmsearch-wrapper.rmsearch-shadow {
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 15%);
  border-radius: 15px;
}
.header-rmsearch-primary {
  display: table-cell;
  vertical-align: middle;
  /* text-align: center; */
}
.header-rmsearch-inner-wrapper {
  /* margin: 30px 15px 15px 15px; */
  margin: 15px;
}
.header-rmsearch-inner-wrapper label {
  /* font-family: 'Noto Sans'; */
  /* font-style: normal; */
  float: left;
  font-weight: 600;
  font-size: 14px;
  /* line-height: 25px; */
  letter-spacing: 1px;
  /* padding-bottom: 22px; */
  color: #000000;
}
#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;}

.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;}
.header-rmsearch-show-xs {
  background-color: #ffffff;
  top: 0;}
/* #search_hotel_block_form .header-rmsearch-input {
  height: 55px;} */
#search_hotel_block_form #search_room_submit {
  padding: 5px;
  float: left;
  margin-top: 20px;}
@media (min-width: 768px) {
  #search_hotel_block_form .check_in_field_block {
    padding-right:5px;}
  #search_hotel_block_form .check_out_field_block {
    padding-left:5px;}}

@media (min-width: 768px) and (max-width: 1199px) {
  #search_hotel_block_form #hotel_location, #search_hotel_block_form #id_hotel_button {
    padding-left: 40px;
    padding-right: 30px;}
}

@media (max-width: 991px) {
  .header-rmsearch-hide-xs  {
    margin: 0px 80px;}
}