.daterangepicker {
  position: absolute;
  color: inherit;
  background: #ffffff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #cccccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before, .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #cccccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #ffffff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #ffffff;
    padding: 4px;
    border-radius: 4px;
    background: #ffffff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
  .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eeeeee; }
  .daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #cccccc; }
  .daterangepicker td.off {
    background-color: #ffffff;
    border-color: transparent;
    color: #999999; }
    .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
      background-color: #ffffff;
      border-color: transparent;
      color: #999999; }
  .daterangepicker td.in-range {
    background-color: #cccccc;
    border-color: transparent;
    color: #000000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active {
    background-color: #77c152;
    border-color: transparent;
    color: #ffffff; }
    .daterangepicker td.active:hover {
      background-color: #77c152;
      border-color: transparent;
      color: #ffffff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #0a4d8c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #cccccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #0a4d8c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover, .ranges li.active {
      background: #0a4d8c;
      border: 1px solid #0a4d8c;
      color: #ffffff; }
      span.logo-icon.footer-logo-icon {
           background: url(../images/logo-inner-gray.png) no-repeat;
          float: right;
          height: 60px;
          background-size: contain;
          padding: 0;
          filter: grayscale(100%);
      }
      .feature_from_cls3 {
          float: left;
          text-align: center;
          width: 100%;
          color: #ddd;
          font-size: 13px;
          font-weight: 500;
      }
      .feature_img_cont > div:nth-last-child(3) {
          margin-bottom: 10px;
      }
      .feature_from_cls4 {
          float: left;
          text-align: center;
          width: 100%;
          color: #ddd;
          font-size: 13px;
          font-weight: 500;
      }
      .slider-box::before {
          content: '';
          height: 140px;
          float: left;
          width: 100%;
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(42, 42, 46));
          bottom: 0;
          left: 0;
          z-index: 1;
          opacity: 1;
          position: absolute;
      }

      div.feature_img_cont {
        position: absolute;
        bottom: 0;
        top: auto;
        min-height: 140px;
        width: 100%;
        z-index: 1
      }


      .feature_from_cls2 {
          float: left;
          width: 100%;
          color: #fff;
          line-height: 20px;
      }

      .slider-box {
          position: relative;
      }
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
      float: left; }
    .daterangepicker .calendar.left {
      clear: left;
      margin-right: 0; }
      .daterangepicker .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .daterangepicker .calendar.right {
      margin-left: 0; }
      .daterangepicker .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .daterangepicker .left .daterangepicker_input, .daterangepicker .calendar.left .calendar-table {
      padding-right: 12px; }
    .daterangepicker .ranges, .daterangepicker .calendar {
      float: left; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left; }
  .daterangepicker .calendar.left {
    clear: none; } }
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/montserrat/Montserrat-Light.eot");
  src: url("../fonts/montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Bold.otf") format("opentype"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-UltraLight';
  src: url("../fonts/montserrat/Montserrat-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-UltraLight.otf") format("opentype"), url("../fonts/montserrat/Montserrat-UltraLight.woff") format("woff"), url("../fonts/montserrat/Montserrat-UltraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brusher-Regular';
  src: url("../fonts/brusher/Brusher-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/brusher/Brusher-Regular.woff") format("woff"), url("../fonts/brusher/Brusher-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Styles go here */
body {
  margin: 0px;
  background: #ffffff;
  font-family: "Montserrat-Light"; }

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  overflow-x: hidden;
  margin: 0px;
  position: relative;
  min-height: 100%;
  height: auto; }

#footer {
  width: 100%;
  position: absolute;
  bottom: 0px; }

font {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  display: block; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

a {
  cursor: pointer; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
  text-indent: 1px; }
  select::-ms-expand {
    display: none; }

.hr_01 {
  background: #c72362;
  height: 4px;
  margin: 0 auto;
  border: none;
  outline: none;
  clear: both;
  margin-bottom: 10px;
  width: 6%; }

.hr_02 {
  background: #77c152;
  height: 4px;
  margin: 0 auto;
  border: none;
  outline: none;
  clear: both;
  margin-bottom: 10px;
  width: 6%; }

.hr_yellow {
  background: #fdd540;
  height: 2px;
  border: none;
  outline: none;
  clear: both;
  margin: 15px 0px 10px 0px;
  width: 100%; }

.hr_03 {
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e9e9e9; }

.img_center {
  text-align: center; }

.btn:focus, .btn:active:focus {
  color: none;
  outline: none; }

.datepicker::before, .datepicker::after {
  border: none; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none; }

:focus {
  outline: none; }

.top-section {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 70px 0px;
  z-index: 10; }

.top-section2 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px; }

.logo {
  text-align: left; }

.logo-mobile {
  height: 60px;
  padding-top: 5px; }

.logo-icon {
  padding: 10px 0px 0px 0px;
  width: 245px;
  height: 100px; }

.logo-icon-redirect {
  padding: 10px 0px 0px 15px;
  width: 245px; }

.logo_class {
  width: 245px;
  height: 100px; }

.top-box {
  float: right;
  padding: 32px 30px 0px 0px; }
  .top-box .nav li a {
    padding: 0px 5px;
    color: inherit;
    text-transform: capitalize; }
    .top-box .nav li a:hover {
      background-color: transparent;
      text-decoration: none; }
    .top-box .nav li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .top-box .navbar-register {
    padding-top: 3px; }
  .top-box .navbar-language {
    padding-top: 9px;
    padding-left: 12px; }
  .top-box .navbar-currency {
    padding-top: 9px;
    padding-left: 12px; }
  .top-box .navbar-wishlist {
    padding-top: 9px;
    padding-left: 12px; }
  .top-box .navbar-profile {
    padding-left: 12px; }
  .top-box .navbar-menu {
    padding-top: 4px;
    padding-left: 12px; }
  .top-box .wishlist-icon {
    color: #c72362 !important; }
  .top-box .welcome-text {
    position: relative;
    top: 9px;
    text-transform: capitalize;
    font: 16px "Montserrat-Light";
    color: #000000; }

.top-box-01 {
  width: 140px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  float: left;
  font: 14px "Montserrat-Light"; }
  .top-box-01 a {
    color: #000000;
    text-decoration: none; }
  .top-box-01 a:hover {
    color: #000000;
    text-decoration: none; }

.top-box-02 {
  width: 110px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  float: left;
  text-transform: uppercase;
  font: 14px "Montserrat-Light"; }
  .top-box-02 a {
    color: #000000;
    text-decoration: none; }
  .top-box-02 a:hover {
    color: #000000;
    text-decoration: none; }

.top-box-03 {
  width: 100px;
  margin: 0px;
  padding: 0px;
  float: left; }

.top-box-04 {
  width: 100px;
  margin: 0px;
  padding: 0px;
  float: left; }

.top-box-05 {
  width: 45px;
  margin: 0px;
  padding: 0px;
  float: left; }

.top-box-06 {
  width: 45px;
  margin: 0px 15px 0px 0px;
  float: left;
  text-align: center;
  padding: 5px 0px 0px 0px;
  border-right: #e9e9e9 solid 1px; }
  .top-box-06 a {
    color: #ed2c76;
    font-size: 16px !important; }

.top-box-07 {
  width: 150px;
  margin: 0px 15px 0px 0px;
  float: left;
  text-align: center;
  padding: 5px 0px 0px 0px;
  border-right: #e9e9e9 solid 1px; }

/* Currency model */
.currency-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }
  .currency-box .list-group {
    margin: 0px; }
  .currency-box .list-group-item {
    border: #eeeeee solid 1px;
    float: left;
    display: inline-block;
    width: 33.33%;
    font: 13px "Montserrat-Light"; }
    .currency-box .list-group-item.active {
      border-radius: 0px;
      background: #77c152;
      border-color: #77c152; }
  .currency-box .list-group-item:first-child {
    border-radius: 0px; }

.language-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }
  .language-box .list-group {
    margin: 0px; }
  .language-box .list-group-item {
    border: #eeeeee solid 1px;
    float: left;
    display: block;
    width: 50%;
    font: 13px "Montserrat-Light"; }
    .language-box .list-group-item.active {
      border-radius: 0px;
      background: #77c152;
      border-color: #77c152; }
  .language-box .list-group-item:first-child {
    border-radius: 0px; }

.currency-heading {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding: 10px 0px 30px 0px;
  text-transform: uppercase; }

.sym-icon {
  float: right;
  text-align: right;
  margin-top: 3px;
  font: 11px "Montserrat-SemiBold"; }

.flagIcon {
  background: url(../images/sprites.png) no-repeat; }

.in {
  background-position: -9px -180px; }

.ar {
  background-position: -41px -180px; }

.en {
  background-position: -73px -180px; }

.qat {
  background-position: -105px -180px; }

.bah {
  background-position: -137px -180px; }

.kuw {
  background-position: -169px -180px; }

.saudi {
  background-position: -201px -180px; }

.usa {
  background-position: -234px -180px; }

.list-group a i {
  content: "";
  display: block;
  position: absolute;
  height: 21px;
  width: 20px;
  left: 11px;
  right: 20px; }

.list-group .flagIcon {
  position: absolute;
  top: 9px;
  right: 20px;
  left: inherit; }

.register_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 13px;
  background: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px;
  text-transform: uppercase; }
  .register_btn:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.login_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 13px;
  background: #77c152;
  border-radius: 50px;
  border: #77c152 solid 1px;
  text-transform: uppercase; }
  .login_btn:hover {
    background: #ffffff;
    color: #77c152;
    border-radius: 50px;
    border: #77c152 solid 1px;
    outline: none; }

.modify_green_btn {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #ffffff;
  margin: 4px 0px 0px 0px;
  padding: 4px 13px;
  background: #77c152;
  border-radius: 4px;
  border: #77c152 solid 1px;
  text-transform: uppercase; }
  .modify_green_btn:hover {
    background: #ffffff;
    color: #77c152;
    border-radius: 4px;
    border: #77c152 solid 1px;
    outline: none; }

.map_back_btn {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #ffffff;
  margin: 4px 0px 0px 0px;
  padding: 4px 13px;
  background: #00005c;
  border-radius: 4px;
  border: #00005c solid 1px;
  text-transform: uppercase; }
  .map_back_btn:hover {
    background: #ffffff;
    color: #00005c;
    border-radius: 4px;
    border: #00005c solid 1px;
    outline: none; }

/* Login Model */
select.selectpicker {
  display: block; }

.modal {
  background: rgba(7, 37, 53, 0.2); }

.modal-sm {
  width: 390px; }

.modal-dialog {
  top: 95px; }

.login-form-box {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 26px 20px 26px;
  /*input[type=checkbox]:checked + label {
    color: $color5;
  } */ }
  .login-form-box .checkbox label {
    padding-top: 3px;
    text-transform: capitalize; }

.facebook_login_btn {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 15px;
  background: #4b6ea9;
  border-radius: 50px;
  border: #4b6ea9 solid 1px;
  width: 98px; }
  .facebook_login_btn:hover {
    background: #ffffff;
    color: #4b6ea9;
    border-radius: 50px;
    border: #4b6ea9 solid 1px;
    outline: none; }

.twitter_login_btn {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 15px;
  background: #1da1f2;
  border-radius: 50px;
  border: #1da1f2 solid 1px;
  width: 98px; }
  .twitter_login_btn:hover {
    background: #ffffff;
    color: #1da1f2;
    border-radius: 50px;
    border: #1da1f2 solid 1px;
    outline: none; }

.google_login_btn {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 15px;
  background: #e66249;
  border-radius: 50px;
  border: #e66249 solid 1px;
  width: 98px; }
  .google_login_btn:hover {
    background: #ffffff;
    color: #e66249;
    border-radius: 50px;
    border: #e66249 solid 1px;
    outline: none; }

.sign_in_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 28px;
  background-color: #0a4d8c;
  border-radius: 50px;
  border: #0a4d8c solid 1px;
  text-transform: uppercase; }
  .sign_in_btn:hover {
    background-color: #ffffff;
    color: #0a4d8c;
    border-radius: 50px;
    border: #0a4d8c solid 1px;
    outline: none; }

.send_otp_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 28px;
  background-color: #77c152;
  border-radius: 50px;
  border: #77c152 solid 1px;
  text-transform: uppercase; }
  .send_otp_btn:hover {
    background-color: #ffffff;
    color: #77c152;
    border-radius: 50px;
    border: #77c152 solid 1px;
    outline: none; }

.sign_in_btn2 {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  padding: 8px 28px;
  background: #0a4d8c;
  border-radius: 50px;
  border: #0a4d8c solid 1px;
  text-transform: uppercase; }
  .sign_in_btn2:hover {
    background: #ffffff;
    color: #0a4d8c;
    border-radius: 50px;
    border: #0a4d8c solid 1px;
    outline: none; }

h2.background {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  h2.background:before {
    border-top: 1px solid #c9cec3;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1; }
  h2.background span {
    background: #fff;
    padding: 0 5px;
    font: 16px "Montserrat-SemiBold";
    text-transform: uppercase; }

.form-control {
  border-radius: 30px;
  font: 14px "Montserrat-Light";
  color: #666666;
  padding: 6px 17px;
  height: 40px; }

.login-check-text, .forgot-check-text {
  font: 12px "Montserrat-Light";
  padding-left: 26px !important; }

.forgot-check-text {
  color: #d74d28;
  padding: 2px 0px 0px 0px !important;
  text-transform: capitalize; }
  .forgot-check-text a {
    color: #d74d28;
    text-transform: capitalize; }
  .forgot-check-text a:hover {
    color: #00005c;
    text-decoration: none; }

.login-text-01 {
  font: 13px "Montserrat-Light";
  color: #0a4d8c;
  text-transform: uppercase;
  padding-bottom: 16px; }
  .login-text-01 a {
    color: #5b98d2;
    text-decoration: none; }
  .login-text-01 a:hover {
    color: #5b98d2;
    text-decoration: underline; }

.login-text-02 {
  font: 11px "Montserrat-Light";
  color: #898d99; }
  .login-text-02 a {
    color: #d94d28;
    text-decoration: none; }
  .login-text-02 a:hover {
    color: #d94d28;
    text-decoration: underline; }

.checkbox {
  margin: 0px; }

/* Reister Model */
.register-form-box {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 25px; }
  .register-form-box .checkbox label {
    padding-top: 3px; }
  .register-form-box .no-padd-left {
    padding: 0px 5px 0px 15px; }
  .register-form-box .no-padd-right {
    padding-left: 0px; }
  .register-form-box .popover2 {
    max-width: 320px !important;
    width: 320px !important;
    border: #0a4d8c solid 2px;
    box-shadow: -4px 7px 11px rgba(0, 0, 0, 0.4); }
  .register-form-box .popover2.bottom > .arrow {
    border-bottom-color: #0a4d8c; }
    .register-form-box .popover2.bottom > .arrow:after {
      top: 2px; }
  .register-form-box .popover-main {
    width: 100%;
    border-bottom: #dee7f0 solid 1px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px; }
    .register-form-box .popover-main:last-child {
      width: 100%;
      border-bottom: none;
      float: left;
      margin-bottom: 10px;
      padding-bottom: 0px; }

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20; }
  .navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px; }
    .navbar-wrapper .navbar .container {
      width: auto; }

/* CUSTOMIZE carousel */
.top-banner .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }
.top-banner .carousel-fade .carousel-inner .active {
  opacity: 1; }
.top-banner .carousel-fade .carousel-inner .active.left,
.top-banner .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.top-banner .carousel-fade .carousel-inner .next.left,
.top-banner .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.top-banner .carousel-fade .carousel-control {
  z-index: 2; }
@media all and (transform-3d), (-webkit-transform-3d) {
  .top-banner .carousel-fade .carousel-inner > .item.next,
  .top-banner .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .top-banner .carousel-fade .carousel-inner > .item.prev,
  .top-banner .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .top-banner .carousel-fade .carousel-inner > .item.next.left,
  .top-banner .carousel-fade .carousel-inner > .item.prev.right,
  .top-banner .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.top-banner .item:nth-child(1) {
  background: url(../images/) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.top-banner .item:nth-child(2) {
  background: url(../images/) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.top-banner .item:nth-child(3) {
  background: url(../) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.top-banner .carousel {
  z-index: -99; }
.top-banner .carousel .item {
  position: fixed;
  width: 100%;
  height: 100%; }

/*.title {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  text-shadow: 2px 2px #000;
  color: #FFF;
  height:700px; 
}*/
.banner-bg {
  background: url("../images/banner-bg-patch.png") repeat-x;
  position: absolute;
  width: 100%;
  height: 193px; }

/* menu */
.menu-box {
  position: absolute;
  right: 45px; }

.heading-02 {
  font: 60px "Montserrat-semiBold";
  color: #ffffff;
  margin: 60px 0px 10px 0px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  display: inline-block;
  text-shadow: 3px 2px 2px #01015b; }

.heading-02-bold {
  font: 60px "Montserrat-SemiBold";
  color: #01015b;
  text-align: left; }

.top-text-01 {
  font: 18px "Montserrat-Light";
  color: #00005c;
  padding: 10px;
  background: rgba(255, 255, 255, 0.35); }

.banner-text-box {
  margin: 10px 0px 90px 20px; }

.ad-example-dropdown-menu {
  width: 100%;
  color: black;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 5px;
  padding: .5em;
  box-shadow: 1px 1px 24px -10px rgba(0, 0, 0, 0.62); }

.ad-example-dropdown-menu .ad-example-suggestion {
  cursor: pointer;
  padding: 5px 4px; }

.ad-example-dropdown-menu .ad-example-suggestion img {
  height: 3em;
  margin-top: .5em;
  margin-right: 10px;
  float: left; }

.ad-example-dropdown-menu .ad-example-suggestion small {
  font-size: .8em;
  color: #bbb; }

.ad-example-dropdown-menu .ad-example-suggestion.ad-example-cursor {
  background-color: #B2D7FF; }

.ad-example-dropdown-menu .ad-example-suggestion em {
  font-weight: bold;
  font-style: normal; }

.ad-example-header {
  font-weight: bold;
  padding: .5em 0;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize; }

.search-box {
  width: 100%;
  margin: 0px;
  padding: 0px 20px;
  float: left; }

.search-box .nav-tabs > li > a {
  padding: 12px 30px;
  width: 148px;
  text-align: center;
  text-transform: uppercase;
  transition: none;
  font: 13px "Montserrat-SemiBold";
  color: #ffffff;
  background: #558fc6;
  border-radius: 15px 15px 0px 0px; }
.search-box .nav-tabs > li > a:hover {
  border-color: transparent;
  background: #558fc6;
  border: #558fc6 solid 1px;
  color: #ffffff; }
.search-box .nav-tabs > li.active > a, .search-box .nav-tabs > li.active > a:hover, .search-box .nav-tabs > li.active > a:focus {
  background: #ffffff;
  border: #ffffff solid 1px;
  color: #01015b; }
.search-box .nav-tabs {
  border-bottom: #ffffff solid 1px; }
.search-box .tab-content {
  background: #ffffff;
  padding: 30px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 18px 30px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 18px 30px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 18px 30px -6px rgba(0, 0, 0, 0.3); }
.search-box .form-control {
  border-radius: 30px;
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 6px 0px 6px 7px; }

.search-box-inner {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float: left; }

.search-box-inner2 {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float: left; }

.search-box-01 {
  width: 80%;
  margin: 0px;
  padding: 0px;
  float: left; }

.search-box-02 {
  width: 20%;
  margin: 0px;
  padding: 0px;
  float: left; }

.simple-search-box-01 {
  width: 70%;
  margin: 0px;
  padding: 0px;
  float: left; }

.simple-search-box-02 {
  width: 30%;
  margin: 0px;
  padding: 0px;
  float: left; }

.search-box-inner .input-group-addon {
  background-color: transparent;
  border: transparent;
  border-bottom: #7bd3f7 solid 2px;
  font-size: 20px;
  color: #b3bcc9;
  padding: 6px 4px; }
.search-box-inner .input-group-addon2 {
  background-color: transparent;
  border: transparent;
  border-bottom: #7bd3f7 solid 2px;
  font-size: 20px;
  color: #b3bcc9;
  padding: 4px 4px 5px 4px;
  width: 25px;
  float: left; }
.search-box-inner .input-group {
  background: #ffffff;
  border: none;
  width: 100%;
  padding: 0px; }

#hoteldetails .input-group {
  background: #ffffff;
  border: none;
  width: 100%; }
#hoteldetails .input-group-addon2 {
  background-color: transparent;
  border: transparent;
  border-bottom: #7bd3f7 solid 2px;
  font-size: 20px;
  color: #b3bcc9;
  padding: 6px 4px;
  width: 25px;
  float: left; }
#hoteldetails .travellers-box {
  width: 86%;
  margin: 0px 0px 0px 0px;
  padding: 9px 10px;
  float: left;
  height: 34px;
  font: 14px "Montserrat-Light";
  text-align: left; }

.hd-change-date-box-sight .input-group {
  background: #ffffff;
  border: none;
  width: 100%; }
.hd-change-date-box-sight .input-group-addon2 {
  background-color: transparent;
  border: transparent;
  border-bottom: #7bd3f7 solid 2px;
  font-size: 20px;
  color: #b3bcc9;
  padding: 6px 4px;
  width: 25px;
  float: left; }
.hd-change-date-box-sight .travellers-box-sightseeing {
  width: 84%;
  margin: 0px 0px 0px 0px;
  padding: 9px 10px;
  float: left;
  height: 34px;
  font: 12px "Montserrat-Light";
  text-align: left; }

.input-group .form-control {
  border: transparent;
  border-radius: 0px;
  box-shadow: none; }

.text-01 {
  font: 11px "Montserrat-Regular";
  color: #0a4d8c;
  text-transform: uppercase; }

.ad-example-suggestion:hover {
  background: #558fc6;
  color: #ffffff; }

.ad-example-suggestion span svg {
  fill: #111; }
.ad-example-suggestion span:hover svg:hover {
  fill: #ff0000; }

.advanced-text {
  font: 12px "Montserrat-Light";
  color: #666666; }
  .advanced-text a {
    color: #666666;
    text-decoration: none; }
  .advanced-text a:hover {
    color: #666666;
    text-decoration: none; }

.check-box-01 {
  width: 30%;
  margin: 0px;
  padding: 0px;
  float: left; }

.check-box-02 {
  width: 30%;
  margin: 0px;
  padding: 0px;
  float: left;
  position: relative; }

.check-box-03 {
  width: 40%;
  margin: 0px;
  padding: 0px;
  float: left;
  position: relative; }

.travellers-box {
  width: 88%;
  margin: 4px 0px 0px 0px;
  padding: 9px 10px;
  float: left;
  height: 34px;
  font: 13px "Montserrat-Light";
  text-align: left; }
  .travellers-box a {
    color: #666666;
    text-decoration: none; }
  .travellers-box a:hover {
    color: #666666;
    text-decoration: none; }

.travellers-box-sightseeing {
  width: 100%;
  margin: 0px;
  padding: 9px 17px;
  float: left;
  height: 34px;
  font: 13px "Montserrat-Light"; }
  .travellers-box-sightseeing a {
    color: #666666;
    text-decoration: none; }
  .travellers-box-sightseeing a:hover {
    color: #666666;
    text-decoration: none; }

.paxcontainer {
  width: 300px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0 1px 5px #999;
  -moz-box-shadow: 0 1px 5px #999;
  box-shadow: 0 1px 5px #999;
  z-index: 9;
  margin-top: 2px;
  right: 0px; }

.pax-contain {
  width: 100%;
  margin: 0px;
  padding: 0px 0px;
  float: left; }

.pax-contain2 {
  width: 100%;
  margin: 0px;
  padding: 6px 0px;
  float: left;
  border-bottom: #f5f5f5 solid 1px;
  text-transform: capitalize; }

.pax-edit-contain {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  border-bottom: #f5f5f5 solid 1px; }

.pax-edit-contain .form-control {
  border-radius: 0px;
  font: 14px "Montserrat-Light";
  color: #666666;
  padding: 4px 5px;
  height: auto; }

.pax-edit-heading01 {
  font: 14px "Montserrat-Regular";
  padding-bottom: 0px;
  text-transform: capitalize; }

.pax-edit-text01 {
  font: 10px "Montserrat-Light";
  padding-bottom: 5px;
  text-transform: capitalize; }

.pax-edit-text02 {
  font: 12px "Montserrat-Light";
  text-transform: capitalize; }

.rowIcons {
  position: absolute;
  margin: 6px 0 0;
  right: 10px;
  color: #000000;
  font-family: "Montserrat-Light"; }
  .rowIcons a {
    color: #000000;
    text-decoration: none; }
  .rowIcons a:hover {
    color: #000000;
    text-decoration: none; }

.edit-icon {
  padding-right: 4px; }

.close-icon {
  color: #ff0000; }

.room-text-box {
  background-color: #f5f5f5;
  padding: 7px 10px;
  color: #666666;
  font: 14px; }

.tipLeft {
  position: relative;
  padding-left: 5px; }

.tipLeft:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 6px;
  margin-top: -6px; }

.pax-bottom-box {
  width: 100%;
  float: left;
  padding: 8px 5px; }

.done_btn {
  font: 12px "Montserrat-Light";
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 15px;
  background: #01015b;
  border-radius: 3px;
  text-transform: uppercase;
  border: #01015b solid 1px; }
  .done_btn:hover {
    background: #01015b;
    color: #ffffff;
    border-radius: 3px;
    border: #01015b solid 1px;
    outline: none; }

.add-room-text {
  font: 12px "Montserrat-Light";
  color: #ffffff;
  border-radius: 3px;
  padding: 8px 15px;
  background: #77c152;
  border: #77c152 solid 1px; }
  .add-room-text:hover, .add-room-text:focus, .add-room-text:active {
    color: #ffffff;
    border-radius: 3px;
    border: #77c152 solid 1px;
    outline: none;
    box-shadow: none;
    background: #56aa2d; }

/* Switch css */
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 26px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer; }

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background; }
  .switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1; }
  .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5); }
  .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0; }
  .switch-input:checked ~ .switch-label {
    background: #77c152;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }
    .switch-input:checked ~ .switch-label:before {
      opacity: 0; }
    .switch-input:checked ~ .switch-label:after {
      opacity: 1; }

.switch-handle {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
  .switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02); }
  .switch-input:checked ~ .switch-handle {
    left: 37px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845; }

.simple_search_text01 {
  font: 11px "Montserrat-Regular";
  color: #0a4d8c;
  text-align: right;
  padding: 5px 5px 0px 0px; }

/* Switch css */
/* Section 2 css */
.section-02 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 40px 0px 50px 0px;
  background: url("../images/section-02.jpg") no-repeat top center;
  background-size: cover;
  min-height: 700px; }

.heading-01 {
  font: 20px "Montserrat-SemiBold";
  color: #01015b;
  padding: 10px 0px 30px 0px;
  text-align: center;
  text-transform: uppercase; }

.no-padding {
  padding: 0px; }

.image-box {
  float: left;
  padding: 2px 2px 2px 2px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.zoom-effect-container {
  float: left;
  position: relative;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1; }

.image-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 5px;
  overflow: hidden; }

.image-card {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  height: 280px;
  background-size: cover !important;
  background-position: center !important; }

.feature_padding {
  padding: 0px; }

.zoom-effect-container:hover .image-card {
  /* -webkit-transform: scale(1.08);
  transform: scale(1.08);*/
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }

.image-inner-box {
  position: absolute;
  z-index: 200;
  top: 15px;
  left: 30px; }

.image-card-text01 {
  font: 36px 'Brusher-Regular';
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.4) 4px 0px 12px; }

.image-card-text02 {
  font: 16px "Montserrat-Light";
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.4) 4px 0px 12px; }

.image-main-box {
  padding: 0px 15px; }

/* Section 2 */
/* Section 3 */
.section-03 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
  z-index: 99; }

.grey-box {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background: #f5f7f8; }

.grey-in-box01 {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  min-height: 228px;
  position: relative;
  overflow-y: hidden; }

.grey-in-box02 {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background: #f5f7f8; }

.grey-in-box01 .carousel-caption {
  top: 30px;
  left: 70px;
  right: 0%;
  text-align: left; }
.grey-in-box01 .carousel-inner > .item {
  height: 230px; }

.masking-box {
  background: url("../images/masking-patch.png") no-repeat top right;
  position: absolute;
  width: 122px;
  height: 230px;
  z-index: 1;
  right: 0px;
  overflow-y: hidden; }

.adjustbgtxt {
  margin-top: 100px; }

.sec03-text-01 {
  font: 24px "Montserrat-Regular";
  color: #ffffff;
  margin: 0px;
  padding: 0px; }

.sec03-text-02 {
  font: 12px "Montserrat-Regular";
  color: #ffffff;
  margin: 0px;
  padding: 10px 0px 0px 0px; }

.sec03-text-03 {
  font: 12px "Montserrat-Regular";
  color: #ffffff;
  margin: 0px; }

.sec03-text-04 {
  font: 24px "Montserrat-SemiBold";
  color: #01015b;
  margin: 0px;
  padding: 45px 15px 10px 10px;
  text-transform: uppercase; }

.sec03-text-05 {
  font: 16px "Montserrat-Light";
  color: #c72362;
  margin: 0px;
  padding: 0px 15px 10px 10px;
  line-height: 22px; }

.sec03-text-05_new {
  font: 16px "Montserrat-Light";
  color: #c72362;
  margin: 0px;
  padding: 10px 15px 3px 0px;
  line-height: 22px;
  display: block; }

.sec03-text-06 {
  font: 13px "Montserrat-Light";
  color: #666666;
  margin: 0px;
  padding: 0px 15px 0px 10px;
  line-height: 20px; }

.sec03-text-06_new {
  font: 13px "Montserrat-Light";
  color: #666666;
  margin: 0px;
  padding: 0px 15px 10px 20px;
  line-height: 23px; }

.sprite-bg {
  background: url(../images/sprites.png) no-repeat top; }

.cloud-icon {
  background-position: -5px -5px;
  width: 48px;
  height: 40px;
  margin-top: -16px; }

.degree-text {
  font: 49px "Montserrat-SemiBold";
  color: #ffffff;
  padding: 5px 0px 0px 12px; }

.degree-text sup {
  font-size: 18px;
  top: -1.5em; }

.blocks, .blocks-2, .blocks-left, .blocks-right {
  overflow-x: hidden; }

.blocks div, .blocks-2 div, .blocks-left div, .blocks-right div {
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  overflow-x: hidden;
  overflow-y: hidden; }

.block-left {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px); }

.block-right {
  opacity: 0;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px); }

/* Section 3 */
/* Section 4 */
.section-04 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 50px 0px 70px 0px;
  background: #ffffff url(../images/section-04-bg.jpg) no-repeat top;
  background-size: cover; }

.section-04:after {
  border-style: solid;
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #a5aeb8; }

.fea-hotel-box {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 80px; }

.fea-hotel-box .nav-tabs {
  text-align: center;
  border-bottom: none;
  margin: 0px 0px 20px 0px; }
  .fea-hotel-box .nav-tabs li {
    float: none;
    display: inline-block; }
    .fea-hotel-box .nav-tabs li a {
      color: #b7c1ca;
      text-transform: uppercase;
      font: 15px "Montserrat-SemiBold"; }
    .fea-hotel-box .nav-tabs li a:hover {
      background: #fdd540;
      color: #01015b;
      border: #fdd540 solid 1px;
      border-radius: 30px; }
.fea-hotel-box .nav-tabs > li.active > a, .fea-hotel-box .nav-tabs > li.active > a:hover, .fea-hotel-box .nav-tabs > li.active > a:focus {
  background: #fdd540;
  color: #01015b;
  border: #fdd540 solid 1px;
  border-radius: 30px; }
.fea-hotel-box .nav li a {
  padding: 8px 30px; }

.slider-box {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-height: 340px; }

.slider-image-01 {
  background: url(../images/owl-slider-image-01.jpg) no-repeat top; }

.slider-image-02 {
  background: url(../images/owl-slider-image-02.jpg) no-repeat top; }

.slider-image-03 {
  background: url(../images/owl-slider-image-03.jpg) no-repeat top; }

/* Section 4 */
/* Section 5 */
.section-05 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 50px 0px 55px 0px;
  background: #ffffff; }

.passionate-text {
  font: 24px "Montserrat-SemiBold";
  color: #01015b;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase; }

.passionate-text2 {
  font: 15px "Montserrat-Light";
  color: #9aa4b0;
  margin: 0px;
  padding: 0px 0px 25px 0px; }

.box-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px; }

.yellow-bg {
  background: #fdd540;
  padding: 21px 0px 0px 23px; }

.email-icon-big {
  background-position: -60px -5px;
  width: 58px;
  height: 52px; }

.blue-bg {
  background: #7bd3f7;
  padding: 21px 0px 0px 28px; }

.mobile-icon-big {
  background-position: -121px -5px;
  width: 44px;
  height: 60px; }

.pink-bg {
  background: #c72362;
  padding: 20px 0px 0px 27px; }

.gift-icon-big {
  background-position: -171px -5px;
  width: 50px;
  height: 60px; }

.passionate-heading {
  font: 24px "Montserrat-SemiBold";
  margin: 0px;
  padding: 25px 0px 5px 0px; }

.yellow-text {
  color: #fdd540; }

.sky-blue-text {
  color: #7bd3f7; }

.dark-pink-text {
  color: #c72362; }

.passionate-text3 {
  font: 14px "Montserrat-Light";
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #666666; }

/* Section 6 */
.section-06 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 50px 0px 55px 0px;
  background: url(../images/mobile-apps.jpg) no-repeat top;
  background-size: cover;
  height: 450px; }

.apps-heading {
  font: 44px "Montserrat-Regular";
  color: #ffffff;
  text-align: center;
  padding: 85px 0px 9px 0px; }

.apps-small-heading {
  font: 13px "Montserrat-Regular";
  color: #ffffff;
  text-align: center; }

.mobile-apps .input-group {
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px; }
.mobile-apps .input-group-btn {
  padding-left: 10px; }

.btn-send {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 9px 13px;
  background: #77c152;
  border-radius: 4px;
  border: #77c152 solid 1px;
  text-transform: uppercase; }
  .btn-send:hover {
    background: #ffffff;
    color: #77c152;
    border-radius: 4px;
    border: #77c152 solid 1px;
    outline: none; }

.qr-code-icon {
  width: 135px;
  margin-top: 94px; }

/* Section 6 */
/* Float Shadow */
.hvr-float-shadow {
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.boxdiv:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.boxdiv:hover:before, .boxdiv:focus:before, .boxdiv:active:before {
  opacity: 1;
  z-index: 1;
  top: 60%;
  left: 35%;
  width: 30%; }

/* Fade */
.hvr-fade {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.search_btn {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  padding: 12px 34px;
  width: 130px;
  background: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px;
  text-transform: uppercase; }
  .search_btn:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.search_btn2 {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  padding: 8px 25px;
  width: 120px;
  background-color: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px;
  text-transform: uppercase; }
  .search_btn2:hover {
    background-color: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

/* footer green */
.footer-green {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 30px 0px;
  background: #77c152; }

.popular-desti-heading {
  font: 19px "Montserrat-SemiBold";
  color: #ffffff;
  text-transform: uppercase; }

.footer-text-01 {
  font: 14px "Montserrat-Light";
  color: #1d2c3a;
  line-height: 22px;
  padding: 10px 60px; }
  .footer-text-01 a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 2px; }
  .footer-text-01 a:hover {
    color: #01015b;
    text-decoration: none; }

.label-padd {
  padding-top: 2px; }

/* footer green */
/* footer blue */
.footer-blue {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 45px 0px 14px 0px;
  background: #1d2c3a; }

.footer-heading {
  font: 16px "Montserrat-Regular";
  color: #ffffff; }

.footer-blue .circle {
  border-radius: 50%;
  margin: 20px 0px;
  font-size: 3em; }
.footer-blue i.fa.fa-twitter {
  background: #4099FF;
  color: #FFFFFF;
  padding: 7px 7px;
  width: 12%; }
.footer-blue i.fa.fa-google {
  background: #dc4e41;
  color: #FFFFFF;
  padding: 7px 7px;
  width: 12%; }
.footer-blue i.fa.fa-instagram {
  background: #3d719a;
  color: #FFFFFF;
  padding: 7px 7px;
  width: 12%; }
.footer-blue i.fa.fa-pinterest-p {
  background: #ce3431;
  color: #FFFFFF;
  padding: 7px 7px;
  width: 12%; }
.footer-blue i.fa.fa-linkedin {
  background: #7092b5;
  color: #FFFFFF;
  padding: 7px 7px;
  width: 12%; }
.footer-blue i.fa.fa-facebook {
  background: #3b5998;
  color: #FFFFFF;
  padding: 7px 7px;
  width: 12%; }

.footer_list01 {
  float: left;
  margin: 20px 0 0 0px;
  padding: 0px;
  width: 100%; }
  .footer_list01 ul {
    float: left;
    margin: 0px;
    display: inline-block;
    padding: 0px; }
    .footer_list01 ul li {
      display: block; }
  .footer_list01 li {
    display: block;
    font: 13px "Montserrat-Light";
    color: #ced0d1;
    line-height: 20px;
    padding: 0px 0px 5px 0px;
    background: url(../images/bulltet-icon-01.png) no-repeat 0px 9px;
    text-transform: capitalize; }
    .footer_list01 li a {
      font: 13px "Montserrat-Light";
      color: #ced0d1;
      text-decoration: none;
      padding: 0px 0px 0px 15px;
      text-transform: capitalize; }
    .footer_list01 li a:hover {
      color: #82c162;
      text-decoration: none; }

.footer-text-02 {
  font: 14px "Montserrat-Light";
  line-height: 22px;
  color: #ced0d1;
  margin: 20px 0px 0px 0px; }
  .footer-text-02 li {
    padding: 0px 0px 10px 0px; }
  .footer-text-02 a {
    color: #ced0d1; }
  .footer-text-02 a:hover {
    color: #77c152;
    text-decoration: none; }

.footer-head01 {
  font: 16px "Montserrat-Regular"; }

.footer-map {
  color: #c72362; }

.footer-phone {
  color: #77c152; }

.footer-email {
  color: #fdd540; }

.social-media-icon {
  width: 25px;
  height: 30px;
  color: #ffffff;
  font-size: 16px !important;
  text-align: center;
  vertical-align: middle;
  padding-top: 7px;
  transition: color 0.8s;
  -webkit-transition: color 0.8s;
  margin-top: 20px;
  margin-bottom: 40px; }

.facbook-icon:hover {
  color: #4060a5; }

.twitter-icon:hover {
  color: #00abe3; }

.linkedin-icon:hover {
  color: #0094bc; }

.google-icon:hover {
  color: #cb2027; }

.instagram-icon:hover {
  color: #cd2e92;
  text-decoration: none; }

.linkedin-icon:hover {
  color: #007bb6;
  text-decoration: none; }

.pin-icon:hover {
  color: #cb2027;
  text-decoration: none; }

.card-icon {
  color: #ffffff;
  font-size: 25px !important;
  margin-top: 10px;
  padding-right: 5px; }

.footer-text-03 {
  font: 14px "Montserrat-Regular";
  color: #ced0d1;
  padding: 20px 0px 30px 0px; }

.footer-input .form-control {
  height: 40px;
  border-radius: 30px 0px 0px 30px !important;
  padding: 6px 12px 6px 20px; }

.footer-search-btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #282828;
  margin: 0px 0px 0px 0px;
  padding: 6px 16px;
  background-color: #7bd3f7;
  border-radius: 50px;
  height: 40px;
  border: #7bd3f7 solid 1px; }
  .footer-search-btn:hover .fa-chevron-right:hover {
    background: none;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #282828; }

.footer-box-01 {
  width: 100%;
  float: left;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  border-top: #34424e solid 1px; }

.footer-text-04 {
  font: 12px "Montserrat-Light";
  color: #ced0d1;
  padding-top: 18px; }

.footer-logo {
  width: 194px;
  height: 54px;
  background-position: -5px -67px; }

.footer-logo-box {
  float: right; }

/* footer blue */
/* Mobile section */
.mobile-top-section {
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 80px 0px; }

.mobile-footer {
  bottom: 0px;
  box-sizing: border-box;
  padding: 15px 0px 15px 0px;
  z-index: 1; }

.search-btn-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: right; }

.hide-01 {
  display: inherit; }

.hide-02 {
  display: none; }

/* Mobile section */
/* Menu */
.menu-inner-box {
  width: 100%;
  float: left;
  padding: 25px 0px 0px 20px; }

.footer-heading-menu {
  font: 14px "Montserrat-Regular";
  color: #b3b3b3; }

.menu-social-media-icon {
  width: 25px;
  height: 30px;
  color: #b3b3b3;
  font-size: 16px !important;
  text-align: center;
  vertical-align: middle;
  padding-top: 7px;
  transition: color 0.8s;
  -webkit-transition: color 0.8s;
  margin-top: 5px;
  margin-bottom: 10px; }

.facbook-icon:hover {
  color: #4060a5;
  text-decoration: none; }

.twitter-icon:hover {
  color: #00abe3;
  text-decoration: none; }

.linkedin-icon:hover {
  color: #0094bc;
  text-decoration: none; }

.google-icon:hover {
  color: #cb2027;
  text-decoration: none; }

.hotel-location-box {
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  float: left;
  border-bottom: #eff7fe solid 1px; }
  .hotel-location-box .list-group-item:first-child {
    border-top: transparent; }
  .hotel-location-box .list-group-item {
    padding: 5px 10px;
    font-size: 12px; }
  .hotel-location-box .checkbox label {
    padding-top: 3px; }
  .hotel-location-box ul {
    max-height: 300px;
    overflow-y: scroll; }

.hotel-filters-box {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  float: left;
  border-bottom: #eff7fe solid 1px; }
  .hotel-filters-box .list-group-item:first-child {
    border-top: transparent; }
  .hotel-filters-box .list-group-item {
    padding: 5px 10px;
    font-size: 12px; }
    .hotel-filters-box .list-group-item:last-child {
      border-radius: 0px; }
  .hotel-filters-box .checkbox label {
    padding-top: 3px;
    width: 100%;
    text-transform: capitalize; }
  .hotel-filters-box .checkbox label::after {
    top: 3px; }
  .hotel-filters-box .list-group {
    margin-bottom: 0px; }

/* hotel book now */
.book-now-print {
  margin-top: 33px; }

.book-now-file {
  font-size: 18px; }

.cursor {
  cursor: pointer; }

.total-cont {
  padding-top: 10px;
  padding-bottom: 10px; }

.paddT5 {
  padding-top: 5px; }

.top-section-inner {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: #f7f7f7 solid 1px; }

.bg-inner-section {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  min-height: 500px; }

.bg-inner-section2new {
  float: left;
  width: 100%;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17); }

.hb_text_01 {
  font: 14px "Montserrat-Regular";
  color: #c72362;
  padding: 15px 0px 0px 30px;
  line-height: 18px; }

.hb_text_02 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 15px 30px 15px 0px;
  line-height: 18px; }

.hb_text_03 {
  font: 22px "Montserrat-SemiBold";
  color: #00005c;
  padding: 6px 0px 0px 0px;
  line-height: 18px; }

.hb_text_04 {
  font: 11px "Montserrat-Light";
  color: #666666;
  padding: 6px 0px 0px 0px;
  line-height: 18px; }

.hb_text_05 {
  font: 11px "Montserrat-Light";
  color: #798bc6;
  padding: 5px 0px 0px 0px;
  line-height: 18px; }

.hb_text_06 {
  font: 11px "Montserrat-SemiBold";
  color: #00005c;
  padding: 5px 0px 0px 0px;
  line-height: 18px; }

.hb_text_07 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 5px 0px 0px 0px;
  line-height: 18px; }

.hb_text_08 {
  font: 12px "Montserrat-Light";
  color: #c72362;
  padding: 5px 0px 0px 0px;
  line-height: 18px; }

.hb_text_09 {
  font: 10px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 20px 0px;
  line-height: 18px; }

.hb_text_010 {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 5px 5px 0px;
  line-height: 18px; }

.hb_text_011 {
  font: 20px "Montserrat-SemiBold";
  color: #999999;
  padding: 0px 5px 0px 0px;
  line-height: 18px; }

.hb_text_012 {
  font: 20px "Montserrat-SemiBold";
  color: #c72362;
  padding: 0px 5px 0px 0px;
  line-height: 18px; }

.hb_text_013 {
  font: 14px "Montserrat-Light";
  color: #798bc6;
  padding: 0px 5px 0px 0px;
  line-height: 18px; }

.hb_text_014 {
  font: 12px "Montserrat-Regular";
  color: #00005c;
  padding: 5px 5px 0px 0px;
  line-height: 18px; }

.hb_text_015 {
  font: 17px "Montserrat-SemiBold";
  color: #00005c;
  padding: 5px 5px 0px 0px;
  line-height: 18px; }

.hb_text_016 {
  font: 17px "Montserrat-SemiBold";
  color: #00005c;
  padding: 10px 5px 10px 0px;
  line-height: 18px; }

.hb_text_017 {
  font: 15px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 5px 10px 0px;
  line-height: 18px; }

.hb_text_018 {
  font: 13px "Montserrat-Regular";
  color: #666666;
  padding: 0px 0px 0px 0px;
  line-height: 18px; }

.hb_text_01 {
  text-align: right; }

.hb_text_03 {
  text-transform: uppercase; }

.hb_text_018 {
  text-align: left; }
  .hb_text_018 a {
    color: #77c152;
    text-decoration: underline !important;
    font-family: "Montserrat-SemiBold"; }
    .hb_text_018 a:hover {
      color: #77c152;
      text-decoration: none !important;
      font-family: "Montserrat-SemiBold"; }

.hb_text_02 {
  text-align: left; }
  .hb_text_02 a {
    color: #00005c;
    text-decoration: none; }
    .hb_text_02 a:hover {
      color: #c72362;
      text-decoration: none; }

.hb_text_06, .hb_text_010, .hb_text_012 {
  text-transform: uppercase; }

.hb_text_08, .hb_text_09 {
  margin-left: -30px; }

.hb_text_010 {
  float: left;
  width: 100%; }

.hb_text_011 {
  text-transform: uppercase;
  text-decoration: line-through; }

.hb_text_016 {
  margin-bottom: 6px; }

.hb-red-text {
  color: #c72362; }

.hb-compare-icon {
  color: #fdd540; }

.hb-main-box {
  width: 100%;
  float: flt_left;
  margin: 0px;
  padding: 15px 30px 20px 30px; }

.hb-box-01 {
  width: 100%;
  float: flt_left;
  margin: 10px 0px;
  padding: 5px 0px 10px 0px;
  border-top: #ebeef1 solid 1px;
  border-bottom: #ebeef1 solid 1px; }

.hb-main-box2 {
  width: 100%;
  float: flt_left;
  margin: 0px;
  padding: 0px; }

.text-upper {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-lowercase {
  text-transform: lowercase; }

#hotelDates_full {
  background-color: #ffffff; }

#tourDates {
  background-color: #ffffff;
  width: 86%; }

.blue-text {
  color: #0a4d8c; }

.pay-image {
  background-position: -270px -5px;
  width: 82px;
  height: 42px;
  margin-bottom: 10px;
  margin: 0 auto; }

.green-label {
  background: #77c152;
  border-radius: 10px;
  padding: 2px 8px; }

.hb-box {
  width: 100%;
  float: flt_left;
  margin: 0px 0px;
  padding: 0px; }
  .hb-box .panel-group {
    margin-top: 30px; }
  .hb-box .panel-group .panel + .panel {
    margin-top: 0px; }
  .hb-box .panel-default {
    border-color: #d5dbe5; }
    .hb-box .panel-default.active .panel-heading {
      background-color: #fdd540;
      color: #00005c; }
    .hb-box .panel-default a {
      text-decoration: none; }
    .hb-box .panel-default a:hover {
      text-decoration: none; }
  .hb-box .panel-title {
    font: 18px "Montserrat-SemiBold";
    text-transform: capitalize; }
  .hb-box .panel-heading {
    color: #ffffff;
    background: #77c152; }
  .hb-box .panel-body {
    padding: 0px; }
  .hb-box .form-control {
    border-radius: 25px;
    height: 37px;
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: #000000; }
  .hb-box .bootstrap-select .dropdown-toggle {
    border-radius: 25px;
    height: 37px;
    padding: 6px 15px;
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: #000000; }

.hb-box2 {
  width: 100%;
  float: flt_left;
  margin: 0px 0px;
  padding: 0px; }
  .hb-box2 .panel-group {
    margin-top: 0px; }
  .hb-box2 .panel-group .panel + .panel {
    margin-top: 0px; }
  .hb-box2 .panel-default {
    border-color: #d5dbe5; }
    .hb-box2 .panel-default.active .panel-heading {
      background-color: #fdd540;
      color: #00005c; }
    .hb-box2 .panel-default a {
      text-decoration: none; }
    .hb-box2 .panel-default a:hover {
      text-decoration: none; }
  .hb-box2 .panel-title {
    font: 18px "Montserrat-SemiBold";
    text-transform: capitalize; }
  .hb-box2 .panel-heading {
    color: #00005c;
    background: #C9C9C9; }
  .hb-box2 .panel-body {
    padding: 0px; }
  .hb-box2 .form-control {
    border-radius: 25px;
    height: 35px;
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: #9c9f9f; }
  .hb-box2 .bootstrap-select .dropdown-toggle {
    border-radius: 25px;
    height: 37px;
    padding: 6px 15px;
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: #000000; }
  .hb-box2 textarea.form-control {
    height: 125px;
    padding-top: 15px; }

.coll-blue-box {
  background: #f8fcff;
  padding: 16px;
  border-bottom: #d5dbe5 solid 1px; }

.coll-white-box {
  padding: 25px 16px;
  border-bottom: #d5dbe5 solid 1px; }

.coll-white-box1 {
  padding: 15px 16px;
  border-bottom: #d5dbe5 solid 1px;
  margin-bottom: 30px; }

.coll-white-box1_new {
  padding: 15px 16px;
  border-bottom: #d5dbe5 solid 1px;
  margin-bottom: 5px; }

.coll-white-box1_new2 {
  padding: 15px 16px;
  margin-bottom: 5px; }

.switch-btn {
  padding-left: 10px; }

.red {
  color: #ff0024; }

.coll-white-box2 {
  padding: 25px 0px;
  border-bottom: #d5dbe5 solid 1px; }

.coll-white-box:last-child {
  padding: 25px 16px;
  border-bottom: none; }

.coll-spe-request-box {
  padding: 15px 16px;
  border-bottom: #ededed solid 1px; }

.hb_colla_text_01 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 5px 0px;
  text-transform: capitalize; }

.hb_colla_text_08 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 10px 0px;
  text-transform: capitalize; }

.hb_colla_text_09 {
  font: 12px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 10px 0px;
  text-transform: capitalize;
  text-align: center; }

.hb_colla_text_09_new {
  font: 12px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 10px 0px;
  text-transform: capitalize;
  text-align: center; }

.pad_lft_rating {
  padding-left: 80px; }

.hb_colla_text_07 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 5px 0px;
  text-transform: uppercase; }

.feedback_text_01 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 5px 0px; }

.hb_colla_text_02 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 15px 0px; }

.hb_colla_text_03 {
  font: 14px "Montserrat-Light";
  color: #77c152;
  padding: 0px 0px 0px 0px;
  text-transform: capitalize;
  font-weight: 700; }

.bg_tble1 {
  background-color: #f4f4f4; }

.hb_colla_text_04 {
  font: 16px "Montserrat-SemiBold";
  color: #c72362;
  padding: 0px 0px 5px 0px; }

.hb_colla_text_04_2 {
  font: 16px "Montserrat-SemiBold";
  color: #c72362;
  padding: 15px 0px 0px 18px;
  display: inline-block; }

.hb_colla_text_05 {
  font: 13px "Montserrat-SemiBold";
  color: #666666;
  padding: 10px 0px 10px 0px; }

.hb_colla_text_06 {
  font: 11px "Montserrat-Regular";
  color: #666666;
  padding: 10px 0px 10px 0px; }
  .hb_colla_text_06 a {
    color: #c72362;
    text-decoration: none; }
  .hb_colla_text_06 a:hover {
    color: #c72362;
    text-decoration: underline  !important; }

.hb_colla_text_06_2 {
  font: 11px "Montserrat-Regular";
  color: #666666;
  padding: 10px 0px 10px 18px;
  display: inline-block;
  line-height: 17px; }
  .hb_colla_text_06_2 a {
    color: #c72362;
    text-decoration: none; }
  .hb_colla_text_06_2 a:hover {
    color: #c72362;
    text-decoration: underline  !important; }

.label_red_text {
  font: 14px "Montserrat-Light";
  color: #c72362;
  text-transform: capitalize; }

.label_red {
  color: #c72362; }

.label_black {
  color: #000000; }

.label_text {
  font: 14px "Montserrat-SemiBold";
  color: #000000;
  text-transform: capitalize; }

.width-coll-form {
  width: 80%; }

.width-coll-form2 {
  width: 13.33%; }

.red-text {
  color: #fc4b4b !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.switch-btn {
  /* you can hide leter */ }
  .switch-btn label {
    width: 90px;
    height: 30px;
    display: inline-block;
    margin-top: 0px;
    position: relative;
    border-radius: 14px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
    line-height: 27px;
    cursor: pointer;
    border: #b7b7b7 solid 1px; }
  .switch-btn label.attention:hover {
    background: #ee9f07; }
  .switch-btn label i {
    position: absolute;
    top: 3px;
    left: 63px;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 36px;
    background: #77c152;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease; }
  .switch-btn input[type=checkbox]:checked ~ label i {
    left: 4px;
    background: #c72362; }
  .switch-btn label:before {
    content: "yes";
    margin-right: 8px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #77c152;
    font: 12px "Montserrat-SemiBold"; }
  .switch-btn input[type=checkbox]:checked ~ label:before {
    content: "no";
    text-transform: uppercase;
    font: 12px "Montserrat-SemiBold";
    margin-left: 54px;
    color: #c72362; }
  .switch-btn input {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: 0px;
    opacity: .0; }
  .switch-btn input:hover {
    opacity: .0; }

.smoking-box-01 {
  width: 12%;
  float: left;
  margin: 0px;
  padding: 32px 0px 0px 0px;
  font: 14px "Montserrat-Light";
  color: #000000; }

.smoking-box-02 {
  width: 18%;
  float: left;
  margin: 0px;
  padding: 25px 0px 0px 0px; }

.smoking-box-03 {
  width: 70%;
  float: left;
  margin: 0px;
  padding: 32px 0px 0px 0px;
  font: 12px "Montserrat-Light";
  color: #999999; }

.feedback-box-03 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font: 12px "Montserrat-Light";
  color: #999999; }

.submit_btn {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0px 10px 0px;
  padding: 8px 25px;
  background-color: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px; }
  .submit_btn:hover {
    background-color: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.submit_btn_compare {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 4px 25px;
  background-color: #77c152;
  border-radius: 50px;
  border: #77c152 solid 0px; }
  .submit_btn_compare:hover {
    background-color: #77c152;
    color: #ffffff;
    border-radius: 50px;
    border: #77c152 solid 0px;
    outline: none; }

.submit_btn2 {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #ffffff;
  margin: 5px 0px 20px 0px;
  padding: 8px 100px;
  background: #77c152;
  border-radius: 50px;
  border: #77c152 solid 1px; }
  .submit_btn2:hover {
    background: #ffffff;
    color: #77c152;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.booknow_btn {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 2px 0px 0px 0px;
  padding: 3px 17px;
  background-color: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px; }
  .booknow_btn:hover {
    background-color: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.payHotel_btn {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  padding: 8px 25px;
  background: #5b72b7;
  border-radius: 50px;
  border: #5b72b7 solid 1px;
  text-transform: capitalize; }
  .payHotel_btn:hover {
    background: #ffffff;
    color: #5b72b7;
    border-radius: 50px;
    border: #5b72b7 solid 1px;
    outline: none; }

/* book now payment */
.hbn-payment-box-01 {
  width: 100%;
  margin: 0px;
  padding: 20px;
  float: left;
  background: #ffffff;
  border-bottom: #dee7f0 solid 1px; }
  .hbn-payment-box-01 .checkbox {
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 10px; }
    .hbn-payment-box-01 .checkbox label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 5px;
      font: 13px "Montserrat-SemiBold";
      color: #c72362; }
      .hbn-payment-box-01 .checkbox label::before {
        content: "";
        isplay: inline-block;
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        top: 2px;
        margin-left: -21px;
        border: 1px solid #b2bcc5;
        border-radius: 3px;
        background-color: #ffffff; }
      .hbn-payment-box-01 .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 13px;
        height: 13px;
        left: 0;
        top: 0;
        margin-left: -22px;
        padding-left: 3px;
        padding-top: 4px;
        font-size: 11px;
        color: #7bd3f7; }
    .hbn-payment-box-01 .checkbox input[type="checkbox"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c";
      font-size: 10px; }
  .hbn-payment-box-01 .checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #5b98d2;
    border-color: #5b98d2; }
  .hbn-payment-box-01 .checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff; }
  .hbn-payment-box-01 .p_text2 {
    color: #5b72b7 !important; }
  .hbn-payment-box-01 .nav-tabs {
    border-bottom: none; }
    .hbn-payment-box-01 .nav-tabs > li {
      margin-right: 0px;
      width: 100%; }
      .hbn-payment-box-01 .nav-tabs > li > a {
        margin-right: 0px;
        line-height: 1.42857143;
        border-radius: 0px;
        color: #00005c;
        font: 14px "Montserrat-SemiBold";
        border-bottom: #dee7f0 solid 1px; }
        .hbn-payment-box-01 .nav-tabs > li > a:hover {
          background-color: transparent;
          color: #072e52;
          border-color: transparent rgba(179, 179, 179, 0) #dee7f0; }
      .hbn-payment-box-01 .nav-tabs > li.active a, .hbn-payment-box-01 .nav-tabs > li.active a:hover, .hbn-payment-box-01 .nav-tabs > li.active a:focus {
        color: #77c152;
        cursor: default;
        background: transparent;
        border: transparent solid 1px;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #dee7f0;
        outline: none;
        margin-right: -1px; }
  .hbn-payment-box-01 .tab-content > .tab-pane {
    padding: 15px 18px; }

.hbn-payment-text01 {
  font: 12px "Montserrat-Light";
  color: #00005c;
  text-align: right;
  padding-bottom: 10px; }

.hbn-payment-tab {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  float: left;
  border: #dee7f0 solid 1px;
  border-radius: 3px; }
  .hbn-payment-tab .coMMonPayment {
    margin: 0px;
    padding: 0px;
    float: left; }
  .hbn-payment-tab .hbn-payment-tab01 {
    width: 15%; }
  .hbn-payment-tab .hbn-payment-tab02 {
    width: 85%;
    min-height: 215px;
    border-left: #dee7f0 solid 1px; }

.hbn-payment-card-text01 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c; }

.hbn-payment-card-text02 {
  font: 13px "Montserrat-SemiBold";
  color: #00005c; }

.hbn-payment-card-text021 {
  font: 13px "Montserrat-SemiBold";
  color: #00005c; }

.hbn-payment-card-text03 {
  font: 13px "Montserrat-SemiBold";
  color: #00005c; }

.hbn-payment-card-text04 {
  font: 10px "Montserrat-Light";
  color: #666666; }

.hbn-payment-card-text05 {
  font: 13px "Montserrat-Light";
  color: #666666; }

.hbn-payment-card-text06 {
  font: 18px "Montserrat-SemiBold";
  color: #000000; }

.hbn-payment-card-text07 {
  font: 11px "Montserrat-Light";
  color: #d5dbe5; }

.hbn-payment-card-text01 {
  padding-bottom: 20px; }

.hbn-payment-card-text02 {
  padding-top: 5px; }

.hbn-payment-card-text021 {
  padding-top: 10px; }

.hbn-payment-card-text03 {
  padding-top: 5px; }

.hbn-payment-card-text04 {
  padding-top: 2px;
  line-height: 11px; }

.hbn-payment-card-text05 {
  padding-bottom: 20px; }

.hbn-payment-card-text06 {
  padding-bottom: 20px; }

.hbn-payment-card-text08 {
  padding-top: 2px; }
  .hbn-payment-card-text08 a {
    font: 10px !important "Montserrat-Light";
    color: #c72362 !important;
    text-decoration: none; }
    .hbn-payment-card-text08 a:hover {
      color: #c72362 !important;
      text-decoration: underline; }

.hbn-payment-cardbox {
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  float: left; }
  .hbn-payment-cardbox .hbn-payment-cardbox1 {
    width: 17%;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: left;
    text-align: right; }
  .hbn-payment-cardbox .hbn-payment-cardbox2 {
    width: 81%;
    margin: 0px;
    padding: 0px;
    float: left; }
    .hbn-payment-cardbox .hbn-payment-cardbox2 .cardcvv-box01 {
      width: 66px;
      margin: 0px 10px 0px 0px;
      padding: 0px;
      float: left; }
    .hbn-payment-cardbox .hbn-payment-cardbox2 .cardcvv-box02 {
      width: 170px;
      margin: 0px;
      padding: 0px;
      float: left; }
  .hbn-payment-cardbox .hbn-payment-cardbox3 {
    width: 47%;
    float: left;
    margin-left: 10px;
    padding-top: 8px; }
  .hbn-payment-cardbox .hbn-payment-cardbox4 {
    width: 33%;
    float: left;
    margin: 0px;
    padding: 0px; }
  .hbn-payment-cardbox .form-control2 {
    width: 100%; }
  .hbn-payment-cardbox .hbn-payment-cardbox11 {
    width: 17%;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: left;
    text-align: right; }
  .hbn-payment-cardbox .hbn-payment-cardbox12 {
    width: 33%;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: left;
    text-align: right; }
  .hbn-payment-cardbox .hbn-payment-cardbox13 {
    width: 12%;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: left;
    text-align: right; }
  .hbn-payment-cardbox .hbn-payment-cardbox14 {
    width: 33%;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: left;
    text-align: right; }
  .hbn-payment-cardbox .form-control2 {
    font: 14px "Montserrat-Light";
    color: #072e52;
    height: 40px;
    border: 1px solid #dee7f0;
    padding: 6px 12px;
    width: 80%;
    line-height: 1.42857143;
    display: block;
    border-radius: 30px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }
    .hbn-payment-cardbox .form-control2:focus {
      border: 1px solid #dee7f0;
      outline: none;
      box-shadow: none; }
  .hbn-payment-cardbox select {
    height: 28px !important; }
    .hbn-payment-cardbox select .form-control:focus {
      border: 1px solid #dee7f0;
      outline: none;
      box-shadow: none; }
  .hbn-payment-cardbox .dropdown-toggle.btn-default {
    height: 28px;
    padding: 3px 15px; }
  .hbn-payment-cardbox .form-control {
    font: 13px "Montserrat-Light";
    color: #072e52;
    height: 28px; }
    .hbn-payment-cardbox .form-control:focus {
      border: 1px solid #dee7f0;
      outline: none;
      box-shadow: none; }

.width70 {
  width: 70%; }

.width35 {
  width: 34%;
  float: left;
  margin-right: 2%; }

.hbn-cvvcard-icon {
  background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
  background-position: -5px -133px;
  height: 40px;
  float: left;
  margin-top: -9px;
  width: 60px; }

.hbn-payment-card-text08 {
  font-size: 10px !important;
  font-family: "Montserrat-Regular" !important;
  color: #666666 !important; }

.hbn-payment-card-text09 {
  font-size: 14px !important;
  font-family: "Montserrat-Regular" !important;
  color: #00005c !important; }

.reedemBox-inner {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 20px 15px; }

.mob-banner {
  height: 30px;
  background: #77c152; }

.hbn-splitbox {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 15px;
  background: #f9fcff;
  border: #d5dbe5 solid 1px; }
  .hbn-splitbox .hbn-splitbox-border {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px; }
    .hbn-splitbox .hbn-splitbox-border .hbn-splitbox-in {
      width: 100%;
      margin: 0px;
      padding: 0px;
      float: left; }
      .hbn-splitbox .hbn-splitbox-border .hbn-splitbox-in .hbn-splitbox1 {
        width: 92%;
        margin: 0px;
        padding: 0px;
        float: left; }
      .hbn-splitbox .hbn-splitbox-border .hbn-splitbox-in .hbn-splitbox2 {
        width: 8%;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        float: left;
        text-align: center;
        font-size: 14px; }
  .hbn-splitbox .form-control3 {
    font: 14px "Montserrat-SemiBold";
    color: #072e52;
    height: 38px;
    border: 1px solid #dee7f0;
    padding: 6px 12px;
    width: 100%;
    line-height: 1.42857143;
    display: block;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }
    .hbn-splitbox .form-control3:focus {
      border: 1px solid #dee7f0;
      outline: none;
      box-shadow: none; }
    .hbn-splitbox .form-control3:-ms-input-placeholder, .hbn-splitbox .form-control3::-webkit-input-placeholder, .hbn-splitbox .form-control3::-moz-placeholder {
      color: #072e52; }
    .hbn-splitbox .form-control3::-moz-placeholder {
      opacity: 1; }

.hbn-split-text01 {
  font: 18px "Montserrat-SemiBold";
  color: #00005c; }

.hbn-split-text02 {
  font: 10px "Montserrat-Light";
  color: #c72362; }

.hbn-split-text03 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c; }

.hbn-split-text04 {
  font: 14px "Montserrat-Light";
  color: #666666; }

.hbn-split-text05 {
  font: 10px "Montserrat-Light";
  color: #666666; }

.hbn-split-text06 {
  font: 14px "Montserrat-SemiBold";
  color: #666666; }

.green-text {
  color: #77c152; }

.green-bg {
  background: #77c152 !important;
  color: #ffffff !important; }

.yellow-bg {
  background: #fdd540 !important; }

.grey-bg {
  background: #dddddd !important;
  color: #000000 !important; }

.hbn-split-text03 {
  padding-bottom: 10px; }

.hbn-split-text01 {
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px; }

.hbn-split-text04 {
  padding-top: 11px; }

.hbn-split-text06 {
  padding-top: 11px; }

/* Confirm booking */
.hcb-white-box {
  background: #ffffff;
  border: #dee7f0 solid 1px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
  display: table;
  width: 100%; }

.hcb-text01 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 6px 0px; }

.hcb-text02 {
  font: 11px "Montserrat-Light";
  color: #666666;
  padding-bottom: 5px; }

.hcb-text03 {
  font: 12px "Montserrat-Light";
  color: #c72362; }

.hcb-text04 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c; }

/* Hotel Listing */
.preloader_for_autocomplete {
  position: absolute;
  height: 47px;
  z-index: 2;
  right: 0px; }

.recommended-box {
  width: 200px;
  position: absolute;
  background: #ffffff;
  border: #cccccc solid 1px;
  left: 30%; }
  .recommended-box ul {
    margin: 0px;
    padding: 0px;
    position: fixed;
    z-index: 9999999;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc; }
  .recommended-box li {
    display: block !important;
    width: 100% !important; }
    .recommended-box li a {
      font: 13px "Montserrat-Light";
      color: #ffffff;
      float: none !important;
      width: 100% !important;
      padding: 10px !important;
      border-bottom: #cccccc solid 1px; }
      .recommended-box li a:hover {
        font: 13px "Montserrat-Light";
        color: #ffffff !important;
        background: #00005c;
        width: 100% !important; }

.carousel-blue-section {
  background: #e2f0fe url(../images/map-banner-bg.png) no-repeat top center;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 20px 0px;
  min-height: 120px;
  display: none; }
  .carousel-blue-section .close {
    width: 13px;
    height: 13px;
    background: url(../images/sprites.png) no-repeat top;
    background-position: -231px -34px;
    opacity: 1;
    padding: 0px 20px 0px 0px;
    margin-top: 8px; }
    .carousel-blue-section .close:hover {
      opacity: 0.5; }

.carou-box {
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 9px 0px 0px 21px;
  min-height: 50px;
  border-radius: 30px;
  position: relative;
  font: 10px "Montserrat-Light";
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }

.carou-box-blue {
  background: #00005c; }

.carou-box-green {
  background: #77c152; }

.carou-box-red {
  background: #c72362; }

.carou-box-sky-blue {
  background: #7bd3f7; }

.carou-box-voilet {
  background: #798bc6; }

.carousel_text_01 {
  font: 12px "Montserrat-Regular";
  color: #01015b;
  padding-bottom: 10px; }
  .carousel_text_01 a {
    color: #01015b;
    text-decoration: none; }
  .carousel_text_01 a:hover {
    color: #01015b;
    text-decoration: underline; }

.carousel_bold {
  font: 14px "Montserrat-SemiBold";
  padding-right: 5px; }

.hotel-listing-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 30px 0px; }

.hotel-listing-left {
  width: 300px;
  float: left;
  margin: 0px 40px 0px 0px;
  padding: 0px;
  z-index: 99; }

.hotel-listing-right {
  width: 800px;
  float: right;
  margin: 0px;
  padding: 0px;
  position: relative; }

.hotel-listing-left-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }

.fliter-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 20px 15px;
  background: #00005c;
  border-radius: 5px 5px 0px 0px; }
  .fliter-box .input-group {
    width: 100%; }
  .fliter-box .input-group-btn {
    position: absolute;
    right: 2px;
    top: 3px; }
  .fliter-box .form-control {
    border-radius: 30px !important;
    padding: 6px 45px 6px 17px;
    height: 38px;
    font: 13px "Montserrat-Light"; }
  .fliter-box .search2_btn {
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 32px;
    height: 32px;
    background: #01015b;
    border-radius: 50% !important;
    border: #01015b solid 1px;
    left: -30px; }
    .fliter-box .search2_btn:hover {
      background: #ffffff;
      color: #01015b;
      border-radius: 50% !important;
      border: #e1e1e1 solid 1px;
      outline: none; }
    .fliter-box .search2_btn:active {
      background: #ffffff;
      color: #01015b;
      border-radius: 50% !important;
      border: #e1e1e1 solid 1px;
      outline: none; }

.hotel-listing-location .hotel-left-box {
  position: relative;
  padding: 0px; }
.hotel-listing-location .input-group-btn {
  position: absolute;
  right: 1px;
  top: 14px; }
.hotel-listing-location .form-control {
  border-radius: 30px !important;
  padding: 6px 45px 6px 17px;
  margin: 10px 0px;
  height: 38px;
  font: 13px "Montserrat-Light"; }
.hotel-listing-location .search2_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 30px;
  height: 30px;
  background: #999999;
  border-radius: 50% !important;
  border: #999999 solid 1px;
  left: -30px; }
  .hotel-listing-location .search2_btn:hover {
    background: #ffffff;
    color: #999999;
    border-radius: 50% !important;
    border: #e1e1e1 solid 1px;
    outline: none; }
  .hotel-listing-location .search2_btn:active {
    background: #ffffff;
    color: #999999;
    border-radius: 50% !important;
    border: #e1e1e1 solid 1px;
    outline: none; }

.fliter-heading {
  font: 16px "Montserrat-SemiBold";
  color: #ffffff;
  padding: 0px 0px 10px 10px;
  text-transform: uppercase; }

.hotel-left-heading {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 15px 10px 15px 10px;
  background: #eff7fe;
  text-transform: uppercase;
  cursor: pointer; }

.hotel-left-heading-icon {
  border-bottom: #7bd3f7 solid 2px;
  padding: 3px 8px;
  color: #95a1b3;
  font: 12px "Montserrat-Light"; }

.hotel-listing-left-box .slider {
  background-color: initial;
  display: block; }
.hotel-listing-left-box .slider-range {
  width: 86%;
  margin: 0 auto;
  margin-top: 35px; }
.hotel-listing-left-box .slider.slider-horizontal {
  width: 80%;
  margin: -5px auto 0;
  margin-top: 15px; }
.hotel-listing-left-box .slider::before {
  width: 0px; }
.hotel-listing-left-box .slider-selection {
  background-image: linear-gradient(to bottom, #77C152 0%, #77C152 100%); }
.hotel-listing-left-box .slider-track-low, .hotel-listing-left-box .slider-track-high {
  background: #094D8C;
  border-radius: 6px; }
.hotel-listing-left-box .slider.slider-horizontal .slider-track {
  height: 6.5px; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #5b98d2;
  border-color: #5b98d2; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-primary {
  padding-bottom: 5px; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success {
  padding-bottom: 5px; }
  .checkbox-success label {
    font: 13px "Montserrat-Regular";
    text-transform: capitalize;
    padding-top: 2px; }

.price-range-box {
  padding-top: 5px; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 15px;
      height: 15px;
      left: 0;
      top: 4px;
      margin-left: -15px;
      border: 1px solid #b2bcc5;
      border-radius: 10px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 11px;
      height: 11px;
      left: 0;
      top: 5px;
      margin-left: -15px;
      padding-left: 2px;
      padding-top: 2px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      /*outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;*/ }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.star-icon {
  color: #fdd540;
  margin-bottom: 3px; }

.star-icon_new {
  color: #fdd540;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.32); }

.star-icon-padding {
  padding-right: 3px; }

.star-font {
  font-size: 14px !important; }

.star01 input[type="radio"],
.star01 input[type="checkbox"] {
  display: none; }
.star01 input[type="radio"] + span:before,
.star01 input[type="checkbox"] + span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  /* Glyphicons replace the default elements */
  font-weight: 400;
  line-height: 1;
  font-size: 20px; }
.star01 input[type="checkbox"] + span:before {
  content: "\e006";
  color: #cccccc;
  margin-right: 5px; }
.star01 input[type="checkbox"]:checked + span:before {
  content: "\e006";
  color: #fdd540; }
.star01 .checkbox label {
  padding-left: 0px; }
  .star01 .checkbox label:before {
    visibility: hidden; }
.star01 .count-text2 {
  position: absolute;
  left: 11px;
  top: 4px;
  font-size: 13px; }
.star01 .count-text {
  font: 10px "Montserrat-Light";
  padding: 2px 0px 0px 20px; }
.star01 .count-star {
  padding: 2px 0px 0px 20px; }

.star01 input {
  cursor: pointer; }
  .star01 input.faChkStr {
    visibility: hidden; }
    .star01 input.faChkStr:checked:after {
      font-family: 'Glyphicons Halflings';
      content: "\e165";
      display: inline-block;
      color: #fdd540; }
    .star01 input.faChkStr:checked + label sub div {
      background: #fdd540; }
    .star01 input.faChkStr:after {
      font-family: 'Glyphicons Halflings';
      content: "\e165";
      display: inline-block;
      color: #ccc; }
  .star01 input.faChkStr:checked:after, .star01 input.faChkStr:after {
    visibility: visible;
    font-family: 'Glyphicons Halflings';
    font-size: 22px;
    height: 17px;
    width: 17px;
    position: relative;
    top: -3px;
    left: 0px;
    display: inline-block; }
.star01 sub {
  bottom: 0; }
  .star01 sub div {
    padding: 6px 4px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #666666;
    background: #ccc;
    margin-left: -5px;
    border: #666666 solid 1px;
    cursor: pointer;
    font-weight: 300;
    font-size: 8px; }
.star01 label {
  margin-bottom: 0px;
  font: 12px "Montserrat-SemiBold"; }

.star01 {
  display: inline-block;
  width: 50px;
  padding-right: 13px;
  border-right: #eae7e7 solid 1px; }
  .star01:last-child {
    border-right: none; }

.star-rating-box {
  width: 100%;
  margin: 0px;
  padding: 5px 0px 10px 0px; }
  .star-rating-box .checkbox {
    padding-left: 0px; }
  .star-rating-box .checkbox-primary {
    float: left; }
  .star-rating-box .radio + .radio, .star-rating-box .checkbox + .checkbox {
    margin-top: 0px; }
  .star-rating-box .radio input[type="radio"], .star-rating-box .radio-inline input[type="radio"], .star-rating-box .checkbox input[type="checkbox"], .star-rating-box .checkbox-inline input[type="checkbox"] {
    margin-left: 0px; }

.star-rating {
  color: #999999;
  border-color: #cccccc; }
  .star-rating:hover {
    background: transparent;
    color: #fdd540;
    border-color: #cccccc; }
  .star-rating:focus {
    background: transparent;
    color: #fdd540;
    border-color: #cccccc; }
  .star-rating:active {
    background: transparent;
    color: #fdd540;
    border-color: #cccccc;
    box-shadow: none; }
    .star-rating:active:focus {
      background: transparent;
      color: #fdd540;
      border-color: #cccccc; }

.unrated-box {
  width: 100%;
  border-top: #eff7fe solid 1px;
  padding: 8px 0px 0px 0px;
  float: left;
  margin-top: 10px; }
  .unrated-box .checkbox-primary {
    padding-top: 3px;
    width: 100%;
    text-align: left;
    padding-left: 30px; }
  .unrated-box .checkbox label {
    padding-top: 2px; }
    .unrated-box .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 11px;
      height: 11px;
      left: 0;
      top: 3px;
      margin-left: -15px;
      padding-left: 2px;
      padding-top: 2px;
      font-size: 11px;
      color: #555555; }
  .unrated-box .unrated-heading {
    font: 14px "Montserrat-SemiBold";
    color: #666666;
    text-align: left;
    padding-left: 15px; }
  .unrated-box .count-text {
    font: 10px "Montserrat-Light";
    color: #666666; }

.hotel-right-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  border-bottom: #ebeef1 solid 1px; }

.hotel-right-top {
  float: left;
  margin: 0px;
  padding: 7px 0px; }

.hotel-right-box01 {
  width: 34%; }

.hotel-right-box02 {
  width: 24%; }

.hotel-right-box03 {
  width: 22%; }

.hotel-right-box04 {
  width: 20%;
  text-align: right; }

.sightseeing-right-box {
  width: 20%;
  text-align: right;
  float: right; }

.hotel-heading-01 {
  font: 11px "Montserrat-Light";
  color: #666666;
  text-transform: uppercase;
  padding-bottom: 3px; }

.hotel-heading-02 {
  font: 13px "Montserrat-Regular";
  color: #c72362;
  text-transform: uppercase;
  padding-top: 22px;
  cursor: pointer; }

.hotel-text-01 {
  font: 14px "Montserrat-Regular";
  color: #01015b; }

.hotel-text-02 {
  font: 14px "Montserrat-Regular";
  color: #666666; }

.hotel-right-box2 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 10px 0px; }

.hotel-right-box3 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0px 10px 0px; }

.hotel-right-box2-01 {
  width: 12%;
  float: left;
  margin: 0px 0px;
  padding: 0px;
  border-right: #d9d9d9 solid 1px; }

.hotel-right-box2-02 {
  width: 88%;
  float: left;
  margin: 0px;
  padding: 5px 0px 0px 20px;
  font: 18px "Montserrat-SemiBold";
  color: #77c152; }

.fa-icon {
  font-size: 18px !important;
  color: #d9d9d9;
  cursor: pointer; }
  .fa-icon:hover, .fa-icon.active {
    color: #0a4d8c !important; }

.fa-icon2 {
  font-size: 18px !important;
  color: #d9d9d9;
  cursor: pointer; }
  .fa-icon2:hover {
    color: #0a4d8c; }

.hotel-heading-blue {
  color: #00005c; }

/* Sort css */
.nav-wrap {
  border-top: 2px solid #fdd540;
  border-bottom: 1px solid #d9d9d9; }

.membership-page .nav-wrap {
  border: none; }

.membership-sort .current_page_item {
  background-color: #e5e2f7; }

.membership-sort #magic-line {
  bottom: -2px;
  top: inherit; }

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

*:first-child + html .group {
  zoom: 1; }

/* IE7 */
#example-one {
  margin: 0 auto;
  list-style: none;
  position: relative;
  /*width: 100%;*/
  padding: 0px 0px 0px 0px;
  text-align: left;
  display: inline-block; }
  #example-one li {
    display: inline-block; }
    #example-one li a {
      color: #666666;
      font: 13px "Montserrat-Regular";
      display: inline-block;
      padding: 14px 20px 10px 20px;
      text-decoration: none;
      text-transform: capitalize; }
    #example-one li a:hover {
      color: #00005c; }

.sort-text {
  padding: 14px 10px 0px 0px;
  font: 13px "Montserrat-Regular";
  text-transform: uppercase;
  float: left;
  left: 5px; }

#magic-line {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #00005c; }

.current_page_item a {
  color: #00005c !important; }

.ie6 #example-one li, .ie7 #example-one li {
  display: inline; }

.ie6 #magic-line {
  bottom: -3px; }

/* Change search css */
.hotel-search-box {
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 20px 20px;
  border: #ebeef1 solid 1px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); }

.model-change-search {
  width: 1170px; }
  .model-change-search .tab-content {
    box-shadow: none;
    padding: 10px 0px; }

.bg-inner-section .search-box {
  padding: 0px; }
  .bg-inner-section .search-box .tab-content {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    margin-top: 20px; }

/* hybrid fliter css */
.hotel-right-fliter {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #ebeef1 solid 1px; }
  .hotel-right-fliter .input-group {
    width: 100%; }
  .hotel-right-fliter .input-group-btn {
    position: absolute;
    right: 2px;
    top: 3px; }
  .hotel-right-fliter .form-control {
    border-radius: 30px !important;
    padding: 6px 45px 6px 17px;
    height: 38px;
    font: 13px "Montserrat-Light";
    background: #eff7fe;
    border: #dddddd solid 1px; }
  .hotel-right-fliter .search2_btn {
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 32px;
    height: 32px;
    background: #01015b;
    border-radius: 50% !important;
    border: #01015b solid 1px;
    left: -30px; }
    .hotel-right-fliter .search2_btn:hover {
      background: #ffffff;
      color: #01015b;
      border-radius: 50% !important;
      border: #e1e1e1 solid 1px;
      outline: none; }

.hotel-right-box4 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 0px; }

.listing-main-box {
  width: 100%;
  margin: 0px;
  padding: 20px 0px 0px 0px;
  float: left; }
  .listing-main-box .listing-box {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    float: left;
    border-bottom: #e7e8ea solid 1px;
    position: relative; }
  .listing-main-box .listing-box1 {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    float: left;
    border-bottom: #e7e8ea solid 1px; }

.hotel-listing-box01 {
  width: 179px;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  float: left; }

.hotel-listing-box02 {
  width: 395px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float: left; }

.sight-hotel-listing-box02 {
  width: 488px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float: left; }
  .sight-hotel-listing-box02 .text-container {
    width: 100%; }

.hotel-listing-box03 {
  width: 95px;
  margin: 0px;
  padding: 40px 0px 0px 0px;
  float: left; }

.hotel-listing-box04 {
  width: 130px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float: right; }

.wishlist-heart-icon {
  font-size: 20px;
  color: #ffffff;
  padding: 4px 0px 0px 10px;
  color: #ffffff;
  position: absolute; }

.compare-plus-icon {
  font-size: 20px;
  color: #ffffff;
  padding: 4px 0px 0px 10px;
  color: #ffffff;
  position: absolute;
  left: 30px; }

.hotel-icon-whishlist {
  width: 40px;
  float: left;
  font-size: 20px;
  color: #ffffff;
  padding: 4px 0px 0px 10px;
  color: #ffffff;
  text-shadow: #6f6f6f 4px 4px 4px; }

.sightseeing-icon-whishlist {
  width: 35px;
  float: left;
  font-size: 20px;
  color: #ffffff;
  padding: 4px 0px 0px 10px;
  color: #ffffff; }

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
  cursor: pointer; }
  .rating span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .rating span:hover, .rating span:hover ~ span {
      color: #c72362; }
      .rating span:hover:before, .rating span:hover ~ span:before {
        /*content: "\2764";*/
        position: absolute;
        left: 0;
        color: #c72362; }

.add-wishlist {
  direction: rtl;
  text-align: left;
  cursor: pointer; }
  .add-wishlist span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .add-wishlist span:hover, .add-wishlist span:hover ~ span {
      color: transparent; }
      .add-wishlist span:hover:before, .add-wishlist span:hover ~ span:before {
        content: "\f0fe";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: #fdd540;
        top: 2px; }

.add-wishlist-hotel {
  direction: rtl;
  text-align: left;
  cursor: pointer; }
  .add-wishlist-hotel span {
    display: inline-block;
    position: relative;
    width: 1.1em; }
    .add-wishlist-hotel span:hover, .add-wishlist-hotel span:hover ~ span {
      color: transparent; }
      .add-wishlist-hotel span:hover:before, .add-wishlist-hotel span:hover ~ span:before {
        content: "\f0fe";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: #fdd540; }

.list-box-01 {
  width: 100%;
  position: relative;
  background-size: cover;
  height: 124px;
  border-radius: 0px;
  background-image: url(images/170x125px-loading.png);
  background-position: center; }

.grid-view .list-box-01 {
  width: 100%;
  position: relative;
  background-size: cover;
  height: 184px;
  border-radius: 5px;
  background-image: url(images/170x125px-loading.png); }

.list-box-02 {
  width: 100%;
  margin: 0px 0px 0px 10px; }

.list-box-033 {
  display: none; }

.list-box-03 {
  width: 100%;
  text-align: right; }
  .list-box-03 .list-price-text-blue {
    font: 16px "Montserrat-SemiBold";
    color: #c72362; }
    .list-box-03 .list-price-text-blue .list-price-hide {
      color: #d5dbe5;
      text-decoration: line-through; }
  .list-box-03 .label-success {
    text-transform: uppercase;
    margin-bottom: 3px; }

.list-text-red {
  font-size: 11px;
  color: #d9d9d9; }

.list-text-01 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding-bottom: 5px; }
  .list-text-01 a {
    color: #00005c;
    text-decoration: none; }
    .list-text-01 a:hover {
      color: #00005c;
      text-decoration: none; }

.map-list-box-right .list-text-01 {
  text-transform: uppercase; }

.list-text-02 {
  font-size: 11px;
  color: #999999;
  text-transform: capitalize;
  padding-bottom: 3px; }

.list-text-021 {
  font-size: 11px;
  color: #999999; }

.blue-text2 {
  font-size: 11px !important;
  color: #0a4d8c; }

.list-text-03 {
  font-size: 11px;
  color: #548ec6; }

.list-text-04 {
  font-size: 11px;
  color: #ed4699;
  padding-top: 10px; }

.list-text-05 {
  font: 16px "Montserrat-SemiBold";
  color: #999999;
  text-decoration: line-through;
  padding: 5px 0px 0px 0px; }

.list-text-06 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 5px 0px; }

.list-text-07 {
  font: 11px "Montserrat-Regular";
  color: #798bc6;
  padding: 5px 0px 5px 0px; }

.badge-icon {
  background: url(../images/sprites.png) no-repeat top;
  background-position: -231px -67px;
  width: 20px;
  height: 26px;
  float: left;
  margin-top: -5px;
  margin-right: 5px; }

.choose_room_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 10px;
  background-color: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px;
  text-transform: capitalize; }
  .choose_room_btn:hover {
    background-color: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

#booknowemail input {
  text-transform: lowecase; }
#booknowemail ::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none; }
#booknowemail :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none; }
#booknowemail ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none; }
#booknowemail :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none; }

#email input {
  text-transform: lowecase; }
#email ::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none; }
#email :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none; }
#email ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none; }
#email :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none; }

#footer_email input {
  text-transform: lowecase; }
#footer_email ::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none; }
#footer_email :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none; }
#footer_email ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none; }
#footer_email :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none; }

#username_reg input {
  text-transform: lowecase; }
#username_reg ::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none; }
#username_reg :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none; }
#username_reg ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none; }
#username_reg :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none; }

#username input {
  text-transform: lowecase; }
#username ::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none; }
#username :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none; }
#username ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none; }
#username :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none; }

.no_of_adults {
  color: #01015b; }

.no_of_child {
  color: #01015b; }

.delete_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 10px;
  background: #e66249;
  border-radius: 50px;
  border: #e66249 solid 1px;
  text-transform: capitalize; }
  .delete_btn:hover {
    background: #ffffff;
    color: #e66249;
    border-radius: 50px;
    border: #e66249 solid 1px;
    outline: none; }

.delete_btn2 {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 8px 60px 7px 0px;
  padding: 6px 10px;
  background: #e66249;
  border-radius: 50px;
  border: #e66249 solid 1px;
  text-transform: capitalize;
  float: right; }
  .delete_btn2:hover {
    background: #ffffff;
    color: #e66249;
    border-radius: 50px;
    border: #e66249 solid 1px;
    outline: none; }

.choose_room_btn2 {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 10px;
  background: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px;
  text-transform: capitalize; }
  .choose_room_btn2:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.price-slider-box {
  position: relative; }

.price-slider-box-inner {
  padding: 10px 0px 50px 0px; }

.price-silder-cont {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  padding: 0px 25px; }

.price-slider-inner-box {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0 auto; }

.remove_text_search {
  font-size: 14px !important; }

.listing-price-text {
  margin-bottom: 5px;
  margin-top: 5px; }

/* hListing */
.hListing .hotel-right-map, .hListing .hotel-right-fliter {
  display: none; }

/* Map view css */
.map_modal {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 20px;
  /*overflow:hidden;*/
  z-index: 110;
  display: none;
  border: #00005c solid 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6); }

.closeBtn_map {
  position: absolute;
  right: -14px;
  z-index: 100;
  font-size: 23px !important;
  top: -19px;
  background: white;
  border-radius: 58px;
  cursor: pointer; }

.add-to-cart-box .btn-default {
  padding: 4px 10px;
  margin-bottom: 7px;
  border-radius: 2px; }

.top-box .add-to-cart-box .btn-default {
  padding: 4px 18px 5px 12px;
  font-size: 13px;
  text-align: left;
  border-radius: 30px;
  margin-top: 3px; }

.filters-mobile-heading {
  font: 16px "Montserrat-SemiBold";
  color: #01015b;
  margin: 0px;
  padding: 10px 0px 20px 20px;
  text-transform: capitalize; }

/* Grid View */
.grid-view .listing-box {
  width: 33.33%; }
.grid-view .listing-grid-box {
  margin: 0px 10px;
  float: left; }
.grid-view .list-box-01 {
  border-radius: 0px 0px 0px 0px; }
.grid-view .list-text-011 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 36px;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  word-wrap: break-word;
  width: 188px;
  min-height: 36px;
  word-break: break-all; }
  .grid-view .list-text-011:before {
    content: '...';
    position: absolute;
    right: 6px;
    bottom: 1px; }
  .grid-view .list-text-011:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 2em;
    margin-top: 0.2em;
    background: white; }
.grid-view .list-text-01 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  text-align: left;
  margin-right: -1em;
  padding-right: 1em;
  word-wrap: break-word; }
  .grid-view .list-text-01:before {
    content: '...';
    position: absolute;
    right: 6px;
    bottom: 1px; }
  .grid-view .list-text-01:after {
    content: '';
    position: absolute;
    right: 2px;
    width: 1em;
    height: 2em;
    margin-top: 0.2em;
    background: white; }
.grid-view .wishlist-icon-box {
  left: 10px; }
.grid-view .compare-plus-icon {
  left: 40px; }
.grid-view .hotel-listing-box01 {
  width: 100%;
  padding: 0px;
  height: 184px; }
.grid-view .hotel-listing-box02 {
  width: 100%; }
  .grid-view .hotel-listing-box02 .list-box-02 {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px; }
  .grid-view .hotel-listing-box02 .list-box-03 {
    padding: 15px 15px 0px 15px;
    min-height: 150px; }
.grid-view .hotel-listing-box03 {
  display: none; }
.grid-view .hotel-listing-box04 {
  width: 100%;
  padding: 0px 15px 10px 15px; }
  .grid-view .hotel-listing-box04 .list-box-03 {
    text-align: left; }
.grid-view .listing-price-text {
  width: 100%;
  margin-top: 0px; }
.grid-view .discount-text {
  float: left;
  margin-right: 5px; }
.grid-view .list-text-02 {
  font-size: 11px;
  color: #999999;
  margin: 5px 0px 5px 0px; }
.grid-view .list-text-05 {
  margin-right: 3px;
  padding: 0px;
  font: 15px "Montserrat-SemiBold"; }
.grid-view .choose_room_btn {
  margin-top: 5px; }
.grid-view .hotel-right-map, .grid-view .hotel-right-fliter {
  display: none; }
.grid-view .hotel-listing-inner-border {
  border: 1px solid #e3e2e2;
  border-top: none;
  border-bottom-width: 5px;
  border-radius: 5px;
  float: left;
  width: 100%;
  min-height: 245px; }

/* Hybrid view */
.hybrid-view .hotel-listing-left {
  display: none; }
.hybrid-view .hotel-listing-right {
  width: 100%; }
.hybrid-view .hotel-right-box4 {
  width: 50%;
  max-height: 880px;
  overflow-y: scroll; }
.hybrid-view .listing-box {
  width: 50%; }
.hybrid-view .listing-grid-box {
  margin: 0px 10px;
  float: left;
  border: 1px solid #e3e2e2;
  border-bottom-width: 5px;
  border-radius: 5px;
  min-height: 415px; }
.hybrid-view .list-box-01 {
  border-radius: 5px 5px 0px 0px; }
.hybrid-view .hotel-listing-box01 {
  width: 100%;
  padding: 0px; }
.hybrid-view .hotel-listing-box02 {
  width: 100%; }
  .hybrid-view .hotel-listing-box02 .list-box-02 {
    padding: 15px 15px 0px 15px; }
.hybrid-view .hotel-listing-box03 {
  display: none; }
.hybrid-view .hotel-listing-box04 {
  width: 100%;
  padding: 15px 15px 10px 15px; }
  .hybrid-view .hotel-listing-box04 .list-box-03 {
    text-align: left; }
.hybrid-view .listing-price-text {
  width: 100%;
  margin-top: 5px; }
.hybrid-view .discount-text {
  float: left;
  margin-right: 5px; }
.hybrid-view .list-text-05 {
  float: left;
  margin-right: 3px;
  padding: 0px;
  font: 15px "Montserrat-SemiBold"; }
.hybrid-view .choose_room_btn {
  margin-top: 5px; }
.hybrid-view .hotel-right-map {
  width: 50%;
  float: left;
  margin: 0px;
  padding: 20px 0px 0px 0px; }
.hybrid-view .hotel-right-box01 {
  width: 10%; }
.hybrid-view .hotel-right-box02 {
  width: 14%; }
.hybrid-view .hotel-right-box03 {
  width: 56%; }
.hybrid-view .hotel-right-box2-01 {
  width: 9%; }
.hybrid-view .hotel-left-heading {
  background: #ffffff;
  padding: 15px 0px; }
.hybrid-view .hotel-left-heading-icon {
  margin-right: 5px; }
.hybrid-view .hotel-right-fliter-box-01 {
  width: 50%;
  float: left;
  margin: 0px;
  padding: 0px; }
.hybrid-view .hotel-right-fliter-box-02 {
  width: 30%;
  float: left;
  margin: 0px;
  padding: 0px; }
.hybrid-view .hotel-right-fliter-box-03 {
  width: 20%;
  float: left;
  margin: 0px;
  padding: 0px; }
.hybrid-view .star-icon {
  font-size: 12px !important; }
.hybrid-view .checkbox label::before {
  top: 2px; }
.hybrid-view .checkbox label::after {
  top: 1px; }
.hybrid-view .checkbox label {
  padding-left: 0px; }
.hybrid-view .hybrid-fliter-search {
  padding-top: 48px; }

/* Hotel details css */
.hd-bg-blue {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
  background: #f2f9ff;
  -webkit-box-shadow: inset 0px 4px 3px 0px rgba(204, 204, 204, 0.17);
  -moz-box-shadow: inset 0px 4px 3px 0px rgba(204, 204, 204, 0.17);
  box-shadow: inset 0px 4px 3px 0px rgba(204, 204, 204, 0.17); }

.details-btn-group {
  position: absolute;
  margin-left: 110px;
  top: 14px;
  z-index: 1; }

.hd_text_01 {
  font: 14px "Montserrat-Regular";
  color: #c72362;
  padding: 0px; }
  .hd_text_01 a {
    color: #c72362;
    text-decoration: none; }
  .hd_text_01 a:hover {
    color: #00005c;
    text-decoration: none; }
  .hd_text_01 .fa {
    font-size: 20px !important;
    vertical-align: middle; }

.hd_text_02 {
  font: 14px "Montserrat-Regular";
  color: #03005e;
  padding: 0px 0px 0px 0px; }

.conform-booking-hd_text_02 {
  font: 14px "Montserrat-Regular";
  color: #333333;
  padding: 0px 0px 0px 0px; }

.hd_text_02_green {
  color: #77c152; }

.hd_text_02_blue {
  color: #00005c; }

.hd_text_03 {
  font: 13px "Montserrat-Regular";
  color: #c72362;
  text-transform: uppercase;
  cursor: pointer; }

.hd-bg-white {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
  background: #ffffff;
  min-height: 300px;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.11); }

.hd-bg-white-new1 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
  background: #ffffff;
  min-height: 300px;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17); }

.hd-heading-011 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  text-transform: uppercase;
  padding-bottom: 3px; }

.hd-heading-02 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding-bottom: 5px; }

.view_hotel_details .hd-heading-02 {
  font: 14px "Montserrat-Light"; }

.image_gallery_section_sub_title {
  padding: 10px 0px 0px 0px; }

.booking-heading-02 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding-bottom: 5px;
  float: left;
  width: 100%; }

.hd-heading-02-cb {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding-bottom: 0px; }

.hd-heading-02-cb a {
  padding: 0px 2px 0px 2px; }

.hd-pay-box {
  padding: 10px 0px 0px 0px;
  float: right; }

.hd-box {
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
  background: #ffffff; }
  .hd-box .carousel-inner {
    margin-bottom: 20px; }

.hd-map-box {
  width: 100%;
  margin: 0px;
  float: left;
  padding: 0px 0px 20px 0px;
  position: relative; }
  .hd-map-box img {
    border-radius: 5px;
    border: #dbdbdb solid 1px; }

.gallery-thumb-box {
  width: 100%;
  margin: 0px;
  float: left;
  padding: 0px 0px 20px 0px; }

.hd-yellow-box {
  width: 100%;
  margin: 0px 0px 20px 0px;
  float: left;
  padding: 8px 20px;
  background: #fdd540;
  border-radius: 5px;
  min-height: 90px; }

.hd-yellow-text-01 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding-bottom: 2px;
  text-transform: uppercase; }

.hd-yellow-text-02 {
  font: 10px "Montserrat-Light";
  color: #00005c;
  padding-bottom: 2px;
  text-transform: uppercase; }

.hd-yellow-text-03 {
  font: 22px "Montserrat-SemiBold";
  color: #00005c;
  text-transform: uppercase; }

.hd-yellow-text-04 {
  font: 11px "Montserrat-Regular";
  color: #00005c;
  padding-bottom: 2px;
  text-align: left; }
  .hd-yellow-text-04 a {
    color: #00005c; }
  .hd-yellow-text-04 a:hover {
    color: #00005c; }

.hd-yellow-text-05 {
  font: 11px "Montserrat-Regular";
  color: #00005c;
  padding-bottom: 2px;
  text-align: left; }
  .hd-yellow-text-05 a {
    color: #00005c;
    padding: 0px !important; }
  .hd-yellow-text-05 a:hover {
    color: #00005c; }

.hd-yellow-text-06 {
  text-align: right; }

.hd-change-date-box {
  width: 100%;
  margin: 0px 0px 20px 0px;
  float: left;
  border: #d4e0ef solid 1px;
  border-radius: 5px;
  padding: 30px 20px;
  -webkit-box-shadow: 2px 3px 6px 0px rgba(125, 125, 125, 0.17);
  -moz-box-shadow: 2px 3px 6px 0px rgba(125, 125, 125, 0.17);
  box-shadow: 2px 3px 6px 0px rgba(125, 125, 125, 0.17); }
  .hd-change-date-box .input-group-addon {
    background-color: transparent;
    border: transparent;
    border-bottom: #7bd3f7 solid 2px;
    font-size: 20px;
    color: #b3bcc9;
    padding: 6px 4px; }
  .hd-change-date-box .form-control {
    padding: 6px 7px;
    font: 14px "Montserrat-Light";
    color: #666666; }
    .hd-change-date-box .form-control :placeholder {
      font: 14px "Montserrat-Light";
      color: #666666; }
  .hd-change-date-box .choose_room_btn {
    padding: 10px 17px;
    margin-top: 25px; }
  .hd-change-date-box .choose_room_btn2 {
    padding: 7px 20px;
    margin-top: 13px; }
  .hd-change-date-box .form-group {
    margin-bottom: 0px; }

.hd-change-date-box-sight {
  padding: 13px; }

.hd-change-datewhite-sight {
  padding: 10px 20px; }

.hd-heading-03 {
  font: 14px "Montserrat-SemiBold";
  color: #c72362;
  padding-bottom: 2px;
  text-transform: uppercase; }

.hd-green-box {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #ffffff;
  margin: 0px 0px 20px 0px;
  padding: 40px 17px;
  background: #77c152;
  border-radius: 5px;
  border: #b2d0c5 solid 1px;
  text-transform: uppercase;
  white-space: normal;
  text-align: left; }

.hd-green-box-sight {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 20px 0px;
  padding: 10px 17px;
  background: #77c152;
  border-radius: 5px;
  border: #b2d0c5 solid 1px;
  text-transform: uppercase;
  white-space: normal;
  text-align: left; }

.hd_choose_room_btn {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  padding: 8px 15px;
  background: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px; }
  .hd_choose_room_btn:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.hd-top-box, .hd-top-box-paynow, .hd-top-box-button {
  width: 100%;
  float: left;
  margin: 0px; }

.hd-top-box-paynow {
  width: 59%; }

.hd-top-box-button {
  width: 41%; }

#sticky {
  width: 1140px; }

#sticky.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  z-index: 10000; }

.total-heading {
  display: none; }

.blue-heading-box {
  width: 100%;
  background: #00005c;
  margin: 0px;
  padding: 20px 0px;
  float: left;
  text-align: center;
  border-radius: 10px 10px 0px 0px; }

.blue-heading-box-01, .blue-heading-box-02, .blue-heading-box-03, .blue-heading-box-04, .blue-heading-box-05, .blue-heading-box-06 {
  width: 25%;
  margin: 0px;
  padding: 0px 0px;
  float: left; }

.blue-heading-box-02 {
  width: 11%; }

.blue-heading-box-03 {
  width: 19%; }

.blue-heading-box-04 {
  width: 21%; }

.blue-heading-box-05 {
  width: 25%; }

.blue-heading-box-06 {
  width: 20%; }

.hd-heading-01 {
  font: 14px "Montserrat-SemiBold";
  color: #ffffff;
  text-transform: capitalize; }

.room-box {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px;
  border: #dee7f0 solid 1px;
  vertical-align: middle;
  float: left; }

.room-box-left {
  width: 80%;
  margin: 0px;
  padding: 0px 0px;
  border-right: #dee7f0 solid 1px;
  display: inline-block;
  vertical-align: middle; }

.room-box-right {
  width: 19%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }

#content {
  width: 250px;
  background-color: #ffaaaa;
  vertical-align: middle; }

#lcol {
  display: inline-block;
  width: 100px;
  background-color: #aaaaff;
  vertical-align: middle; }

.room-box-left-inner {
  width: 100%;
  margin: 0px;
  padding: 0px 0px;
  float: left;
  border-bottom: #dee7f0 solid 1px;
  background: #eff7fe; }
  .room-box-left-inner:last-child {
    border-bottom: none; }
  .room-box-left-inner:nth-of-type(even) {
    background: #ffffff; }

.room-height {
  border-right: #dee7f0 solid 1px;
  padding: 15px 0px !important; }

.absolute-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.parent-container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table; }

.centered-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.room-box-01, .room-box-02, .room-box-02_new, .room-box-03, .room-box-04, .room-box-05 {
  width: 32%;
  margin: 0px;
  padding: 0px 0px;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

.room-box-02 {
  width: 12%; }
  .room-box-02 .fa {
    padding-right: 2px; }

.room-box-02_new {
  width: 12%; }
  .room-box-02_new .fa {
    padding-right: 2px; }

.room-box-03 {
  width: 24%; }

.room-box-04 {
  width: 26%; }

.room-box-05 {
  width: 30%;
  border-right: none;
  text-align: center;
  position: relative; }

.table_heading {
  font: 14px "Montserrat-SemiBold";
  color: #ffffff;
  margin: 0px;
  padding: 25px 0px;
  background: #00005c;
  text-align: left; }
  .table_heading th {
    text-align: center; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee7f0;
  padding: 15px 0px; }
.table > tbody {
  margin-bottom: 20px; }
.table .border-round {
  border-radius: 30px 0px 0px 30px; }
.table .border-round2 {
  border-radius: 0px 30px 30px 0px; }

.table-responsive {
  border-bottom: #dee7f0 solid 1px;
  margin-bottom: 20px; }

.table-border-right {
  border-right: #dee7f0 solid 1px; }

.table-border-bot-none {
  border-bottom: none !important; }

.table-border {
  border: #dee7f0 solid 1px;
  border-right: none;
  border-top: none; }

.mar-15 {
  margin-top: 15px; }

.table-bg-01 {
  background: #eff7fe; }

.padd-none {
  padding: 0px !important; }

.line-through {
  text-decoration: line-through; }

.hd-table-text-01 {
  font: 14px montserrat-semiBold;
  color: #00005c;
  padding: 0px 15px 0px 15px; }

.hd-table-text-02 {
  font: 14px montserrat-semiBold;
  color: #666666;
  padding: 0px 0px 0px 0px; }

.hd-table-text-03 {
  font: 18px montserrat-semiBold;
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.hd-table-text-04 {
  font: 11px "Montserrat-Light";
  color: #000000;
  padding: 5px 0px 0px 0px; }

.hd-table-text-05 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 3px 0px; }

.hd-table-text-01 {
  text-transform: capitalize; }
  .hd-table-text-01 font {
    display: block; }

.userMax {
  font-size: 14px;
  color: #999999;
  margin-top: 0px; }

.label-green {
  background: #77c152; }

.points-list-black {
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px; }
  .points-list-black ul {
    float: left;
    margin: 0px;
    padding: 0px; }
    .points-list-black ul .cell-bg1 {
      font: 13px "Montserrat-SemiBold";
      color: #000000; }
    .points-list-black ul .cell-bg2 {
      font: 13px "Montserrat-Light";
      color: #666666; }
    .points-list-black ul .cell-bg3 {
      font: 13px "Montserrat-SemiBold";
      color: #00005c; }
  .points-list-black li {
    display: block;
    margin: 0px 10px 5px 10px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    text-decoration: none;
    background: url("../images/bulltet-icon-02.png") no-repeat scroll 0 0 transparent;
    background-position: left 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: inherit;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

.info-text {
  color: #798bc6; }

.hd-list-text-red {
  margin-top: -3px; }
  .hd-list-text-red a {
    color: #d74d28;
    font: 11px "Montserrat-Light"; }
  .hd-list-text-red a:hover {
    color: #00005c;
    font: 11px "Montserrat-Light";
    text-decoration: none; }

.hd_book_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #ffffff;
  margin: 4px 0px 0px 0px;
  padding: 6px 30px;
  background-color: #c72362;
  border-radius: 30px;
  border: #c72362 solid 1px;
  text-transform: uppercase;
  white-space: normal;
  text-align: left; }
  .hd_book_btn:hover {
    background: #ffffff;
    color: #c72362;
    border-radius: 30px;
    border: #c72362 solid 1px;
    outline: none; }

.popover {
  max-width: 320px;
  width: 320px;
  border: #0a4d8c solid 2px;
  box-shadow: -4px 7px 11px rgba(0, 0, 0, 0.4); }

.popover.bottom > .arrow {
  border-bottom-color: #0a4d8c; }
  .popover.bottom > .arrow:after {
    top: 2px; }

.popover-main {
  width: 100%;
  border-bottom: #dee7f0 solid 1px;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 5px; }
  .popover-main:last-child {
    width: 100%;
    border-bottom: none;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px; }

.popover-main-inner {
  width: 11.9%;
  float: left;
  margin-right: 10px; }
  .popover-main-inner:last-child {
    margin-right: 0px; }

.popover-main-inner2 {
  width: 100%;
  float: left;
  margin-right: 10px; }

.popover-heading01 {
  font: 14px "Montserrat-SemiBold";
  color: #c72362;
  float: left;
  width: 100%; }

.popover-heading02, .popover-heading03 {
  font: 14px "Montserrat-SemiBold";
  color: #c72362;
  padding-bottom: 5px; }

.popover-heading03 {
  color: #00005c; }

.popover-text01, .popover-text02 {
  font: 12px "Montserrat-Light";
  color: #00005c;
  padding-bottom: 5px;
  text-align: left; }

.popover-text02 {
  color: #666666; }

.hd-hotel-tab-box {
  border-bottom: #dee7f0 solid 1px;
  border-top: #dee7f0 solid 1px;
  padding-top: 20px;
  margin: 20px 0px; }
  .hd-hotel-tab-box .nav-tabs {
    border-bottom: none;
    margin: 0px 0px 0px 0px; }
    .hd-hotel-tab-box .nav-tabs li {
      float: none;
      display: inline-block;
      text-align: center;
      width: 33%; }
      .hd-hotel-tab-box .nav-tabs li a {
        color: #b7c1ca;
        text-transform: capitalize;
        font: 14px "Montserrat-SemiBold";
        background: #ededed;
        border-radius: 30px; }
      .hd-hotel-tab-box .nav-tabs li a:hover {
        background: #00005c;
        color: #ededed;
        border: #00005c solid 1px;
        border-radius: 30px; }
  .hd-hotel-tab-box .nav-tabs > li.active > a, .hd-hotel-tab-box .nav-tabs > li.active > a:hover, .hd-hotel-tab-box .nav-tabs > li.active > a:focus {
    background: #00005c;
    color: #ededed;
    border: #00005c solid 1px;
    border-radius: 30px; }
  .hd-hotel-tab-box .nav li a {
    padding: 10px 30px;
    width: 100%; }

.hotel-aminities-inner-box {
  width: 100%;
  padding: 15px 15px;
  background: #f9fcff;
  margin: 20px 0px;
  border: #ededed solid 1px;
  position: relative; }
  .hotel-aminities-inner-box .fa-ul {
    margin-left: 0px; }
    .hotel-aminities-inner-box .fa-ul li {
      padding-bottom: 8px;
      width: 25%;
      display: inline-block; }
      .hotel-aminities-inner-box .fa-ul li .cell-bg-01 {
        background: url(""); }
    .hotel-aminities-inner-box .fa-ul .circle-icon {
      padding: 0px 10px 0px 0px;
      font-size: 16px;
      color: #00005c; }
    .hotel-aminities-inner-box .fa-ul .circle-icon2 {
      padding: 0px 10px 0px 0px;
      font-size: 14px;
      color: #c2c8d0; }

.hd-tab-text-01 {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding-bottom: 15px; }

.hd-tab-text-02 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding-bottom: 15px; }

.hd-tab-text-03 {
  font: 16px "Montserrat-SemiBold";
  color: #072e52;
  padding-bottom: 15px; }

.hd-tab-text-04 {
  font: 14px "Montserrat-SemiBold";
  color: #072e52;
  padding-bottom: 10px; }

.hd-tab-text-05 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding-bottom: 20px; }

.hd-tab-text-06 {
  font: 16px "Montserrat-SemiBold";
  color: #c72362;
  padding-bottom: 10px; }

.hd-tab-text-07 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding-bottom: 0px; }

.hd-tab-text-08 {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding-bottom: 10px; }

.hd-tab-text-01, .hd-tab-text-03, hd-like-text-03 {
  text-transform: capitalize; }

.hd-tab-text-02 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.aminities-text {
  font-family: "Montserrat-Light";
  font-size: 13px;
  color: #666666; }

.likes-box {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  border: #ededed solid 1px; }
  .likes-box .choose_room_btn {
    margin: 4px 15px 0px 0px;
    font-size: 11px; }

.list-box-image {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center left;
  height: 120px;
  background-image: url("../images/hd-like-image.jpg"); }

.hd-like-text-01 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 15px 0px 15px;
  text-transform: uppercase; }

.hd-like-text-02 {
  font: 11px "Montserrat-Light";
  color: #c72362;
  padding: 16px 15px 10px 15px;
  text-transform: uppercase; }

.hd-like-text-03 {
  font: 11px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 2px 15px;
  text-transform: uppercase; }

.hd-like-text-04 {
  font: 14px "Montserrat-SemiBold";
  color: #666666;
  padding: 0px 15px 20px 15px;
  text-transform: uppercase; }

.hd-like-text-01 {
  margin-top: 15px;
  margin-bottom: 5px; }

.hd-like-text-bold {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 15px 15px; }

.booh_sightseeing_btn {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #ffffff;
  margin: 5px 0px 0px 0px;
  padding: 3px 14px;
  background: #00005c;
  border-radius: 50px;
  border: #00005c solid 1px; }
  .booh_sightseeing_btn:hover {
    background: #ffffff;
    color: #00005c;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.view_more_big_btn {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 3px 14px;
  background: #7bd3f7;
  border-radius: 5px;
  border: #ededed solid 1px;
  height: 145px; }
  .view_more_big_btn:hover {
    background: #ffffff;
    color: #7bd3f7;
    border-radius: 5px;
    border: #7bd3f7 solid 1px;
    outline: none; }

.btn-toggle-blue {
  color: #666666;
  background-color: #ffffff;
  border-color: #dee7f0;
  font: 12px "Montserrat-Light";
  border-radius: 30px;
  padding: 11px 24px;
  text-transform: capitalize; }

.btn.active {
  background: #0a4d8c;
  color: #ffffff; }

.hd-bg-white .hide-bullets {
  list-style: none;
  padding: 0px; }
.hd-bg-white .thumbnail {
  padding: 0; }
.hd-bg-white .carousel-inner > .item > img, .hd-bg-white .carousel-inner > .item > a > img {
  width: 100%; }
.hd-bg-white .thumb-box {
  width: 20%;
  float: left; }
.hd-bg-white .thumbnail {
  margin-bottom: 2px;
  margin-right: 2px;
  border-radius: 0px; }
.hd-bg-white a.thumbnail:hover, .hd-bg-white a.thumbnail:focus, .hd-bg-white a.thumbnail.active {
  border-color: #ffdb41; }
.hd-bg-white .carousel-control.left, .hd-bg-white .carousel-control.right {
  background: none; }

/* My account vertical tab */
.my-account-hide {
  display: inherit; }

.my-account-hide2 {
  display: none; }

.traveller-tab {
  width: 100%;
  margin: 25px 0px 0px 0px;
  padding: 0px;
  float: left;
  border-top: #eeeeee solid 1px;
  border-radius: 3px; }
  .traveller-tab .coMMonPayment {
    margin: 0px;
    padding: 0px;
    float: left; }
  .traveller-tab .traveller-tab01 {
    width: 30%; }
  .traveller-tab .traveller-tab02 {
    width: 70%;
    min-height: 400px;
    border-left: #eeeeee solid 1px; }

.traveller-tab-left {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  float: left;
  border-bottom: #eeeeee solid 1px;
  color: #666666;
  font: 16px "Montserrat-SemiBold"; }
  .traveller-tab-left :hover {
    color: #00005c; }

.profile_text {
  padding-top: 0px;
  padding-bottom: 4px;
  font-size: 13px; }

.traveller-tab-right {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 20px;
  float: left;
  border-bottom: #eeeeee solid 1px; }
  .traveller-tab-right .form-group {
    margin-bottom: 0px; }

.traveller-tab-right:last-child {
  border-bottom: none; }

.personal_info {
  color: #00005c;
  font: 16px "Montserrat-SemiBold";
  padding: 6px 0px 0px 0px;
  text-transform: uppercase; }

.travellre-per-box {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left; }
  .travellre-per-box .travellre-per-box01 {
    width: 20%;
    padding-right: 10px; }
  .travellre-per-box .travellre-per-box02 {
    width: 40%;
    padding-right: 10px; }
  .travellre-per-box .travellre-per-box03 {
    width: 40%; }
  .travellre-per-box .travellre-per-box11 {
    width: 50%;
    padding-right: 10px; }
  .travellre-per-box .travellre-per-box12 {
    width: 50%; }
  .travellre-per-box .verify_btn_box .input-group .form-control {
    border: 1px solid #cccccc;
    border-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .travellre-per-box .verify_btn_box .btn-default {
    padding: 11px 12px 11px 10px;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #e66249;
    color: #ffffff;
    font: 13px "Montserrat-Regular";
    outline: none; }
    .travellre-per-box .verify_btn_box .btn-default:hover {
      background-color: #01015b;
      outline: none; }
  .travellre-per-box .verify_btn_box .flag-select-box {
    width: 64%;
    float: left; }
    .travellre-per-box .verify_btn_box .flag-select-box .dropdown-toggle {
      width: 100%;
      background: #ffffff;
      border: #cccccc solid 1px;
      height: 40px;
      padding: 0px 9px;
      border-radius: 30px; }
    .travellre-per-box .verify_btn_box .flag-select-box #selected {
      width: 100%;
      margin-top: 2px;
      margin-left: 5px;
      padding-right: 10px; }
      .travellre-per-box .verify_btn_box .flag-select-box #selected .flag-pop {
        top: -1px;
        float: left;
        margin-right: 0px; }
    .travellre-per-box .verify_btn_box .flag-select-box .caret {
      position: absolute;
      right: 8px;
      top: 17px; }
  .travellre-per-box .verify_btn_box .flag-input-box {
    width: 56%;
    float: left;
    margin-left: 2%; }
    .travellre-per-box .verify_btn_box .flag-input-box .form-control {
      border-radius: 30px 0px 0px 30px; }
  .travellre-per-box .verify_btn_box .open > .dropdown-menu {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px; }

.otp-modal .personal_info {
  padding: 20px 0px;
  text-transform: capitalize; }
.otp-modal .otp-heading {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding: 20px 0px 15px 0px; }
.otp-modal .otp-text01 {
  font: 14px "Montserrat-Regular";
  color: #666666;
  padding: 0px 0px 5px 0px; }
.otp-modal .panel-body {
  text-align: center; }
.otp-modal .otp-input-box {
  width: 215px;
  margin: 0 auto; }
.otp-modal .btn_blue_myacc {
  margin: 25px 0px 15px 0px; }
.otp-modal .btn_green_myacc {
  margin: 25px 0px 15px 0px; }
.otp-modal .btn_red_myacc {
  margin: 25px 0px 15px 0px; }
.otp-modal .close {
  margin: 6px 0px 0px 0px;
  position: absolute;
  right: 15px;
  z-index: 1; }
.otp-modal .verify-icon {
  padding-top: 25px; }

.otp-modal-accounts .personal_info {
  padding: 20px 0px;
  text-transform: capitalize; }
.otp-modal-accounts .otp-heading {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding: 20px 0px 15px 0px; }
.otp-modal-accounts .otp-text01 {
  font: 14px "Montserrat-Regular";
  color: #666666;
  padding: 0px 0px 5px 0px; }
.otp-modal-accounts .panel-body {
  text-align: center; }
.otp-modal-accounts .otp-input-box {
  width: 215px;
  margin: 0 auto; }
.otp-modal-accounts .btn_blue_myacc {
  margin: 25px 0px 15px 0px; }
.otp-modal-accounts .btn_red_myacc {
  margin: 25px 0px 15px 0px; }
.otp-modal-accounts .close {
  margin: 6px 0px 0px 0px;
  position: absolute;
  right: 15px;
  z-index: 1; }
.otp-modal-accounts .verify-icon {
  padding-top: 25px; }

.verify-payment-box {
  width: 600px;
  margin: 0 auto;
  padding: 25px;
  background: #f5f5f5;
  margin-top: 65px;
  border: #e2e2e2 solid 1px;
  border-radius: 3px; }
  .verify-payment-box .panel-body {
    padding: 15px 25%; }
    .verify-payment-box .panel-body .btn_blue_myacc {
      margin: 18px 0px 0px 0px; }
  .verify-payment-box .otp-heading {
    font: 18px "Montserrat-Regular";
    color: #666666;
    padding: 10px 0px; }
  .verify-payment-box .otp-text01 {
    font: 12px "Montserrat-Regular";
    color: #999999; }

.alert-info {
  line-height: 20px;
  width: 370px;
  background: #ffffff;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0%;
  margin-left: -210px;
  margin-top: 20px;
  z-index: 1;
  border-color: #c7c7c7;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3); }
  .alert-info .fa-times-circle-o {
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #ffffff; }

.btn-alert {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 10px;
  background: #558fc6;
  border-radius: 50px;
  border: #558fc6 solid 1px;
  text-transform: uppercase; }
  .btn-alert:hover {
    background: #ffffff;
    color: #558fc6;
    border-radius: 50px;
    border: #558fc6 solid 1px;
    outline: none; }

#mobile-otp-modal .modal-body {
  padding: 30px 15px; }
#mobile-otp-modal .close {
  position: absolute;
  right: 12px;
  top: 6px;
  opacity: 0.5; }
#mobile-otp-modal .otp-text01 {
  font: 20px "Montserrat-SemiBold";
  color: #666666;
  line-height: 27px;
  padding: 13px 0px 5px 0px; }
#mobile-otp-modal .otp-text02 {
  font: 15px "Montserrat-Regular";
  color: #666666;
  padding-bottom: 35px; }
#mobile-otp-modal .otp-text03 {
  font: 13px "Montserrat-Regular";
  color: #666666;
  padding-bottom: 20px;
  padding-top: 10px; }
  #mobile-otp-modal .otp-text03 a {
    text-decoration: none; }
    #mobile-otp-modal .otp-text03 a:hover {
      color: #000000;
      text-decoration: none; }
#mobile-otp-modal .btn-otp {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 9px 15px;
  background: #77c152;
  border-radius: 0px 50px 50px 0px;
  border: #77c152 solid 1px; }
  #mobile-otp-modal .btn-otp:hover {
    background: #689651;
    color: #ffffff;
    border-radius: 0px 50px 50px 0px;
    border: #689651 solid 1px;
    outline: none; }
#mobile-otp-modal .form-control {
  border: #ccc solid 1px;
  border-radius: 25px 0px 0px 25px;
  height: 40px; }

.profile_section_1 {
  color: #000000;
  font: 13px "Montserrat-Light";
  padding-top: 20px;
  float: left;
  width: 100%; }

.my-acc-ewallet {
  width: 100%;
  float: left;
  margin: 20px 0px 0px 0px;
  padding: 20px 25px;
  border-top: 1px solid #ddd; }

.setting-section {
  color: #00005c;
  font: 16px "Montserrat-SemiBold";
  padding-bottom: 5px; }

.setting-section_para {
  color: #000000;
  font: 12px "Montserrat-Light";
  margin-bottom: 15px;
  margin-top: 10px; }

.add_credit_amount_section {
  border: 1px solid #ddd;
  padding: 15px 20px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-shadow: inset -1px 5px 15px -1px rgba(229, 229, 229, 0.65);
  -moz-box-shadow: inset -1px 5px 15px -1px rgba(229, 229, 229, 0.65);
  box-shadow: inset -1px 5px 15px -1px rgba(229, 229, 229, 0.65); }

.add_credit_text {
  color: #00005c;
  font: 16px "Montserrat-SemiBold";
  padding-bottom: 10px; }

.add_credit_box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }
  .add_credit_box .add_credit_01 {
    width: 11%; }
  .add_credit_box .add_credit_02 {
    width: 55%; }
    .add_credit_box .add_credit_02 .form-control {
      border-radius: 0px;
      font: 12px "Montserrat-Light";
      color: #666666;
      padding: 6px 8px;
      height: 30px; }
  .add_credit_box .add_credit_03 {
    width: 34%;
    padding-left: 8px; }

.amount-section {
  color: #0a4d8c;
  font: 22px "Montserrat-SemiBold";
  padding-top: 5px; }

.amount-section2 {
  color: #0a4d8c;
  font: 16px "Montserrat-SemiBold";
  padding-top: 5px; }

.amount-section-header {
  color: #0a4d8c;
  font: 14px "Montserrat-SemiBold";
  float: right; }

.my-acc-settings, .my-acc-settings2, .my-acc-settings3 {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: #eeeeee solid 1px; }

.my-acc-events {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 20px;
  border-bottom: #eeeeee solid 1px; }

.my-acc-settings2 {
  padding: 0px 0px 20px 15px; }

.my-acc-settings3 {
  padding: 0px 0px 0px 15px;
  border-bottom: none;
  margin: 0px 0px 0px 0px; }

.my-acc-change-password-box {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: #eeeeee solid 1px;
  border-top: #eeeeee solid 1px; }

.setting-section_network {
  color: #333333;
  font: 14px "Montserrat-Light";
  padding-top: 6px; }

.facebook_login_btn_setting {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 5px 15px;
  background: #4b6ea9;
  border-radius: 50px;
  border: #4b6ea9 solid 1px; }
  .facebook_login_btn_setting:hover {
    background: #ffffff;
    color: #4b6ea9;
    border-radius: 50px;
    border: #4b6ea9 solid 1px;
    outline: none; }

.google_login_btn_setting {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 5px 15px;
  background: #e66249;
  border-radius: 50px;
  border: #e66249 solid 1px; }
  .google_login_btn_setting:hover {
    background: #ffffff;
    color: #e66249;
    border-radius: 50px;
    border: #e66249 solid 1px;
    outline: none; }

.email_newsletter {
  color: #00005c;
  font: 16px "Montserrat-SemiBold"; }

.booking-box {
  width: 100%;
  float: left;
  padding: 0px 0px;
  margin: 0px; }

.booking-box-01 {
  width: 8%;
  float: left;
  padding-left: 10px; }

.booking-box-02 {
  width: 5%;
  float: left;
  text-align: center; }

.booking-box-03 {
  width: 80%;
  float: left;
  padding-left: 5px; }

.ewallet-box {
  width: 100%;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  float: left;
  background: #ffffff; }
  .ewallet-box .submit_btn {
    margin: 0px; }

/* Compare hotel */
.star-padding {
  padding: 10px 10px;
  text-align: left; }

.compare-blue-box-main {
  padding: 0px 0px; }

.modal-big {
  width: 1170px; }

.com-heading-01 {
  font: 16px "Montserrat-SemiBold";
  color: #313a50;
  text-align: right;
  padding-top: 15px; }

.com-text-01 {
  font: 12px "Montserrat-Light";
  color: #999999;
  text-align: right;
  padding: 5px 0px 20px 0px; }

.com-blue-box {
  background: #e2f0fe;
  width: 100%;
  float: left;
  padding: 20px;
  position: relative; }

.com-heading-02 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  text-transform: capitalize; }

.com-text-02 {
  font: 15px "Montserrat-Light";
  color: #666666;
  text-transform: capitalize;
  padding-top: 10px; }

.com-print-box {
  width: 160px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 30px;
  right: 0px;
  font: 12px "Montserrat-Light";
  color: #666666;
  text-transform: capitalize; }
  .com-print-box a {
    color: #00005c;
    text-decoration: none;
    text-transform: capitalize; }
  .com-print-box a:hover {
    color: #00005c;
    text-decoration: underline; }

.com-print-box2 {
  width: 160px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 20px;
  right: 0px;
  font: 12px "Montserrat-Light";
  color: #666666;
  text-transform: capitalize; }
  .com-print-box2 a {
    color: #00005c;
    text-decoration: none;
    text-transform: capitalize; }
  .com-print-box2 a:hover {
    color: #00005c;
    text-decoration: underline; }

.compare-model .modal-body {
  padding: 30px; }

.compare-main-box, .compare-main-box-in {
  width: 100%;
  float: left;
  padding: 0px 0px; }

.compare-main-box-in {
  padding: 0px 20px; }

.compare-list-box {
  width: 33.33%;
  float: left;
  border-right: #ededed solid 1px; }

.compare-list-box-inner {
  width: 100%;
  float: left;
  margin-bottom: 15px; }

.compare-list-box:last-child {
  border-right: none; }

.compare-text-01 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 15px 35px 0px 35px; }

.compare-text-02 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 10px 0px; }

.compare-text-03 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 0px 0px; }

.compare-text-04 {
  font: 13px "Montserrat-SemiBold";
  color: #ffffff;
  padding: 0px 0px 0px 0px; }

.compare-text-05 {
  font: 11px "Montserrat-Light";
  color: #ffffff;
  padding: 0px 0px 0px 0px; }

.compare-text-06 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.compare-text-07 {
  font: 11px "Montserrat-Light";
  color: #999999;
  padding: 0px 0px 0px 0px; }

.compare-text-08 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.compare-text-09 {
  font: 14px "Montserrat-SemiBold";
  color: #d74d28;
  padding: 10px 15px 0px 15px; }

.compare-text-010 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 0px 15px 15px 15px; }

.compare-text-011 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 15px 35px 15px 35px; }

.compare-text-01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.compare-text-011 {
  height: 68px; }

.compare-text-02 {
  position: absolute;
  top: 13px;
  right: 10px; }

.hr-compare {
  margin-top: 6px;
  margin-bottom: 6px;
  border: 0;
  border-top: 1px solid #ededed; }

.compare-text-03, .compare-text-04, .compare-text-06, .compare-text-07 {
  text-transform: capitalize; }

.compare-text-03 {
  margin: 7px 10px 10px 0px; }

.compare-map-box {
  width: 100%;
  float: left;
  border-top: #ededed solid 1px;
  padding: 25px 0px; }

.compare-map-box-inner {
  width: 270px;
  height: 150px;
  margin: 0 auto;
  padding: 0px; }

.com-close-icon {
  font-size: 20px !important;
  color: #d74d28; }

.compare-text-03 a {
  color: #666666;
  text-decoration: none; }
.compare-text-03 a:hover {
  color: #000000;
  text-decoration: none; }

.compare-blue-box {
  width: 100%;
  float: left;
  background: #00005c;
  padding: 18px 15px; }

.compare-blue-list {
  width: 90%;
  float: left;
  padding: 15px 0px 15px 0px;
  margin: 0px 5%;
  border-bottom: #ededed solid 1px; }
  .compare-blue-list:last-child {
    border-bottom: none; }

.compare-blue-view {
  width: 90%;
  float: left;
  padding: 20px 0px 20px 0px;
  margin: 0px 5%;
  color: #c72362;
  font: 14px "Montserrat-SemiBold"; }
  .compare-blue-view a {
    color: #c72362;
    text-decoration: none; }
  .compare-blue-view a:hover {
    color: #c72362;
    text-decoration: none; }

.compare-box-01 {
  width: 70%;
  float: left;
  border-right: #ededed solid 1px; }

.compare-box-02 {
  width: 30%;
  float: left; }

.com-box-02 {
  width: 100%;
  float: left; }

.com-box-03 {
  width: 100%;
  float: left; }

.compare-amenities-list {
  width: 100%;
  float: left;
  padding: 0px 0px; }
  .compare-amenities-list .list-group-item {
    border: none;
    font: 13px "Montserrat-Light";
    color: #666666;   
	  width: 95%;
    float: left;
    padding: 10px 0px 10px 0px;
    margin: 0px 5%;
    border-bottom: #ededed solid 1px;}/*22-07-2020*/
  .compare-amenities-list .list-group-item-hide {
    font: 13px "Montserrat-Light";
    color: #d2d2d2;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff; }

.compare-image-box {
  width: 270px;
  position: relative;
  background-size: cover;
  height: 200px;
  border-radius: 5px;
  border: #afafaf solid 1px;
  margin: 0 auto; }

.compare-box {
  width: 100%;
  color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  font: 14px "Montserrat-SemiBold";
  cursor: pointer; }

.compare-main-box, .compare-main-box-in {
  padding: 0px; }

.hotel-listing-compare-box {
  font: 14px "Montserrat-SemiBold";
  color: #ffffff;
  padding: 15px 10px 15px 10px;
  background: #77c152;
  text-transform: uppercase;
  cursor: pointer; }

.hotel-left-heading-icon2 {
  color: #ffffff;
  border-bottom: #ffffff solid 2px;
  padding: 3px 5px;
  font: 11px "Montserrat-Light";
  margin-right: 3px; }

.button_filter {
  display: none; }

#demo {
  display: block; }

.compare-email-box {
  width: 300px;
  float: left;
  position: absolute;
  background: #00005c;
  top: 49px;
  right: 0px;
  padding: 10px;
  border: #999 solid 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
  .compare-email-box:before {
    content: "";
    display: block;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid grey;
    position: absolute;
    top: -15px;
    right: 13px;
    height: 14px; }
  .compare-email-box:after {
    content: "";
    display: block;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #00005c;
    position: absolute;
    top: -10px;
    right: 13px; }
  .compare-email-box .form-control {
    height: 31px;
    padding: 6px 8px; }
  .compare-email-box .send_btn {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 6px 12px;
    background-color: #77c152;
    border-radius: 0px;
    border: #77c152 solid 1px;
    text-transform: uppercase; }
    .compare-email-box .send_btn:hover {
      background-color: #59ab30;
      color: #ffffff;
      border-radius: 0px;
      border: #59ab30 solid 1px;
      outline: none; }

.my_account_cont .booking_confirm_container {
  margin-top: 0px;
  border-bottom: 0px solid #fdd540; }

.booking_confirm_container {
  padding: 0px 30px 30px 30px; }

.my_account_cont .calender-icon {
  margin-top: -2px; }

.hd_text_01 {
  margin-bottom: 10px;
  vertical-align: middle; }

.my_account_cont .date_icn_blue {
  width: 54px;
  height: 54px;
  background: #32466E;
  border-radius: 50px;
  color: #ffffff;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding: 8px; }

.my_account_cont .date_icn_red {
  width: 54px;
  height: 54px;
  background: #ec1818;
  border-radius: 50px;
  color: #ffffff;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding: 8px; }

.my_account_cont .date_icn_orng {
  width: 54px;
  height: 54px;
  background: #EC4C18;
  border-radius: 50px;
  color: white;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding: 8px; }

.voucher_color_txt {
  color: #EC4C18; }

.on_req_color_txt {
  color: #32466E; }

.cancelled_color_txt {
  color: #f41f0f; }

/* Tour Listing */
.tour-clock {
  font-size: 22px !important;
  vertical-align: middle; }

.tour-right-box2-01 {
  width: 9%;
  float: left;
  margin: 0px 0px;
  padding: 0px;
  border-right: #d9d9d9 solid 1px; }

.tour-right-box2-02 {
  width: 91%;
  float: left;
  margin: 0px;
  padding: 5px 0px 0px 20px;
  font: 18px "Montserrat-SemiBold";
  color: #77c152; }

.tour-list-text-01 {
  font: 11px "Montserrat-Light";
  color: #999999;
  padding: 0px 0px 0px 0px; }

.tour-list-text-02 {
  font: 12px "Montserrat-Light";
  color: #999999;
  padding: 10px 0px 0px 0px; }

/* Map list css */
.map-list-box {
  width: 380px;
  float: left;
  padding: 0px;
  margin: 0px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 36px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 36px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 36px -1px rgba(0, 0, 0, 0.2); }

.map-list-box-left {
  width: 40%;
  float: left;
  height: 150px;
  background-size: cover; }
  .map-list-box-left img {
    border-radius: 5px 0px 0px 5px; }

.map-list-box-right {
  width: 60%;
  float: left;
  padding: 10px 0px 0px 15px; }

.accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right; }

.accordion-opened .accordion-toggle:after {
  content: "\f054"; }

/* Tour Details */
.tour-details-text-01 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 0px 0px; }

.tour-details-text-02 {
  font: 12px "Montserrat-Light";
  color: #999999;
  padding: 0px 0px 0px 0px; }

.tour-details-text-03 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 20px 0px; }

.tour-details-text-04 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.tour-details-text-05 {
  font: 14px "Montserrat-SemiBold";
  color: #77c152;
  padding: 10px 0px 5px 0px; }

.tour-details-text-06 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 0px 0px; }

.tour-details-text-03 {
  line-height: 20px; }

.tour-details-image-box {
  padding-bottom: 20px; }
  .tour-details-image-box img {
    border-radius: 5px; }

.td-yellow-box {
  width: 100%;
  margin: 0px 0px 15px 0px;
  float: left;
  padding: 8px 20px;
  background: #fdd540;
  border-radius: 5px; }

.td-like-text-01 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 15px 15px 0px 15px;
  min-height: 55px; }

.td-mar-box {
  margin: 0px 0px 15px 0px; }

.td-table-text-01 {
  font: 16px "Montserrat-SemiBold";
  color: #0a4d8c;
  padding: 5px 0px 0px 40px; }

.td-table-text-02 {
  font: 13px "Montserrat-SemiBold";
  color: #000000;
  padding: 0px 0px 0px 0px; }

.td-table-text-03 {
  font: 13px "Montserrat-SemiBold";
  color: #77c152;
  padding: 4px 0px 0px 0px; }

.td-table-text-04 {
  font: 20px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.td-table-text-05 {
  font: 11px "Montserrat-Light";
  color: #798bc6;
  padding: 0px 0px 5px 0px; }

.td-table-text-06 {
  font: 13px "Montserrat-SemiBold";
  color: #d74d28;
  padding: 15px 0px 0px 0px; }

.td-table-text-07 {
  font: 16px "Montserrat-SemiBold";
  color: #c72362;
  padding: 0px 0px 15px 0px; }

.td-head-01 {
  text-align: left !important;
  padding-left: 48px !important; }

.td-clock-icon {
  font-size: 16px !important;
  color: #000000; }

.td-info-icon {
  font-size: 14px !important;
  margin-top: 5px;
  vertical-align: top; }

.td_book_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 8px 0px 0px 0px;
  padding: 6px 25px;
  background: #c72362;
  border-radius: 30px;
  border: #c72362 solid 1px;
  text-transform: uppercase;
  white-space: normal;
  text-align: left; }
  .td_book_btn:hover {
    background: #ffffff;
    color: #c72362;
    border-radius: 30px;
    border: #c72362 solid 1px;
    outline: none; }

/* Tour Confirm Details */
.tc-top-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }

.tc-top-box-01 {
  width: 350px;
  float: left;
  margin: 0px;
  padding: 0px; }

.tc-top-box-02 {
  width: 110px;
  float: left;
  margin: 0px;
  padding: 0px; }

.tc-top-box-03 {
  width: 290px;
  float: left;
  margin: 0px;
  padding: 0px; }

.tc-text-01 {
  font: 22px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.tc-text-02 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 10px 0px; }

.tc-text-03 {
  font: 13px "Montserrat-Light";
  color: #00005c;
  padding: 0px 0px 5px 0px; }

.tc-text-04 {
  font: 13px "Montserrat-Light";
  color: #333333;
  padding: 0px 0px 5px 0px; }

.tc-text-05 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 0px 0px; }

.tc-text-03 a {
  color: #00005c;
  text-decoration: none; }
.tc-text-03 a:hover {
  color: #00005c;
  text-decoration: none; }

.tc-clock-icon {
  font-size: 22px !important;
  top: 2px;
  padding: 0px 0px;
  position: relative;
  vertical-align: sub; }

.tc-image-box {
  width: 100%;
  background-size: cover;
  height: 100px; }

.tc-content-box {
  width: 100%;
  height: auto; }

/* Tour Book Now css */
.tcb-image {
  width: 100%;
  background-size: cover;
  height: 150px;
  border-radius: 5px; }

.tcb-image-big {
  width: 100%;
  background-size: cover;
  height: 246px;
  border-radius: 5px; }

.tbc-text-01 {
  font: 22px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.tbc-text-02 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 0px 0px; }

.tbc-text-03 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.tbc-text-04 {
  font: 13px "Montserrat-Light";
  color: #333333;
  padding: 0px 0px 5px 0px; }

.tbc-text-05 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 0px 0px; }

.lock-icon {
  font-size: 17px !important;
  color: #c72362; }

.tb-hotel-country-box {
  border: #cccccc solid 1px;
  border-radius: 30px;
  padding: 0px 15px; }

/* Wishlist Css */
.heading-wishlist {
  padding: 10px 0px 0px 0px;
  text-transform: capitalize;
  font-family: "Montserrat-SemiBold";
  margin: 0px; }

#btnAdd {
  margin: 35px 0px 10px 0px; }

.back-icon {
  font-size: 18px !important; }

.remove-icon {
  font-size: 20px !important; }

.remove-icon2 {
  font-size: 14px !important; }

.cursor {
  cursor: pointer; }

.wishlist-text-01 {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.wishlist-text-02 {
  font: 10px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 0px 0px; }

.wishlist-text-03 {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.wishlist-text-04 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 5px 0px; }

.wishlist-text-05 {
  font: 11px "Montserrat-SemiBold";
  color: #0a4d8c;
  padding: 10px 0px 5px 0px; }

.wishlist-text-06 {
  font: 10px "Montserrat-Light";
  color: #666666;
  padding: 4px 0px 5px 0px; }

.wishlist-text-03 {
  text-transform: capitalize; }

.label-blue {
  background: #5c72b7;
  padding: 8px 15px;
  font: 11px "Montserrat-Light";
  color: #ffffff;
  border-radius: 10px;
  text-transform: capitalize; }

.label-blue2 {
  background: #6e80b1;
  padding: 3px 11px;
  font: 11px "Montserrat-Light";
  color: #ffffff;
  border-radius: 20px;
  text-transform: capitalize; }

.w-top-box, .w-top-box-01, .w-top-box-02, .w-top-box-03 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }

.w-top-box-01 {
  width: 23%;
  margin-bottom: 20px; }

.w-top-box-02 {
  width: 23%;
  margin-bottom: 20px; }

.w-top-box-03 {
  width: 30%;
  margin-bottom: 20px;
  position: relative; }

.yellow-badge {
  background: #fdd540;
  width: 100%;
  float: left;
  padding: 4px 8px 4px 18px;
  border-radius: 30px;
  color: #00005c;
  font: 13px "Montserrat-Light"; }

.yellow-badge-boldtext {
  font: 14px "Montserrat-SemiBold";
  text-transform: uppercase; }

.yellow-badge-closeIcon {
  padding: 2px 5px 0px 0px; }

.wishlist-list-box {
  width: 100%;
  float: left;
  margin: 0px;
  border-bottom: #eeeeee solid 1px;
  padding: 20px 0px; }
  .wishlist-list-box:last-child {
    border-bottom: none; }

.wishlist-listing-box01 {
  width: 15%;
  float: left; }

.wishlist-listing-box02 {
  width: 65%;
  float: left;
  padding: 0px 0px 0px 5px; }

.wishlist-listing-box03 {
  width: 15%;
  float: left;
  margin-top: 4.7%; }

.wishlist-listing-box04 {
  width: 5%;
  float: left;
  padding: 0px;
  margin-top: 5%; }

.submit_btn_wishlist {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #ffffff;
  margin: 10px 0px 10px 0px;
  padding: 8px 25px;
  background: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px;
  text-transform: uppercase; }
  .submit_btn_wishlist:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.wishlist-list-box-01 {
  width: 100%;
  position: relative;
  background-size: cover;
  height: 126px;
  border-radius: 0px;
  background-image: url(images/170x125px-loading.png);
  background-position: center; }

.wishlist-owl-box {
  height: 200px; }

.slider_big_img {
  background-size: cover;
  height: 450px;
  border: #afafaf solid 1px; }

.slider_thumb_img {
  background-size: cover;
  height: 70px;
  border: #afafaf solid 1px;
  background-position: center; }

.calendar-model-bg {
  background-image: url(../images/banner-image-03.jpg);
  background-position: left center;
  min-height: 452px; }

.top-list {
  display: none;
  position: absolute;
  width: initial;
  right: 0px;
  width: 223px;
  top: 40px;
  z-index: 1; }
  .top-list .list-group {
    margin-bottom: 0px; }

.ellipsis-box {
  width: 100%;
  float: left;
  margin: 0px;
  cursor: pointer;
  font-size: 14px !important;
  font-family: "Montserrat-Light";
  color: #00005c; }
  .ellipsis-box:hover {
    color: #0a4d8c; }

.resp-tabs-container .fa-ul > li {
  width: 25%;
  display: inline-block; }

/* Hotel Confirm Booking */
.hcb-text-01 {
  font: 22px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.hcb-text-02 {
  font: 11px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 8px 0px; }

.hcb-text-03 {
  font: 13px "Montserrat-Light";
  color: #00005c;
  padding: 0px 0px 3px 0px; }

.hcb-text-04 {
  font: 14px "Montserrat-Light";
  color: #333333;
  padding: 0px 0px 5px 0px; }

.hcb-text-05 {
  font: 14px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 28px 0px; }

.hcb-text-06 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 5px 0px 0px 0px; }

.left-padding {
  padding-left: 20px !important; }

.cb-top-box-01 {
  width: 100%;
  float: left;
  padding-top: 34px; }

.cb-top-box-02 {
  width: 100%;
  float: left;
  padding-top: 34px; }

.cb-top-box-011 {
  width: 100%;
  float: left;
  padding-top: 0px; }

.cb-top-box-012 {
  width: 100%;
  float: left;
  padding-top: 0px; }

/* Reset Password */
.rs-email-box {
  margin-left: 4px; }

.rs-email-box2 {
  margin-top: 6px; }

h6 {
  color: #01015B;
  margin: 10px 0px 0px 0px; }

.login-text-01-rp span {
  color: #5b98d2;
  background-color: transparent; }

.login-text-01-rp {
  font: 15px "Montserrat-Light";
  text-transform: none; }

.hr_04 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ECEAEB;
  float: left;
  width: 100%; }

.feedback {
  color: #9ab;
  padding: 0 .25em;
  margin-top: 1em;
  margin-left: 1px; }

.sec03-text-06 {
  margin-left: -2px !important; }

#popoverClose:hover {
  color: #808080; }

meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 1em;
  width: 100%;
  height: .5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1); }

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1); }

meter[value="1"]::-webkit-meter-optimum-value {
  background: red; }

meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow; }

meter[value="3"]::-webkit-meter-optimum-value {
  background: orange; }

meter[value="4"]::-webkit-meter-optimum-value {
  background: green; }

meter[value="1"]::-moz-meter-bar {
  background: red; }

meter[value="2"]::-moz-meter-bar {
  background: yellow; }

meter[value="3"]::-moz-meter-bar {
  background: orange; }

meter[value="4"]::-moz-meter-bar {
  background: green; }

/* Tripchance Search */
.trip-menu {
  position: absolute;
  top: 100%;
  margin-top: -20px;
  z-index: 100;
  left: 0px;
  right: auto;
  display: none; }

.white-space {
  white-space: normal; }

.trip-box {
  margin: 10px; }

/* Registration email design */
.registration-heading-01 {
  font: 25px "Montserrat-SemiBold";
  line-height: 22px;
  color: #77c152;
  margin: 0px;
  padding: 50px 0px 15px 0px;
  text-transform: uppercase; }

.registration-text-01 {
  font: 14px "Montserrat-Regular";
  color: #000000;
  margin: 0px;
  padding: 0px 0px 5px 0px; }

.click_here_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 15px 0px 20px 0px;
  padding: 8px 20px;
  background: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px;
  text-transform: capitalize; }
  .click_here_btn:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.registraion-email-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  min-height: 250px;
  text-align: center; }

/* Popular destination details */
.desti-banner-box {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 20px 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 400px; }

.desti-box {
  width: 100%;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 15px;
  background: #f5f5f5;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(162, 162, 162, 0.3);
  -moz-box-shadow: 1px 1px 5px 1px rgba(162, 162, 162, 0.3);
  box-shadow: 1px 1px 5px 1px rgba(162, 162, 162, 0.3);
  border: #ddd solid 1px; }

.desti-box-02 {
  width: 100%;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 5px;
  background: #f5f5f5;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(162, 162, 162, 0.3);
  -moz-box-shadow: 1px 1px 5px 1px rgba(162, 162, 162, 0.3);
  box-shadow: 1px 1px 5px 1px rgba(162, 162, 162, 0.3);
  border: #ddd solid 1px;
  position: relative; }

.desti-box-yellow {
  width: 100%;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 20px 25px;
  background: #fdd540; }
  .desti-box-yellow .form-control {
    border-radius: 0px;
    font: 14px "Montserrat-Light";
    color: #666666;
    padding: 6px 17px;
    height: 40px; }

.desti-box-03 {
  width: 100%;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px;
  background: #ffffff; }

.desti-heading-01 {
  color: #000000;
  font: 22px "Montserrat-SemiBold";
  line-height: 24px;
  padding: 10px 0px 5px 0px; }

.desti-heading-01-small {
  color: #666666;
  font: 13px "Montserrat-Light";
  line-height: 16px;
  padding: 0px 0px 20px 0px; }

.desti-text-01 {
  font: 15px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px; }

.desti-text-02 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 2px 0px 8px 15px; }

.desti-text-03 {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding: 10px 0px 5px 60px; }

.desti-text-04 {
  font: 14px "Montserrat-Light";
  color: #3387c1;
  padding: 10px 0px 5px 0px; }

.desti-text-05 {
  font: 14px "Montserrat-Light";
  color: #666666;
  padding: 15px 0px 0px 5px; }

.desti-text-06 {
  font: 14px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 0px 5px; }

.desti-text-07 {
  font: 18px "Montserrat-SemiBold";
  color: #000000;
  padding: 0px 0px 0px 0px; }

.desti-text-08 {
  font: 16px "Montserrat-SemiBold";
  color: #4e4c4c;
  padding: 0px 0px 0px 0px; }

.desti-text-09 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 5px 0px 15px 0px; }

.desti-text-010 {
  font: 24px "Montserrat-SemiBold";
  color: #000000;
  padding: 0px 0px 5px 0px; }

.desti-text-011 {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 0px 0px 10px 0px; }

.desti-text-012 {
  font: 24px "Montserrat-SemiBold";
  color: #000000;
  padding: 0px 0px 0px 0px; }

.desti-text-013 {
  font: 15px "Montserrat-Light";
  color: #000000;
  padding: 4px 0px 0px 0px; }

.desti-text-014 {
  font: 14px "Montserrat-Light";
  color: #000000;
  padding: 0px 0px 0px 0px; }

.desti-text-012 {
  line-height: 16px; }

.desti-text-01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.desti-text-02 {
  margin-bottom: 15px; }

.desti-text-04 {
  text-align: right; }
  .desti-text-04 a {
    color: #3387c1;
    text-decoration: none; }
    .desti-text-04 a:hover {
      color: #3387c1;
      text-decoration: underline; }

.desti-text-011 {
  line-height: 20px; }

.desti-bold-text {
  font: 16px "Montserrat-SemiBold";
  color: #77c152; }

.desti-property-box {
  height: 130px;
  overflow-y: scroll; }

.desti-map-text-box {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 135px;
  height: 90px;
  border: 5px solid #fff;
  background: #fdd540;
  text-align: center;
  padding-top: 12px; }

.map-marker-icon {
  position: absolute;
  left: 15px;
  font-size: 18px !important;
  color: #666666; }

.desti-tripadvisor-img {
  position: absolute;
  left: 15px;
  margin-top: -5px; }

.desti-tab-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }
  .desti-tab-box .nav-tabs {
    margin-bottom: 15px; }
    .desti-tab-box .nav-tabs li {
      width: 25%; }
      .desti-tab-box .nav-tabs li a {
        text-align: center;
        border: 1px solid #d5d5d5;
        margin-right: 0px;
        border-radius: 0px;
        color: #000000;
        font: 12px "Montserrat-SemiBold";
        text-transform: uppercase;
        padding: 10px 0px; }
      .desti-tab-box .nav-tabs li.active a {
        background: #fdd540;
        border: #fdd540 solid 1px; }
        .desti-tab-box .nav-tabs li.active a:hover {
          background: #fdd540;
          border: #fdd540 solid 1px; }

.desti-box-image {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  border-bottom: none;
  position: relative;
  min-height: 125px;
  background-size: cover;
  background-position: center; }

.desti-box-inner {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 15px;
  position: relative;
  min-height: 125px;
  border-top: #dddddd solid 1px; }

.desti-box01 {
  border: #dddddd solid 1px;
  width: 100%;
  float: left; }

.desti-listing-box {
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #c6c6c6 dashed 1px; }

.desti-listing-box2 {
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }

.desti-label-box {
  width: auto; }
  .desti-label-box a {
    color: #666666;
    text-decoration: none;
    padding: 10px 15px;
    background: #e8f1ea;
    float: left;
    margin: 0px 5px 5px 0px; }
    .desti-label-box a:hover {
      text-decoration: none;
      background: #dcdddc; }
  .desti-label-box:first-child a {
    background: #77c152;
    color: #ffffff; }

.subcribe_destination_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px;
  background-color: #ffffff;
  border-radius: 0px;
  border: #ffffff solid 1px;
  text-transform: uppercase; }
  .subcribe_destination_btn:hover {
    background-color: #77c152;
    color: #ffffff;
    border-radius: 0px;
    border: #77c152 solid 1px;
    outline: none; }

.about-desti-box {
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 200px; }

.desti-search-box {
  width: 100%;
  float: left;
  margin: -55px 0px 20px 0px;
  padding: 15px;
  background: #eeeeee;
  border: #dddddd solid 1px; }
  .desti-search-box .input-group-addon {
    background: #77c152;
    color: #ffffff;
    font-size: 22px !important;
    border-radius: 0px; }
  .desti-search-box #hoteldetails .travellers-box {
    font-size: 13px;
    padding: 13px 0px 9px 7px;
    width: 83%; }
  .desti-search-box #hoteldetails .input-group-addon2 {
    width: 35px;
    padding: 6px 6px;
    background-color: #77c152;
    color: #ffffff;
    border-bottom: none; }
  .desti-search-box .input-group {
    border-radius: 0px;
    padding: 2px;
    background: #ffffff; }
    .desti-search-box .input-group .form-control {
      font-size: 13px;
      padding: 6px 9px; }

.search_destination_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 11px 0px;
  background: #77c152;
  border-radius: 0px;
  border: #77c152 solid 1px;
  text-transform: uppercase; }
  .search_destination_btn:hover {
    background: #ffffff;
    color: #77c152;
    border-radius: 0px;
    border: #77c152 solid 1px;
    outline: none; }

.popular_destination_view {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 7px 0px;
  background: #77c152;
  border-radius: 0px;
  border: #77c152 solid 1px;
  text-transform: uppercase; }
  .popular_destination_view:hover {
    background: #ffffff;
    color: #77c152;
    border-radius: 0px;
    border: #77c152 solid 1px;
    outline: none; }

/* Rajeev css */
/* Confirm booking */
.booking_confirm_container {
  width: 100%;
  padding: 0px 30px 30px 30px;
  border-bottom: 2px solid #fdd540; }

.booking_confirm_container2 {
  width: 100%;
  padding: 10px 30px 30px 30px;
  border-bottom: 2px solid #fdd540; }

.tab_page_title {
  color: #00005c;
  font: 30px "Montserrat-SemiBold";
  padding-left: 15px;
  text-transform: capitalize;
  line-height: 35px; }

.tab_page_title2 {
  color: #00005c;
  font: 24px "Montserrat-SemiBold";
  padding-left: 0px;
  padding-bottom: 0px;
  text-transform: capitalize;
  float: left; }

.tab_page_title2_new {
  color: #00005c;
  font: 24px "Montserrat-SemiBold";
  padding: 3px 0px 0px 130px;
  text-transform: capitalize;
  float: right;
  position: relative; }

.tab_page_sub_title {
  color: #c72362;
  font: 16px "Montserrat-Regular";
  padding-left: 15px; }

.tab_page_title_ewallet {
  color: #00005c;
  font: 30px "Montserrat-SemiBold";
  padding-left: 15px; }

.tab_page_sub_title2 {
  color: #c72362;
  font: 12px "Montserrat-Regular"; }

.tab_page_sub_title2_new {
  color: #548ec6;
  font: 11px "Montserrat-Regular"; }

.confirm_color_txt {
  color: #77c152; }

.social_label {
  font: 12px "Montserrat-Light";
  color: #666666;
  padding-top: 7px;
  padding-left: 15px;
  position: absolute;
  left: 10px; }

.twitter_icon {
  margin-left: 12px; }
  .twitter_icon img {
    vertical-align: top; }

.facebook_icon2 img {
  vertical-align: top; }

.print_btn a {
  color: #00005c;
  margin-top: 0px;
  font-family: "Montserrat-Light";
  margin-left: 0px;
  padding-left: 0px;
  text-decoration: none; }
  .print_btn a:hover {
    color: #000000;
    text-decoration: none; }

.calendar-icon-cb {
  float: left;
  margin-top: 1px;
  padding-right: 0px;
  padding-left: 0px; }

.card-black-icon {
  background-position: -257px -66px;
  width: 27px;
  height: 30px;
  float: left;
  text-align: center; }

.calender-icon {
  width: 25px;
  height: 30px;
  color: #999999;
  font-size: 22px !important;
  text-align: center;
  vertical-align: middle;
  padding-top: 1px;
  transition: color 0.8s;
  -webkit-transition: color 0.8s;
  margin-bottom: 0px; }

.calender-icon2 {
  /*width: 25px;*/
  height: 22px;
  color: #000000;
  font-size: 16px !important;
  text-align: center;
  vertical-align: middle;
  padding-top: 1px;
  transition: color 0.8s;
  -webkit-transition: color 0.8s;
  margin-bottom: 0px; }

.calender-icon3 {
  width: 25px;
  height: 22px;
  color: #000000;
  font-size: 16px !important;
  text-align: center;
  vertical-align: middle;
  padding-top: 1px;
  transition: color 0.8s;
  -webkit-transition: color 0.8s;
  margin-bottom: 0px; }

.check_in_container {
  padding: 25px;
  width: 100%;
  float: left; }

.check_in1 {
  color: #00005c;
  font: 12px "Montserrat-SemiBold";
  text-transform: uppercase;
  line-height: 12px;
  padding-bottom: 3px; }

.confirm_table_txt2 {
  color: #000;
  font: 14px "Montserrat-SemiBold";
  text-transform: uppercase;
  line-height: 18px; }

.clock {
  color: #798bc6;
  font: 30px "Montserrat-SemiBold";
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  margin-bottom: 1px; }

.check_in2-cb {
  color: #00005c;
  font: 16px "Montserrat-SemiBold"; }

.check_in2 {
  color: #00005c;
  font: 15px "Montserrat-SemiBold"; }

.check_in2_pnk {
  color: #c72362;
  font: 20px "Montserrat-SemiBold";
  text-transform: uppercase; }

.check_in3 {
  color: #c72362;
  font: 11px "Montserrat-Regular";
  padding-top: 2px; }

.check_in3_pnk {
  color: #999999;
  font: 18px "Montserrat-SemiBold";
  text-decoration: line-through;
  vertical-align: middle; }

.check_in3_new {
  color: #c72362;
  font: 11px "Montserrat-Regular";
  text-align: center;
  padding-top: 5px; }

.total_charge_txt {
  font: 11px "Montserrat-Light";
  color: #00005c;
  padding: 0px 0px 5px 0px;
  text-transform: capitalize; }

.image_gallery_section {
  width: 100%;
  min-height: 150px;
  background-size: cover;
  border-radius: 5px; }

.border-bottom {
  padding-bottom: 15px; }

.btn_blue_viewdetails {
  font-family: "Montserrat-Light";
  font-size: 11px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 5px 20px;
  width: auto;
  background-color: #00005c;
  border-radius: 50px;
  border: #00005c solid 1px;
  text-transform: uppercase; }
  .btn_blue_viewdetails:hover {
    background-color: #ffffff;
    color: #00005c;
    border-radius: 50px;
    border: #00005c solid 1px;
    outline: none; }

.btn_blue_getdirection {
  font-family: "Montserrat-Light";
  font-size: 11px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 5px 20px;
  width: auto;
  background-color: #77c152;
  border-radius: 50px;
  border: #77c152 solid 1px;
  text-transform: uppercase; }
  .btn_blue_getdirection:hover {
    background-color: #ffffff;
    color: #77c152;
    border-radius: 50px;
    border: #77c152 solid 1px;
    outline: none; }

.btn_blue {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 15px;
  width: auto;
  background-color: #16375b;
  border-radius: 50px;
  border: #16375b solid 1px; }
  .btn_blue:hover {
    background-color: #ffffff;
    color: #16375b;
    border-radius: 50px;
    border: #16375b solid 1px;
    outline: none; }

.btn_blue_myacc {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #ffffff;
  margin: 25px 0px 0px 0px;
  padding: 10px 22px;
  width: auto;
  background-color: #16375b;
  border-radius: 50px;
  border: #16375b solid 1px;
  text-transform: capitalize; }
  .btn_blue_myacc:hover {
    background-color: #ffffff;
    color: #16375b;
    border-radius: 50px;
    border: #16375b solid 1px;
    outline: none; }

.btn_green_myacc {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 25px 0px 0px 0px;
  padding: 10px 22px;
  width: auto;
  background-color: #77c152;
  border-radius: 50px;
  border: #77c152 solid 1px; }
  .btn_green_myacc:hover {
    background-color: #ffffff;
    color: #77c152;
    border-radius: 50px;
    border: #77c152 solid 1px;
    outline: none; }

.btn_red_myacc {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 25px 0px 0px 0px;
  padding: 10px 22px;
  width: auto;
  background-color: #e66249;
  border-radius: 50px;
  border: #e66249 solid 1px; }
  .btn_red_myacc:hover {
    background-color: #ffffff;
    color: #e66249;
    border-radius: 50px;
    border: #e66249 solid 1px;
    outline: none; }

.add_credit_btn {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 13px;
  width: auto;
  background-color: #77c152;
  border-radius: 50px;
  border: #77c152 solid 1px; }
  .add_credit_btn:hover {
    background-color: #ffffff;
    color: #77c152;
    border-radius: 50px;
    border: #77c152 solid 1px;
    outline: none; }

.payment_details_section {
  background-color: #f7fbff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 0px;
  width: 100%;
  float: left;
  margin-top: 20px; }

.font-bold {
  font-family: "Montserrat-SemiBold"; }

.payment_details_title {
  font: 16px "Montserrat-SemiBold";
  text-align: center;
  color: #08355f;
  line-height: 24px;
  padding: 15px;
  border-bottom: 1px solid #e6ebf3;
  text-transform: uppercase; }

.payment_card_details {
  font: 18px "Montserrat-SemiBold";
  text-align: center;
  color: #7bd3f7;
  line-height: 24px;
  padding: 15px;
  border-bottom: 1px solid #e6ebf3;
  text-transform: uppercase; }

.payment_card_details2 {
  font: 18px "Montserrat-SemiBold";
  text-align: center;
  color: #7bd3f7;
  line-height: 24px;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
  float: left; }

.room_rates_cont {
  font: 18px "Montserrat-SemiBold";
  text-align: center;
  color: #08355f;
  line-height: 18px;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #e6ebf3;
  text-transform: uppercase;
  width: 100%;
  float: left; }

.room_rates_cont_in {
  width: 100%;
  float: left; }

.room_rates_cont_left, .room_rates_cont_right {
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 10px; }

.room_rates_cont_right {
  text-align: left;
  padding-left: 10px; }

.btn_pad_top {
  padding-top: 15px; }

.bdr_lft {
  border-left: 1px solid #dddddd; }

.bdr_rgt {
  border-right: 1px solid #dddddd; }

.bdr_btm {
  border-bottom: 1px solid #dddddd; }

.bdr_top {
  border-top: 1px solid #dddddd; }

.loader-popular-map {
  padding: 39% 0px 0px 45%;
  position: absolute; }

.loader_popular_property {
  padding: 60px 0px 0px 45%;
  position: absolute; }

.label_text_profile {
  font: 14px "Montserrat-Light";
  color: #000000;
  padding-left: 10px;
  text-transform: capitalize; }

.email_newsletter_para {
  font: 12px "Montserrat-Light";
  color: #666666;
  line-height: 15px;
  margin-top: 5px;
  margin-bottom: 15px; }

.tc_button_section {
  margin-top: 25px; }

.model_status {
  color: #666666;
  font: 16px "Montserrat-Light";
  padding: 10px 0px 10px 0px;
  width: 100%;
  float: left; }

.newsletter_status {
  color: #666666;
  font: 14px "Montserrat-Light";
  padding-top: 5px; }

.credit_title {
  font: 10px "Montserrat-Light";
  text-align: center;
  color: #666666;
  padding: 5px 0px; }

.credit_card_details {
  font: 16px "Montserrat-SemiBold";
  text-align: center;
  color: #00005c; }

.room_rate_label {
  text-align: right;
  font: 12px "Montserrat-Light";
  text-transform: capitalize;
  color: #666666; }

.room_rate_text {
  text-align: left;
  font: 12px "Montserrat-Light";
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 2px; }

.room_rate_text_grn {
  text-align: left;
  font: 12px "Montserrat-Light";
  text-transform: capitalize;
  color: #77c152; }

.total_charge {
  font: 11px "Montserrat-Light";
  text-align: center;
  color: #c72362; }

.rooms_table_new {
  display: inline-block;
  width: 100%;
  color: #0a4d8c;
  padding: 5px;
  border-radius: 5px;
  font: 12px "Montserrat-SemiBold";
  border-bottom: 1px solid #dddddd;
  padding: 15px 0px; }

.rooms_table_header {
  background-color: #fdd540;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  color: #0a4d8c;
  padding: 5px;
  border-radius: 5px;
  font: 11px "Montserrat-SemiBold";
  text-transform: uppercase; }

.accordian_title {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  line-height: 18px;
  text-transform: uppercase; }

.accordian_title_2 {
  font: 12px "Montserrat-Light";
  color: #c72362;
  line-height: 20px;
  font-weight: 700; }

.accordian_title_3 {
  font: 12px "Montserrat-Light";
  color: #666666; }

.image_2 {
  color: #00007F; }

.hotel_details_view_section {
  width: 100%;
  float: left;
  padding: 30px 30px 20px 30px;
  margin: 0px; }

.hotel_details_view_section_in {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px; }

.hc-left-box {
  width: 248px;
  float: left;
  margin: 0px 20px 0px 0px; }

.hc-right-box {
  width: 800px;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 0px; }

.hc-right-box-cb {
  width: 65%;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 10px; }

.hc-right-box-in {
  width: 100%;
  float: left;
  padding-left: 30px; }

.hc-table .table {
  margin-bottom: 0px; }
  .hc-table .table thead tr th {
    padding: 7px 20px 5px 20px; }
  .hc-table .table tbody tr {
    border-bottom: #ebeef1 solid 1px; }
    .hc-table .table tbody tr td {
      border-top: transparent;
      padding: 20px; }
.hc-table .table > thead > tr > th:first-child {
  border-radius: 5px 0px 0px 5px; }
.hc-table .table > thead > tr > th:last-child {
  border-radius: 0px 5px 5px 0px; }
.hc-table .table-responsive {
  border-bottom: none;
  margin-bottom: 0px; }
.hc-table .bg-yellow {
  color: #0a4d8c;
  background: #fdd540;
  font: 11px "Montserrat-SemiBold";
  text-transform: uppercase;
  border-radius: 10px; }

.tc-table .table {
  margin-bottom: 0px; }
  .tc-table .table thead tr th {
    padding: 7px 20px 5px 20px; }
  .tc-table .table tbody tr {
    border-bottom: #ebeef1 solid 1px; }
    .tc-table .table tbody tr td {
      border-top: transparent;
      padding: 10px 20px; }
.tc-table .table > thead > tr > th:first-child {
  border-radius: 5px 0px 0px 5px; }
.tc-table .table > thead > tr > th:last-child {
  border-radius: 0px 5px 5px 0px; }
.tc-table .table-responsive {
  border-bottom: none;
  margin-bottom: 0px; }
.tc-table .bg-yellow {
  color: #0a4d8c;
  background: #fdd540;
  font: 11px "Montserrat-SemiBold";
  text-transform: uppercase;
  border-radius: 10px; }

.hc-table2 .bg-yellow {
  color: #000000;
  background: #f5f5f5;
  font: 11px "Montserrat-SemiBold";
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px;
  height: auto;
  display: inline-block;
  width: 100%;
  margin-top: 10px; }

.pad-tp-btm {
  padding-top: 20px;
  padding-bottom: 20px; }

.tc-table .table {
  margin-bottom: 0px; }
  .tc-table .table thead tr th {
    padding: 7px 20px 5px 20px; }
  .tc-table .table tbody tr {
    border-bottom: #ebeef1 solid 1px; }
    .tc-table .table tbody tr td {
      border-top: transparent;
      padding: 10px 20px; }
.tc-table .table > thead > tr > th:first-child {
  border-radius: 5px 0px 0px 5px; }
.tc-table .table > thead > tr > th:last-child {
  border-radius: 0px 5px 5px 0px; }
.tc-table .table-responsive {
  border-bottom: none;
  margin-bottom: 0px; }
.tc-table .bg-yellow {
  color: #0a4d8c;
  background: #fdd540;
  font: 11px "Montserrat-SemiBold";
  text-transform: uppercase;
  border-radius: 10px; }

#more_tab .dropdown-menu {
  right: -20px;
  left: inherit;
  padding: 0px; }
  #more_tab .dropdown-menu li {
    margin-top: 0px; }
    #more_tab .dropdown-menu li a {
      padding: 9px 15px;
      font: 13px "Montserrat-SemiBold";
      color: #666666; }
      #more_tab .dropdown-menu li a:hover {
        color: #000000; }
  #more_tab .dropdown-menu .active a {
    background: #ffffff; }

.my_account_cont {
  padding: 20px 0px;
  /* Rajeev 29-09-2016*/
  /* Rajeev 03-10-2016 */
  /* My account collaspe css */ }
  .my_account_cont .my_account_tab_title {
    color: #00005c;
    font: 14px "Montserrat-SemiBold"; }
  .my_account_cont .my_account_tab_sub_title {
    color: #c72362;
    font: 12px "Montserrat-Light"; }
  .my_account_cont .nav li a {
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }
    .my_account_cont .nav li a:hover, .my_account_cont .nav li a:focus {
      background-color: #ffffff;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff; }
  .my_account_cont .nav-tabs > li.active > a, .my_account_cont .nav-tabs > li.active > a:hover, .my_account_cont .nav-tabs > li.active > a:focus {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 1px solid #fff;
    color: #00005c;
    background-color: #ffffff;
    line-height: 18px;
    text-transform: uppercase; }
  .my_account_cont .nav-tabs > li.active > a > span, .my_account_cont .nav-tabs > li.active > a > span:hover, .my_account_cont .nav-tabs > li.active > a > span:focus {
    color: #c72362;
    font-family: "Montserrat-Light";
    text-transform: capitalize;
    font-weight: 600; }
  .my_account_cont .nav-tabs {
    border-bottom: 2px solid #fdd540;
    padding-bottom: 20px; }
    .my_account_cont .nav-tabs li {
      border-right: 1px solid #ddd;
      margin-top: 20px; }
      .my_account_cont .nav-tabs li a {
        padding: 10px 12px 10px 12px;
        color: #999999;
        font: 16px "Montserrat-SemiBold";
        line-height: 18px;
        text-transform: uppercase; }
    .my_account_cont .nav-tabs li:last-child {
      border-right: none; }
  .my_account_cont .my_acc_subtitle {
    color: #000000;
    font: 12px "Montserrat-Light";
    text-transform: capitalize;
    font-weight: 600; }
  .my_account_cont .tab-content > .tab-pane {
    padding-top: 20px;
    padding-bottom: 20px; }
  .my_account_cont .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-transform: capitalize; }
  .my_account_cont .bootstrap-select .dropdown-toggle {
    border-radius: 25px;
    height: 37px;
    padding: 6px 15px;
    font: 14px "Montserrat-Light";
    color: #00005c;
    font-weight: 600; }
  .my_account_cont .list-icon {
    width: 25px;
    height: 30px;
    color: #c72362;
    font-size: 16px !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    transition: color 0.8s;
    -webkit-transition: color 0.8s;
    margin-top: 5px;
    margin-bottom: 0px; }
  .my_account_cont .calender-icon {
    width: 25px;
    height: 30px;
    color: #999999;
    font-size: 16px !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    transition: color 0.8s;
    -webkit-transition: color 0.8s;
    margin-top: 5px;
    margin-bottom: 0px; }
  .my_account_cont .sorting_list {
    padding-top: 5px; }
    .my_account_cont .sorting_list .btn-group {
      float: right; }
  .my_account_cont .accordion-toggle:before {
    font-family: "FontAwesome";
    content: "\f078";
    float: right;
    margin-right: 10px; }
  .my_account_cont .accordion-opened .accordion-toggle:before {
    content: "\f054";
    margin-right: 10px; }
  .my_account_cont .accordion-group {
    padding: 5px;
    border: 1px solid #dddddd; }
  .my_account_cont #accordion2 {
    margin-top: 20px; }
  .my_account_cont .accordion-heading.collapsed {
    cursor: pointer; }
  .my_account_cont .date_icn_grn {
    width: 54px;
    height: 54px;
    background: #77c152;
    border-radius: 50px;
    color: #ffffff;
    line-height: 13px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    padding: 8px; }
  .my_account_cont .hotel-icon {
    width: 25px;
    height: 30px;
    color: #999999;
    font-size: 16px !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    transition: color 0.8s;
    -webkit-transition: color 0.8s;
    margin-top: 0px;
    margin-bottom: 0px; }
  .my_account_cont .accordian_title {
    font: 16px "Montserrat-SemiBold";
    color: #00005c;
    line-height: 18px; }
  .my_account_cont .rememer_me_label {
    font: 12px "Montserrat-Light";
    color: #77c152;
    line-height: 18px; }
  .my_account_cont .forgot_password_label {
    font: 12px "Montserrat-Light";
    color: #e66249;
    line-height: 18px;
    margin-top: 10px; }
  .my_account_cont .add_text_area {
    resize: none;
    border-radius: 6px;
    padding-top: 10px; }
  .my_account_cont .accordian_view_details {
    font: 12px "Montserrat-Light";
    color: #ffffff;
    line-height: 18px;
    background-color: #5b98d2;
    width: 92px;
    text-align: center;
    padding: 2px;
    margin-top: 8px;
    margin-bottom: 5px;
    border-radius: 7px; }
  .my_account_cont .pad_0px {
    padding: 0px; }
  .my_account_cont .profile_status {
    background-color: #fdd540;
    padding: 10px;
    height: auto;
    position: relative;
    width: 100%;
    float: left;
    border-radius: 5px; }
  .my_account_cont .profile_status_left {
    width: 50px;
    float: left; }
  .my_account_cont .profile_status_right {
    width: 78%;
    float: left;
    padding-left: 5px; }
  .my_account_cont .profile_blk {
    font: 16px "Montserrat-Regular";
    color: #00005c;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .my_account_cont .profile_grn {
    font: 28px "Montserrat-SemiBold";
    color: #359f01;
    text-transform: uppercase;
    line-height: 22px; }
  .my_account_cont .facebook_status {
    background-color: #0a4d8c;
    padding: 20px 20px 30px 30px;
    height: auto;
    position: relative;
    width: 100%;
    float: left;
    border-radius: 5px;
    margin-top: 20px; }
  .my_account_cont .comp_loyalty_programme {
    background-color: #c72362;
    padding: 20px 25px 30px 25px;
    height: auto;
    position: relative;
    width: 100%;
    float: left;
    border-radius: 5px;
    margin-top: 20px; }
  .my_account_cont .containeru {
    width: 45px;
    height: 45px; }
  .my_account_cont .prec {
    top: 7px;
    position: relative;
    font-size: 12px;
    font-weight: bold; }
  .my_account_cont .circle {
    position: relative;
    top: 5px;
    left: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #fdd540; }
  .my_account_cont .active-border {
    position: relative;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #00005c;
    background-image: linear-gradient(162deg, transparent 50%, #359f01 50%), linear-gradient(90deg, #359f01 50%, transparent 50%); }
  .my_account_cont .facebook_txt {
    margin-top: 10px;
    color: #ffffff;
    font-size: 11px; }
  .my_account_cont .facebook_cont_icons {
    color: #ffffff;
    font-size: 12px !important;
    text-align: center;
    vertical-align: middle;
    transition: color 0.8s;
    -webkit-transition: color 0.8s;
    margin: 2px 0px 2px 0px; }
  .my_account_cont .facebook_icon {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px; }
  .my_account_cont .loyalty_profile_icon {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }
  .my_account_cont .comp_title {
    text-align: center;
    color: #ffffff;
    font: 21px "Montserrat-SemiBold";
    text-transform: uppercase; }
  .my_account_cont .comp_title2 {
    text-align: center;
    color: #ffffff;
    font: 16px "Montserrat-Light";
    text-transform: uppercase; }
  .my_account_cont .comp_title_par {
    text-align: center;
    color: #ffffff;
    font: 14px "Montserrat-Light";
    line-height: 18px;
    margin-top: 20px; }
  .my_account_cont .book_btn {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 4px;
    color: #ffffff;
    position: relative;
    font-family: "Montserrat-SemiBold"; }
  .my_account_cont .algn_cntr {
    text-align: center;
    padding-top: 20px; }
  .my_account_cont .contact_info {
    color: #00005c;
    font: 16px "Montserrat-SemiBold";
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .my_account_cont .setting-section2 {
    color: #00005c;
    font: 16px "Montserrat-SemiBold";
    margin-top: 25px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    text-transform: uppercase; }
  .my_account_cont .profile_section1 {
    color: #00005c;
    font: 16px "Montserrat-SemiBold";
    padding-top: 20px; }
  .my_account_cont .profile_section_2 {
    color: #000000;
    font: 13px "Montserrat-Light";
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 15px; }
  .my_account_cont .ewallet-section {
    color: #c72362;
    font: 14px "Montserrat-SemiBold";
    padding-top: 8px; }
  .my_account_cont .booking_confirm_container {
    border-bottom: 2px solid #fdd540;
    padding-bottom: 20px;
    margin-top: 60px; }
  .my_account_cont .facebook_btn {
    color: #ffffff;
    font: 14px "Montserrat-Light";
    background-color: #4b6ea9;
    text-align: center;
    padding: 8px;
    border-radius: 20px; }
  .my_account_cont .google_btn {
    color: #ffffff;
    font: 14px "Montserrat-Light";
    background-color: #e66249;
    text-align: center;
    padding: 8px;
    border-radius: 20px; }
  .my_account_cont .facebook_icons {
    color: #ffffff;
    font-size: 16px !important;
    text-align: center;
    vertical-align: middle;
    transition: color 0.8s;
    -webkit-transition: color 0.8s;
    margin-top: 0px;
    margin-bottom: 0px; }
  .my_account_cont .google_icons {
    color: #ffffff;
    font-size: 16px !important;
    text-align: center;
    vertical-align: middle;
    transition: color 0.8s;
    -webkit-transition: color 0.8s;
    margin-top: 0px;
    margin-bottom: 0px; }
  .my_account_cont .user_name_section {
    color: #000000; }
  .my_account_cont .site_setting_title_3 {
    font: 12px "Montserrat-Light";
    color: #666666;
    line-height: 15px;
    margin-top: -5px; }
  .my_account_cont .change_password_btn {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 6px 13px;
    width: auto;
    background: #77c152;
    border-radius: 50px;
    border: #77c152 solid 1px; }
    .my_account_cont .change_password_btn:hover {
      background: #ffffff;
      color: #77c152;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }
  .my_account_cont .fnt_weight1 {
    font-weight: 100; }
  .my_account_cont .add_credit_btn {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 6px 13px;
    width: auto;
    background: #77c152;
    text-transform: uppercase;
    border-radius: 50px;
    border: #77c152 solid 1px; }
    .my_account_cont .add_credit_btn:hover {
      background: #ffffff;
      color: #77c152;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }
  .my_account_cont .save_percentage_btn {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px;
    width: auto;
    background: #77c152;
    border-radius: 50px;
    border: #77c152 solid 1px; }
    .my_account_cont .save_percentage_btn:hover {
      background: #ffffff;
      color: #77c152;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }
  .my_account_cont .site_setting_title {
    color: #333333;
    font: 13px "Montserrat-Light";
    padding-top: 5px;
    margin-top: 5px; }
  .my_account_cont .grey .bootstrap-select .dropdown-toggle {
    border-radius: 25px;
    height: 37px;
    padding: 6px 15px;
    font: 14px "Montserrat-Light";
    color: #000000; }
  .my_account_cont .pad_right {
    padding-right: 0px; }
  .my_account_cont .site_setting-section_network {
    color: #00005c; }
  .my_account_cont .btn_blue {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 8px 15px;
    width: auto;
    background: #16375b;
    border-radius: 50px;
    border: #16375b solid 1px; }
    .my_account_cont .btn_blue:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 50px;
      border: #16375b solid 1px;
      outline: none; }
  .my_account_cont .btn_book_redeem {
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 10px 25px;
    width: auto;
    background: #c72362;
    border-radius: 50px;
    border: #ffffff solid 1px;
    text-transform: uppercase; }
    .my_account_cont .btn_book_redeem:hover {
      background: #ffffff;
      color: #c72362;
      border-radius: 50px;
      border: #ffffff solid 1px;
      outline: none; }
  .my_account_cont .add_traveller_btn_green {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 10px 16px;
    width: auto;
    background: #77c152;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    border: #77c152 solid 1px; }
    .my_account_cont .add_traveller_btn_green:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }
  .my_account_cont .create_account_btn {
    font-family: "Montserrat-Light";
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0px 20px 0px;
    padding: 13px 13px;
    width: 100%;
    background: #00005c;
    border-radius: 50px;
    border: #00005c solid 1px; }
    .my_account_cont .create_account_btn:hover {
      background: #ffffff;
      color: #00005c;
      border-radius: 50px;
      border: #e1e1e1 solid 1px;
      outline: none; }
  .my_account_cont .big_login_btn {
    font-family: "Montserrat-Light";
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0px 20px 0px;
    padding: 12px 40px;
    width: auto;
    background: #77c152;
    border-radius: 50px;
    border: #77c152 solid 1px; }
    .my_account_cont .big_login_btn:hover {
      background: #ffffff;
      color: #77c152;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }
  .my_account_cont .btn_pink {
    font-family: "Montserrat-Light";
    font-size: 13px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 6px 13px;
    width: auto;
    background: #c72362;
    border-radius: 50px;
    border: #c72362 solid 1px; }
    .my_account_cont .btn_pink:hover {
      background: #ffffff;
      color: #c72362;
      border-radius: 50px;
      border: #c72362 solid 1px;
      outline: none; }
  .my_account_cont .btn_orange {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 6px 13px;
    width: auto;
    background: #e66249;
    border-radius: 50px;
    border: #e66249 solid 1px; }
    .my_account_cont .btn_orange:hover {
      background: #ffffff;
      color: #e66249;
      border-radius: 50px;
      border: #e66249 solid 1px;
      outline: none; }
  .my_account_cont .login_container {
    padding-top: 30px;
    padding-bottom: 30px; }
  .my_account_cont .new_customer_text {
    color: #00005c;
    font: 18px "Montserrat-SemiBold";
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 80px; }
  .my_account_cont .return_customer_text {
    color: #3a3d3f;
    font: 18px "Montserrat-SemiBold";
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 80px; }
  .my_account_cont .new_customer_par {
    color: #666666;
    font: 14px "Montserrat-Light";
    line-height: 20px;
    margin-bottom: 20px; }
  .my_account_cont .new_customer_container {
    border-right: 1px solid #dddddd;
    padding: 0px 100px 0px 80px; }
  .my_account_cont .return_customer_container {
    padding: 0px 100px 0px 80px; }
  .my_account_cont .sign_up_title {
    color: #c72362;
    font: 16px "Montserrat-SemiBold";
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .my_account_cont .login_area {
    color: #00005c;
    font: 16px "Montserrat-SemiBold";
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .my_account_cont .profile_section {
    color: #00005c;
    font: 16px "Montserrat-SemiBold";
    margin-top: 20px;
    border-top: 1px solid #ddd;
    margin-bottom: 50px; }
  .my_account_cont .mrgn_btm {
    margin-bottom: 20px; }
  .my_account_cont .profile_img {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 20px; }
  .my_account_cont .profile_name {
    font: 20px "Montserrat-SemiBold";
    text-align: center;
    color: #00005c;
    line-height: 24px;
    margin-top: 10px;
    text-transform: capitalize; }
  .my_account_cont .profile_desg {
    font: 14px "Montserrat-Light";
    text-align: center;
    color: #666666;
    line-height: 24px;
    padding-bottom: 15px; }
  .my_account_cont .accordion-heading {
    padding: 10px 0px 10px 0px; }
  .my_account_cont .view_details_btn {
    font: 10px "Montserrat-Light";
    color: #ffffff;
    margin: 10px 0px 0px 0px;
    padding: 5px 15px;
    width: auto;
    background: #5b98d2;
    border-radius: 20px;
    border: #ffffff solid 1px;
    text-transform: uppercase; }
    .my_account_cont .view_details_btn:hover {
      background: #ffffff;
      color: #5b98d2;
      border-radius: 20px;
      border: #5b98d2 solid 1px;
      outline: none;
      text-transform: uppercase; }
  .my_account_cont .more_details_btn {
    font: 14px "Montserrat-Light";
    color: #ffffff;
    margin: 10px 0px 0px 0px;
    padding: 8px 15px;
    background: #666666;
    border-radius: 5px;
    border: #ffffff solid 1px;
    text-transform: uppercase; }
    .my_account_cont .more_details_btn:hover {
      background: #ffffff;
      color: #666666;
      border-radius: 5px;
      border: #666666 solid 1px;
      outline: none;
      text-transform: uppercase; }
  .my_account_cont .bg_blue {
    background-color: #0a4d8c;
    font-size: 12px;
    padding: 8px 10px;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .my_account_cont .wt_blue {
    background-color: #ffffff;
    font-size: 12px;
    padding: 8px 10px;
    color: #000000; }
  .my_account_cont .panel-group .panel {
    border-radius: 0px;
    border: none; }
  .my_account_cont .panel-group .panel-body {
    float: left;
    padding: 15px 0px;
    width: 100%; }
  .my_account_cont .panel-default {
    border-color: transparent; }
    .my_account_cont .panel-default .panel-heading {
      color: transparent;
      background-color: #f5f5f5;
      border-color: #ddd;
      padding: 0px; }
      .my_account_cont .panel-default .panel-heading h4 a {
        padding: 10px 15px;
        color: #000000;
        background-color: #eeeeee;
        border-color: transparent;
        width: 100%;
        float: left;
        text-decoration: none;
        text-transform: capitalize;
        font: 16px "Montserrat-SemiBold"; }
      .my_account_cont .panel-default .panel-heading h4 a:hover {
        text-decoration: none; }

.container_inner_height.ng-scope {
  height: 500px; }

.travellre-per-box12 .verify_btn_box .btn-default {
  background-color: transparent;
  color: #666666;
  font-weight: 400; }
  .travellre-per-box12 .verify_btn_box .btn-default:hover {
    background-color: transparent; }
.travellre-per-box12 .verify_btn_box .btn-edit {
  background-color: #16375b;
  color: #ffffff;
  font-weight: 400; }
  .travellre-per-box12 .verify_btn_box .btn-edit:hover {
    background-color: #558fc6; }

.imgwid {
  width: 16px !important;
  border: #ccc solid 1px;
  margin-top: -3px; }

/* Rajeev css */
.feature_img_cont {
  top: 230px;
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block; }

.feature_img_cls {
  font-family: "Montserrat-Regular";
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 100; }

.feature_country_cls {
  font-family: "Montserrat-Light";
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  font-weight: 100;
  line-height: 20px; }

.feature_from_cls {
  font-family: "Montserrat-Light";
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  font-weight: 100; }

.feature_from_cls2 {
  font-family: "Montserrat-Regular";
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 100; }

/* Bhumi css */
.cursor-disable {
  pointer-events: none; }

.cursor-disable-none {
  background-color: #b3b2b2;
  pointer-events: none;
  cursor: not-allowed; }

.preloader {
  overflow: hidden;
  display: block;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: placeHolderShimmer;
  -moz-animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(0.2, #edeef1), color-stop(0.4, #f6f7f8), to(#f6f7f8));
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#f6f7f8), color-stop(0.2, #edeef1), color-stop(0.4, #f6f7f8), to(#f6f7f8));
  background-image: -moz-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1200px 1004px; }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.actions {
  width: 150px; }
  .actions .panel-default .panel-heading {
    color: #000000;
    background-color: #ffffff;
    border-color: transparent;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer; }
  .actions .panel-default .panel-title {
    font: 12px "Montserrat-Light";
    color: #000000;
    cursor: pointer;
    line-height: 12px;
    text-transform: capitalize; }
  .actions .panel {
    border: none; }
  .actions .panel-group .panel + .panel {
    margin-top: 1px; }
  .actions .panel-body {
    padding: 0px; }
  .actions .searchPanel {
    position: absolute;
    z-index: 1;
    margin-top: 50px;
    margin-left: 30px; }
  .actions .filterPanel, .actions .filterPanel ul, .actions .filterPanel ul ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  .actions .filterPanel > li {
    background: #ebeef1;
    margin-bottom: 0px;
    color: #000;
    padding: 8px 15px;
    font: 12px "Montserrat-Light";
    cursor: pointer;
    text-transform: capitalize; }
  .actions .filterPanel > li:hover {
    background: #f5f5f5;
    color: #000000; }
  .actions .filterPanel > li > ul > li {
    border-bottom: 1px solid #000;
    padding: 5px 20px;
    background-color: #fff;
    color: #000; }
  .actions .selFilter {
    background-color: rgba(236, 27, 90, 0.7) !important;
    color: #fff !important; }
  .actions .filterPanel > li > ul > li:last-child {
    border-bottom: 0px transparent none; }
  .actions .filterPanel > li > a {
    color: #fff !important;
    text-decoration: none;
    padding: 5px 20px;
    display: block;
    width: 160px;
    cursor: pointer; }
  .actions .filterPanel ul {
    display: none; }
  .actions .listPanel {
    position: absolute;
    z-index: 1;
    margin-top: 50px;
    margin-left: 800px; }

.searchPanel {
  position: absolute;
  z-index: 1;
  margin-top: 50px;
  margin-left: 10px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.preloader_css {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5); }

.preloader_svg {
  margin: 0 auto;
  display: block;
  top: 45%;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%; }

#map_wrapper_home {
  position: absolute;
  width: 100%;
  height: 400px; }

.total_child {
  font-size: 11px;
  color: #666666; }

.custpopopver {
  padding: 0;
  min-width: 400px;
  height: auto;
  right: -101px;
  border: #0a4d8c solid 2px;
  border-radius: 5px;
  box-shadow: -4px 7px 11px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 14 !important;
  position: absolute;
  padding: 15px;
  background-color: #fff;
  margin-top: -10px; }
  .custpopopver .close {
    margin: -10px 0px 0px 0px;
    font-size: 14px;
    position: absolute;
    right: 7px; }

.custpopopver:before {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #88bbf0 transparent; }

div.custpopopver:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #0A4D8C;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 11px 17px 11px; }

div.custpopopver:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 9px 14px 9px; }

.custpopopver2 {
  margin: 0 auto;
  padding: 0;
  width: 420px;
  height: auto;
  left: 20px;
  border: #0074bf solid 2px;
  border-radius: 5px;
  box-shadow: -4px 7px 11px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 14 !important;
  position: absolute;
  text-align: left;
  padding: 15px;
  background-color: #fff;
  margin-top: 14px; }
  .custpopopver2 .close {
    margin: -10px 0px 0px 0px;
    font-size: 14px;
    position: absolute;
    right: 7px; }

.custpopopver2:before {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #88bbf0 transparent; }

div.custpopopver2:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -88px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #0074bf;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 11px 17px 11px; }

div.custpopopver2:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -86px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 9px 14px 9px; }

.custpopopver3 {
  margin: 0 auto;
  padding: 0;
  width: 420px;
  height: auto;
  left: -40px;
  border: #0074bf solid 2px;
  border-radius: 5px;
  box-shadow: -4px 7px 11px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 14 !important;
  position: absolute;
  text-align: left;
  padding: 15px;
  background-color: #fff;
  margin-top: 7px; }
  .custpopopver3 .close {
    margin: -10px 0px 0px 0px;
    font-size: 14px;
    position: absolute;
    right: 7px; }

.custpopopver3:before {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #88bbf0 transparent; }

div.custpopopver3:before {
  content: '';
  display: block;
  position: absolute;
  left: 15%;
  margin-left: -52px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #0074bf;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 11px 17px 11px; }

div.custpopopver3:after {
  content: '';
  display: block;
  position: absolute;
  left: 15%;
  margin-left: -50px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 9px 14px 9px; }

.custpopopver4 {
  margin: 0 auto;
  padding: 0;
  width: 420px;
  height: auto;
  left: -40px;
  border: #0074bf solid 2px;
  border-radius: 5px;
  box-shadow: -4px 7px 11px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 14 !important;
  position: absolute;
  text-align: left;
  padding: 15px;
  background-color: #fff;
  margin-top: 7px; }
  .custpopopver4 .close {
    margin: -10px 0px 0px 0px;
    font-size: 14px;
    position: absolute;
    right: 7px; }

.custpopopver4:before {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #88bbf0 transparent; }

div.custpopopver4:before {
  content: '';
  display: block;
  position: absolute;
  left: 40%;
  margin-left: -52px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #0074bf;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 11px 17px 11px; }

div.custpopopver4:after {
  content: '';
  display: block;
  position: absolute;
  left: 40%;
  margin-left: -50px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 9px 14px 9px; }

.custpopopver5 {
  margin: 0 auto;
  padding: 0;
  width: 335px;
  height: auto;
  left: 0px;
  border: #0074bf solid 2px;
  border-radius: 5px;
  box-shadow: -4px 7px 11px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 14 !important;
  position: absolute;
  text-align: left;
  padding: 15px;
  background-color: #fff;
  margin-top: 43px; }
  .custpopopver5 .close {
    margin: -10px 0px 0px 0px;
    font-size: 14px;
    position: absolute;
    right: 7px; }

.custpopopver5:before {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #88bbf0 transparent; }

div.custpopopver5:before {
  content: '';
  display: block;
  position: absolute;
  left: 40%;
  margin-left: 0px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #0074bf;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 11px 17px 11px; }

div.custpopopver5:after {
  content: '';
  display: block;
  position: absolute;
  left: 40%;
  margin-left: 2px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-width: 0 9px 14px 9px; }

.preloader-book-01 {
  width: 250px;
  height: 25px;
  display: block;
  margin-bottom: 5px; }

.preloader-book-02 {
  width: 300px;
  height: 25px;
  display: block; }

.preloader-book-03 {
  width: 350px !important;
  height: 65px;
  display: block;
  margin-bottom: 5px; }

.preloader-book-04 {
  width: 350px !important;
  height: 65px;
  display: block;
  margin-bottom: 5px; }

.preloader-book-05 {
  width: 380px;
  height: 25px;
  display: block;
  margin-bottom: 5px; }

.preloader-book-06 {
  width: 170px;
  height: 25px;
  display: block; }

.preloader-book-07 {
  width: 170px;
  height: 125px;
  display: block; }

.preloader-book-08 {
  width: 200px;
  height: 15px;
  display: block;
  margin-bottom: 5px; }

.preloader-book-09 {
  width: 300px;
  height: 50px;
  display: block;
  margin-bottom: 5px; }

.preloader-book-10 {
  width: 150px;
  height: 50px;
  display: block;
  margin-bottom: 5px; }

.preloader-book-11 {
  width: 50px;
  height: 25px;
  display: block;
  margin-bottom: 5px; }

.preloader-book-12 {
  width: 50px;
  height: 50px;
  display: block; }

.preloader-book-13 {
  width: 100%;
  height: 50px; }

.preloader-book-14 {
  width: 94%;
  height: 100px; }

.preloader-book-15 {
  width: 100%;
  height: 200px; }

.hr_yellow {
  background: #fdd540;
  height: 2px;
  margin: 0px;
  padding: 0px; }

.edit-room-bn {
  margin: 10px; }

.list-bn {
  padding-left: 35px; }

.list2-bn {
  padding-left: 55px; }

.list3-bn {
  width: 100%;
  text-align: center;
  float: left; }

.map-box-bn {
  width: 1114px; }

.my_account_cont .booking_confirm_container {
  margin-top: 0px; }

.my_account_cont .date_icn_blue {
  width: 54px;
  height: 54px;
  background: #32466E;
  border-radius: 50px;
  color: #ffffff;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding: 8px 15px; }

.my_account_cont .date_icn_red {
  width: 54px;
  height: 54px;
  background: #ec1818;
  border-radius: 50px;
  color: #ffffff;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding: 8px 15px; }

.my_account_cont .date_icn_orng {
  width: 53px;
  height: 54px;
  background: #EC4C18;
  border-radius: 50px;
  color: white;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  padding: 8px 15px;
  font-family: "Montserrat-Light"; }

.my_account_cont .date_icn_fail {
  width: 53px;
  height: 54px;
  background: #f20c0c;
  border-radius: 50px;
  color: white;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  padding: 8px 15px;
  font-family: "Montserrat-Light"; }

/* Rajeev 26-11-2016 */
.hb_colla_text_03_arrow {
  color: #77c152;
  font-size: 20px !important;
  vertical-align: middle;
  margin-left: 5px; }

.special_hd {
  color: #676767; }

/* Rajeev 26-11-2016 */
/* Rajeev 28-11-2016 */
#clickme {
  width: 20px;
  height: 20px;
  background: #444;
  cursor: pointer;
  display: block;
  text-indent: -9999px; }

div.mydiv {
  width: 200px;
  height: 200px;
  border: 2px solid #666;
  position: absolute;
  left: 0px;
  z-index: 1; }

.my-account-grid-view .traveller-tab01 {
  width: 100%; }
.my-account-grid-view .traveller-form-tab02 {
  width: 100%;
  position: relative;
  display: block; }
.my-account-grid-view .traveller-tab-left {
  width: 33.33%;
  border: #eeeeee solid 1px;
  min-height: 75px; }
.my-account-grid-view .event-box {
  width: 33.33%;
  border: #cccccc solid 1px;
  min-height: 75px;
  float: left;
  padding: 10px; }
  .my-account-grid-view .event-box .profile_text {
    font: 14px "Montserrat-SemiBold";
    color: #666666; }
  .my-account-grid-view .event-box .profile_text2 {
    font: 12px "Montserrat-Regular";
    color: #666666;
    padding-bottom: 10px; }

.edit_traveller_btn {
  font: 10px "Montserrat-Light";
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  padding: 3px 12px;
  width: auto;
  background: #999999;
  border-radius: 20px;
  border: #999999 solid 1px;
  text-transform: uppercase;
  cursor: pointer; }
  .edit_traveller_btn:hover {
    background: #ffffff;
    color: #999999;
    border-radius: 20px;
    border: #999999 solid 1px;
    outline: none;
    text-transform: uppercase; }

.edit_traveller_btn_green {
  font: 10px "Montserrat-Light";
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  padding: 3px 12px;
  width: auto;
  background: #77c152;
  border-radius: 20px;
  border: #77c152 solid 1px;
  text-transform: uppercase; }
  .edit_traveller_btn_green:hover {
    background: #ffffff;
    color: #77c152;
    border-radius: 20px;
    border: #77c152 solid 1px;
    outline: none;
    text-transform: uppercase; }

.delete_traveller_btn {
  font: 10px "Montserrat-Light";
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  padding: 3px 12px;
  width: auto;
  background: #e66249;
  border-radius: 20px;
  border: #e66249 solid 1px;
  text-transform: uppercase;
  cursor: pointer; }
  .delete_traveller_btn:hover {
    background: #ffffff;
    color: #e66249;
    border-radius: 20px;
    border: #e66249 solid 1px;
    outline: none;
    text-transform: uppercase; }

/* Rajeev 28-11-2016 */
.traveller-tab01-profile {
  width: 30%;
  margin: 0px;
  padding: 0px;
  float: left; }

.traveller-tab-left-profile {
  width: 100%;
  min-height: 110px; }

.traveller-panel-box {
  background: #7cd3f7;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 20px;
  float: left;
  border-radius: 0px; }
  .traveller-panel-box .add_traveller_btn_green {
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 10px 16px;
    width: auto;
    background: #77c152;
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 1px 0px #0a4d8c;
    border: #77c152 solid 1px; }
    .traveller-panel-box .add_traveller_btn_green:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 5px;
      border: #77c152 solid 1px;
      outline: none; }
  .traveller-panel-box .add_traveller_btn_blue {
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 10px 16px;
    width: auto;
    background: #00005c;
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 1px 0px #0a4d8c;
    border: #00005c solid 1px; }
    .traveller-panel-box .add_traveller_btn_blue:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 5px;
      border: #00005c solid 1px;
      outline: none; }

.booking-panel-box {
  background: #7cd3f7;
  width: 100%;
  margin: 20px 0px 20px 0px;
  padding: 20px;
  float: left;
  border-radius: 0px; }
  .booking-panel-box .add_traveller_btn_green {
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 10px 16px;
    width: auto;
    background: #77c152;
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
    border: #77c152 solid 1px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 1px 0px #0a4d8c; }
    .booking-panel-box .add_traveller_btn_green:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 5px;
      border: #77c152 solid 1px;
      outline: none; }

.booking-panel-box2 {
  width: 100%;
  float: left;
  border-radius: 0px; }
  .booking-panel-box2 .add_traveller_btn_green {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 10px 16px;
    width: auto;
    background: #77c152;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    border: #77c152 solid 1px; }
    .booking-panel-box2 .add_traveller_btn_green:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }

.wishlist-panel-box {
  background: #7cd3f7;
  width: 100%;
  margin: 30px 0px 20px 0px;
  padding: 90px 20px 20px 20px;
  float: left;
  min-height: 300px;
  border-radius: 0px; }
  .wishlist-panel-box .add_traveller_btn_green {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 10px 16px;
    width: auto;
    background: #77c152;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    border: #77c152 solid 1px; }
    .wishlist-panel-box .add_traveller_btn_green:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }

.feedback-panel-box {
  background: #fdd540;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 30px;
  float: left;
  border-radius: 0px; }
  .feedback-panel-box .add_traveller_btn_green {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 10px 16px;
    width: auto;
    background: #77c152;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    border: #77c152 solid 1px; }
    .feedback-panel-box .add_traveller_btn_green:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }

.feedback-panel-box2 {
  background: #fdd540;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 30px;
  float: left;
  border-radius: 0px; }
  .feedback-panel-box2 .add_traveller_btn_green {
    font-family: "Montserrat-Light";
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 10px 16px;
    width: auto;
    background: #77c152;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    border: #77c152 solid 1px; }
    .feedback-panel-box2 .add_traveller_btn_green:hover {
      background: #ffffff;
      color: #16375b;
      border-radius: 50px;
      border: #77c152 solid 1px;
      outline: none; }

.booking-text-01 {
  color: #00005c;
  font: 22px "Montserrat-SemiBold";
  padding-left: 15px;
  line-height: 24px;
  text-align: center; }

.traveller-text-01 {
  color: #00005c;
  font: 22px "Montserrat-SemiBold";
  padding-left: 15px;
  line-height: 24px; }

.traveller-text-01_new {
  color: #00005c;
  font: 20px "Montserrat-SemiBold";
  padding-left: 0px;
  text-transform: capitalize;
  line-height: 40px; }

.traveller-text-01_new2 {
  color: #00005c;
  font: 16px "Montserrat-SemiBold";
  padding-left: 0px;
  text-transform: capitalize;
  line-height: 40px; }

.traveller-text-02 {
  color: #00005c;
  font: 12px "Montserrat-Light";
  text-align: center; }

.traveller-close-btn {
  float: right;
  cursor: pointer;
  padding: 0px 10px 0px 0px;
  margin-top: -20px;
  font-size: 19px;
  line-height: 19px; }

.events-close-btn {
  float: right;
  cursor: pointer;
  padding: 0px 10px 0px 0px;
  margin-top: -12px;
  font-size: 19px;
  line-height: 19px; }

.upload_traveller_btn {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 20px 0px;
  padding: 6px 20px;
  width: auto;
  background: #77c152;
  border-radius: 50px;
  font-weight: 600;
  text-transform: capitalize;
  border: #77c152 solid 1px; }
  .upload_traveller_btn:hover {
    background: #ffffff;
    color: #16375b;
    border-radius: 50px;
    border: #77c152 solid 1px;
    outline: none; }

.traveller-box-01 {
  width: 28%;
  margin: 0px;
  padding: 0px;
  float: left; }

.traveller-box-02 {
  width: 72%;
  margin: 0px;
  padding: 0px;
  float: left; }

.currency_icon_mob {
  display: none; }

.currency_icon_des {
  display: block; }

.content-inner-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  min-height: 300px;
  margin-top: 20px; }

.content-inner-box2new {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  min-height: 100px;
  margin-top: 20px; }

.text_align {
  color: #ccc !important;
  text-align: left !important;
  color: #00005c !important;
  font-size: 30px !important;
  font-family: Montserrat-SemiBold !important; }

.get_booking_details_txt1 {
  text-align: left !important;
  color: #00005c !important;
  font-size: 30px !important;
  font-family: Montserrat-SemiBold !important;
  padding-bottom: 10px; }

.paragraph {
  color: #666666 !important;
  font-size: 14px !important;
  font-family: "Montserrat-Light" !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  float: left !important;
  line-height: 24px !important;
  width: 100%; }

.total-heading2 {
  display: none; }

.my-travellers-box {
  width: auto;
  margin: 0 auto;
  float: none; }

.my-travellers-box02 {
  text-align: center;
  padding: 15px 0px 15px 0px; }

.wishlist-box01 {
  display: none;
  background: #FDF7F7;
  width: auto;
  margin: 0 auto; }

.wishlist-box02 {
  text-align: center;
  padding: 15px 0px 15px 0px; }

.mongo-listing {
  width: 100%;
  margin: 0px;
  padding: 20px 0px 0px 0px;
  float: left; }

.mongo-listing .listing-box {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  float: left;
  border-bottom: #e7e8ea solid 1px;
  min-height: 150px; }

.content-inner-box2 {
  width: 700px;
  margin: 0 auto;
  padding: 0px;
  min-height: 300px;
  margin-top: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.62);
  box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.62); }

.hd-bg-white2 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
  background: #f5f5f5;
  min-height: 300px; }

.text_align2 {
  color: #ccc;
  text-align: left;
  color: #00005c;
  font-size: 20px;
  font-family: "Montserrat-SemiBold";
  padding: 0px 20px; }

.paragraph2 {
  color: #666666;
  font-size: 13px;
  font-family: "Montserrat-Light";
  line-height: 24px;
  padding: 5px 20px; }

.aboutus_txt2 {
  padding: 20px 0px;
  width: 100%;
  float: left;
  margin: 0px; }

.footer_new {
  background-color: #1d2c3a;
  position: relative;
  display: block; }

.footer-box-redirect {
  background: #1d2c3a;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px; }

.footer-text-011 {
  font: 12px "Montserrat-Light";
  color: #ffffff;
  padding: 15px 0px 15px 20px; }
  .footer-text-011 a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 2px; }
  .footer-text-011 a:hover {
    color: #01015b;
    text-decoration: none; }

.footer-text-011 {
  font: 12px "Montserrat-Light";
  color: #ffffff;
  padding: 15px 0px 15px 20px; }
  .footer-text-011 a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 2px; }
  .footer-text-011 a:hover {
    color: #01015b;
    text-decoration: none; }

.loadmore {
  width: 100%;
  height: 40px;
  background-color: #E2E2E2;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  font-family: "Montserrat-SemiBold";
  color: #888;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 2px 0px #6b666b;
  -moz-box-shadow: 0px 0px 2px 0px #6b666b;
  box-shadow: 0px 0px 2px 0px #6b666b; }
  .loadmore:hover {
    color: #888;
    text-decoration: none;
    background-color: #c4c4c4; }

.loadmore2 {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  background-color: #E2E2E2;
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  color: #888;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 2px 0px #6b666b;
  -moz-box-shadow: 0px 0px 2px 0px #6b666b;
  box-shadow: 0px 0px 2px 0px #6b666b; }
  .loadmore2:hover {
    color: #888;
    text-decoration: none;
    background-color: #c4c4c4; }

.bg-blue-reset {
  width: 80%;
  margin: 0px auto;
  padding: 20px;
  background: #f2f9ff;
  margin-top: 50px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.31); }

.reset-text-01 {
  font: 13px "Montserrat-Light";
  color: #0a4d8c;
  padding-bottom: 16px; }
  .reset-text-01 a {
    color: #5b98d2;
    text-decoration: none; }
  .reset-text-01 a:hover {
    color: #5b98d2;
    text-decoration: underline; }

.reset_password_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 28px;
  background: #0a4d8c;
  border-radius: 50px;
  border: #0a4d8c solid 1px;
  text-transform: uppercase; }
  .reset_password_btn:hover {
    background: #ffffff;
    color: #0a4d8c;
    border-radius: 50px;
    border: #0a4d8c solid 1px;
    outline: none; }

.myCarousel_container {
  padding: 0px 0px; }
  .myCarousel_container .myCarousel {
    width: 100%;
    position: relative;
    display: inline-block; }
  .myCarousel_container .carousel-control {
    width: 5%;
    font-size: 40px !important;
    top: 40%;
    color: #0a4d8c;
    opacity: 1; }
  .myCarousel_container .carousel-control.left {
    left: -50px; }
  .myCarousel_container .carousel-control.right {
    right: -50px; }
  .myCarousel_container .item img {
    border-radius: 50%;
    width: 70%;
    margin-top: 40px;
    border: 4px solid #fff;
    -webkit-box-shadow: 1px 1px 1px 2px #d2d2d2;
    -moz-box-shadow: 1px 1px 1px 2px #d2d2d2;
    box-shadow: 1px 1px 1px 2px #d2d2d2; }

.wishlist-owl-box #owl_wishlist .item {
  display: inline-block;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  z-index: 1;
  position: relative;
  width: 100%; }
.wishlist-owl-box #owl_wishlist .item img {
  border-radius: 0%;
  width: 70%;
  min-height: 174px;
  max-height: 174px;
  margin-top: 40px;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 1px 2px #d2d2d2;
  -moz-box-shadow: 1px 1px 1px 2px #d2d2d2;
  box-shadow: 1px 1px 1px 2px #d2d2d2; }
.wishlist-owl-box .owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px; }
.wishlist-owl-box .owl-theme .owl-buttons i {
  margin-top: 2px; }
.wishlist-owl-box .owl-theme .owl-controls .owl-buttons div {
  position: absolute; }
.wishlist-owl-box .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  top: 55px; }
.wishlist-owl-box .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -45px;
  top: 55px; }

.wishlist-title-text-01 {
  font: 16px "Montserrat-SemiBold";
  color: #01015b;
  margin: 0px;
  padding: 10px 15px 10px 10px;
  text-transform: uppercase; }

.hd-bg-white-9 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff; }

.wishlist_sorting-box3 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 0px; }

#sighseeing .tipLeft:after {
  right: 0%;
  display: none; }

.sort-text2 {
  padding: 14px 10px 0px 0px;
  font: 13px "Montserrat-Regular";
  text-transform: uppercase;
  float: left;
  left: 5px; }

.wishlist-count {
  position: relative;
  display: block;
  width: 25%;
  bottom: 60px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-shadow: #030303 4px 4px 4px;
  font-family: "Montserrat-UltraLight";
  z-index: 100000;
  font-weight: 100;
  cursor: pointer;
  margin: 0 auto;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.45); }

.wishlist_cont_list {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  min-height: 300px;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.17); }

.hide-fliters-box {
  display: none; }

/* Fliters box */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.4s; }

.overlay-content {
  position: relative;
  width: 100%;
  color: #000000;
  float: left;
  height: 100%; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s; }
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1; }
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
.fliters-box {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 11; }

.fliter_btn {
  font-family: "Montserrat-Light";
  font-size: 16px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px 28px;
  background: #00005c;
  border-radius: 0px;
  border: #00005c solid 1px;
  text-transform: capitalize; }
  .fliter_btn:hover {
    background: #00005c;
    color: #ffffff;
    border-radius: 0px;
    border: #00005c solid 1px;
    outline: none; }

.fliters-top-box {
  width: 100%;
  padding: 15px;
  top: 0px;
  left: 0px;
  background: #0c3257;
  position: absolute; }

.fliters-middle-box {
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 50px 0px 0px 0px; }

.fliters-bottom-box {
  width: 100%;
  padding: 0px;
  bottom: 0px;
  left: 0px;
  background: #0c3257;
  position: fixed;
  display: none; }

/* Fliters box */
.listing-top-box {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 16;
  padding: 12px 15px;
  background: #00005c url(../images/texture.png) no-repeat top right; }
  .listing-top-box .wishlist_clr {
    padding: 0px 6px;
    text-shadow: 1px 1px 1px black; }
  .listing-top-box .list-search-icon {
    padding: 11px 7px 11px 15px;
    font-size: 16px !important;
    text-shadow: 1px 1px 1px black; }

.modal .search-box {
  box-shadow: none; }

.white {
  color: #ffffff; }

.list-left-icon {
  float: left;
  padding: 11px 15px 11px 0px; }

.list-left-icon2 {
  float: left;
  padding: 2px 15px 5px 0px; }

.list-top-text-01 {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #ffffff;
  line-height: normal;
  text-shadow: 1px 1px 1px black; }

.list-top-text-02 {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  text-shadow: 1px 1px 1px black; }

.mobile-list-box-01 {
  width: 50%;
  float: left; }

.mobile-list-box-02 {
  width: 50%;
  float: left;
  text-align: right; }

.dollar-icon {
  font-size: 12px; }

.wishlist_back_text_01 {
  margin-bottom: 0px;
  vertical-align: middle;
  font: 14px "Montserrat-Regular";
  color: #c72362;
  padding: 0px; }
  .wishlist_back_text_01 a {
    color: #c72362;
    text-decoration: none; }
  .wishlist_back_text_01 a:hover {
    color: #00005c;
    text-decoration: none; }

.coming-soon-heading {
  font: 22px "Montserrat-SemiBold";
  color: #00005c;
  padding: 50px 0px; }

.profile-img-box {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-bottom: 10px; }
  .profile-img-box img {
    border-radius: 50%;
    border: #0a4d8c solid 2px; }

.slim {
  border: #77c152 solid 2px; }

.my_accounts_btn button.btn.btn-default.active {
  background-color: #cccccc; }
.my_accounts_btn .btn.active {
  background: #ffffff;
  color: #000000;
  box-shadow: none; }

.white-bg {
  background: #ffffff !important; }

#filter-popover-box {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px #000000;
  box-shadow: 0 0 8px #000000;
  color: #003580;
  left: 312px;
  padding: 15px;
  position: absolute;
  top: 30px;
  width: 350px;
  z-index: 1001;
  zoom: 1; }

#filter-popover-box:before {
  content: '';
  display: block;
  position: absolute;
  left: 7%;
  top: 10%;
  margin-left: -37px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #000000 transparent transparent; }

#filter-popover-box:after {
  content: '';
  display: block;
  position: absolute;
  left: 7%;
  top: 10%;
  margin-left: -35px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #ffffff transparent transparent; }

.filter_title {
  font: 22px "Montserrat-SemiBold";
  color: #00005c; }

.filter_text {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding: 4px 0px 10px 0px;
  line-height: 17px; }

.filter-btn2 {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 12px;
  background: #00005c;
  border-radius: 5px;
  border: #00005c solid 1px;
  text-transform: capitalize; }
  .filter-btn2:hover {
    background: #ffffff;
    color: #00005c;
    border-radius: 5px;
    border: #00005c solid 1px;
    outline: none; }

.filter_close_box {
  position: absolute;
  width: 100%;
  margin: 0px;
  padding: 15px 10px;
  float: left;
  text-align: right; }

.close_filter_btn {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 4px 15px;
  background: #2c2ca7;
  border-radius: 0px;
  border: #2c2ca7 solid 1px;
  text-transform: capitalize; }
  .close_filter_btn:hover {
    background: #2c2ca7;
    color: #ffffff;
    border-radius: 0px;
    border: #2c2ca7 solid 1px;
    outline: none; }

.modal-open {
  padding-right: 0px !important; }

#pageloader {
  width: 600px;
  margin: 0 auto;
  padding: 50px 20px;
  border: #f5f5f5 solid 1px;
  margin-top: 11%;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(152, 152, 152, 0.43);
  -moz-box-shadow: 1px 1px 5px 0px rgba(152, 152, 152, 0.43);
  box-shadow: 1px 1px 5px 0px rgba(152, 152, 152, 0.43); }

.pageloader-text {
  font: 22px "Montserrat-SemiBold";
  color: #00005c;
  text-align: center; }

.hotel-notfound-box {
  width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 120px; }
  .hotel-notfound-box .search-box {
    padding: 0px;
    float: none;
    border: #f5f5f5 solid 1px; }
    .hotel-notfound-box .search-box .tab-content {
      float: left;
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
      -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19); }
  .hotel-notfound-box .travellers-box {
    width: 89%; }

.notourfound .hotel-notfound-box .search-box .tab-content {
  float: left; }

.hnf-heading-01 {
  font: 38px "Montserrat-SemiBold";
  color: #00005c;
  text-align: center;
  text-transform: capitalize;
  padding: 30px 0px 20px; }

.trans_bg2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  z-index: 1000;
  position: fixed;
  left: 0; }

.wishlist-opacity {
  opacity: 0.5;
  cursor: not-allowed; }

#hotelDates_details_full {
  background: #ffffff; }

.checkbox-right {
  padding-right: 10px; }

/* Header Dropdown */
.inner_div {
  box-sizing: border-box;
  position: absolute;
  width: 210px;
  padding: 0px 0px;
  background: white;
  margin-top: 25px;
  right: 0px;
  z-index: 120;
  text-align: center;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in; }

.inner_div:before {
  content: "";
  display: block;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid grey;
  position: absolute;
  top: -15px;
  right: 35px;
  height: 14px; }

.inner_div:after {
  content: "";
  display: block;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  position: absolute;
  top: -12px;
  right: 35px; }

.white_section {
  background-color: #ffffff;
  padding: 0px;
  text-align: left; }

.dropdown-listing ul {
  list-style-type: none;
  padding: 0px; }
  .dropdown-listing ul li {
    width: 100%;
    display: block; }
    .dropdown-listing ul li a {
      font: 13px "Montserrat-Regular";
      color: #00005c;
      width: 100%;
      display: block;
      padding: 8px 10px !important; }
      .dropdown-listing ul li a:hover {
        background: #f5f5f5;
        color: #00005c; }
    .dropdown-listing ul li:hover {
      background: #f5f5f5;
      color: #00005c; }

.hd-yellow-box-dropdown {
  width: 100%;
  margin: 0px 0px 0px 0px;
  float: left;
  padding: 8px 10px;
  background: #fdd540;
  border-radius: 0px; }

.logout_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 20px;
  background: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px;
  text-transform: capitalize; }
  .logout_btn:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.bar-text {
  padding-top: 5px;
  font: 12px "Montserrat-SemiBold"; }

.bar-info-text {
  font: 12px "Montserrat-Light";
  color: #666666;
  line-height: 16px;
  padding-top: 5px; }

.bar-info-heading {
  font: 13px "Montserrat-SemiBold";
  color: #666666; }

.spiltpayment-box {
  width: 100%;
  margin: 0px 0px 0px 0px;
  float: left;
  padding: 0px 30px; }

.spiltpayment-box-inner {
  width: 100%;
  margin: 0px 0px 30px 0px;
  float: left;
  padding: 15px;
  background: #f5f5f5; }
  .spiltpayment-box-inner .ewallet-box {
    background: transparent;
    padding: 0px; }
    .spiltpayment-box-inner .ewallet-box .hb_text_016 {
      margin-bottom: 0px;
      padding-bottom: 0px; }
    .spiltpayment-box-inner .ewallet-box .submit_btn {
      padding: 4px 18px;
      margin-top: 15px;
      font-size: 14px; }

.map-box2 {
  width: 49% !important; }

/* Header Dropdown */
.table_header_new {
  background: grey;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 0px !important; }

.table_content_new {
  background: #fff;
  color: grey;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 0px !important; }

.errorBorder {
  border: #ff0000 solid 1px; }

.tour-list-text-02 {
  font: 12px "Montserrat-Light";
  color: #999999;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  display: -webkit-box;
  -moz-line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 55px; }

.hbn-signin-box {
  text-align: left;
  padding-top: 32px;
  margin-left: -10px; }

.hbn-signin-box-eg {
  text-align: left;
  padding-top: 9px;
  margin-left: -10px; }

.hbn-bdr-left {
  border-left: 1px solid rgba(213, 219, 229, 0.5); }

.note-text2 {
  font: 11px "Montserrat-Regular";
  color: #666666;
  padding: 0px 0px 0px 0px; }

.text-container {
  position: relative;
  display: block;
  color: #666666;
  width: 80%;
  height: calc(4em + 1px);
  overflow: hidden;
  white-space: normal; }

.text-content {
  word-break: break-all;
  position: relative;
  display: block;
  max-height: 62px; }

.ellipsis {
  position: absolute;
  right: 0;
  top: calc(7em + 4px - 100%);
  text-align: left;
  background: white;
  padding: 0px 5px; }

.aminities-icon-box .input-group-addon {
  width: 15px;
  background: #ffffff;
  border: #ffffff solid 1px;
  padding: 5px 2px;
  font-size: 16px;
  color: #dddddd; }
  .aminities-icon-box .input-group-addon.active {
    color: #666666; }

.trav-close {
  margin-left: 3px; }

.note_special_request {
  font: 11px "Montserrat-Regular";
  color: #666666;
  padding: 10px 0px 10px 8px; }

/* Sightseeing details css */
.sight-details-box .blue-heading-box-01, .sight-details-box .blue-heading-box-02, .sight-details-box .blue-heading-box-03, .sight-details-box .blue-heading-box-04, .sight-details-box .blue-heading-box-05, .sight-details-box .blue-heading-box-06 {
  width: 17%; }
.sight-details-box .blue-heading-box-02 {
  width: 15%; }
.sight-details-box .blue-heading-box-03 {
  width: 13%; }
.sight-details-box .blue-heading-box-04 {
  width: 14%; }
.sight-details-box .blue-heading-box-05 {
  width: 20%; }
.sight-details-box .room-box-01, .sight-details-box .room-box-02, .sight-details-box .room-box-02_new, .sight-details-box .room-box-03, .sight-details-box .room-box-04, .sight-details-box .room-box-05 {
  width: 22%; }
.sight-details-box .room-box-02_new {
  width: 19%; }
.sight-details-box .room-box-03 {
  width: 16%; }
.sight-details-box .room-box-04 {
  width: 18%; }
.sight-details-box .room-box-05 {
  width: 25%; }
.sight-details-box .custpopopver {
  right: -95px; }
.sight-details-box .popover-main-inner {
  width: 100%; }
  .sight-details-box .popover-main-inner .popover-text01, .sight-details-box .popover-main-inner .popover-text02 {
    line-height: 18px; }

/* Sightseeing details css */
/*
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus{
  -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 25px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control{
      -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
        -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
        
}
*/
.retrieve-box {
  background: #f5f5f5;
  border: #dddddd solid 1px;
  width: 600px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 20px;
  padding-bottom: 30px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19); }

.retrieve-heading {
  text-align: left;
  color: #00005c;
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  padding-bottom: 10px; }

.retrieve-box2 {
  background: #f5f5f5;
  border: #dddddd solid 1px;
  width: 700px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 20px;
  padding-bottom: 30px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19); }

.retrieve-heading2 {
  text-align: left;
  color: #00005c;
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  padding-bottom: 10px; }

ul.fa-ul.footer-text-02 {
  margin-left: 20px; }

/* Map view listing css */
.map-view {
  width: 100%;
  padding-right: 0px; }
  .map-view .hotel-listing-left {
    width: 18%;
    padding-top: 20px;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    margin: 0px 20px 0px 0px; }
  .map-view .hotel-listing-right {
    float: left;
    width: 27%;
    padding-top: 20px;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }
  .map-view .hotel-right-box {
    display: none; }
  .map-view .hotel-right-box2 {
    display: none; }
  .map-view .aminities-icon-box {
    display: none; }
  .map-view .hotel-listing-box01 {
    width: 30%; }
  .map-view .list-box-01 {
    height: 115px; }
  .map-view .hotel-listing-box02 {
    width: 70%; }
  .map-view .hotel-listing-box04 {
    float: left;
    padding: 10px 0px 0px 10px;
    width: 64%; }
  .map-view .list-box-03 {
    text-align: left; }
  .map-view .map-view-box1 {
    width: 50%;
    float: left; }
  .map-view .choose-room-box {
    width: 50%;
    float: left;
    text-align: right;
    padding-top: 12px; }
  .map-view .price-silder-cont {
    padding: 0px 10px; }
  .map-view .hotel-right-box-mapview {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0px; }
  .map-view .hotel-listing-box {
    padding: 0px; }
  .map-view .hotel-map-view-desti-box {
    width: 100%;
    float: left;
    padding: 10px 15px 15px 15px;
    background: #f5f5f5;
    border-left: #c1c1c1 solid 1px;
    border-top: #e5e5e5 solid 1px;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    z-index: 10; }
  .map-view .hotel-right-box01 {
    width: 35%; }
  .map-view .hotel-right-box02 {
    width: 34%; }
  .map-view .hotel-right-box03 {
    width: 18%; }
  .map-view .hotel-right-box04 {
    width: 28%; }
  .map-view .listing-main-box {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 600px;
    width: 105%; }
  .map-view .listing-main-box-in {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    overflow: hidden; }
  .map-view .map_modal {
    position: relative;
    top: 0px;
    overflow: hidden;
    border: none; }
  .map-view .sort-text {
    display: none; }
  .map-view #example-one {
    padding: 0px; }
    .map-view #example-one li a {
      padding: 14px 5px 10px 5px; }
  .map-view .hotel-right-box3 {
    width: initial;
    display: none; }
  .map-view .close-map-icon {
    display: none; }
  .map-view .hotel-back-box {
    width: 65%;
    float: left;
    padding-right: 0px;
    display: inherit;
    text-align: right; }
  .map-view .hotel-sort-map {
    width: 35%;
    display: inherit;
    margin-bottom: 13px;
    float: left; }
    .map-view .hotel-sort-map .sort-btn {
      font-family: "Montserrat-Regular";
      font-size: 12px;
      color: #ffffff;
      margin: 4px 0px 0px 10px;
      padding: 4px 15px;
      background: #77c152;
      border-radius: 2px;
      border: #77c152 solid 1px;
      text-transform: capitalize; }
      .map-view .hotel-sort-map .sort-btn:hover {
        background: #5a903f;
        color: #ffffff;
        border-radius: 2px;
        border: #5a903f solid 1px;
        outline: none; }
    .map-view .hotel-sort-map .dropdown-menu {
      padding: 0px; }
      .map-view .hotel-sort-map .dropdown-menu li a {
        font: 13px "Montserrat-Light";
        color: #666666;
        float: none !important;
        width: 100% !important;
        padding: 10px !important;
        border-bottom: #cccccc solid 1px;
        text-transform: capitalize; }
        .map-view .hotel-sort-map .dropdown-menu li a:hover {
          font: 13px "Montserrat-Light";
          color: #ffffff !important;
          background: #00005c;
          width: 100% !important; }
        .map-view .hotel-sort-map .dropdown-menu li a .fa-caret-down {
          padding-right: 4px; }
    .map-view .hotel-sort-map .recommended-box {
      left: 157px;
      top: 50%; }
      .map-view .hotel-sort-map .recommended-box li a {
        color: #666666;
        text-decoration: none;
        display: block; }
        .map-view .hotel-sort-map .recommended-box li a:hover {
          text-decoration: none; }
  .map-view .list-text-01 {
    font-size: 13px; }
  .map-view .listing-main-box .listing-box {
    padding: 10px;
    margin: 0px;
    cursor: pointer; }
  .map-view .listing-main-box .listing-box:hover {
    background: #f5f5f5;
    box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.4); }
  .map-view .compare-plus-icon {
    left: 40px; }
  .map-view .hotel-location-box ul {
    max-height: 218px;
    overflow-y: scroll; }
  .map-view .need-scroll {
    max-height: 230px;
    overflow-y: scroll; }

.hotel-sort-map {
  display: none; }

.hotel-back-box {
  display: none; }

.clear_btn {
  position: absolute;
  z-index: 1;
  left: 50%;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  padding: 3px 10px;
  margin: 5px 0px 0px 0px;
  background: #00005c;
  border-radius: 2px;
  border: #00005c solid 1px;
  text-transform: capitalize; }
  .clear_btn:hover {
    background: #ffffff;
    color: #00005c;
    border-radius: 2px;
    border: #00005c solid 1px;
    outline: none; }

.point_btn {
  position: absolute;
  z-index: 1;
  font-family: "Montserrat-Light";
  font-size: 11px;
  color: #000000;
  margin: 10px 0px 0px 120px;
  padding: 8px;
  background: #ffffff;
  border-radius: 2px;
  border: none;
  text-transform: capitalize;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; }
  .point_btn:hover {
    background: #ffffff;
    color: #000000;
    border-radius: 2px;
    border: none;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; }

.point_details_btn {
  font-family: "Montserrat-Light";
  font-size: 11px;
  color: #000000;
  margin: 10px 0px 0px 0px;
  padding: 8px;
  background: #ffffff;
  border-radius: 2px;
  border: none;
  text-transform: capitalize;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; }
  .point_details_btn:hover {
    background: #ffffff;
    color: #000000;
    border-radius: 2px;
    border: none;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; }

.map_viewall_btn {
  position: absolute;
  left: 50%;
  z-index: 1;
  font-family: "Montserrat-Light";
  font-size: 11px;
  color: #000000;
  margin: 5px 0px 0px 0px;
  padding: 5px;
  background: #ffffff;
  border-radius: 2px;
  border: none;
  text-transform: capitalize;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; }
  .map_viewall_btn:hover {
    background: #ffffff;
    color: #000000;
    border-radius: 2px;
    border: none;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; }

#view_all {
  left: 55%; }

#clear_polygon {
  left: 63%; }

.closeBtn_map {
  display: none; }

.map-view-box {
  width: 53%;
  float: right;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  position: relative;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: -2px 1px 6px 0px rgba(125, 125, 125, 0.5);
  -moz-box-shadow: -2px 1px 6px 0px rgba(125, 125, 125, 0.5);
  box-shadow: -2px 1px 6px 0px rgba(125, 125, 125, 0.5); }

.close-map-icon {
  display: none; }

.map-view-mobile {
  position: fixed;
  width: 94%;
  left: 3%;
  top: 15%;
  bottom: 30px;
  border: #00005c solid 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.6); }

.book_now_google_map {
  padding-right: 8px;
  width: 28px;
  height: 24px;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.wishlist-icon-box {
  left: 0px; }

.payment-grey-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 10px 15px;
  background: #f5f5f5; }

.payment-alter-text {
  font-size: 12px;
  font-family: Montserrat-regular;
  color: #666666; }

.payment_hb_text_02 {
  font: 14px "Montserrat-SemiBold";
  color: #00005c;
  padding: 0px 0px 0px 0px;
  line-height: 18px; }
  .payment_hb_text_02 a {
    font: 14px "Montserrat-SemiBold";
    color: #00005c; }
    .payment_hb_text_02 a:hover {
      font: 14px "Montserrat-SemiBold";
      color: #00005c; }

.payment-heading {
  padding-bottom: 10px; }

.traveller-list-box {
  position: relative; }

.div_list_of_name, .div_list_of_name_tour {
  position: absolute;
  width: 190px;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding-bottom: 10px;
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  max-height: 300px; }
  .div_list_of_name ul, .div_list_of_name_tour ul {
    margin: 0px;
    padding: 5px 10px;
    list-style: none;
    max-height: 250px;
    position: relative;
    overflow-x: auto; }
  .div_list_of_name li, .div_list_of_name_tour li {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    border-bottom: #999999 dashed 1px; }
    .div_list_of_name li a, .div_list_of_name_tour li a {
      font: 13px "Montserrat-regular";
      color: #666666;
      padding: 4px 5px;
      display: block; }
      .div_list_of_name li a:hover, .div_list_of_name_tour li a:hover {
        color: #000000; }
    .div_list_of_name li:last-child, .div_list_of_name_tour li:last-child {
      border-bottom: none; }
  .div_list_of_name h2, .div_list_of_name_tour h2 {
    font: 15px "Montserrat-SemiBold";
    color: #000000;
    padding: 7px 0px 10px 14px; }
  .div_list_of_name:before, .div_list_of_name_tour:before {
    content: '';
    display: block;
    position: absolute;
    left: 7%;
    top: 11%;
    margin-left: -26px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #999999 transparent transparent; }
  .div_list_of_name:after, .div_list_of_name_tour:after {
    content: '';
    display: block;
    position: absolute;
    left: 7%;
    top: 11%;
    margin-left: -24px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent; }

.hb_colla_text_01 font {
  padding-left: 10px; }

.div_list_of_name_tour {
  top: auto; }

/* Map view listing css */
.popover.top .arrow:before {
  bottom: 0px;
  margin-left: -10px;
  content: " ";
  border-top-color: #00005c;
  border-bottom-width: 0; }

.my-account-cancellation {
  text-align: center;
  background-color: #ccc;
  margin: 0px;
  padding: 8px 0px;
  width: 100%;
  float: left; }

.my-account-cancellation2 {
  text-align: left;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  width: 100%;
  float: left; }

/* auto home search css */
.ui-autocomplete {
  position: absolute !important;
  z-index: 9999; }

.preloader_for_autocomplete {
  right: 20px;
  top: -3px; }

.clearable {
  background: url("../images/close-search.png") no-repeat scroll right -30px center !important;
  transition: background 0.4s ease 0s; }

.clearable.x {
  background-position: right 5px center !important;
  cursor: pointer; }

.top-listing-box {
  display: none; }

.search-listing-icon {
  font-size: 16px !important;
  color: #0a4d8c;
  padding: 4px 5px 0px 0px; }

.google_map_icon {
  width: 20px;
  height: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -3px; }

.google_map_icon2 {
  width: 20px;
  height: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -3px; }

.compare-hide {
  display: none !important; }

.booknow_list01 {
  float: left;
  margin: 0px 0 0px 0px;
  padding: 0px;
  width: 100%; }
  .booknow_list01 ul {
    float: left;
    margin: 0px;
    display: inline-block;
    padding: 0px; }
    .booknow_list01 ul li {
      display: block; }
  .booknow_list01 li {
    display: block;
    font: 12px "Montserrat-Regular";
    color: #000000;
    line-height: 20px;
    padding: 2px 0px 5px 15px;
    background: url(../images/bulltet-icon-02.png) no-repeat 0px 9px;
    text-transform: capitalize; }
    .booknow_list01 li a {
      font: 13px "Montserrat-Regular";
      color: #ced0d1;
      text-decoration: none;
      padding: 0px 0px 0px 15px;
      text-transform: capitalize; }
    .booknow_list01 li a:hover {
      color: #82c162;
      text-decoration: none; }

.previous_btn {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #ffffff;
  margin: 10px 0px 10px 0px;
  padding: 6px 12px;
  background-color: #01015b;
  border-radius: 50px;
  border: #01015b solid 1px; }
  .previous_btn:hover {
    background-color: #ffffff;
    color: #01015b;
    border-radius: 50px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.previous-box {
  width: 100%;
  float: left;
  margin: 30px 0px 50px 0px;
  padding: 10px 15px;
  border: #cccccc solid 1px;
  background: #efefef;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33); }

.clear-icon {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  cursor: pointer; }

.destination-location-box {
  width: 10%;
  float: left; }

.destination-input-box {
  width: 80% !important;
  float: left; }

.destination-loader {
  width: 14%;
  float: left; }

.additional-box {
  width: 100%;
  float: left;
  font: 12px "Montserrat-Regular";
  color: #77c152;
  margin-top: 8px; }
  .additional-box a {
    color: #ffffff;
    text-decoration: none;
    background: #798bc6;
    padding: 5px;
    line-height: normal;
    border-radius: 3px;
    font-size: 10px; }
    .additional-box a:hover {
      color: #ffffff;
      text-decoration: none; }

.hd-sticky-box {
  width: 100%;
  float: left;
  padding: 10px 0px;
  margin: 0px;
  z-index: 10;
  background-color: #ffffff; }

.hd-sticky-inner-box {
  width: 1140px; }

.hb-sticky-box {
  width: 100%;
  float: left;
  padding: 0px 0px;
  margin: 0px;
  z-index: 10;
  background-color: #ffffff; }

.hd-available-box {
  margin-bottom: 5px;
  position: relative; }
  .hd-available-box .info-icon {
    position: absolute;
    top: 6px; }

.rate_breakup_heading {
  font: 16px "Montserrat-SemiBold";
  color: #0a4d8c;
  padding-bottom: 10px;
  display: inline-block;
  width: 60%; }

.price {
  display: inline-block;
  width: 40%;
  text-align: right;
  padding-right: 20px;
  font: 14px "Montserrat-SemiBold";
  color: #00005c; }

.rate_breakup_box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0px 10px 0px; }

.rate_breakup_box_inner {
  width: 13%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%; }
  .rate_breakup_box_inner:last-child {
    margin-right: 0%; }

.popover-text-01 {
  font: 12px "Montserrat-Light";
  color: #ffffff;
  padding: 5px 0px;
  background: #77c152;
  text-align: center; }

.popover-text-02 {
  font: 12px "Montserrat-Light";
  color: #00005c;
  padding: 5px 0px;
  background: #ffffff;
  text-align: center;
  border: solid 1px #77c152; }

#ratebreakupmodal .close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  z-index: 100; }

#total_price_data .register_btn {
  margin-top: 7px; }

.additional-text {
  font: 16px "Montserrat-SemiBold";
  color: #666666;
  padding-bottom: 5px; }

#event .btn_blue_myacc, #event .btn_red_myacc {
  margin-top: 0px; }

.close_btn_div {
  position: absolute;
  right: 10px;
  z-index: 10; }

.my_account_cont #event .bootstrap-select .dropdown-toggle {
  height: 40px; }

.rate_breakup {
  width: 100%;
  float: left; }

.padd-bottom {
  padding-bottom: 20px;
  width: 100%;
  float: left; }

#myModal .carousel-control {
  height: 45px;
  color: #ffffff;
  background-color: #666666 !important;
  top: inherit;
  opacity: 0.9; }
  #myModal .carousel-control:hover {
    opacity: 0.9; }
  #myModal .carousel-control:focus {
    opacity: 0.9; }
#myModal .carousel-control.left {
  background: none;
  left: 30%; }
#myModal .carousel-control.right {
  background: none;
  right: 30%; }
#myModal .compare-list-box-inner2 {
  width: 100%;
  float: left;
  margin-bottom: 15px; }
#myModal .com-box-012 {
  width: 100%;
  float: left; }
#myModal .com-box-013 {
  width: 100%;
  float: left; }
#myModal .modal-body {
  padding: 15px 15px 15px 15px; }
#myModal .modal-header {
  background: #77c152; }
  #myModal .modal-header .close {
    color: #ffffff;
    opacity: 1; }
#myModal .modal-title {
  font: 18px "Montserrat-SemiBold";
  color: #ffffff; }

.price-box {
  display: inline-block; }

.price-box2 {
  display: inline-block; }

.room-box-06 .btn-group {
  margin-bottom: 10px; }

.gallery-sprite-bg {
  background: url(../images/sprite_hotel.jpg) no-repeat top; }

.gallery-thumb-img1, .gallery-thumb-img2, .gallery-thumb-img3, .gallery-thumb-img4, .gallery-thumb-img5, .gallery-thumb-img6, .gallery-thumb-img7, .gallery-thumb-img8, .gallery-thumb-img9, .gallery-thumb-img10 {
  background-position: 0px 0px;
  width: 70px;
  height: 70px;
  float: left; }

.gallery-thumb-img2 {
  background-position: 0px -70px; }

.gallery-thumb-img3 {
  background-position: 0px -140px; }

.gallery-thumb-img4 {
  background-position: 0px -210px; }

.gallery-thumb-img5 {
  background-position: 0px -280px; }

.gallery-thumb-img6 {
  background-position: 0px -350px; }

.gallery-thumb-img7 {
  background-position: 0px -420px; }

.gallery-thumb-img8 {
  background-position: 0px -490px; }

.gallery-thumb-img9 {
  background-position: 0px -560px; }

.gallery-thumb-img10 {
  background-position: 0px -630px; }

.processing-box {
  width: 100%;
  margin: 0px;
  padding: 60px 0px; }

.listing-search-icon-box {
  text-align: right;
  float: right; }

.booking_notes .hc-right-box {
  width: 100%; }

.redeem-box {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 15px;
  background: #f9fcff;
  border: #d5dbe5 solid 1px;
  padding-top: 0px;
  padding-bottom: 0px; }

.reedemBox-inner {
  padding: 0px 0px 20px 0px; }

.hbn-split-text06 {
  line-height: 24px; }

.redeem-point {
  width: 140px; }

.redeem-right {
  border-right: #ccc solid 1px; }

.redeem-text {
  font-size: 12px; }

.item1_div {
  display: inline-block;
  vertical-align: top;
  position: absolute; }

.item2_div {
  background: #fff;
  width: 100%;
  display: inline-block; }

.clsfix {
  position: fixed; }

.price-slider-box-inner {
  padding: 0px;
  height: 70px; }

.rzslider {
  margin: 25px 20px 15px; }

.map-view .item2_div {
  display: block; }

.map-view .hotel-listing-right {
  width: 46%;
  padding-left: 300px; }

.map-view .hotel-listing-left {
  width: 280px; }

.map-view .hotel-listing-box03 {
  display: none; }

.footer-blue .input-group-md p {
  display: table-cell; }

.footer-blue .input-group-md .footer-search-btn {
  border-radius: 0px 50px 50px 0px !important; }

.sight-list .list-box-02 {
  width: 60%;
  padding: 0px 0px 0px 10px;
  float: left; }
.sight-list .text-container {
  width: 100%; }

.grid-view .sight-list .list-box-02 {
  width: 100%;
  padding: 0px 10px 0px 10px;
  float: left;
  border: #e3e2e2 solid 1px;
  border-top: none;
  border-bottom: none;
  margin: 0px; }
.grid-view .sight-list .text-container {
  width: 100%;
  margin-bottom: 10px; }
.grid-view .sight-list .hotel-listing-box04 {
  border: 1px solid #e3e2e2;
  border-top: none;
  border-bottom-width: 5px;
  border-radius: 5px;
  padding: 0px 10px 20px 10px; }
.grid-view .sight-list .list-text-01:before {
  right: 12px; }
.grid-view .sight-list .list-text-01:after {
  right: 8px; }
.grid-view .sight-list .list-text-01 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  text-align: left;
  margin-right: 0em;
  padding-right: 0em;
  word-wrap: break-word;
  margin-top: 10px; }

.listing-tab-box {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: flt_left; }
  .listing-tab-box .nav-tabs li a {
    font-size: 16px;
    color: #dddddd;
    border-radius: 0px; }
  .listing-tab-box .nav-tabs > li.active > a, .listing-tab-box .nav-tabs > li.active > a:hover, .listing-tab-box .nav-tabs > li.active > a:focus {
    color: #01015b; }

.greyscale-box {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5; }

.hide-tab {
  display: none; }

.hide-tab2 {
  display: inherit; }

.font-size12 {
  font-size: 12px; }

.filters-mobile-heading {
  font: 16px "Montserrat-SemiBold";
  color: #01015b;
  margin: 0px;
  padding: 10px 0px 20px 20px;
  text-transform: capitalize; }

.per-night-rate-box {
  text-align: right; }

.social-media-button {
  text-align: right;
  padding-top: 13px; }
  .social-media-button a {
    text-decoration: none; }
    .social-media-button a:hover {
      text-decoration: none; }

.hd-about-box {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 8px 20px;
  float: left;
  background: #eeeeee;
  border: #c2c8d0 solid 1px;
  border-radius: 5px;
  min-height: 170px;
  max-height: 170px;
  overflow: hidden;
  position: relative; }
  .hd-about-box .hd-tab-text-02 {
    height: 98px;
    overflow: hidden;
    word-break: normal; }
  .hd-about-box .hd-about-text01 {
    font: 16px "Montserrat-SemiBold";
    color: #01015b;
    padding: 0px 0px 5px 0px; }
  .hd-about-box .hd-about-text02 {
    font: 12px "Montserrat-SemiBold";
    color: #000000;
    padding: 0px 0px 0px 0px;
    text-align: right; }
    .hd-about-box .hd-about-text02 a {
      color: #000000; }
      .hd-about-box .hd-about-text02 a:hover {
        color: #000000;
        text-decoration: none; }

.hd-aminities-box {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 10px 20px;
  float: left;
  background: #eeeeee;
  border: #c2c8d0 solid 1px;
  border-radius: 5px;
  overflow: hidden; }
  .hd-aminities-box .hd-tab-text-02 {
    height: 67px;
    overflow: hidden; }
  .hd-aminities-box .hd-about-text01 {
    font: 16px "Montserrat-SemiBold";
    color: #01015b;
    padding: 0px 0px 10px 0px; }
  .hd-aminities-box .hd-about-text02 {
    font: 12px "Montserrat-SemiBold";
    color: #000000;
    padding: 0px 0px 0px 0px;
    text-align: right; }
    .hd-aminities-box .hd-about-text02 a {
      color: #000000; }
      .hd-aminities-box .hd-about-text02 a:hover {
        color: #000000;
        text-decoration: none; }
  .hd-aminities-box .fa-ul {
    margin: 0px;
    height: 83px;
    overflow: hidden; }
    .hd-aminities-box .fa-ul li {
      display: inline-block;
      width: 100%;
      margin-bottom: 7px;
      vertical-align: top;
      padding-left: 18px; }
      .hd-aminities-box .fa-ul li .fa {
        position: absolute;
        left: 3px; }

.show-map-btn-box {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 100%;
  left: 0px; }

.show_map_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 6px 30px;
  background: #01015b;
  border-radius: 0px;
  border: #01015b solid 1px;
  text-transform: uppercase; }
  .show_map_btn:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 0px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.hd-choose-btn {
  text-align: right; }

.hd-heading-02-cb-btn {
  font: 13px "Montserrat-Light";
  color: #666666;
  padding-bottom: 5px;
  text-align: right; }

.aminities-listing-box {
  width: 25px;
  float: left; }

.filter_close_box {
  position: absolute;
  width: 100%;
  margin: 0px;
  padding: 15px 10px;
  float: left;
  text-align: right; }

.hd-heading-02-cb-btn {
  text-align: right; }

.more-btn {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #000000;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  float: left;
  cursor: pointer;
  background: #dddddd; }
  .more-btn:hover {
    color: #000000;
    background: #cccccc;
    text-decoration: none; }

.twitter_share_btn {
  background-color: #1DA1F2;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 8px 20px 8px 49px;
  text-align: center;
  text-decoration: none;
  transition: background-color .1s;
  -webkit-transition: background-color .1s;
  -moz-transition: background-color .1s;
  -ms-transition: background-color .1s;
  -o-transition: background-color .1s;
  position: relative;
  border-radius: 30px;
  border: none;
  overflow: hidden; }
  .twitter_share_btn:hover {
    background-color: #0c85d0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    overflow: hidden; }
  .twitter_share_btn .fa {
    background: rgba(0, 0, 0, 0.2);
    left: 0px;
    top: 0px;
    position: absolute;
    padding: 11px 8px 11px 16px;
    width: 35px; }

.facebook_share_btn {
  background-color: #3B5998;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 8px 20px 8px 49px;
  text-align: center;
  text-decoration: none;
  transition: background-color .1s;
  -webkit-transition: background-color .1s;
  -moz-transition: background-color .1s;
  -ms-transition: background-color .1s;
  -o-transition: background-color .1s;
  position: relative;
  border-radius: 30px;
  border: none;
  overflow: hidden; }
  .facebook_share_btn:hover {
    background-color: #2d4373;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    overflow: hidden; }
  .facebook_share_btn .fa {
    background: rgba(0, 0, 0, 0.2);
    left: 0px;
    top: 0px;
    position: absolute;
    padding: 11px 8px 11px 16px;
    width: 35px; }

.print_cb_btn {
  background-color: #eb954a;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 8px 20px 8px 49px;
  text-align: center;
  text-decoration: none;
  transition: background-color .1s;
  -webkit-transition: background-color .1s;
  -moz-transition: background-color .1s;
  -ms-transition: background-color .1s;
  -o-transition: background-color .1s;
  position: relative;
  border-radius: 30px;
  border: none;
  overflow: hidden; }
  .print_cb_btn:hover {
    background-color: #c26e26;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    overflow: hidden; }
  .print_cb_btn .fa {
    background: rgba(0, 0, 0, 0.2);
    left: 0px;
    top: 0px;
    position: absolute;
    padding: 9px 8px 11px 12px;
    width: 35px; }

#language-model .modal-sm-language {
  width: 250px;
  margin: 0 auto; }
  #language-model .modal-sm-language .language-box .list-group-item {
    width: 100%; }

.menu-hide {
  display: none !important; }

.pay-image-box {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding-top: 10px; }

.pac-container {
  z-index: 100000; }

.special-category-text {
  font-family: "Montserrat-Light";
  font-size: 13px;
  color: #666666; }

.meal-offer-text {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #01015b; }

/* Membership module */
.membership-banner-box {
  width: 100%;
  float: left;
  margin: 30px 0px 0px 0px;
  padding: 0px; }
  .membership-banner-box .item .membership_image {
    width: 100%;
    padding: 0px;
    height: 250px; }
  .membership-banner-box .item .membership-item-box {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 10px; }
    .membership-banner-box .item .membership-item-box .register_btn {
      background: #c31010;
      border: #c31010 solid 1px; }
      .membership-banner-box .item .membership-item-box .register_btn:hover {
        color: #c31010;
        background: #ffffff;
        border: #ffffff solid 1px; }
  .membership-banner-box .item .membership-heading-01 {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    border: none;
    padding: 0px; }
  .membership-banner-box .item .membership-price-text {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    border: none;
    padding: 2px 0px 0px 0px; }
  .membership-banner-box .item .register_btn {
    padding: 6px 18px;
    margin: 5px 0px 0px 0px; }
  .membership-banner-box .owl-theme .owl-controls {
    margin: 20px 0px; }
  .membership-banner-box .owl-controls .owl-nav {
    display: block;
    font-size: 35px; }
    .membership-banner-box .owl-controls .owl-nav .owl-prev {
      position: absolute;
      left: 5%;
      top: 38%; }
    .membership-banner-box .owl-controls .owl-nav .owl-next {
      position: absolute;
      right: 5%;
      top: 38%; }

.membership-main-box {
  width: 100%;
  float: left;
  margin: 30px 0px 0px 0px;
  padding: 0px; }
  .membership-main-box .comp_loyalty_programme {
    margin-top: 0px; }
  .membership-main-box .points-list-black {
    width: 100%;
    min-height: 20px; }
    .membership-main-box .points-list-black ul {
      margin: 0px 0px 5px 0px;
      width: 100%; }
      .membership-main-box .points-list-black ul .cell-bg1 {
        font: 12px "Montserrat-Regular";
        color: #666666; }
    .membership-main-box .points-list-black li {
      display: inline-block;
      width: 50%;
      margin: 0px;
      padding: 1px 0px 0px 15px;
      text-transform: capitalize; }

.membership-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: #eeeeee solid 1px;
  float: left;
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: 1px 1px 3px -2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px 1px 3px -2px rgba(0, 0, 0, 0.21);
  box-shadow: 1px 1px 3px -2px rgba(0, 0, 0, 0.21);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .membership-box:hover {
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.21);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .membership-box img {
    height: 136px; }
  .membership-box .ellipsis {
    top: calc(7em + -4px - 100%); }
  .membership-box .list-box-01 {
    height: 200px; }
  .membership-box .text-container {
    width: 100%; }

.membership-left-box {
  width: 30%;
  float: left;
  margin: 0px;
  padding: 0px; }

.membership-right-box {
  width: 70%;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 10px; }

.membership-bottom-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 5px 15px; }

.membership-heading-01 {
  font: 18px "Montserrat-SemiBold";
  color: #00005c;
  padding: 6px 0px 0px 0px;
  text-transform: uppercase;
  text-align: center; }

.membership-heading-02 {
  font: 15px "Montserrat-SemiBold";
  color: #666666;
  padding: 10px 0px;
  text-align: left; }

.membership-text {
  font: 12px "Montserrat-Light";
  line-height: 18px;
  color: #666666;
  padding: 10px 0px 10px 0px;
  text-align: center; }

.membership-price-text {
  font: 14px "Montserrat-Regular";
  line-height: 18px;
  color: #00005c;
  padding: 7px 0px 0px 0px;
  text-align: left; }

.membership-price-text-count {
  font: 18px "Montserrat-SemiBold"; }

.membership-btn-box {
  text-align: right; }

.myaccount-membership-box {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px; }
  .myaccount-membership-box .membership-box {
    height: inherit; }
  .myaccount-membership-box .membership-heading-01 {
    font: 18px "Montserrat-SemiBold";
    padding: 0px 0px 5px 0px; }
  .myaccount-membership-box .membership-text {
    font: 14px "Montserrat-Light";
    padding: 8px 0px 5px 0px; }
  .myaccount-membership-box .points-list-black {
    width: 100%; }
    .myaccount-membership-box .points-list-black ul {
      width: 100%;
      margin: 0px 0px 5px 0px; }
      .myaccount-membership-box .points-list-black ul .cell-bg1 {
        font: 12px "Montserrat-Regular";
        color: #666666; }
    .myaccount-membership-box .points-list-black li {
      display: inline-block;
      width: 50%;
      margin: 0px;
      padding: 1px 0px 0px 15px;
      text-transform: capitalize; }
  .myaccount-membership-box .membership-price-text {
    font: 16px "Montserrat-SemiBold"; }

.membership-text2 {
  font: 15px "Montserrat-SemiBold";
  padding: 10px 0px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  text-align: center;
  text-transform: capitalize; }

.active_mem {
  background: #5cb85c;
  position: absolute;
  width: 120px;
  right: 0px;
  top: 0px; }

.loyalty-tab-box {
  width: 100%;
  float: left;
  padding: 10px 30px 0px 30px;
  margin: 0px; }
  .loyalty-tab-box .nav-tabs {
    padding: 0px 0px 0px 25px;
    border-bottom: 1px solid #dddddd; }
    .loyalty-tab-box .nav-tabs li {
      border-right: none;
      margin-top: 0px; }
      .loyalty-tab-box .nav-tabs li a {
        margin-right: 0px;
        border-bottom: 1px solid #dddddd;
        font: 14px "Montserrat-SemiBold";
        text-transform: capitalize;
        background: #dddddd;
        color: #ffffff; }
        .loyalty-tab-box .nav-tabs li a span {
          color: #ffffff;
          background: rgba(0, 0, 0, 0.51);
          padding: 7px 12px;
          text-shadow: 1px 1px 1px black;
          font: 14px "Montserrat-Regular";
          text-transform: capitalize; }
        .loyalty-tab-box .nav-tabs li a:hover {
          border-right: 1px solid #ffffff;
          border-top: 1px solid #ffffff;
          border-bottom: 1px solid #dddddd;
          border-left: 1px solid #ffffff;
          text-transform: capitalize;
          background: #dddddd;
          color: #ffffff; }
      .loyalty-tab-box .nav-tabs li.active a {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #ddd;
        text-transform: capitalize; }
        .loyalty-tab-box .nav-tabs li.active a span {
          color: #ffffff;
          background: rgba(0, 0, 0, 0.51);
          padding: 7px 12px;
          text-shadow: 1px 1px 1px black;
          font: 14px "Montserrat-Regular";
          text-transform: capitalize; }
        .loyalty-tab-box .nav-tabs li.active a:hover {
          border-right: 1px solid #ddd;
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ffffff;
          border-left: 1px solid #ddd;
          text-transform: capitalize; }
          .loyalty-tab-box .nav-tabs li.active a:hover span {
            color: #ffffff;
            background: rgba(0, 0, 0, 0.51);
            padding: 7px 12px;
            text-shadow: 1px 1px 1px black;
            font: 14px "Montserrat-Regular";
            text-transform: capitalize; }
  .loyalty-tab-box .tab-content .tab-pane {
    padding: 30px 25px 25px 25px; }
  .loyalty-tab-box .loyalty-table .table {
    margin: 0px;
    border: 1px solid #dddddd; }
    .loyalty-tab-box .loyalty-table .table thead > tr > th {
      text-align: center;
      padding: 10px 0px;
      font: 12px "Montserrat-SemiBold"; }
    .loyalty-tab-box .loyalty-table .table tbody > tr > td {
      text-align: center;
      border-right: 1px solid #dddddd; }
  .loyalty-tab-box .table-responsive {
    margin-bottom: 0px; }
  .loyalty-tab-box .membership-tab-box .tab-01 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2% 0px 0px; }
  .loyalty-tab-box .membership-tab-box .tab-02 {
    width: 72%;
    display: inline-block;
    vertical-align: top; }
    .loyalty-tab-box .membership-tab-box .tab-02 .tab-pane {
      border: 1px solid #f2f2f2;
      background: #fbfbfb; }
  .loyalty-tab-box .membership-tab-box .nav-tabs {
    border-bottom: none;
    padding: 0px; }
    .loyalty-tab-box .membership-tab-box .nav-tabs li {
      width: 100%;
      margin: 0px 0px 20px 0px;
      position: relative; }
      .loyalty-tab-box .membership-tab-box .nav-tabs li a {
        padding: 16px 7px;
        background: #ffffff;
        border: #eeeeee solid 1px;
        border-radius: 0px;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.09);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .loyalty-tab-box .membership-tab-box .nav-tabs li.active a {
        border: #cccccc solid 1px;
        background: #cccccc;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .loyalty-tab-box .membership-tab-box .nav-tabs li.active:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -13px;
        border-left: 0;
        border-bottom: 13px solid transparent;
        border-top: 13px solid transparent;
        border-left: 10px solid #cccccc; }
  .loyalty-tab-box .membership-tab-box .list-box-01 {
    width: 100%;
    position: relative;
    background-size: cover !important;
    height: 80px;
    border-radius: 0px;
    background-image: url(images/170x125px-loading.png);
    background-position: top center !important; }
  .loyalty-tab-box .membership-tab-box .list-box-02 {
    position: relative;
    background-size: cover !important;
    height: 50px;
    border-radius: 0px;
    background-image: url(images/170x125px-loading.png);
    background-position: top center !important; }
  .loyalty-tab-box .membership-tab-box .hd-aminities-box {
    padding: 0px;
    margin: 0px;
    border: none;
    background: transparent; }
    .loyalty-tab-box .membership-tab-box .hd-aminities-box .fa-ul {
      margin: 10px 0px 0px 0px;
      height: inherit; }
      .loyalty-tab-box .membership-tab-box .hd-aminities-box .fa-ul li {
        width: 33.33%;
        font: 12px "Montserrat-Regular"; }
        .loyalty-tab-box .membership-tab-box .hd-aminities-box .fa-ul li .fa {
          top: 3px; }
  .loyalty-tab-box .membership-tab-box .membership-mobile-heading {
    background: #77c152;
    color: #ffffff;
    padding: 8px 10px;
    font: 14px "Montserrat-SemiBold";
    cursor: pointer;
    border-bottom: #dddddd solid 1px; }
  .loyalty-tab-box .membership-tab-box .membership-active {
    background: #00005c !important; }
  .loyalty-tab-box .membership-tab-box .membership-box-mobile {
    width: 100%;
    margin: 10px 0px;
    padding: 0px; }
  .loyalty-tab-box .membership-coupon-box {
    width: 100%;
    float: left;
    padding: 15px;
    padding-top: 15px;
    margin: 15px 0px 0px 0px;
    background: #eeeeee;
    height: 80px;
    text-align: center;
    position: relative; }
    .loyalty-tab-box .membership-coupon-box .centered-content {
      padding: 15px; }
  .loyalty-tab-box .membership-package-box {
    width: 50px !important;
    float: left;
    padding: 0px;
    margin: 0px;
    background: #dddddd;
    height: 50px !important; }
  .loyalty-tab-box .membership-text-01 {
    font: 14px "Montserrat-SemiBold";
    color: #00005c;
    padding: 12px 0px 0px 0px; }
  .loyalty-tab-box .membership-text-02 {
    font: 12px "Montserrat-SemiBold";
    color: #666666;
    padding: 12px 0px 0px 0px;
    text-align: right; }
  .loyalty-tab-box .membership-text-03 {
    font: 14px "Montserrat-Regular";
    color: #00005c;
    padding: 5px 0px;
    text-align: center;
    border: #000 dashed 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-decoration: underline;
    cursor: pointer; }
  .loyalty-tab-box .membership-text-04 {
    font: 16px "Montserrat-SemiBold";
    color: #00005c;
    padding-top: 25px; }
  .loyalty-tab-box .tab-list-02 {
    padding-top: 15px; }

.coupon-heading {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  text-align: center;
  padding-bottom: 20px; }

.membership-text-033 {
  font: 14px "Montserrat-Regular";
  color: #00005c;
  padding: 5px 0px;
  text-align: center;
  border: #000 dashed 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-decoration: none; }

.coupon-text-border {
  font: 14px "Montserrat-Regular";
  color: #00005c;
  padding: 5px 0px;
  text-align: center;
  border: #000 dashed 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 10px; }

.purchased-image {
  width: 80px;
  height: 28px;
  position: absolute;
  right: 23px;
  top: 7px;
  /*-webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);*/ }

.loyalty-owl-box {
  width: 100%;
  float: left;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: #dddddd solid 1px; }
  .loyalty-owl-box .loyalty-banner-box {
    width: 100%;
    float: left;
    padding: 10px 15px;
    margin: 0px;
    background: #f5f5f5;
    border: #ccc solid 1px;
    height: 80px;
    cursor: pointer; }
  .loyalty-owl-box .loyalty-heading-01 {
    font: 16px "Montserrat-SemiBold";
    color: #00005c;
    padding-bottom: 4px; }
  .loyalty-owl-box .loyalty-heading-02 {
    font: 12px "Montserrat-Regular";
    color: #666666; }
  .loyalty-owl-box .carousel-showmanymoveone .carousel-control {
    width: 2%;
    background-image: none;
    font-size: 35px;
    color: #000000;
    margin-top: 10px; }
  .loyalty-owl-box .carousel-showmanymoveone .carousel-control.left {
    margin-left: -25px; }
  .loyalty-owl-box .carousel-showmanymoveone .carousel-control.right {
    margin-right: -25px; }
  .loyalty-owl-box .carousel-showmanymoveone .cloneditem-1, .loyalty-owl-box .carousel-showmanymoveone .cloneditem-2, .loyalty-owl-box .carousel-showmanymoveone .cloneditem-3 {
    display: none; }
  @media all and (min-width: 768px) {
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .active.left, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .active.right, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .left, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .prev.right, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .active {
      left: 0; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block; } }
  @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.active.right, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.active.left, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.left, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.prev.right, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0; } }
  @media all and (min-width: 992px) {
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .active.left, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .prev {
      left: -25%; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .active.right, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .next {
      left: 25%; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .left, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .prev.right, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .active {
      left: 0; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner .cloneditem-2, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block; } }
  @media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.active.right, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(25%, 0, 0);
      transform: translate3d(25%, 0, 0);
      left: 0; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.active.left, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-25%, 0, 0);
      transform: translate3d(-25%, 0, 0);
      left: 0; }
    .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.left, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.prev.right, .loyalty-owl-box .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0; } }

.preloader-loyalty-left {
  width: 25%;
  float: left;
  margin: 0px 30px 0px 0px; }

.preloader-loyalty-right {
  width: 70%;
  float: left; }

.preloader-book-16 {
  width: 100%;
  height: 80px; }

.preloader-book-17 {
  width: 170px;
  height: 25px; }

.preloader-book-18 {
  width: 350px;
  height: 25px; }

.preloader-book-19 {
  width: 100%;
  height: 150px; }

.preloader-book-20 {
  width: 100%;
  height: 43px; }

.membership-tab-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 390px; }
  .membership-tab-scroll li {
    width: 94% !important; }

.pagination-box {
  width: 100%;
  float: left;
  padding: 0px;
  border-top: #dddddd solid 1px;
  text-align: center; }

.membership-details-box {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 30px 0px 30px 0px; }
  .membership-details-box .membership-package-box {
    width: 100% !important;
    height: 125px !important;
    border-radius: 5px 5px 0px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .membership-details-box .membership-details-text-01 {
    font: 18px "Montserrat-SemiBold";
    color: #00005c;
    padding: 0px 0px 5px 0px; }
  .membership-details-box .membership-details-text-02 {
    font: 14px "Montserrat-SemiBold";
    color: #000000;
    padding: 10px 0px 10px 0px;
    background: #d6d5d5;
    text-align: center; }
  .membership-details-box .membership-btn-box {
    text-align: left; }
    .membership-details-box .membership-btn-box .register_btn {
      padding: 10px 18px;
      border-radius: 0px 0px 5px 5px;
      background: #0a4d8c;
      border: #0a4d8c solid 1px; }
      .membership-details-box .membership-btn-box .register_btn:hover {
        border-radius: 0px 0px 5px 5px;
        background: #0a3969;
        border: #0a3969 solid 1px;
        color: #ffffff; }
  .membership-details-box .membership-details-benefits-box {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px; }
  .membership-details-box .membership-details-text-03 {
    font: 14px "Montserrat-SemiBold";
    color: #666666;
    padding: 0px 0px 2px 0px; }
  .membership-details-box .membership-details-text-04 {
    font: 12px "Montserrat-Regular";
    color: #666666;
    padding: 0px 0px 0px 0px; }
  .membership-details-box .benefits-box {
    width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
    padding: 15px;
    border: #dddddd solid 1px;
    border-radius: 3px; }
  .membership-details-box .membership-packgaes-box2 {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px; }

.loyalty-btn-box {
  text-align: right; }
  .loyalty-btn-box .register_btn {
    padding: 3px 12px; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px; }

#custom-search-input .input-group .form-control {
  border-radius: 30px; }
#custom-search-input .btn-success {
  border-radius: 30px; }

.card-img-top {
  border-top-right-radius: calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
  mix-blend-mode: soft-light;
  transition: opacity 0.2s ease, mix-blend-mode 0.2s ease;
  height: 125px;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(0);
  background-size: cover; }

.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  background: #ffffff; }

.card-title {
  margin-bottom: .75rem; }

.fill-bunting {
  background-color: rgba(38, 35, 66, 0.52) !important; }
  .fill-bunting:hover {
    background-color: transparent !important;
    mix-blend-mode: darken;
    opacity: 1; }
    .fill-bunting:hover .card-img-top:hover {
      mix-blend-mode: unset; }

.label-membership {
  padding: 4px 8px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: linear-gradient(269deg, #00aeff, #1cc7d0);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  border-radius: 6px;
  color: #ffffff; }

#custom-search-input {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 0px 4px; }

.membership-box .card-separator {
  height: 5px;
  width: 100%; }

.gradient-light-blue {
  background-image: linear-gradient(269deg, #00aeff, #1cc7d0); }

.gradient-red {
  background-image: linear-gradient(256deg, #ff6c5f, #ff4f81) !important; }

.membership-details-box .hb_text_02 {
  padding: 0px 0px 0px 0px;
  text-align: right; }

.choose_room_red_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0px 0px 15px 0px;
  padding: 8px 20px;
  background: #e66249;
  border-radius: 50px;
  border: #e66249 solid 1px; }

.choose_room_red_btn:hover {
  background: #ffffff;
  color: #e66249;
  border-radius: 50px;
  border: #e66249 solid 1px;
  outline: none; }

.contract-heading {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  text-transform: uppercase;
  padding-bottom: 3px; }

.contract-terms-box {
  width: 100%;
  margin: 0px;
  padding: 4px 0px 10px 0px;
  font: 13px "Montserrat-Light";
  line-height: 20px;
  color: #666666; }

#conditions_coupon_modal .checkbox {
  margin-bottom: 20px;
  margin-top: 12px; }

#conditions_coupon_modal .choose_room_btn {
  margin-bottom: 15px;
  padding: 8px 15px; }

/* Membership module */
/* Coupon module */
.coupon-box {
  margin: 4px 0px 10px 0px; }
  .coupon-box .input-group .form-control {
    border: #cccccc solid 1px;
    border-radius: 4px 0px 0px 4px;
    height: 34px; }
  .coupon-box .btn-success {
    border-radius: 0px; }
  .coupon-box .btn-primary {
    background: #00005c;
    border-color: #00005c; }
    .coupon-box .btn-primary:hover {
      background: #030335;
      border-color: #030335; }
  .coupon-box .list-group {
    margin-top: 0px;
    float: left;
    width: 100%; }
    .coupon-box .list-group .list-group-item {
      width: 50%;
      float: left;
      margin: 0px; }
      .coupon-box .list-group .list-group-item .radio {
        margin: 0px; }
    .coupon-box .list-group .radio {
      padding-left: 35px; }
      .coupon-box .list-group .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px; }
        .coupon-box .list-group .radio label::before {
          content: "";
          display: inline-block;
          position: absolute;
          width: 17px;
          height: 17px;
          left: 0;
          margin-left: -20px;
          border: 1px solid #cccccc;
          border-radius: 50%;
          background-color: #fff;
          -webkit-transition: border 0.15s ease-in-out;
          -o-transition: border 0.15s ease-in-out;
          transition: border 0.15s ease-in-out; }
        .coupon-box .list-group .radio label::after {
          display: inline-block;
          position: absolute;
          content: " ";
          width: 11px;
          height: 11px;
          left: 3px;
          top: 3px;
          margin-left: -20px;
          border-radius: 50%;
          background-color: #555555;
          -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
          -o-transform: scale(0, 0);
          transform: scale(0, 0);
          -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
          -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
          -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
          transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
      .coupon-box .list-group .radio input[type="radio"] {
        opacity: 0; }
        .coupon-box .list-group .radio input[type="radio"]:focus + label::before {
          outline: thin dotted;
          outline: 5px auto -webkit-focus-ring-color;
          outline-offset: -2px; }
        .coupon-box .list-group .radio input[type="radio"]:checked + label::after {
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
        .coupon-box .list-group .radio input[type="radio"]:disabled + label {
          opacity: 0.65; }
          .coupon-box .list-group .radio input[type="radio"]:disabled + label::before {
            cursor: not-allowed; }
    .coupon-box .list-group .radio-primary input[type="radio"] + label::after {
      background-color: #428bca; }
    .coupon-box .list-group .radio-primary input[type="radio"]:checked + label::before {
      border-color: #428bca;
      outline: none; }
    .coupon-box .list-group .radio-primary input[type="radio"]:checked + label::after {
      background-color: #428bca; }
  .coupon-box .coupon-modal-title {
    font: 18px "Montserrat-SemiBold";
    color: #00005c; }
  .coupon-box .coupon-text01 {
    font: 11px "Montserrat-Light";
    color: #666666;
    padding-left: 6px; }

.coupon-text02 {
  font: 16px "Montserrat-SemiBold";
  color: #666666;
  padding: 20px 0px 0px 24px;
  display: inline-block; }

.coupon-text04 {
  font: 14px "Montserrat-SemiBold";
  color: #666666;
  padding: 20px 0px 0px 24px;
  text-decoration: line-through;
  display: inline-block; }

.coupon-text03 {
  color: #00005c; }

.text-black {
  padding-top: 10px; }

#coupons_modal .modal {
  display: block !important; }
#coupons_modal .modal-dialog {
  overflow-y: initial !important; }
#coupons_modal .modal-body {
  height: 250px;
  overflow-y: auto;
  margin-bottom: 20px; }

.coupon-codes-text {
  padding: 7px 0px 5px 0px; }
  .coupon-codes-text a {
    font: 14px "Montserrat-SemiBold";
    color: #00005c;
    text-decoration: underline !important; }
    .coupon-codes-text a:hover {
      text-decoration: none !important; }

.qr-box {
  text-align: center;
  width: 100%;
  margin: 10px 0px 15px 0px; }

.qr-heading {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 22px; }

.qr-text {
  font: 16px "Montserrat-SemiBold";
  color: #666666; }

#qr-code-modal .close {
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 25px;
  z-index: 10; }

.scan-button-box .popover {
  width: 240px;
  border: #77c152 solid 1px; }
.scan-button-box .popover.top > .arrow:before {
  border-top-color: #77c152; }
.scan-button-box .popover-content {
  padding: 15px 10px; }
.scan-button-box .scan-btn {
  margin-top: 10px;
  text-align: center; }
.scan-button-box .media {
  height: 155px;
  text-align: center; }
.scan-button-box .scan-heading {
  font: 15px "Montserrat-SemiBold";
  color: #00005c;
  text-transform: uppercase;
  padding-bottom: 5px; }

.filterPanel li {
  padding: 8px 7px !important; }

#paymenttype_div .need-scroll .list-group {
  margin-bottom: 15px; }
  #paymenttype_div .need-scroll .list-group .list-group-item:first-child {
    border-top: 1px solid #ddd; }

.destination_name {
  float: left; }

.membershipItem2 {
  margin: 0 auto !important; }

.loyalty-heading01 {
  font-size: 30px;
  font-family: "Montserrat-SemiBold";
  color: #00005c;
  text-align: center;
  margin: 30px 0px 30px 0px; }

/* Coupon module */
.spilt-name {
  width: 100%;
  float: left;
  padding: 3px 0px 0px 5px;
  height: 30px; }

.spilt_accordian_title {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
  color: #00005c;
  font: 14px "Montserrat-Regular";
  text-transform: capitalize; }

.spilt-heading {
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  color: #000000;
  font: 14px "Montserrat-Regular"; }

.hc-spilt-box {
  width: 100%;
  float: left;
  margin: 20px 0px;
  padding: 12px 15px;
  background: #f5f5f5;
  border-radius: 5px;
  border: #dddddd solid 1px; }
  .hc-spilt-box .form-control {
    height: 30px;
    font: 13px "Montserrat-Regular"; }
  .hc-spilt-box .btn-group {
    margin-top: 10px; }

.spilt_accordian_title2 {
  font: 16px "Montserrat-SemiBold";
  color: #00005c;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px; }

.spilt_edit_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 4px 16px;
  background: #01015b;
  border-radius: 30px;
  border: #01015b solid 1px; }
  .spilt_edit_btn:hover {
    background: #ffffff;
    color: #01015b;
    border-radius: 30px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.spilt_cancel_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 4px 16px;
  background: #EC4C18;
  border-radius: 30px;
  border: #EC4C18 solid 1px; }
  .spilt_cancel_btn:hover {
    background: #ffffff;
    color: #EC4C18;
    border-radius: 30px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.cancle_booking_btn {
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #ffffff;
  padding: 10px 15px;
  margin: 4px 0px 0px 0px;
  background: #c72362;
  border-radius: 30px;
  border: #c72362 solid 1px; }
  .cancle_booking_btn:hover {
    background: #ffffff;
    color: #c72362;
    border-radius: 30px;
    border: #e1e1e1 solid 1px;
    outline: none; }

.spilt-box-inner {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: #dddddd solid 1px; }
  .spilt-box-inner:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }

.booking-box-03 .date_icn_orng {
  padding: 3px 6px;
  font-size: 9px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: text-top; }
.booking-box-03 .date_icn_grn {
  padding: 3px 6px;
  font-size: 9px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: text-top; }
.booking-box-03 .date_icn_red {
  padding: 3px 6px;
  font-size: 9px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: text-top; }
.booking-box-03 .date_icn_blue {
  padding: 3px 6px;
  font-size: 9px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: text-top; }
.booking-box-03 .date_icn_fail {
  padding: 3px 6px;
  font-size: 9px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: text-top; }

.booking_confirm_container .hb_text_02 {
  padding: 0px 0px 15px 0px; }

.hb_colla_text_01 font {
  display: inline; }

.ui-helper-hidden-accessible {
  display: none !important; }

.retrieve-box2 {
  background: #f5f5f5;
  border: #dddddd solid 1px;
  width: 700px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 20px;
  padding-bottom: 30px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19); }

.retrieve-heading2 {
  color: #00005c;
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  padding-bottom: 10px; }

.retrieve-box2 {
  background: #f5f5f5;
  border: #dddddd solid 1px;
  width: 700px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 20px;
  padding-bottom: 30px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19); }

.retrieve-heading2 {
  color: #00005c;
  font-size: 30px;
  font-family: Montserrat-SemiBold;
  padding-bottom: 10px; }

#calendar-model .modal-body {
  padding: 25px; }
#calendar-model .close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 10;
  font-size: 24px; }
#calendar-model .modal_title {
  color: #00005c;
  font: 24px "Montserrat-SemiBold";
  padding-bottom: 10px;
  text-transform: capitalize; }
#calendar-model .modal-text01 {
  font: 16px "Montserrat-Regular";
  color: #000000;
  padding-bottom: 7px; }
#calendar-model .modal-text02 {
  font: 12px "Montserrat-Regular";
  color: #666666;
  padding-bottom: 18px; }
#calendar-model .modal-text03 {
  font: 16px "Montserrat-Regular";
  color: #000000;
  padding-bottom: 5px; }
#calendar-model .modal-text04 {
  font: 16px "Montserrat-Regular";
  color: #000000;
  padding: 10px 0px 0px 0px; }
#calendar-model .modal-text05 a {
  font: 12px "Montserrat-Regular";
  color: #1894e0; }
  #calendar-model .modal-text05 a:hover {
    text-decoration: underline; }
#calendar-model .booking-panel-box2 .add_traveller_btn_green {
  padding: 6px 18px;
  margin: 0px 0px 4px 0px; }
#calendar-model .model-inputbox {
  font: 14px "Montserrat-Light";
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #666666;
  width: 80%; }

.sync-cal-box {
  width: 100%;
  float: left;
  border-left: #ccc solid 1px;
  margin: 10px 0px 0px -35px;
  padding: 2px 0px 0px 30px; }

.sync-text01 {
  font: 14px "Montserrat-SemiBold";
  color: #01015b;
  padding: 0px 0px 5px 0px; }

.myaccount-google-icon {
  background-position: -4px -239px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer; }

.myaccount-calander-icon {
  background-position: -43px -239px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer; }

.myaccount-outlook-icon {
  background-position: -82px -239px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer; }

.country_code img {
  width: 25px;
  margin-right: 3px; }

.membership-bg {
  background-color: #c72362 !important;
  width: 160px !important;
  padding: 12px 12px !important; }
  .membership-bg:hover {
    background-color: #c72362 !important;
    border-color: #c72362 !important;
    color: #ffffff !important; }

.membership-tag-icon {
  position: absolute;
  top: -12px;
  right: -13px; }

.logo-search-icon {
  width: 25px; }
.booking-box-00 {
  width: 12%;
  float: left; }

.booking-box-00 img {
  width: 100%;
  height: 69px;
  object-fit: cover; }

.booking-box.hotel .booking-box-03 {
  width: 70%; }


.email-icon-cb {
  margin-left: 10px; }

.confirm-booking-email-box .compare-email-box {
  background-color: #ffffff;
  z-index: 1; }
  .confirm-booking-email-box .compare-email-box .form-control {
    border: #cccccc solid 1px; }
  .confirm-booking-email-box .compare-email-box:after {
    border-bottom: 12px solid #ffffff; }
  .confirm-booking-email-box .compare-email-box:before {
    border-bottom: 12px solid #b9b8b8; }

#countrycode_div {
  padding-right: 0px; }
  #countrycode_div .bootstrap-select .dropdown-toggle {
    border-radius: 30px;
    padding: 9px 16px; }

.verify-btn-modal {
  margin: 20px 0px 15px 0px; }

.verify-panel-body {
  width: 80%;
  margin: 0 auto; }

#register_form .flag-input-box {
  width: 63%;
  padding-left: 5px; }
  #register_form .flag-input-box .form-control {
    border: 1px solid #ccc;
    border-radius: 30px; }

.my-profile-number-01 {
  border: 1px solid #ccc;
  border-radius: 30px 0px 0px 30px;
  padding: 11px 22px;
  height: 40px;
  background-color: #fff;
  background-image: none;
  width: 25%;
  float: left;
  border-right: 0px; }

.my-profile-number-02 {
  border: 1px solid #ccc;
  border-radius: 0px 0px 0px 0px;
  padding: 11px 14px;
  height: 40px;
  background-color: #fff;
  background-image: none;
  width: 57%;
  float: left;
  border-right: 0px; }

@media (min-width: 768px) {
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px; }

  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0; }

  .navbar-wrapper .navbar {
    border-radius: 4px; }

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4; }

  .featurette-heading {
    font-size: 50px; } }
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px; } }
@media (max-width: 767px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 0px; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  .top-box .navbar-nav {
    float: right !important;
    margin: 0px;
    text-align: right;
    display: -webkit-box; }
  .top-box .navbar-profile {
    width: 135px; }
  .top-box .welcome-text {
    font: 14px "Montserrat-Regular";
    color: #0a4d8c;
    top: 22px !important; }
  .top-box .inner_div {
    margin-top: 38px; } }
@media (min-width: 1201px) and (max-width: 1400px) {
  .map-view .hotel-right-box01 {
    width: 40%; }
  .map-view .hotel-right-box02 {
    width: 36%; }
  .map-view .hotel-right-box03 {
    width: 18%; }
  .map-view .hotel-right-box04 {
    width: 34%; }
  .map-view .hotel-text-01 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .map-view .hotel-listing-left {
    width: 280px; }
  .map-view .map-view-box {
    width: 43%; }
  .map-view .rzslider {
    margin: 20px 10px 15px; }
  .map-view .price-silder-cont {
    padding: 0px 10px; }
  .map-view .hotel-listing-right {
    width: 56%; }
  .map-view .list-text-01 {
    font-size: 13px; }

  .map-view .listing-main-box {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 448px; }

  #example-one {
    padding: 0px; }
    #example-one li a {
      padding: 14px 14px 10px 14px; }

  .sort-text {
    display: none; }

  .hotel-listing-left {
    width: 320px;
    margin: 0px 20px 0px 0px; } }
@media (min-width: 320px) and (max-width: 991px) {
  .trans_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    z-index: 1000;
    position: fixed;
    left: 0; }

  .fliters-box {
    z-index: 100001; }

  .trans_bg2, #filter-popover-box {
    display: none !important; }

  .fliter-box {
    border-radius: 0px; }

  .my-account-hide {
    display: none; }

  .my-account-hide2 {
    display: inherit; }

  .my_account_cont .nav li a {
    padding: 15px 0px;
    text-align: center; }
  .my_account_cont .nav-tabs {
    padding-bottom: 0px;
    border-bottom: 0px; }
    .my_account_cont .nav-tabs li {
      width: 14.28%;
      background: #0a4d8c;
      border-right: 0px;
      margin-top: 0px; }
      .my_account_cont .nav-tabs li a {
        color: #ffffff;
        border: 0px;
        font-size: 20px; }
  .my_account_cont .nav-tabs > li.active > a, .my_account_cont .nav-tabs > li.active > a:hover, .my_account_cont .nav-tabs > li.active > a:focus {
    border-radius: 0px;
    color: #0a4d8c; }
  .my_account_cont .tab-content > .tab-pane {
    padding: 20px 15px 20px 15px; }

  .close-map-icon {
    display: block; }

  .closeBtn_map {
    display: block !important; }

  #more_tab a, #more_tab a:hover, #more_tab a:focus {
    background: #0a4d8c;
    border: #0a4d8c solid 1px;
    color: #ffffff;
    padding: 14px 0px; }
  #more_tab .dropdown-menu {
    right: 0px; }
    #more_tab .dropdown-menu li {
      width: 100%;
      background: #ffffff; }
      #more_tab .dropdown-menu li a {
        text-align: left;
        background: #ffffff;
        border: #ffffff solid 1px; }
      #more_tab .dropdown-menu li:last-child {
        border-right: 1px solid #ddd; } }
@media (min-width: 991px) and (max-width: 1200px) {
  .fea-hotel-box .nav li a {
    padding: 8px 20px; }

  .slider-box {
    min-height: 250px; }

  .passionate-heading {
    font: 22px "Montserrat-SemiBold"; }

  .sec03-text-04 {
    padding: 22px 15px 10px 10px; }

  #menu {
    right: -40px; }

  #menu:after {
    left: auto;
    right: 20%; }

  .passionate-text3 {
    font-size: 12.5px; }

  .masking-box {
    height: 228px;
    overflow-y: hidden; }

  .grey-in-box01 .carousel-inner > .item {
    height: 226px; }

  .hotel-listing-left {
    width: 250px;
    margin: 0px 40px 0px 0px; }

  .hotel-listing-right {
    width: 650px; }

  .hotel-right-box2-01 {
    width: 15%; }

  .hotel-right-box2-02 {
    width: 85%; }

  .hotel-listing-box01 {
    width: 25%; }

  .hotel-listing-box02 {
    width: 42%; }

  .hotel-listing-box03 {
    width: 13%; }

  .hotel-listing-box04 {
    width: 20%; }

  .hc-left-box {
    width: 30%;
    margin-right: 2%; }

  .hc-right-box {
    width: 68%;
    padding-right: 0px; }

  .resp-tabs-list li {
    padding: 10px 40px; }

  .hd-change-date-box .travellers-box {
    padding: 9px 7px; }
  .hd-change-date-box .choose_room_btn {
    padding: 7px 10px;
    margin-top: 30px; }

  .hd-green-box {
    padding: 29px 17px; }

  .hd-table-text-03 {
    font-size: 17px; }

  .wishlist-listing-box03 {
    width: 20%; }

  .model-change-search {
    width: 80%; }

  .my_account_cont .nav-tabs li a {
    padding: 10px 11px 10px 11px; }

  .booking-box-01 {
    width: 10%; }

  .booking-box-02 {
    width: 7%; }

  .feature_img_cont {
    top: 150px; }

  .star01 {
    width: 45px; }

  .close-map-icon {
    display: block; }

  .modal-big {
    width: 100%; }

  /*.top-banner .item:before {
    border-width: 620px 1025px 0px 0px;
  }*/
  div.custpopopver:before {
    left: 55%;
    margin-left: -7px; }

  div.custpopopver:after {
    left: 56%;
    margin-left: -9px; }

  #hoteldetails .travellers-box {
    width: 84%; } }
@media (min-width: 768px) and (max-width: 990px) {
  .map_modal {
    top: 125px; }

  .likes-box .choose_room_btn {
    margin-bottom: 15px; }

  .section-04 {
    padding: 50px 0px 40px 0px; }

  .fea-hotel-box {
    padding: 0px 10px; }

  .slider-box {
    min-height: 250px; }

  .passionate-heading {
    font: 21px "Montserrat-SemiBold"; }

  .footer-text-01 {
    padding: 0px 20px; }

  .fea-hotel-box .nav li a {
    padding: 8px 18px; }

  .degree-text {
    font: 20px "Montserrat-SemiBold"; }

  .cloud-icon {
    margin-top: 0px; }

  .degree-text sup {
    top: -0.5em;
    font-size: 14px; }

  .sec03-text-04 {
    padding: 12px 15px 10px 10px; }

  .footer-heading-02 {
    padding-top: 20px; }

  .footer-text-03 {
    padding: 5px 0px 30px 0px; }

  .footer-box-01 {
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px; }

  .passionate-text3 {
    font-size: 11.5px; }

  .masking-box {
    height: 226px;
    overflow-y: hidden; }

  .grey-in-box01 .carousel-inner > .item {
    height: 226px; }

  .search-box {
    padding: 0px 0px; }

  .currency-box .list-group-item {
    width: 50%; }

  .hotel-listing-left {
    width: 100%;
    margin: 0px 40px 40px 0px; }

  .hotel-listing-right {
    width: 100%; }

  .hotel-right-box2-01 {
    width: 18%; }

  .hotel-right-box2-02 {
    width: 80%; }

  .hotel-listing-box01 {
    width: 25%; }

  .hotel-listing-box02 {
    width: 42%; }

  .hotel-listing-box03 {
    width: 13%; }

  .hotel-listing-box04 {
    width: 20%; }

  .pay-image {
    float: none; }

  .submit_btn {
    margin: 10px 15px 0px 0px; }

  .hd-map-box {
    width: 50%; }

  .hd-yellow-box {
    width: 48%;
    margin-left: 2%;
    min-height: 172px;
    padding: 15px 20px; }

  .hd-about-box {
    width: 50%;
    float: left; }

  .no-padding {
    padding: 0px 15px; }

  .thumb-box {
    width: 70px !important; }

  .td-details-box {
    width: 100%;
    float: left; }

  .image_gallery_section_sub_title_grey {
    margin-left: 0px; }

  .hc-left-box {
    width: 32%;
    margin-right: 3%; }

  .hc-right-box {
    width: 65%;
    padding-right: 0px; }

  .list_booking_button_section {
    margin-top: 10px; }

  .check_in3 {
    padding-bottom: 20px; }

  .view_more_big_btn {
    margin-bottom: 20px; }

  .w-top-box-01 {
    width: 30%; }

  .w-top-box-02 {
    width: 30%; }

  .w-top-box-03 {
    width: 40%; }

  .submit_btn_wishlist {
    margin: 10px 0px 25px 0px; }

  .yellow-badge {
    font-size: 12px; }

  .wishlist-listing-box01 {
    width: 22%; }

  .wishlist-listing-box02 {
    width: 50%; }

  .wishlist-listing-box03 {
    width: 27%; }

  .wishlist-listing-box04 {
    width: 10%; }

  .hd-green-box {
    float: left;
    width: 100%;
    padding: 20px 15px; }

  .table-width {
    width: 1040px; }

  .room-box-01, .room-box-02, .room-box-02_new, .room-box-03, .room-box-04, .room-box-05 {
    width: 18%; }

  .room-box-03 {
    width: 19%; }

  .room-box-05 {
    width: 26%; }

  .room-box-04 {
    width: 27%; }

  .hd-pay-box {
    padding: 10px 0px 100px 0px;
    float: left; }

  .points-list-black {
    margin: 20px 10px 0px 10px; }

  .hd-table-text-03 {
    font-size: 16px; }

  .hd_book_btn {
    padding: 5px 23px;
    font-size: 14px; }

  .blue-heading-box {
    padding: 12px 0px; }

  .hd-heading-01 {
    font-size: 12px; }

  .blue-heading-box-01, .blue-heading-box-02, .blue-heading-box-03, .blue-heading-box-04, .blue-heading-box-05, .blue-heading-box-06 {
    width: 24%; }

  .blue-heading-box-02 {
    width: 10%; }

  .blue-heading-box-03 {
    width: 18%; }

  .blue-heading-box-04 {
    width: 21%; }

  .blue-heading-box-05 {
    width: 32%; }

  .hd-hotel-tab-box .nav-tabs li {
    width: 32%; }

  /* Rajeev 08-11-2016 */
  .fea-hotel-box .nav-tabs {
    margin: 0px 0px 20px 0px; }

  .feature_img_cont {
    top: 130px; }

  .grey-in-box01 .carousel-caption {
    left: 30px; }

  .travellers-box {
    color: #666666;
    width: 80%; }

  .image-card-text01 {
    font: 30px 'Brusher-Regular'; }

  .sec03-text-01 {
    font: 20px "Montserrat-Regular";
    padding-right: 20px; }

  .sticky {
    position: static; }

  .button_filter {
    display: block; }

  #sticky {
    width: 100%; }

  .tcb-image {
    margin-bottom: 20px;
    height: 180px; }

  .hb_text_03 {
    padding-bottom: 5px; }

  .hide-fliter-ipad {
    display: none; }

  .register_btn {
    padding: 6px 8px; }

  .register_btn {
    padding: 6px 8px; }

  .login_btn {
    padding: 6px 8px; }

  .hb-main-box {
    padding: 15px 0px; }

  .hb_text_01 {
    font-size: 13px;
    padding: 15px 0px 0px 0px; }

  .hb_text_02 {
    font-size: 13px;
    padding: 15px 0px 15px 0px; }

  .model-change-search {
    width: 90%; }

  .room_rates_cont {
    padding: 0px 10px 15px 10px; }

  .top-text-01 {
    font-size: 15px; }

  .heading-02-bold {
    font-size: 45px; }

  .heading-02 {
    font-size: 45px; }

  .trip-menu {
    margin-top: 0px; }

  .custpopopver2 {
    left: -10px;
    width: 360px; }

  .preloader-book-05 {
    width: 320px;
    height: 25px;
    display: block;
    margin-bottom: 5px; }

  .custpopopver {
    width: 220px;
    right: -80px; }

  .hbn-payment-tab .hbn-payment-tab01 {
    width: 20%; }
  .hbn-payment-tab .hbn-payment-tab02 {
    width: 80%; }

  .fliters-bottom-box {
    width: 100%;
    padding: 0px;
    bottom: 0px;
    left: 0px;
    background: #0c3257;
    position: fixed;
    display: inherit; }

  .hide-fliters-box {
    display: inherit; }

  .hotel-notfound-box {
    width: 100%; }
    .hotel-notfound-box .search-box {
      -webkit-box-shadow: 0px -7px 14px -10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px -7px 14px -10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px -7px 14px -10px rgba(0, 0, 0, 0.3); }

  .hotel_details_view_section {
    padding: 30px 0px 20px 0px; }

  .booking_filter {
    margin-top: 20px; }

  .booking-box-01 {
    width: 11%; }

  .my_account_cont .profile_status {
    width: 100%;
    margin-top: 30px; }

  .my_account_cont .comp_loyalty_programme {
    width: 100%; }

  .my_account_cont #accordion2 {
    margin-top: 0px; }

  .booking_confirm_container {
    padding: 0px 0px 30px 0px; }

  .check_in_container {
    padding: 25px 15px 0px 15px; }

  .my_account_cont .nav-tabs li {
    border-right: 1px solid #ddd; }
    .my_account_cont .nav-tabs li a {
      margin-right: -1px; }

  .newsletter_status {
    padding-bottom: 10px; }

  .my-acc-ewallet {
    padding: 20px 15px; }
    .my-acc-ewallet .ewallet-section {
      padding-bottom: 10px; }

  .traveller-box-01 {
    width: 32%; }

  .traveller-box-02 {
    width: 68%; }

  .map-view-mobile {
    top: 12%; }

  .custpopopver5 {
    left: 15px;
    width: 350px; }

  div.custpopopver5:before {
    margin-left: -60px; }

  div.custpopopver5:after {
    margin-left: -58px; }

  /*.top-banner .item:before {
    border-width: 690px 770px 0px 0px;
  }*/
  div.custpopopver:before {
    left: 65%;
    margin-left: -7px; }

  div.custpopopver:after {
    left: 66%;
    margin-left: -9px; }

  .hide-tab {
    display: inherit; }

  .hide-tab2 {
    display: none; }

  .rzslider {
    width: 95%;
    top: 25px; }

  .preloader_for_autocomplete {
    right: 35px;
    top: -3px; }

  .hd-choose-btn {
    text-align: right; }

  .accordian_title {
    font-size: 14px; }

  .hc-table .table tbody tr td {
    padding: 15px; }

  .hc-table .table thead tr th {
    padding: 7px 10px 5px 15px; }

  .hc-right-box-cb {
    padding: 0px 0px 20px 15px !important; }

  .tab_page_title2_new {
    padding: 3px 0px 0px 125px; }

  .tab_page_title2 {
    padding-bottom: 0px;
    font-size: 18px;
    padding-top: 7px; }

  .social_label {
    padding-left: 0px; }

  .compare-hide {
    display: inline-block !important; }

  .hotel-listing-compare-box {
    display: none; }

  .compare-list-box {
    width: 100%; }

  .compare-amenities-list {
    height: 185px;
    overflow-y: scroll; }

  .compare-blue-main-list {
    width: 100%;
    float: left;
    height: 150px;
    overflow-y: scroll; }

  .hb_colla_text_06 {
    padding: 10px 0px 0px 0px; }

  .coll-white-box {
    padding: 25px 16px 5px 16px; }
    .coll-white-box:last-child {
      padding: 16px 16px; }

  .hbn-bdr-left {
    border-left: none; }

  .hb-box .panel-group {
    margin-top: 0px; }

  .hbn-payment-cardbox1 {
    width: 100% !important;
    margin: 0px 10px 10px 0px !important;
    padding: 0px !important;
    float: left !important;
    text-align: left !important; }

  .hbn-payment-cardbox11 {
    width: 100% !important;
    margin: 0px 10px 10px 0px !important;
    padding: 0px !important;
    float: left !important;
    text-align: left !important; }

  .hbn-payment-cardbox13 {
    width: 100% !important;
    margin: 0px 10px 10px 0px !important;
    padding: 0px !important;
    float: left !important;
    text-align: left !important; }

  .form-control2 {
    font: 14px "Montserrat-Light" !important;
    color: #072e52 !important;
    height: 40px !important;
    border: 1px solid #dee7f0 !important;
    padding: 6px 12px !important;
    width: 100% !important;
    line-height: 1.42857143 !important;
    display: block !important;
    border-radius: 30px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

  .hbn-payment-cardbox4 {
    width: 100% !important;
    float: left !important;
    margin: 0px !important;
    padding: 0px !important; }

  .form-control {
    height: 40px !important; }

  .spilt-name {
    width: 100%;
    float: left;
    padding: 7px 0px 0px 0px;
    height: 40px; }

  .hc-right-box .my-account-cancellation2 {
    margin-top: 0px;
    padding: 0px; }

  .loyalty-tab-box {
    padding: 10px 0px; }
    .loyalty-tab-box .nav-tabs {
      border-bottom: 1px solid #dddddd; }
      .loyalty-tab-box .nav-tabs li {
        width: inherit;
        background: #dddddd; }
        .loyalty-tab-box .nav-tabs li a {
          font-size: 16px;
          color: #666666;
          padding: 10px 12px 10px 12px; }
    .loyalty-tab-box .nav li a {
      padding: 10px 12px 10px 12px; }
    .loyalty-tab-box .resp-tab-active:after {
      display: none; }

  #parentHorizontalTab .resp-tabs-container {
    width: 100%; }
  #parentHorizontalTab .resp-accordion {
    border-bottom: 1px solid #949494; }
  #parentHorizontalTab .resp-tab-active {
    padding: 10px 15px !important;
    background: #dddddd !important; }

  #example-one li a {
    padding: 8px 12px 8px 12px; }

  .sort-text2 {
    padding: 9px 10px 0px 0px; }

  .alert-info {
    position: fixed;
    top: inherit;
    bottom: 0%;
    z-index: 9; } }
@media (min-width: 320px) and (max-width: 767px) {
  .zoom-effect-container {
    height: 100px;
    border-radius: 0px; }

  .image-card {
    height: 100px;
    border-radius: 0px; }

  .image-card-text01 {
    font-size: 25px; }

  .image-inner-box {
    left: 20px;
    top: 10px; }

  .heading-01 {
    padding: 10px 0px 15px 0px; }

  .section-02 {
    padding: 25px 0px 20px 0px;
    min-height: inherit;
    margin-bottom: 50px; }

  .hd-bg-white {
    margin-bottom: 50px; }

  .wishlist_cont_list {
    margin-bottom: 50px; }

  .content-inner-box2 {
    width: 100%; }

  .no-padding {
    padding: 0px 15px; }

  .top-section .carousel .item {
    height: 370px; }

  .top-section {
    padding: 0px; }

  .top-box {
    float: right;
    padding: 0px; }

  .login_btn {
    width: auto;
    border-radius: 50%;
    margin: 0px 8px 0px 0px; }

  .register_btn {
    width: auto;
    border-radius: 50%; }

  .top-box-03 {
    width: auto;
    padding: 15px 0px 10px 8px;
    height: 61px;
    background: #77c152; }

  .top-box-03:hover {
    background: #77c152; }

  .top-box-04 {
    width: auto;
    padding: 14px 12px 16px 10px;
    border-left: #eee solid 1px;
    height: 61px;
    background: #01015b; }

  .top-box-05 {
    width: auto;
    padding: 14px 0px 19px 12px;
    border-left: #eee solid 1px;
    height: 61px; }

  .search-box {
    margin-top: 0px;
    padding: 0px 0px;
    -webkit-box-shadow: 0px -9px 25px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -9px 25px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -9px 25px -6px rgba(0, 0, 0, 0.3); }

  .search-box .nav-tabs > li > a {
    width: 100%;
    padding: 10px 25px;
    border-radius: 0px;
    text-align: center; }

  .check-box-03 {
    width: 100%; }

  .check-box-01, .check-box-02 {
    width: 50%; }

  #menu:after {
    right: 5px;
    left: auto; }

  #menu {
    right: -5px; }

  .paxcontainer {
    width: 100%;
    left: 0px;
    position: relative;
    float: left;
    margin: 0px 0px; }

  .social-media-icon {
    margin: 0px 0px 0px 0px;
    width: 20px; }

  .search-box .tab-content {
    padding: 20px 15px; }

  .search_btn {
    padding: 8px 0px;
    width: 90px;
    font-size: 12px; }

  .bg-inner-section2new {
    margin: 50px 0px 50px 0px; }

  .btn_cntr {
    text-align: center; }

  .retrieve-box2 {
    width: 100%;
    margin-top: 70px; }

  .hide-01 {
    display: none; }

  .hide-02 {
    display: inherit; }

  .hd_text_01 {
    margin-bottom: 0px;
    vertical-align: middle; }

  .hide-tab {
    display: inherit; }

  .hide-tab2 {
    display: none; }

  .top-section2 {
    background: #ffffff;
    padding-bottom: 0px;
    border-bottom: #eee solid 1px;
    position: fixed;
    z-index: 15;
    top: 0px; }

  .no-padding-mob {
    padding: 0px; }

  .top-section li {
    width: inherit; }

  .nav-tabs > li > a {
    margin-right: 0px; }

  .mob-banner {
    margin-top: 60px; }

  .content-inner-box {
    margin-top: 70px; }

  .hotel-listing-left {
    width: 100%;
    margin: 0px 40px 40px 0px;
    padding-bottom: 40px;
    overflow: hidden; }

  .hotel-listing-right {
    width: 100%; }

  .hotel-right-box2-01 {
    width: 100%;
    border-right: none; }

  .hotel-right-box2-02 {
    width: 100%;
    padding: 5px 0px 0px 0px;
    font-size: 14px; }

  .hotel-listing-box01 {
    width: 35%;
    margin: 0px;
    float: left;
    padding: 0px;
    margin-bottom: 0px; }

  .hotel-listing-box02 {
    width: 65%; }

  .hotel-listing-box03 {
    width: 100%;
    padding: 0px; }
    .hotel-listing-box03 .sprite-bg .pay-image {
      margin: 0px; }

  .hotel-listing-box04 {
    width: 100%; }

  .pay-image {
    margin: 0px 0px 10px 10px; }

  .list-box-033 {
    text-align: left;
    padding: 0px 0px 0px 10px;
    display: inherit; }

  .list-text-01, .list-text-02 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .map-list-box-right .list-text-01 {
    font-size: 12px; }

  .map-list-box-right .list-text-06 {
    font-size: 12px;
    padding: 2px 0px 2px 0px; }

  .list-box-01 {
    height: 120px; }

  .list-box-02 {
    min-height: 78px;
    width: 95%; }

  .listing-price-text {
    font: 14px "Montserrat-Light";
    color: #666666; }

  .hide-022 {
    display: none !important; }

  .hotel-listing-box {
    padding: 10px 0px 30px 0px; }

  .hotel-right-box01 {
    width: 100%; }

  .hotel-right-box02 {
    width: 50%; }

  .hotel-right-box03 {
    width: 50%; }

  .hotel-right-box04 {
    width: 50%; }

  .sort-text {
    padding: 6px 0px 0px 0px;
    font: 11px "Montserrat-Regular";
    display: none; }

  #example-one {
    padding: 0px 0px 0px 0px; }

  #example-one li a {
    font: 12px "Montserrat-Regular";
    padding: 8px 10px; }

  .discount-text {
    float: left;
    padding-bottom: 5px; }

  .list-text-05 {
    float: left;
    padding: 2px 10px 8px 10px; }

  .list-text-06 {
    padding: 2px 0px 8px 0px; }

  .grid-view .listing-box {
    width: 100%; }

  .on_req_color_txt {
    padding-top: 10px; }

  .hc-left-box {
    width: 100%;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px; }

  .hc-right-box {
    width: 100%;
    padding-right: 0px; }

  .wishlist-owl-box #owl_wishlist .item img {
    border-radius: 0%;
    width: 100%;
    margin-top: 0px;
    min-height: 220px;
    max-height: 220px; }

  .wishlist-owl-box {
    height: 280px; }

  .wishlist-text-01 {
    padding: 14px 0px 10px 0px;
    text-align: left; }

  .label-blue {
    margin: -4px 0px 0px 0px;
    float: right; }

  .yellow-badge {
    padding: 15px 31px 15px 25px;
    font-size: 12px;
    position: relative;
    border-radius: 50px; }

  .yellow-badge-closeIcon {
    position: absolute;
    right: 10px;
    top: 38%; }

  .w-top-box-01 {
    width: 50%;
    margin-bottom: 15px; }

  .w-top-box-02 {
    width: 50%;
    margin-bottom: 15px; }

  .w-top-box-03 {
    width: 100%;
    margin-bottom: 15px; }

  .wishlist-list-box {
    position: relative;
    margin: 0px 0px 15px 0px; }

  .wishlist-listing-box01 {
    width: 35%;
    margin: 0 auto;
    float: left; }

  .wishlist-listing-box02 {
    width: 65%;
    padding: 0px 0px 0px 10px; }

  .wishlist-listing-box03 {
    width: 100%; }

  .wishlist-listing-box04 {
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    width: auto;
    margin-top: -5px; }

  .wishlist-list-box .list-box-02, .wishlist-list-box .list-box-03 {
    padding: 0px; }

  .remove-icon {
    padding-right: 12px; }

  .wishlist-text-03 {
    font-size: 13px;
    padding-bottom: 4px; }

  .wishlist-text-05 {
    padding: 10px 0px 10px 0px; }

  .wishlist-list-box-01 {
    min-height: 140px; }

  .hd-green-box {
    float: left;
    width: 100%;
    padding: 20px 15px; }

  .hd-green-box-sight {
    font-size: 16px;
    padding: 20px 15px; }

  .hd-change-date-box .choose_room_btn2 {
    padding: 10px 17px;
    margin-top: 25px;
    font-size: 10px;
    border-radius: 5px; }

  .hd-bg-blue {
    margin: 61px 0px 0px 0px;
    padding: 0px; }

  .blue-heading-box, .sticky-anchor {
    display: none; }

  .room-height {
    border-right: none;
    padding: 0px !important; }

  .room-box {
    -webkit-box-shadow: 0px 1px 9px 0px rgba(206, 206, 206, 0.58);
    -moz-box-shadow: 0px 1px 9px 0px rgba(206, 206, 206, 0.58);
    box-shadow: 0px 1px 9px 0px rgba(206, 206, 206, 0.58); }

  .room-box-left {
    width: 100%;
    border-right: none; }

  .room-box-right {
    width: 100%;
    padding: 15px;
    text-align: left;
    background: #bfcedc; }

  .total-left-box {
    width: 50%;
    float: left; }

  .total-right-box {
    width: 50%;
    float: left;
    text-align: right; }

  .total-right-box2 {
    width: 100%;
    float: left;
    text-align: left; }

  .hd_book_btn {
    margin: 8px 0px 0px 0px;
    padding: 4px 20px;
    font-size: 14px; }

  .hd-table-text-04 {
    display: none; }

  .room-box-01, .room-box-02, .room-box-02_new, .room-box-03, .room-box-04, .room-box-05 {
    float: left;
    width: 80%;
    text-align: left; }

  .room-box-02 {
    float: left;
    width: 20%;
    text-align: right;
    padding: 10px 15px 0px 0px !important; }

  .room-box-02_new {
    float: left;
    width: 100%;
    text-align: left; }

  .room-box-03, .room-box-04 {
    width: 100%; }

  .room-box-05 {
    width: 50%;
    float: left; }

  .room-box-06 {
    width: 50%;
    float: right;
    text-align: right;
    padding: 22px 15px 0px 15px; }
    .room-box-06 .btn-default {
      background-color: transparent; }
      .room-box-06 .btn-default:active:hover {
        background-color: transparent;
        box-shadow: none; }
      .room-box-06 .btn-default:active:focus {
        background-color: transparent;
        box-shadow: none; }

  .icon-details-box {
    padding: 7px 15px 0px 15px !important; }

  .room-box-left-inner {
    position: relative; }

  .hotel-listing-pre {
    display: none; }

  .hd_green_btn {
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
    color: #ffffff;
    margin: 4px 0px 10px 0px;
    padding: 5px 15px;
    background: #0c3257;
    border-radius: 5px;
    border: #0c3257 solid 1px;
    text-transform: capitalize;
    white-space: normal;
    text-align: left; }
    .hd_green_btn:hover {
      background: #ffffff;
      color: #0c3257;
      border-radius: 5px;
      border: #0c3257 solid 1px;
      outline: none; }

  .room-box-left-inner {
    background: #eff7fe; }
    .room-box-left-inner:last-child {
      border-bottom: none; }
    .room-box-left-inner:nth-of-type(even) {
      background: #eff7fe; }

  .hd-table-text-01 {
    padding: 15px; }

  .hd-table-text-01_new {
    padding: 0px 15px 10px 15px; }

  .room-box-05 {
    padding: 0px 15px 10px 15px !important;
    position: initial; }

  .total-heading {
    padding: 0px;
    text-align: left;
    color: #00005c;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase; }

  .total-heading2 {
    padding: 10px 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
    display: block;
    float: left;
    width: 100%; }

  .popover {
    max-width: 320px !important;
    width: 320px !important;
    border: #0a4d8c solid 2px;
    box-shadow: -4px 7px 11px rgba(0, 0, 0, 0.4);
    right: 20px;
    z-index: 14; }

  .popover-main-inner {
    width: 15%; }

  .hd-hotel-tab-box .nav-tabs li a:hover {
    border-radius: 20px; }

  .hd-hotel-tab-box .nav-tabs > li.active > a, .hd-hotel-tab-box .nav-tabs > li.active > a:hover, .hd-hotel-tab-box .nav-tabs > li.active > a:focus {
    border-radius: 5px; }

  .hd-hotel-tab-box .nav li a {
    padding: 10px 5px; }

  .hd-hotel-tab-box .nav-tabs li a {
    font: 12px "Montserrat-SemiBold";
    border-radius: 5px; }

  .hotel-aminities-inner-box .fa-ul li {
    width: 100%; }

  .room-box-right-01 {
    width: 50%;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: left; }

  .room-box-right-02 {
    width: 50%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: left; }

  .preloader-book-07 {
    width: 100%;
    height: 125px;
    display: block; }

  .preloader-book-10 {
    height: 47px; }

  .map-list-box-right .choose_room_btn {
    font-size: 9px; }

  .choose_room_btn {
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 5px; }
    .choose_room_btn:hover {
      border-radius: 5px; }

  .grid-view .hotel-listing-box02 {
    width: 100%; }
    .grid-view .hotel-listing-box02 .list-box-02 {
      padding: 0px 15px 0px 15px;
      min-height: inherit; }
    .grid-view .hotel-listing-box02 .list-box-033 {
      padding: 0px 15px 0px 15px;
      min-height: auto;
      display: inherit; }
  .grid-view .choose_room_btn {
    margin-top: 0px; }
  .grid-view .list-text-01 {
    width: auto;
    word-wrap: break-word;
    word-break: inherit;
    text-overflow: inherit;
    white-space: initial;
    text-align: left; }
  .grid-view .list-text-02 {
    width: auto;
    word-wrap: break-word;
    word-break: inherit;
    text-overflow: inherit;
    white-space: initial;
    text-align: left;
    margin: 0px; }
  .grid-view .hotel-listing-inner-border {
    min-height: auto;
    padding-bottom: 10px; }

  .login-check-text, .forgot-check-text {
    font: 12px "Montserrat-Light";
    padding-left: 20px !important; }

  .slider_big_img {
    height: 180px; }

  .slider_thumb_img {
    height: 55px; }

  .room_rate_label, .room_rate_text_grn {
    text-align: center;
    padding-bottom: 5px; }

  .room_rate_text {
    text-align: center;
    padding-bottom: 10px; }

  .fliters-bottom-box {
    width: 100%;
    padding: 0px;
    bottom: 0px;
    left: 0px;
    background: #0c3257;
    position: fixed;
    display: inherit;
    z-index: 100000; }

  .sort-text2 {
    width: 25%;
    padding-top: 10px; }

  .wishlist_sorting-box3 #example-one {
    padding: 0px 0px 0px 0px; }

  .desti-search-box .input-group {
    margin-bottom: 10px; }

  .desti-box {
    padding: 5px; }

  .desti-box-yellow .form-control {
    margin-bottom: 5px; }

  .desti-text-05 {
    padding: 8px 0px 0px 0px; }

  .desti-text-06 {
    padding: 0px; }

  .desti-box-inner {
    margin-bottom: 10px; }

  .desti-tab-box .nav-tabs li {
    width: 50%; }

  .desti-heading-01 {
    font-size: 18px; }

  .traveller-tab .traveller-tab01 {
    width: 100%; }
  .traveller-tab .traveller-tab02 {
    width: 100%;
    border: #eeeeee solid 1px; }
  .traveller-tab .traveller-tab-right {
    padding: 15px 10px; }

  .travellre-per-box .travellre-per-box11 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px; }
  .travellre-per-box .travellre-per-box12 {
    width: 100%; }

  .my-account-grid-view .traveller-tab-left {
    width: 100%; }

  .traveller-panel-box {
    padding: 10px; }

  .traveller-text-01 {
    font-size: 18px; }

  .my-acc-ewallet {
    padding: 10px 15px;
    margin: 0px; }

  .my_account_cont .add_credit_btn {
    margin: 10px 0px 5px 0px; }

  .tab_page_title {
    font-size: 22px; }

  .tab_page_sub_title {
    font-size: 14px;
    padding-bottom: 15px; }

  .my_account_cont #accordion2 {
    margin-top: 5px;
    margin-bottom: 20px; }

  .booking_confirm_container {
    padding: 0px 0px 30px 0px; }

  .tab_page_title2 {
    font-size: 15px;
    padding-bottom: 0px;
    padding-top: 0px; }

  .social_label {
    float: left;
    width: 100%;
    padding: 5px 0px 7px 0px; }

  .twitter_icon {
    margin-left: 0px; }

  .hd_text_02 {
    padding: 10px 0px 10px 0px; }

  .my_account_cont .booking_confirm_container {
    margin-bottom: 25px; }

  .room_rates_cont {
    padding: 0px 10px 15px 10px; }

  .check_in3 {
    padding-bottom: 20px; }

  .traveller-tab01-profile {
    width: 100%; }

  .my-acc-settings2 {
    padding: 0px 0px 20px 0px; }

  .custpopopver {
    width: 100%;
    min-width: 100%;
    right: 0;
    margin-top: 10px; }

  div.custpopopver:before {
    margin-left: 73px;
    left: 0%; }

  div.custpopopver:after {
    margin-left: 75px;
    left: 0%; }

  .custpopopver2 {
    width: 100%;
    left: 0; }

  .preloader-book-05 {
    width: 100%; }

  div.custpopopver2:before {
    margin-left: -2px;
    left: 20%; }

  div.custpopopver2:after {
    margin-left: 0px;
    left: 20%; }

  .custpopopver3 {
    width: 100%;
    left: 0; }

  div.custpopopver3:before {
    margin-left: 0px;
    left: initial;
    right: 16%; }

  div.custpopopver3:after {
    margin-left: 0px;
    margin-right: 2px;
    left: initial;
    right: 16%; }

  div.setright:before, div.setright:after {
    right: 6% !important; }

  .custpopopver4 {
    width: 100%;
    left: 0; }

  div.custpopopver4:before {
    margin-left: 0px;
    left: initial;
    right: 17%;
    margin-right: -2px; }

  div.custpopopver4:after {
    margin-left: 0px;
    left: initial;
    right: 17%; }

  .custpopopver5 {
    width: 125%;
    left: 0;
    margin-top: 63px; }

  div.custpopopver5:before {
    margin-left: 0px;
    left: initial;
    right: 7%;
    margin-right: -2px; }

  div.custpopopver5:after {
    margin-left: 0px;
    left: initial;
    right: 7%; }

  .btn_blue_myacc {
    margin: 0px;
    padding: 10px 20px;
    font-size: 12px; }

  .btn_red_myacc {
    margin: 0px;
    padding: 10px 15px;
    font-size: 12px; }

  .otp-modal .btn_red_myacc {
    margin: 0px 0px 15px 0px; }

  .btn_pad_top {
    padding: 5px 0px 10px 15px; }

  .add_credit_box .add_credit_01 {
    width: 20%; }
  .add_credit_box .add_credit_02 {
    width: 80%; }
  .add_credit_box .add_credit_03 {
    width: 100%;
    padding-left: 0px;
    text-align: center; }
    .add_credit_box .add_credit_03 .add_credit_btn {
      margin: 0px 0px; }

  .my-acc-settings, .my-acc-settings2, .my-acc-settings3 {
    padding: 0px 0px; }

  .my-acc-settings2 .switch-btn {
    margin: 10px 0px;
    padding-left: 0px; }

  .my_account_cont .btn_blue {
    margin: 0px 0px 10px 0px; }

  .menu-inner-box {
    text-align: left; }

  .txt-cntr {
    text-align: left; }

  .traveller-tab {
    margin: 0px 0px 30px 0px; }

  .hbn-payment-text01 {
    text-align: left;
    padding-bottom: 20px; }

  .hbn-split-text01 {
    font-size: 15px; }

  .hd-map-box img {
    width: 100%; }

  .image-card-text01 {
    font: 15px "Montserrat-SemiBold";
    text-shadow: rgba(0, 0, 0, 0.7) 2px 1px 4px; }

  .image-card-text02 {
    text-shadow: rgba(0, 0, 0, 0.5) 2px 1px 4px; }

  .wishlist-box-container {
    min-height: 240px; }
    .wishlist-box-container .container {
      padding: 0px; }

  .padd0 {
    padding: 0px; }

  .hbn-payment-tab .hbn-payment-tab01 {
    width: 100%; }
  .hbn-payment-tab .hbn-payment-tab02 {
    width: 100%;
    border-left: none; }

  .hbn-payment-box-01 {
    padding: 10px; }
    .hbn-payment-box-01 .nav-tabs li {
      width: 50%;
      text-align: center; }
    .hbn-payment-box-01 .tab-content .tab-pane {
      padding: 10px; }

  .hbn-payment-box-01 .nav-tabs > li.active a, .hbn-payment-box-01 .nav-tabs > li.active a:hover, .hbn-payment-box-01 .nav-tabs > li.active a:focus {
    border: none;
    background: #77c152;
    color: #ffffff;
    border-bottom: #77c152 solid 1px; }

  .grid-view .listing-grid-box {
    width: 100%;
    margin: 0px; }

  .hide-fliters-box {
    display: inherit; }

  .map-list-box {
    width: 100%; }

  .map-list-box-left {
    width: 40%;
    height: 90px; }

  .map-list-box-right {
    width: 60%;
    padding: 0px 0px 0px 10px; }

  .searchPanel {
    display: none !important; }

  .hnf-heading-01 {
    margin-top: 50px; }

  .hotel-notfound-box {
    width: 100%; }
    .hotel-notfound-box .search-box {
      -webkit-box-shadow: 0px -7px 14px -10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px -7px 14px -10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px -7px 14px -10px rgba(0, 0, 0, 0.3); }

  .hd-hotel-tab-box .nav-tabs li {
    width: 28%; }

  .point-google {
    width: 40% !important;
    top: -1px; }
    .point-google a {
      padding: 9px 4px !important; }

  .retrieve-box {
    width: 100%;
    margin-top: 100px; }

  .hbn-signin-box {
    text-align: left;
    padding-top: 0px;
    margin-left: 0px;
    padding-bottom: 15px; }

  .hb-box .panel-title {
    font-size: 15px; }

  .hb_text_010 {
    font-size: 14px;
    padding: 0px 5px 0px 0px; }

  .hb_text_012 {
    font-size: 14px; }

  .hb_text_017 {
    font-size: 13px; }

  .hb_text_016 {
    font-size: 14px; }

  .hb_text_015 {
    font-size: 14px; }

  #payment_div .submit_btn {
    font-size: 14px;
    margin: 0px;
    padding: 4px 15px; }

  .hbn-payment-card-text01 {
    padding-bottom: 10px; }

  .hbn-payment-card-text06 {
    font-size: 16px; }

  .coll-white-box .submit_btn {
    margin: 10px 0px 0px 0px;
    padding: 4px 15px; }

  .desti-banner-box {
    height: 190px; }

  .desti-box01 {
    margin-bottom: 15px; }

  .travellers-box {
    font-size: 13px; }

  .details-btn-group {
    position: absolute;
    margin: 5px 10px 10px 120px;
    top: 10px;
    z-index: 1;
    left: 15px; }

  .point_btn {
    display: none !important; }

  .hotel-location-box {
    max-height: 180px; }

  .my-account-grid-view .event-box {
    width: 100%; }

  .point_details_btn {
    padding: 11px; }

  .preloader_for_autocomplete {
    right: 30px;
    top: -3px; }

  .listing-header .top-section2 {
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
    background: #00005c url(../images/texture.png) no-repeat top right;
    padding: 0px; }
  .listing-header .top-box .navbar-register2 {
    display: none !important; }
  .listing-header .top-box .navbar-menu {
    background-color: transparent; }
  .listing-header .toggle_clr {
    color: #ffffff; }
  .listing-header .logo-hide-box {
    display: none; }
  .listing-header .top-listing-box {
    display: inherit;
    padding-top: 12px; }

  .google_map_icon2 {
    top: -3px; }

  .hide-loader {
    display: none !important; }

  .additional-box {
    width: 100%;
    float: left;
    font: 14px "Montserrat-Regular";
    color: #77c152;
    padding: 0px 0px 15px 15px; }
    .additional-box a {
      color: #77c152;
      text-decoration: none; }
      .additional-box a:hover {
        color: #77c152;
        text-decoration: none; }

  .my-acc-events {
    padding: 0px 0px 20px 0px; }

  .amt_div .register_btn {
    border-radius: 50px; }

  .rate_breakup_box_inner {
    width: 24%; }

  #total_price_data .register_btn {
    margin-top: 6px;
    padding: 5px 12px;
    font-size: 11px; }

  .sortActive {
    color: #00005c !important; }

  .hb-box .panel-group {
    margin-top: 15px; }

  .compare-list-box {
    width: 100%; }

  .compare-blue-main-list {
    width: 100%;
    float: left;
    height: 150px;
    overflow-y: scroll; }

  .compare-text-01 {
    font-size: 16px;
    padding: 0px 20px 0px 0px;
    white-space: initial; }

  .compare-blue-box {
    padding: 8px 8px; }

  .compare-text-04 {
    font-size: 13px; }

  .compare-blue-list {
    width: 96%;
    float: left;
    padding: 9px 0px;
    margin: 0px 2%;
    border-bottom: #ededed solid 1px; }

  .compare-amenities-list {
    height: 185px;
    overflow-y: scroll; }

  .compare-amenities-list .list-group-item {
    padding: 10px 8px; }

  #myModal {
    z-index: 100002; }

  .compare-text-06 {
    font-size: 12px; }

  .compare-text-08 {
    font-size: 15px; }

  .compare_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px; }

  .compare-hide {
    display: inline-block !important; }

  .com-close-icon {
    position: absolute;
    right: 17px;
    top: -10px; }

  .absolute-container {
    position: relative; }

  .centered-content {
    text-align: inherit; }

  .arrow-option:before {
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #88bbf0 transparent; }

  div.arrow-option:before {
    content: '';
    display: block;
    position: absolute;
    left: 0%;
    margin-left: 0px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #0074bf;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-width: 0 11px 17px 11px; }

  div.arrow-option:after {
    content: '';
    display: block;
    position: absolute;
    left: 0%;
    margin-left: 0px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-width: 0 9px 14px 9px; }

  .total1 {
    display: none; }

  .hd-sticky-inner-box {
    width: 100%; }

  .item2_div {
    display: block; }

  .price-slider-inner-box {
    top: 30px; }

  .price-range-box {
    padding-top: 0px; }

  .fliter-heading {
    padding: 0px 0px 20px 10px; }

  .social-media-button {
    text-align: center;
    padding-top: 10px; }

  .hotel-filters-box .more-btn {
    display: none; }
  .hotel-filters-box ul {
    max-height: 252px;
    overflow-y: scroll; }

  .hb_text_08, .hb_text_09 {
    margin-left: 0px;
    padding-bottom: 10px; }

  .hb-main-box .pay-image {
    margin: 0 auto; }

  .hbn-payment-cardbox .hbn-payment-cardbox1 {
    width: 100%;
    text-align: left; }

  .hbn-payment-cardbox .hbn-payment-cardbox4 {
    width: 100%; }

  .hbn-payment-cardbox .hbn-payment-cardbox2 {
    width: 100%; }

  .hbn-payment-cardbox .dropdown-toggle.btn-default {
    height: 38px; }

  .hbn-payment-cardbox .form-control {
    margin-bottom: 10px; }

  .width35 {
    width: 48%; }

  .width70 {
    width: 100%; }

  .hbn-payment-cardbox .hbn-payment-cardbox11 {
    width: 100%;
    text-align: left; }

  .hbn-payment-cardbox .hbn-payment-cardbox12 {
    width: 100%;
    text-align: left; }

  .hbn-payment-cardbox .hbn-payment-cardbox13 {
    width: 100%;
    text-align: left; }

  .hbn-payment-cardbox .hbn-payment-cardbox14 {
    width: 100%;
    text-align: left; }

  .hbn-cvvcard-icon {
    margin-top: -2px; }

  .hbn-payment-cardbox .hbn-payment-cardbox2 .cardcvv-box01 {
    width: 78px; }

  .hbn-payment-cardbox .hbn-payment-cardbox2 .cardcvv-box02 {
    width: 111px; }

  .hbn-payment-cardbox .form-control2 {
    width: 100%; }

  .hbn-payment-card-text021 {
    padding: 10px 0px 10px 5px; }

  .hbn-payment-card-text03 {
    padding: 10px 0px 10px 5px; }

  .hbn-payment-card-text02 {
    padding: 10px 0px 10px 5px; }

  .hotel-listing-location .input-group-btn {
    top: 53px;
    right: 19px; }

  .filters-mobile-heading {
    padding: 10px 0px 5px 20px; }

  #locations_div {
    padding: 0px 20px; }
    #locations_div .filters-mobile-heading {
      padding: 10px 0px 20px 0px; }

  .hotel-listing-location .form-control {
    margin: 0px; }

  .hotel-right-box3 {
    padding: 0px; }

  .menu-hide {
    display: block !important; }

  .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .hd-heading-011 {
    padding-bottom: 0px; }

  .hd-heading-02 {
    padding-bottom: 0px; }

  .pay-image-box {
    padding-top: 0px; }

  .spilt-box-in {
    width: 100%;
    float: left;
    padding: 0px; }

  .hc-spilt-box {
    margin-top: 20px; }

  .loyalty-tab-box {
    padding: 10px 0px; }
    .loyalty-tab-box .nav-tabs {
      border-bottom: 1px solid #dddddd; }
      .loyalty-tab-box .nav-tabs li {
        width: inherit;
        background: #dddddd; }
        .loyalty-tab-box .nav-tabs li a {
          font-size: 16px;
          color: #666666;
          padding: 10px 12px 10px 12px; }
    .loyalty-tab-box .nav li a {
      padding: 10px 12px 10px 12px; }
    .loyalty-tab-box .resp-tab-active:after {
      display: none; }

  #parentHorizontalTab .resp-tabs-container {
    width: 100%; }
  #parentHorizontalTab .resp-accordion {
    border-bottom: 1px solid #949494; }
  #parentHorizontalTab .resp-tab-active {
    padding: 10px 15px !important;
    background: #dddddd !important; }

  .loyalty-owl-box .carousel-showmanymoveone .carousel-control.right {
    margin-right: -5px; }
  .loyalty-owl-box .carousel-showmanymoveone .carousel-control.left {
    margin-left: -5px; }

  .membership-details-box .membership-details-text-01 {
    padding: 10px 0px 5px 0px;
    float: left;
    text-align: center;
    width: 100%; }
  .membership-details-box .register_btn {
    border-radius: 50px;
    width: inherit; }
  .membership-details-box .membership-text-02 {
    position: absolute;
    right: 20px;
    top: -40px; }
  .membership-details-box .membership-package-box {
    height: 180px !important; }
  .membership-details-box .membership-btn-box .register_btn {
    width: 100%; }

  .coupon-box .list-group .list-group-item {
    width: 100%; }

  .submit-btn-box {
    text-align: center; }

  #coupons_modal .modal-body {
    height: 450px;
    overflow-y: auto;
    margin-bottom: 20px; }

  .membership-btn-box .register_btn {
    border-radius: 50px; }

  .membership-main-box .membership_class {
    width: 100%;
    float: left; }
  .membership-main-box .purchased-image {
    width: 125px;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 10px; }
  .membership-main-box .membership-heading-01 {
    padding: 10px 0px 10px 0px; }

  .membership-banner-box .item .membership_image {
    height: 165px; }
  .membership-banner-box .item .membership-btn-box {
    text-align: left; }
  .membership-banner-box .item .register_btn {
    padding: 3px 13px;
    margin: 5px 0px 0px 0px; }
  .membership-banner-box .item .membership-heading-01 {
    font-size: 12px; }
  .membership-banner-box .item .membership-price-text {
    font-size: 12px; }
  .membership-banner-box .item .membership-item-box {
    padding: 4px 10px; }
  .membership-banner-box .owl-controls .owl-nav {
    display: block;
    font-size: 25px; }
    .membership-banner-box .owl-controls .owl-nav .owl-prev {
      position: absolute;
      left: 8%;
      top: 38%; }
    .membership-banner-box .owl-controls .owl-nav .owl-next {
      position: absolute;
      right: 8%;
      top: 38%; }

  #coupondesc_modal .choose_room_btn {
    margin-top: 15px;
    padding: 6px 18px;
    font-size: 12px; }

  #custom-search-input {
    margin-top: 20px; }

  .membership-main-box {
    margin: 20px 0px 0px 0px; }

  .sync-cal-box {
    margin: 10px 0px 0px -6px; }

  .sync-text01 {
    font: 13px "Montserrat-SemiBold"; }

  .membership-bg {
    width: inherit !important;
    padding: 10px 25px !important; }

  .alert-info {
    position: fixed;
    top: inherit;
    bottom: 0%;
    z-index: 11;
    width: 350px;
    margin-left: -176px; }

  .membership-details-box .membership-btn-box .register_btn {
    width: 100%;
    margin-bottom: 23px; }

  .verify-panel-body {
    width: 100%; }

  .verify-btn-modal {
    margin: 0px; } }
@media (min-width: 320px) and (max-width: 359px) {
  .hd-hotel-tab-box .nav-tabs li a:hover {
    border-radius: 5px; }

  .hd-hotel-tab-box .nav-tabs li a {
    font: 11px "Montserrat-SemiBold";
    border-radius: 5px; }

  .hd-hotel-tab-box .nav li a {
    padding: 10px 5px;
    width: 100%; }

  .listing-top-box .wishlist_clr {
    padding: 2px; }
  .listing-top-box .list-search-icon {
    padding: 11px 5px 11px 5px; } }
@media (min-width: 371px) and (max-width: 460px) {
  .hd-hotel-tab-box .nav-tabs li a:hover {
    border-radius: 5px; }

  .hd-hotel-tab-box .nav-tabs > li.active > a, .hd-hotel-tab-box .nav-tabs > li.active > a:hover, .hd-hotel-tab-box .nav-tabs > li.active > a:focus {
    border-radius: 5px; }

  .hd-hotel-tab-box .nav li a {
    padding: 10px 4px;
    width: 100%; }

  .hd-hotel-tab-box .nav-tabs li a {
    font: 10px "Montserrat-SemiBold";
    border-radius: 5px; } }
@media (max-width: 767px) {
  .top-box {
    float: right;
    padding-top: 0px; }

  .top-box .navbar-wishlist {
    width: 40px;
    display: none;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: right; }

  .dlr_clr {
    color: #ffffff;
    font-size: 20px !important; }

  .language_clr {
    color: #01015b;
    font-size: 20px !important;
    padding: 15px 0px 0px 0px; }

  .wishlist_clr {
    font-size: 17px !important;
    color: #c72362;
    margin-top: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

  .register_clr {
    color: #ffffff;
    font-size: 20px !important; }

  .toggle_clr {
    color: #0a4d8c;
    font-size: 22px !important; }

  .login_clr {
    color: #77c152;
    font-size: 20px !important; }

  .footer-box-01 {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 20px 0px;
    border-top: #34424e solid 1px;
    background-color: #1d2c3a;
    text-align: center;
    position: relative;
    bottom: 0px; }

  .modal-sm {
    width: auto; }

  .login-form-box {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 20px 0px; }

  .currency_icon_mob {
    display: block; }

  .currency_icon_des {
    display: none; }

  .top-box .navbar-currency {
    width: 50px;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-left: 1px solid #ccc;
    background-color: #f7ac34; }

  .top-box .navbar-register2 {
    width: 30px !important;
    display: inline-block !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    text-align: center !important;
    background-color: #ffffff !important; }

  .top-box .navbar-language {
    width: 40px;
    text-align: center;
    padding-left: 0px;
    display: none; }

  .top-box .navbar-menu {
    width: 50px;
    display: block;
    text-align: center;
    padding: 17px 0px;
    background-color: #ffffff; }

  .pad_top {
    padding-top: 7px; }

  .logo_mob {
    padding-right: 0px;
    width: 50%; }

  .menu_mob {
    padding-right: 0px;
    padding-left: 0px;
    width: 50%; }

  .register-form-box {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 20px 0px; }

  .text_align_left {
    text-align: left; }

  .text_align_right {
    text-align: right; }

  .facebook_login_btn {
    padding: 8px 15px;
    width: 86px; }

  .twitter_login_btn {
    padding: 8px 10px;
    width: 86px; }

  .google_login_btn {
    padding: 8px 10px;
    width: 86px; }

  h2.background span {
    text-transform: uppercase; }

  .hb-main-box {
    padding: 20px 5px 20px 5px; }

  .hb_text_03 {
    padding: 10px 0px 0px 0px;
    line-height: 25px;
    font-size: 16px; }

  .hb_text_04 {
    padding: 0px; }

  .hb_text_07 {
    padding: 0px 0px 5px 0px;
    font-size: 11px; }

  .width-coll-form {
    width: 100%; }

  .smoking-box-01 {
    width: 60%;
    padding: 12px 0px 0px 0px; }

  .smoking-box-02 {
    width: 40%;
    padding: 8px 0px 0px 0px; }

  .smoking-box-03 {
    width: 100%;
    padding: 0px 0px 15px 0px; }

  .bg-inner-section {
    padding: 60px 0px 50px 0px; }

  .hb_text_01 {
    padding: 15px 0px 0px 15px; }

  #special_cont textarea {
    height: 70px !important;
    border-radius: 20px; }

  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
    top: 0px !important;
    left: 0px;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.58);
    height: 100%;
    position: fixed;
    overflow-y: scroll; }

  .daterangepicker .calendar {
    max-width: 100%; }

  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
    margin-top: 50% !important; }

  .hotel_details_view_section {
    padding: 0px; }

  .hc-right-box-cb {
    width: 100%;
    padding: 0px 0px 0px 0px !important;
    min-height: auto; }

  .check_in_container {
    padding: 20px 0px 20px 0px; }

  .padding_section_new {
    padding: 20px 15px; }

  .padding_section_new2 {
    padding: 5px 15px; }

  .hotel_details_view_section_in {
    padding: 0px 0px 0px 0px; }

  .hcb-text02 {
    padding-top: 10px; }

  .booh_sightseeing_btn {
    text-transform: capitalize; }

  .booking-box-01 {
    width: 25%;
    padding-left: 5px; }

  .booking-box-02 {
    width: 6%; }

  .booking-box-03 {
    width: 68%;
    padding-left: 18px; }

  .top-box .navbar-register {
    width: 50px;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #d42d75; }

  .model-change-search {
    width: 94%; }

  .hd-like-text-01 {
    min-height: auto; }

  .my_account_cont .panel-default .panel-heading h4 a {
    border-bottom: 1px solid #ddd; }

  .my_account_cont {
    padding: 0px 0px 40px 0px;
    height: 100%;
    display: inline-block;
    width: 100%; }

  .trip-menu {
    margin-top: 0px; }

  .currency-box .list-group-item {
    width: 100%; }

  .modal-dialog {
    top: 10px; }

  .pad_lft_rating {
    padding-left: 0px; }

  .submit_btn2 {
    padding: 8px 60px; }

  .menu-hide-01 {
    display: hide !important; }

  .hb_colla_text_06 {
    padding: 0px; } }
@media (min-width: 768px) and (max-width: 990px) {
  .hd-hotel-tab-box .nav-tabs li {
    margin-bottom: 10px; }

  .hd-hotel-tab-box .nav li a {
    padding: 12px 28px; }

  .hd-hotel-tab-box .nav-tabs li a {
    font-size: 12px; }

  .hotel-aminities-inner-box .fa-ul li {
    width: 33%; }

  .room-box-01, .room-box-02, .room-box-02_new, .room-box-03, .room-box-04, .room-box-05 {
    width: 30%; }

  .room-box-02 {
    width: 13%; }

  .room-box-03 {
    width: 22%; }

  .room-box-04 {
    width: 30%; }

  .room-box-05 {
    width: 30%; }

  .points-list-black {
    margin: 0px 0px 0px 0px; }

  ul.test1 {
    width: 100%;
    display: block; }

  ul.test2 {
    width: 100%;
    display: block; }

  .points-list-black {
    display: inline-block;
    width: 100%; }

  .points-list-black ul .cell-bg1 {
    font-size: 10px; }

  .hd-table-text-01 {
    font-size: 12px; } }
.daterangepicker select.monthselect {
  border: 0px solid #ccc !important; }

.daterangepicker select.yearselect {
  border: 0px solid #ccc !important; }

.booking_confirm_container2 {
  padding: 15px 15px 15px 15px; }

.calender-icon3 {
  width: 17px; }

#owl_wishlist .item img {
  border: none !important;
  box-shadow: none !important; }

.hd-bg-white-new1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px; }

@media (min-width: 1300px) {
  /*.top-banner .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: 620px 1415px 0px 0px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 0;
    position: absolute;
    opacity:0.1;
  }
  .top-banner .item.top:before {
    margin-top: -101px;
  }*/ }
@media (min-width: 320px) and (max-width: 767px) {
  .hotel-listing-left {
    top: 60px !important; }

  .typeahead.dropdown-menu {
    padding: 0px;
    border: 0;
    max-height: 130px; } }
.hb_colla_text_01 font {
  padding-left: 10px; }
.hotel-filters-box .checkbox {
  display: inline-block; }

/*# sourceMappingURL=style_output.css.map */
