@charset "UTF-8";
/**
 * Custom scroll bar for cross-browser
 * @parm n/a
 */
body {
  background-color: #F6F6F6;
  font-size: 18px;
  color: #333333;
  width: 100%; }

h3 {
  color: #f00; }

.main-content {
  margin-bottom: 100px; }
  .main-content .mobile {
    display: none; }
  .main-content .map-div-overlay {
    width: 97%;
    height: inherit;
    position: absolute;
    z-index: 196;
    margin-left: -5px;
    margin-top: -5px;
    cursor: pointer; }
  .main-content .search-filter-map {
    background-color: #fff; }
    .main-content .search-filter-map .mapping {
      height: 106px;
      padding: 5px; }
      .main-content .search-filter-map .mapping .mapping-summary {
        cursor: pointer; }
      .main-content .search-filter-map .mapping .mapping-icon, .main-content .search-filter-map .mapping .mapping-text {
        margin-left: 10px;
        font-size: 14px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        color: #125687; }
      .main-content .search-filter-map .mapping .mapping-text {
        margin-top: 2px; }
      .main-content .search-filter-map .mapping .mapping-arrow {
        margin-right: 15px; }
  .main-content .search-filter-options {
    margin-top: 20px;
    padding: 10px 10px 0px; }
    .main-content .search-filter-options .search-label {
      margin-left: 10px;
      font-size: 18px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      line-height: 2.5; }
    .main-content .search-filter-options .information-rule-section-content {
      display: none; }
    .main-content .search-filter-options.map-popup .information-rule-section-content {
      display: none; }
    .main-content .search-filter-options.map-popup .map-apply-link {
      display: block; }
    .main-content .search-filter-options.map-popup .apply-link {
      display: none; }
    .main-content .search-filter-options .map-apply-link {
      display: none; }
    .main-content .search-filter-options .search-label-accomodation {
      margin-left: 10px;
      font-size: 15px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      line-height: 1;
      color: #333333; }
    .main-content .search-filter-options .search-field-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 30px; }
    .main-content .search-filter-options .wrapper.center-block.accordian {
      padding-bottom: 10px; }
    .main-content .search-filter-options .search-label-clear {
      font-size: 11px;
      background: transparent;
      border: none; }
    .main-content .search-filter-options ::-webkit-input-placeholder {
      color: #777777;
      font-size: 13px; }
    .main-content .search-filter-options ::-moz-placeholder {
      color: #777777;
      font-size: 13px; }
    .main-content .search-filter-options :-ms-input-placeholder {
      color: #777777;
      font-size: 13px; }
    .main-content .search-filter-options ::-ms-input-placeholder {
      color: #777777;
      font-size: 13px; }
    .main-content .search-filter-options ::placeholder {
      color: #777777;
      font-size: 13px; }
    .main-content .search-filter-options input[type='text'] {
      padding-left: 10px;
      border: 1px solid #989898;
      height: 40px;
      width: 80%; }
    .main-content .search-filter-options input[type='button'] {
      margin-left: 5px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased; }
    .main-content .search-filter-options :focus {
      outline: 0; }
    .main-content .search-filter-options .btn:hover, .main-content .search-filter-options .btn:active, .main-content .search-filter-options .btn:active:focus, .main-content .search-filter-options .btn:visited, .main-content .search-filter-options .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .main-content .search-filter-options .custom-checkbox {
      margin-top: 3px; }
    .main-content .search-filter-options .accordian {
      -webkit-transition: 1s ease-in-out;
      transition: 1s ease-in-out; }
      .main-content .search-filter-options .accordian .accordian-heading {
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        align-self: center; }
      .main-content .search-filter-options .accordian .accordian-title {
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        margin-left: 10px;
        margin-bottom: 0px; }
      .main-content .search-filter-options .accordian .accordian-icon {
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        display: inline-block;
        background-position: 0px 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        cursor: pointer; }
        .main-content .search-filter-options .accordian .accordian-icon.accordian-arrow-down {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .main-content .search-filter-options .accordian .panel-title.isClose {
        background: #D7D7D7; }
      .main-content .search-filter-options .accordian .panel-title {
        margin: 0px -10px;
        background: #fff;
        cursor: pointer; }
      .main-content .search-filter-options .accordian .panel-body {
        margin-bottom: 10px;
        position: relative; }
        .main-content .search-filter-options .accordian .panel-body .rating-checkbox-block {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .main-content .search-filter-options .accordian .panel-body .toggle-block-section .see-more-block {
          cursor: pointer;
          text-align: right; }
          .main-content .search-filter-options .accordian .panel-body .toggle-block-section .see-more-block .see-more {
            color: #125687; }
        .main-content .search-filter-options .accordian .panel-body .toggle-block-section img {
          width: 14px;
          height: 14px;
          margin-right: 10px; }
        .main-content .search-filter-options .accordian .panel-body .rating-block, .main-content .search-filter-options .accordian .panel-body .price-block, .main-content .search-filter-options .accordian .panel-body .room-block, .main-content .search-filter-options .accordian .panel-body .hotel-type-block, .main-content .search-filter-options .accordian .panel-body .dining-block, .main-content .search-filter-options .accordian .panel-body .transfer-block, .main-content .search-filter-options .accordian .panel-body .equipment-service-block, .main-content .search-filter-options .accordian .panel-body .payment-method-block, .main-content .search-filter-options .accordian .panel-body .nearby-block, .main-content .search-filter-options .accordian .panel-body .popular-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 5px; }
          .main-content .search-filter-options .accordian .panel-body .rating-block label, .main-content .search-filter-options .accordian .panel-body .price-block label, .main-content .search-filter-options .accordian .panel-body .room-block label, .main-content .search-filter-options .accordian .panel-body .hotel-type-block label, .main-content .search-filter-options .accordian .panel-body .dining-block label, .main-content .search-filter-options .accordian .panel-body .transfer-block label, .main-content .search-filter-options .accordian .panel-body .equipment-service-block label, .main-content .search-filter-options .accordian .panel-body .payment-method-block label, .main-content .search-filter-options .accordian .panel-body .nearby-block label, .main-content .search-filter-options .accordian .panel-body .popular-block label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .main-content .search-filter-options .accordian .panel-body .rating-block .rating, .main-content .search-filter-options .accordian .panel-body .price-block .rating, .main-content .search-filter-options .accordian .panel-body .room-block .rating, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .rating, .main-content .search-filter-options .accordian .panel-body .dining-block .rating, .main-content .search-filter-options .accordian .panel-body .transfer-block .rating, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .rating, .main-content .search-filter-options .accordian .panel-body .payment-method-block .rating, .main-content .search-filter-options .accordian .panel-body .nearby-block .rating, .main-content .search-filter-options .accordian .panel-body .popular-block .rating {
            margin-left: 8px; }
          .main-content .search-filter-options .accordian .panel-body .rating-block .price, .main-content .search-filter-options .accordian .panel-body .rating-block .room, .main-content .search-filter-options .accordian .panel-body .rating-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .rating-block .dining, .main-content .search-filter-options .accordian .panel-body .rating-block .transfer, .main-content .search-filter-options .accordian .panel-body .rating-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .rating-block .payment-method, .main-content .search-filter-options .accordian .panel-body .rating-block .nearby, .main-content .search-filter-options .accordian .panel-body .rating-block .popular, .main-content .search-filter-options .accordian .panel-body .price-block .price, .main-content .search-filter-options .accordian .panel-body .price-block .room, .main-content .search-filter-options .accordian .panel-body .price-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .price-block .dining, .main-content .search-filter-options .accordian .panel-body .price-block .transfer, .main-content .search-filter-options .accordian .panel-body .price-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .price-block .payment-method, .main-content .search-filter-options .accordian .panel-body .price-block .nearby, .main-content .search-filter-options .accordian .panel-body .price-block .popular, .main-content .search-filter-options .accordian .panel-body .room-block .price, .main-content .search-filter-options .accordian .panel-body .room-block .room, .main-content .search-filter-options .accordian .panel-body .room-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .room-block .dining, .main-content .search-filter-options .accordian .panel-body .room-block .transfer, .main-content .search-filter-options .accordian .panel-body .room-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .room-block .payment-method, .main-content .search-filter-options .accordian .panel-body .room-block .nearby, .main-content .search-filter-options .accordian .panel-body .room-block .popular, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .price, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .room, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .dining, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .transfer, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .payment-method, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .nearby, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .popular, .main-content .search-filter-options .accordian .panel-body .dining-block .price, .main-content .search-filter-options .accordian .panel-body .dining-block .room, .main-content .search-filter-options .accordian .panel-body .dining-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .dining-block .dining, .main-content .search-filter-options .accordian .panel-body .dining-block .transfer, .main-content .search-filter-options .accordian .panel-body .dining-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .dining-block .payment-method, .main-content .search-filter-options .accordian .panel-body .dining-block .nearby, .main-content .search-filter-options .accordian .panel-body .dining-block .popular, .main-content .search-filter-options .accordian .panel-body .transfer-block .price, .main-content .search-filter-options .accordian .panel-body .transfer-block .room, .main-content .search-filter-options .accordian .panel-body .transfer-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .transfer-block .dining, .main-content .search-filter-options .accordian .panel-body .transfer-block .transfer, .main-content .search-filter-options .accordian .panel-body .transfer-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .transfer-block .payment-method, .main-content .search-filter-options .accordian .panel-body .transfer-block .nearby, .main-content .search-filter-options .accordian .panel-body .transfer-block .popular, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .price, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .room, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .dining, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .transfer, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .payment-method, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .nearby, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .popular, .main-content .search-filter-options .accordian .panel-body .payment-method-block .price, .main-content .search-filter-options .accordian .panel-body .payment-method-block .room, .main-content .search-filter-options .accordian .panel-body .payment-method-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .payment-method-block .dining, .main-content .search-filter-options .accordian .panel-body .payment-method-block .transfer, .main-content .search-filter-options .accordian .panel-body .payment-method-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .payment-method-block .payment-method, .main-content .search-filter-options .accordian .panel-body .payment-method-block .nearby, .main-content .search-filter-options .accordian .panel-body .payment-method-block .popular, .main-content .search-filter-options .accordian .panel-body .nearby-block .price, .main-content .search-filter-options .accordian .panel-body .nearby-block .room, .main-content .search-filter-options .accordian .panel-body .nearby-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .nearby-block .dining, .main-content .search-filter-options .accordian .panel-body .nearby-block .transfer, .main-content .search-filter-options .accordian .panel-body .nearby-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .nearby-block .payment-method, .main-content .search-filter-options .accordian .panel-body .nearby-block .nearby, .main-content .search-filter-options .accordian .panel-body .nearby-block .popular, .main-content .search-filter-options .accordian .panel-body .popular-block .price, .main-content .search-filter-options .accordian .panel-body .popular-block .room, .main-content .search-filter-options .accordian .panel-body .popular-block .hotel-type, .main-content .search-filter-options .accordian .panel-body .popular-block .dining, .main-content .search-filter-options .accordian .panel-body .popular-block .transfer, .main-content .search-filter-options .accordian .panel-body .popular-block .equipment-service, .main-content .search-filter-options .accordian .panel-body .popular-block .payment-method, .main-content .search-filter-options .accordian .panel-body .popular-block .nearby, .main-content .search-filter-options .accordian .panel-body .popular-block .popular {
            margin-right: 0px; }
          .main-content .search-filter-options .accordian .panel-body .rating-block .rate-count, .main-content .search-filter-options .accordian .panel-body .rating-block .price-amount, .main-content .search-filter-options .accordian .panel-body .rating-block .room-title, .main-content .search-filter-options .accordian .panel-body .rating-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .rating-block .dining-title, .main-content .search-filter-options .accordian .panel-body .rating-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .rating-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .rating-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .rating-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .rating-block .popular-title, .main-content .search-filter-options .accordian .panel-body .price-block .rate-count, .main-content .search-filter-options .accordian .panel-body .price-block .price-amount, .main-content .search-filter-options .accordian .panel-body .price-block .room-title, .main-content .search-filter-options .accordian .panel-body .price-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .price-block .dining-title, .main-content .search-filter-options .accordian .panel-body .price-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .price-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .price-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .price-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .price-block .popular-title, .main-content .search-filter-options .accordian .panel-body .room-block .rate-count, .main-content .search-filter-options .accordian .panel-body .room-block .price-amount, .main-content .search-filter-options .accordian .panel-body .room-block .room-title, .main-content .search-filter-options .accordian .panel-body .room-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .room-block .dining-title, .main-content .search-filter-options .accordian .panel-body .room-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .room-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .room-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .room-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .room-block .popular-title, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .rate-count, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .price-amount, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .room-title, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .dining-title, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .popular-title, .main-content .search-filter-options .accordian .panel-body .dining-block .rate-count, .main-content .search-filter-options .accordian .panel-body .dining-block .price-amount, .main-content .search-filter-options .accordian .panel-body .dining-block .room-title, .main-content .search-filter-options .accordian .panel-body .dining-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .dining-block .dining-title, .main-content .search-filter-options .accordian .panel-body .dining-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .dining-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .dining-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .dining-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .dining-block .popular-title, .main-content .search-filter-options .accordian .panel-body .transfer-block .rate-count, .main-content .search-filter-options .accordian .panel-body .transfer-block .price-amount, .main-content .search-filter-options .accordian .panel-body .transfer-block .room-title, .main-content .search-filter-options .accordian .panel-body .transfer-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .transfer-block .dining-title, .main-content .search-filter-options .accordian .panel-body .transfer-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .transfer-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .transfer-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .transfer-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .transfer-block .popular-title, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .rate-count, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .price-amount, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .room-title, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .dining-title, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .popular-title, .main-content .search-filter-options .accordian .panel-body .payment-method-block .rate-count, .main-content .search-filter-options .accordian .panel-body .payment-method-block .price-amount, .main-content .search-filter-options .accordian .panel-body .payment-method-block .room-title, .main-content .search-filter-options .accordian .panel-body .payment-method-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .payment-method-block .dining-title, .main-content .search-filter-options .accordian .panel-body .payment-method-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .payment-method-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .payment-method-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .payment-method-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .payment-method-block .popular-title, .main-content .search-filter-options .accordian .panel-body .nearby-block .rate-count, .main-content .search-filter-options .accordian .panel-body .nearby-block .price-amount, .main-content .search-filter-options .accordian .panel-body .nearby-block .room-title, .main-content .search-filter-options .accordian .panel-body .nearby-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .nearby-block .dining-title, .main-content .search-filter-options .accordian .panel-body .nearby-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .nearby-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .nearby-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .nearby-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .nearby-block .popular-title, .main-content .search-filter-options .accordian .panel-body .popular-block .rate-count, .main-content .search-filter-options .accordian .panel-body .popular-block .price-amount, .main-content .search-filter-options .accordian .panel-body .popular-block .room-title, .main-content .search-filter-options .accordian .panel-body .popular-block .hotel-type-title, .main-content .search-filter-options .accordian .panel-body .popular-block .dining-title, .main-content .search-filter-options .accordian .panel-body .popular-block .transfer-title, .main-content .search-filter-options .accordian .panel-body .popular-block .equipment-service-title, .main-content .search-filter-options .accordian .panel-body .popular-block .payment-method-title, .main-content .search-filter-options .accordian .panel-body .popular-block .nearby-title, .main-content .search-filter-options .accordian .panel-body .popular-block .popular-title {
            font-size: 13px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            border-radius: 0px;
            margin-left: 10px; }
          .main-content .search-filter-options .accordian .panel-body .rating-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .rating-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .price-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .room-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .hotel-type-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .dining-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .transfer-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .equipment-service-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .payment-method-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .nearby-block .popular-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .rate-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .price-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .room-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .hotel-type-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .dining-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .transfer-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .equipment-service-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .payment-method-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .nearby-frequency, .main-content .search-filter-options .accordian .panel-body .popular-block .popular-frequency {
            font-size: 12px; }
  .main-content .tourist-info {
    position: relative;
    cursor: pointer; }
    .main-content .tourist-info .tourist-title {
      position: absolute;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      .main-content .tourist-info .tourist-title img {
        width: 10px;
        height: 10px;
        margin-left: 20px; }
  .main-content .search-result-block {
    padding-left: 15px; }
    .main-content .search-result-block .search-result {
      color: #333333; }
      .main-content .search-result-block .search-result .information-rule-section-content {
        font-size: 13px;
        color: #CC0D21;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        padding: 20px 20px;
        background: #FFFFE3;
        margin-bottom: 10px;
        display: none; }
        .main-content .search-result-block .search-result .information-rule-section-content .warning span.ico-warning {
          width: 25px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: center left;
          position: absolute;
          background-image: url(../_img/reservation/ico-warning.png); }
        .main-content .search-result-block .search-result .information-rule-section-content .warning p {
          padding-left: 42px; }
      .main-content .search-result-block .search-result .search-result-summary {
        font-size: 15px;
        border-bottom: 1px solid #D6D6D6;
        -ms-flex-item-align: center;
        align-self: center; }
        .main-content .search-result-block .search-result .search-result-summary .search-result-title {
          font-size: 18px; }
        .main-content .search-result-block .search-result .search-result-summary .search-result-title-content {
          font-size: 14px; }
      .main-content .search-result-block .search-result .search-result-summary-bottom {
        font-size: 14px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .main-content .search-result-block .search-result .search-result-summary-bottom {
          /* cursor: pointer; */ }
      .main-content .search-result-block .search-result .featured .card-header {
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        background-color: #CC0D21;
        color: #fff;
        font-size: 15px;
        padding: 10px 20px;
        height: 42px;
        border-radius: 0px; }
      .main-content .search-result-block .search-result .featured .card-body {
        border: 3px solid #CC0D21;
        padding: 16px !important;
        border-top: 0px; }
      .main-content .search-result-block .search-result .card {
        margin-bottom: 20px;
        border: none;
        border-radius: 0px; }
        .main-content .search-result-block .search-result .card .card-body {
          padding: 19px; }
          .main-content .search-result-block .search-result .card .card-body .card-body-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .main-content .search-result-block .search-result .card .card-body .item-image img {
            width: 200px;
            height: 134px;
            -o-object-fit: cover;
            object-fit: cover; }
          .main-content .search-result-block .search-result .card .card-body .item-content {
            margin-left: 20px;
            width: 100%; }
            .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .item-title-content {
                margin-right: auto;
                width: calc(100% - 18%); }
                .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .item-title-content .item-title {
                  color: #125686;
                  font-size: 20px;
                  font-weight: bold;
                  -webkit-font-smoothing: antialiased; }
                .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .item-title-content .item-description {
                  color: #125686;
                  font-size: 13px;
                  font-weight: normal;
                  font-family: 'Arial';
                  line-height: 1.9;
                  display: -webkit-box;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  height: 25px;
                  word-break: break-all; }
              .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .favourite-block {
                margin-left: auto; }
                .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .favourite-block .favourite-option {
                  background: #ECECEC;
                  border: 1px solid #D6D6D6;
                  border-radius: 6px;
                  cursor: pointer; }
                  .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .favourite-block .favourite-option.active {
                    cursor: pointer;
                    background-color: #fff; }
                    .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .favourite-block .favourite-option.active .text {
                      color: #CB0D21 !important; }
                  .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .favourite-block .favourite-option .text {
                    color: #989898 !important;
                    font-weight: bold;
                    -webkit-font-smoothing: antialiased;
                    font-size: 10px; }
                  .main-content .search-result-block .search-result .card .card-body .item-content .item-title-block .favourite-block .favourite-option .text.active {
                    color: #989898; }
            .main-content .search-result-block .search-result .card .card-body .item-content .geo-location-block {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .main-content .search-result-block .search-result .card .card-body .item-content .geo-location-block > div:first-child {
                width: calc(100% - 100px); }
              .main-content .search-result-block .search-result .card .card-body .item-content .geo-location-block .item-location {
                font-size: 13px;
                cursor: pointer; }
                .main-content .search-result-block .search-result .card .card-body .item-content .geo-location-block .item-location img {
                  float: left; }
              .main-content .search-result-block .search-result .card .card-body .item-content .geo-location-block .other-info {
                -ms-flex-item-align: center;
                align-self: center; }
              .main-content .search-result-block .search-result .card .card-body .item-content .geo-location-block .rooms-counter {
                color: #CB0D21;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                font-size: 13px;
                display: inline-block; }
              .main-content .search-result-block .search-result .card .card-body .item-content .geo-location-block .discountprice {
                font-size: 15px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                color: #333333;
                text-decoration: line-through; }
            .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-top: -10px; }
              .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block .description-block {
                -ms-flex-item-align: center;
                align-self: center;
                width: 63%; }
              .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block .item-description-full {
                font-size: 12px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; }
              .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block .price-range {
                text-align: right;
                margin-left: 25px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column; }
              .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block .price {
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                font-size: 28px;
                font-family: 'Arial'; }
                .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block .price .currency {
                  font-size: 13px;
                  font-weight: normal; }
                .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block .price .point {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: end;
                  -ms-flex-pack: end;
                  justify-content: flex-end;
                  font-size: 15px;
                  font-weight: bold;
                  -webkit-font-smoothing: antialiased; }
                .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block .price .amount {
                  font-family: Arial; }
              .main-content .search-result-block .search-result .card .card-body .item-content .item-description-block .set-discount {
                background-color: #FFA600;
                margin-left: auto;
                padding: 5px 5px;
                width: 82px;
                text-align: center;
                color: #fff;
                height: 26px;
                font-size: 11px;
                font-weight: bold; }
          .main-content .search-result-block .search-result .card .card-body .badge-and-tax-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .main-content .search-result-block .search-result .card .card-body .badge-and-tax-block .badge-block {
              width: calc(100% - 164px);
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              .main-content .search-result-block .search-result .card .card-body .badge-and-tax-block .badge-block .badge {
                display: block;
                border: 1px solid #D6D6D6;
                margin-right: 5px;
                width: 85px;
                line-height: 1;
                text-align: center;
                font-size: 11px;
                border-radius: 0px; }
                .main-content .search-result-block .search-result .card .card-body .badge-and-tax-block .badge-block .badge .badge-icon {
                  display: inline-block;
                  padding: 0 0 0 20px;
                  position: relative;
                  height: 26px;
                  line-height: 26px; }
                  .main-content .search-result-block .search-result .card .card-body .badge-and-tax-block .badge-block .badge .badge-icon:before {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translate(0%, -50%);
                    transform: translate(0%, -50%);
                    content: "";
                    display: block;
                    width: 15px;
                    height: 15px;
                    background: url(../_img/ico_eat.png) no-repeat 0 0;
                    background-size: 15px auto; }
            .main-content .search-result-block .search-result .card .card-body .badge-and-tax-block .tax-block {
              width: 144px;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              text-align: right; }
              .main-content .search-result-block .search-result .card .card-body .badge-and-tax-block .tax-block .tax {
                font-size: 13px; }
          .main-content .search-result-block .search-result .card .card-body .others-data {
            margin-top: 17px; }
          .main-content .search-result-block .search-result .card .card-body .user-rating .user-rating-star, .main-content .search-result-block .search-result .card .card-body .others-data .user-rating-star {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .main-content .search-result-block .search-result .card .card-body .user-rating .user-rating-star img, .main-content .search-result-block .search-result .card .card-body .others-data .user-rating-star img {
              cursor: pointer; }
          .main-content .search-result-block .search-result .card .card-body .rate-count {
            font-size: 13px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            border-radius: 0px;
            margin-left: 15px; }
          .main-content .search-result-block .search-result .card .card-body .rate-badge {
            margin-left: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .main-content .search-result-block .search-result .card .card-body .rate-badge .rate-ratio {
              font-size: 16px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              font-family: 'Arial'; }
            .main-content .search-result-block .search-result .card .card-body .rate-badge .badge-highlight {
              width: 85px;
              height: 20px;
              border-radius: 0px;
              background-color: #DDEBF2;
              color: #333333;
              font-size: 11px;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
          .main-content .search-result-block .search-result .card .card-body .others-title {
            color: #0B876D;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            font-size: 13px;
            margin-top: 5px; }
          .main-content .search-result-block .search-result .card .card-body .others-description {
            font-size: 12px;
            width: 55%;
            margin-left: 30px;
            margin-top: 5px; }
          .main-content .search-result-block .search-result .card .card-body .details-link {
            font-size: 12px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            text-align: center;
            height: 40px;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 6px; }
            .main-content .search-result-block .search-result .card .card-body .details-link img {
              width: 10px;
              height: 10px; }
    .main-content .search-result-block .search-result-content {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 25px;
      line-height: 1.9; }
  .main-content .hotels-round-taipei-block {
    width: 100%;
    padding: 25px 30px;
    margin-top: 55px; }
    .main-content .hotels-round-taipei-block .title {
      font-size: 20px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased; }
    .main-content .hotels-round-taipei-block .heading {
      padding: 10px 25px;
      background-color: #EDEDED;
      pointer-events: none;
      margin-top: 18px;
      margin-bottom: 17px; }
      .main-content .hotels-round-taipei-block .heading .title {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        line-height: inherit; }
    .main-content .hotels-round-taipei-block .descripion {
      margin-bottom: 42px;
      font-size: 13px;
      color: #333333; }
  .main-content .see-hotels-round-block {
    width: 100%;
    padding: 25px 30px;
    margin-top: 20px; }
    .main-content .see-hotels-round-block .see-hotels-around-sea-area .heading, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .heading,
    .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .heading, .main-content .see-hotels-round-block .see-hotels-other-cities .heading {
      background-color: white;
      pointer-events: none;
      margin-bottom: 27px; }
      .main-content .see-hotels-round-block .see-hotels-around-sea-area .heading .title, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .heading .title,
      .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .heading .title, .main-content .see-hotels-round-block .see-hotels-other-cities .heading .title {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        line-height: inherit; }
    .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists,
    .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists, .main-content .see-hotels-round-block .see-hotels-other-cities .lists {
      margin: 0;
      -webkit-padding-start: 0px;
      padding-inline-start: 0px;
      margin-bottom: 37px; }
      .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists li, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists li,
      .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists li, .main-content .see-hotels-round-block .see-hotels-other-cities .lists li {
        list-style: none;
        margin: 0;
        padding: 0 12px 0 12px;
        position: relative;
        display: inline;
        border-right: 1px solid #C6C6C6; }
        .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists li:first-child, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists li:first-child,
        .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists li:first-child, .main-content .see-hotels-round-block .see-hotels-other-cities .lists li:first-child {
          padding-left: 0; }
        .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists li:last-child, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists li:last-child,
        .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists li:last-child, .main-content .see-hotels-round-block .see-hotels-other-cities .lists li:last-child {
          padding-right: 0;
          border-right: 0; }
        .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists li a, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists li a,
        .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists li a, .main-content .see-hotels-round-block .see-hotels-other-cities .lists li a {
          font-size: 14px; }

.hotel-map-modal.show .modal-dialog {
  max-width: 100vw; }

.hotel-map-modal .modal-content {
  margin: 0vh 15vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }
  .hotel-map-modal .modal-content .iframe-div {
    position: absolute;
    height: 100%;
    width: calc(100% - 635px);
    right: 0; }
    .hotel-map-modal .modal-content .iframe-div.large-map {
      width: calc(100% - 275px); }
    .hotel-map-modal .modal-content .iframe-div.full-width-map {
      width: 100%; }
    .hotel-map-modal .modal-content .iframe-div iframe {
      width: 100%;
      height: 100%; }
      .hotel-map-modal .modal-content .iframe-div iframe .gm-style .place-card {
        display: none !important; }
  .hotel-map-modal .modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem 0; }
    .hotel-map-modal .modal-content .modal-header .close-mb {
      display: none; }
    .hotel-map-modal .modal-content .modal-header .close {
      float: right;
      color: #fff;
      text-shadow: none;
      opacity: 1;
      position: absolute;
      right: -46px;
      top: -2px;
      padding: 0;
      margin: 0; }
      .hotel-map-modal .modal-content .modal-header .close img {
        height: 20px; }
        @media only screen and (max-width: 600px) {
          .hotel-map-modal .modal-content .modal-header .close img {
            display: none; } }

.hotel-map-modal .modal-body {
  padding: 0 1px 0 0;
  height: 90vh; }
  .hotel-map-modal .modal-body .map-custom-btn {
    position: absolute;
    top: 93%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    border-radius: 5.5px;
    text-align: center;
    height: 40px; }
  .hotel-map-modal .modal-body .map-custom-btn-inactive {
    display: none;
    position: absolute;
    z-index: 4;
    top: 93%;
    left: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #eaeaea;
    color: #969696;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    height: 40px;
    width: 180px; }
  .hotel-map-modal .modal-body .map-filter-btn {
    display: none; }
  .hotel-map-modal .modal-body .map-modal-close {
    display: none; }
  .hotel-map-modal .modal-body .area-wise-search {
    display: none;
    position: absolute;
    padding: 10px;
    background: #f5f5f5;
    width: 30%; }
    .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        background: #fff;
        cursor: pointer; }
        .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 10px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .img-div img {
            width: 90px;
            height: 90px;
            -o-object-fit: cover;
            object-fit: cover; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div {
            width: 70%;
            float: right;
            margin-left: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-items: flex-end; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div span:nth-child(3) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div span:nth-child(4) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div span:nth-child(5) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div span:nth-child(6) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div span:nth-child(7) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div .item-title {
              color: #175784;
              font-size: 14px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div .item-location {
              font-size: 13px;
              color: #333;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div .item-location img {
                width: 15px;
                height: 23px; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div .user-ratings {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start; }
              .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div .user-ratings span {
                cursor: pointer; }
              .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div .user-ratings .evaluation-text {
                font-size: 11px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                padding-top: 3px; }
                .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div .user-ratings .evaluation-text p {
                  color: #777777; }
                .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .img-item-contents .text-div .user-ratings .evaluation-text span {
                  font-size: 11px;
                  font-weight: bold;
                  -webkit-font-smoothing: antialiased;
                  margin-left: 9px; }
        .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .separation-line {
          height: 1px;
          background: #e2e2e2;
          margin-left: 8px;
          margin-right: 8px; }
        .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .address-block p {
          padding: 10px;
          font-size: 13px; }
        .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block {
          padding: 7px 7px 0 7px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block .price-left-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block .price-left-right .price-label {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              justify-items: flex-start;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 10px;
              color: #333; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block .price-left-right .price-value {
              /*display: flex;
                justify-content: flex-end;*/
              font-size: 14px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              color: #333;
              font-family: Arial; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block .price-left-right .color-val {
              color: #da001d; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block .price-left-right .big-text {
              font-size: 14px;
              color: #333; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block .price-left-right .big-value {
              font-size: 22px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              font-family: Arial; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block .price-left-right .set-discount {
              display: block;
              width: 69px !important;
              height: 20px !important;
              background-color: #FFA600;
              margin: 0 0 5px auto;
              text-align: center;
              color: #fff;
              font-size: 11px;
              font-weight: bold;
              line-height: 20px; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .price-info-block .price-left-right .price-unit {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              color: #ffa500;
              font-size: 13px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              margin-right: auto;
              padding-left: 22px;
              font-family: Arial; }
        .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .action-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0 7px 7px 7px;
          margin-bottom: 5px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .action-block .action-label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: auto;
            font-size: 14px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            color: #cc0d21; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .action-block .action-favourite {
            padding-right: 10px; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .action-block .action-img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 30px;
            height: 30px;
            margin-top: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #fff;
            border: 1px solid #d5d5d5;
            border-radius: 6px; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .action-block .action-img img {
              height: 12px;
              width: 17px; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .action-block .action-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 30px;
            font-size: 12px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            margin-top: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 108px;
            border-radius: 6px; }
            .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .results-block .action-block .action-button img {
              height: 10px;
              margin-left: 10px; }
      .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .nearby-section {
        background: #fff;
        padding: 12px; }
        .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .nearby-section .nearby-title {
          font-size: 13px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          padding-bottom: 6px; }
        .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .nearby-section .nearby-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .nearby-section .nearby-items .left-align-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
          .hotel-map-modal .modal-body .area-wise-search .search-result-by-area-name .nearby-section .nearby-items .right-align-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
  .hotel-map-modal .modal-body .filter-search-div {
    position: absolute;
    height: 100%;
    padding: 10px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .hotel-map-modal .modal-body .filter-search-div .filter-layout {
      float: left;
      width: 275px;
      padding: 10px;
      height: 100%;
      overflow-y: scroll;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE 10+ */ }
      .hotel-map-modal .modal-body .filter-search-div .filter-layout::-webkit-scrollbar {
        /* WebKit */
        width: 0;
        height: 0; }
      .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options {
        background-color: #fff;
        padding: 10px 10px 0px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .search-label {
          font-size: 18px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          line-height: 2.5; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .search-label-accomodation {
          font-size: 18px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          line-height: 2.5; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .search-field-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 36px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .search-label-clear {
          font-size: 11px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .search-label-clear-pc {
          font-size: 11px;
          cursor: pointer; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options ::-webkit-input-placeholder {
          color: #777777;
          font-size: 13px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options ::-moz-placeholder {
          color: #777777;
          font-size: 13px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options :-ms-input-placeholder {
          color: #777777;
          font-size: 13px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options ::-ms-input-placeholder {
          color: #777777;
          font-size: 13px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options ::placeholder {
          color: #777777;
          font-size: 13px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options input[type='text'] {
          padding-left: 10px;
          border: 1px solid #989898;
          height: 40px;
          width: 80%; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options input[type='button'] {
          background-color: #125686;
          color: white;
          margin-left: 5px;
          border-radius: 6px !important;
          font-size: 14px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          border: 1px solid #e0dede; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options :focus {
          outline: 0; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .btn:hover, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .btn:active, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .btn:active:focus, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .btn:visited, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .btn:focus {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .custom-checkbox {
          margin-top: 3px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian {
          -webkit-transition: 1s ease-in-out;
          transition: 1s ease-in-out; }
          .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .accordian-heading {
            padding: 10px; }
          .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .accordian-title {
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            font-size: 15px;
            margin-left: 10px; }
          .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .accordian-icon {
            width: 14px;
            height: 14px;
            background-repeat: no-repeat;
            display: inline-block;
            background-position: 0px 10px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all ease-in 0.4s;
            transition: all ease-in 0.4s;
            cursor: pointer; }
            .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .accordian-icon.accordian-arrow-down {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
          .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-title.isClose {
            background: #D7D7D7; }
          .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-title {
            margin: 0px -10px;
            background: #fff;
            cursor: pointer; }
          .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body {
            margin-bottom: 10px;
            position: relative; }
            .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-checkbox-block {
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
            .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .toggle-block-section .see-more-block {
              text-align: right;
              cursor: pointer; }
              .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .toggle-block-section .see-more-block .see-more {
                color: #125687; }
            .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .toggle-block-section img {
              width: 14px;
              height: 14px;
              margin-right: 10px;
              cursor: pointer; }
            .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-bottom: 5px; }
              .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block label, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block label {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
              .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .rating, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .rating {
                margin-left: 8px; }
              .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .popular, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .price, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .room, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .hotel-type, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .dining, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .transfer, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .equipment-service, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .payment-method, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .nearby, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .popular {
                margin-right: 0px; }
              .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .popular-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .rate-count, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .price-amount, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .room-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .hotel-type-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .dining-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .transfer-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .equipment-service-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .payment-method-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .nearby-title, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .popular-title {
                font-size: 13px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
                border-radius: 0px;
                margin-left: 10px; }
              .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .rating-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .price-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .room-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .hotel-type-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .dining-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .transfer-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .equipment-service-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .payment-method-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .nearby-block .popular-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .rate-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .price-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .room-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .hotel-type-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .dining-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .transfer-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .equipment-service-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .payment-method-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .nearby-frequency, .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .accordian .panel-body .popular-block .popular-frequency {
                font-size: 12px; }
        .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .information-rule-section-content {
          font-size: 13px;
          color: #cc0d21;
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          padding: 20px 20px;
          background: #fff2d3;
          margin: -26px 0 26px; }
          .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .information-rule-section-content .warning {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
            .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .information-rule-section-content .warning p {
              padding-left: 14px; }
            .hotel-map-modal .modal-body .filter-search-div .filter-layout .search-filter-options .information-rule-section-content .warning img {
              height: 17px;
              margin-top: 5px;
              -o-object-fit: cover;
              object-fit: cover; }
    .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout {
      padding: 0 0 10px 10px;
      width: 340px;
      height: 100%;
      overflow-y: scroll;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE 10+ */ }
      .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout::-webkit-scrollbar {
        /* WebKit */
        width: 0;
        height: 0; }
      .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .border-for-feature-block {
        border: 1px solid #c91328; }
      .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .head-title {
        background-color: #cc0d21;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        justify-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .head-title h1 {
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          color: #fff;
          font-size: 14px;
          padding-left: 10px;
          padding-top: 10px; }
      .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        background: #fff;
        cursor: pointer; }
        .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 10px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .img-div img {
            width: 90px;
            height: 90px;
            -o-object-fit: cover;
            object-fit: cover; }
          .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div {
            width: 70%;
            float: right;
            margin-left: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-items: flex-end; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div span:nth-child(3) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div span:nth-child(4) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div span:nth-child(5) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div span:nth-child(6) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div span:nth-child(7) {
              cursor: pointer; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .item-title {
              color: #175784;
              font-size: 14px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; }
              .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .item-title p {
                line-height: 18px; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .item-location {
              font-size: 13px;
              color: #333;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .item-location img {
                width: 15px;
                height: 18px; }
              .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .item-location p {
                width: calc(100% - 25px); }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .user-ratings {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .user-ratings span {
                cursor: pointer; }
              .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .user-ratings .evaluation-text {
                font-size: 11px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                padding-left: 40px;
                padding-top: 3px; }
                .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .user-ratings .evaluation-text p {
                  color: #777777; }
                .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .img-item-contents .text-div .user-ratings .evaluation-text span {
                  font-size: 11px;
                  font-weight: bold;
                  -webkit-font-smoothing: antialiased; }
        .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block {
          padding: 0 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .price-left-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .price-left-right .price-label {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              justify-items: flex-start;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 10px;
              color: #333; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .price-left-right .price-value {
              /*display: flex;
                justify-content: flex-end;*/
              font-size: 14px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              color: #333;
              font-family: Arial; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .price-left-right .color-val {
              color: #da001d; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .price-left-right .big-text {
              font-size: 14px;
              color: #333; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .price-left-right .big-value {
              font-size: 22px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              font-family: Arial; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .price-left-right .set-discount {
              display: block;
              width: 69px !important;
              height: 20px !important;
              background-color: #FFA600;
              margin: 0 0 5px auto;
              text-align: center;
              color: #fff;
              font-size: 11px;
              font-weight: bold;
              line-height: 20px; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .price-left-right .price-unit {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              color: #ffa500;
              font-size: 13px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              font-family: Arial; }
          .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-info-block .for-set-sale {
            display: none; }
        .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .price-value-last {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding: 0 14px; }
        .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .action-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 7px 14px 10px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .action-block .action-label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: auto;
            font-size: 14px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            color: #cc0d21; }
          .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .action-block .action-img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 14px;
            width: 30px;
            height: 30px;
            margin-top: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #fff;
            border: 1px solid #d5d5d5;
            border-radius: 6px; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .action-block .action-img img {
              height: 12px;
              width: 17px; }
          .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .action-block .action-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 30px;
            font-size: 12px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            margin-top: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 140px;
            border-radius: 6px; }
            .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .results-block .action-block .action-button img {
              height: 10px;
              margin-left: 10px; }
      .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout .result-block-selected {
        background: #fae6e8; }
  .hotel-map-modal .modal-body .filter-search-div-mobile {
    display: none; }
  .hotel-map-modal .modal-body .search-filter {
    display: none; }

.map-tooltip.tooltip {
  left: -58px !important; }

.tooltip {
  left: -40px !important;
  top: -5px !important; }
  .tooltip .arrow {
    left: 145px !important; }

.tooltip-inner {
  color: white;
  background-color: rgba(20, 20, 20, 0.8);
  border: 1px solid #fff; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: rgba(20, 20, 20, 0.8);
  top: -1px; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: rgba(20, 20, 20, 0.8);
  top: 0px; }

.action-section {
  margin-top: 50px; }

.common-back-btn {
  height: 52px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #125687;
  border: 1px solid #D7D7D7;
  width: 220px;
  font-size: 15px !important;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px; }
  .common-back-btn img {
    margin-right: 10px;
    width: 10px;
    height: 10px; }

/*==================================================
         Media query for all iPad and tabs
         Screen 768px to 1279px
  ==================================================*/
@media only screen and (min-width: 601px) and (max-width: 1279px) {
  .main-content {
    margin-bottom: 0px; }
    .main-content .col-md-9 {
      max-width: 100% !important;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
    .main-content .col-md-3 {
      width: 100%; }
    .main-content .mobile.fade {
      display: none;
      position: fixed;
      background: #000;
      opacity: 0.5;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0px; }
    .main-content .mobile.increase-zindex {
      z-index: 8888; }
    .main-content .jtb-breadcrumb, .main-content .filter-search-bar, .main-content .search-filter, .main-content .search-result-summary-bottom,
    .main-content .others-data .others-title, .main-content .others-data .others-description, .main-content .rooms-counter, .main-content .discountprice, .main-content .search-filter-condition,
    .main-content .room-frequency,
    .main-content .tax-block .tax {
      display: none !important; }
    .main-content .filter-search-bar-block .mobile-footer-btn-block {
      display: none; }
    .main-content .mobile {
      display: block; }
    .main-content .flex-show {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .main-content .block-show {
      display: block !important; }
    .main-content .mobile-search-filter-condition {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background: #f5f5f5;
      padding: 25px 30px;
      margin: -10px -10px 10px -10px;
      height: 80px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main-content .mobile-search-filter-condition .search-label {
        font-size: 22px; }
      .main-content .mobile-search-filter-condition .search-label-clear {
        cursor: pointer; }
      .main-content .mobile-search-filter-condition img {
        width: 14px;
        height: 14px;
        margin-right: 5px; }
    .main-content .search-filter {
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 2;
      width: calc(100% - 80px);
      margin: 40px;
      background: white;
      height: calc(100% - 80px); }
      .main-content .search-filter.increase-zindex {
        z-index: 9999; }
      .main-content .search-filter .panel:last-child:last-child {
        padding-bottom: 45px; }
      .main-content .search-filter .search-filter-map, .main-content .search-filter .tourist-info {
        display: none; }
      .main-content .search-filter .search-filter-options {
        margin-top: 0px;
        padding: 10px 10px 0px;
        overflow-y: auto;
        height: calc(100% - 80px);
        width: 100%; }
        .main-content .search-filter .search-filter-options .information-rule-section-content {
          font-size: 20px;
          color: #cc0d21;
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          padding: 20px 20px;
          background: #fff2d3;
          margin-bottom: 14px;
          width: 100%; }
          .main-content .search-filter .search-filter-options .information-rule-section-content .warning {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .main-content .search-filter .search-filter-options .information-rule-section-content .warning span.ico-warning {
              width: 34px;
              height: 30px;
              background-repeat: no-repeat;
              background-position: center left;
              background-image: url(../_img/reservation/ico-warning.png); }
            .main-content .search-filter .search-filter-options .information-rule-section-content .warning p {
              padding-top: 12px; }
        .main-content .search-filter .search-filter-options .accordian .panel-title .accordian-heading {
          height: 90px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 25px 30px; }
          .main-content .search-filter .search-filter-options .accordian .panel-title .accordian-heading .accordian-title {
            font-size: 17px !important; }
        .main-content .search-filter .search-filter-options .accordian .panel-body {
          padding: 30px;
          font-size: 17px !important; }
          .main-content .search-filter .search-filter-options .accordian .panel-body span {
            font-size: 17px !important; }
          .main-content .search-filter .search-filter-options .accordian .panel-body .custom-checkbox {
            margin-top: 8px;
            width: 20px;
            height: 20px; }
        .main-content .search-filter .search-filter-options .search-label-accomodation {
          line-height: 1.7;
          display: none; }
        .main-content .search-filter .search-filter-options .search-field-block input[type="text"] {
          width: calc(100% - 140px) !important;
          height: 95px;
          font-size: 17px;
          margin: 0px 10px 0 30px; }
        .main-content .search-filter .search-filter-options .search-field-block input[type='button'] {
          width: 100px; }
        .main-content .search-filter .search-filter-options .panel-title {
          background-color: #F9E5E5; }
          .main-content .search-filter .search-filter-options .panel-title .accordian-heading {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            margin-bottom: 10px;
            border-top: 1px solid rgba(226, 226, 226, 0.5); }
          .main-content .search-filter .search-filter-options .panel-title.isClose {
            background-color: #fff;
            margin-bottom: -10px; }
        .main-content .search-filter .search-filter-options .mobile-footer-btn-block {
          position: fixed;
          bottom: 40px;
          z-index: 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: calc(100% - 80px);
          background-color: #F4F4F4;
          border-top: 1px solid #969696;
          padding: 55px;
          margin-left: -10px;
          height: 110px; }
          .main-content .search-filter .search-filter-options .mobile-footer-btn-block .apply-link, .main-content .search-filter .search-filter-options .mobile-footer-btn-block .map-apply-link {
            width: 48%;
            height: 65px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            font-size: 22px; }
          .main-content .search-filter .search-filter-options .mobile-footer-btn-block .clear-link {
            width: 48%;
            color: #0B5588;
            background-color: #fff;
            height: 65px;
            border: 1px solid #D4D4D4;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            font-size: 22px; }
    .main-content .search-result-summary span {
      display: block; }
    .main-content .search-result-summary .search-result-title {
      font-size: 20px !important; }
    .main-content .search-result-summary .search-result-title-content {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
      font-size: 17px !important;
      margin-bottom: 20px; }
    .main-content .mobile-filter-search-bar {
      height: 92px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 20px;
      padding: 0px 20px; }
      .main-content .mobile-filter-search-bar .mobile-filter-trigger {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .main-content .mobile-filter-search-bar .mobile-filter-trigger img {
          height: 25px;
          width: 25px; }
        .main-content .mobile-filter-search-bar .mobile-filter-trigger .action-icon {
          margin-left: auto;
          height: 7.5px !important;
          width: 15px;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transition: all ease-in 0.4s;
          transition: all ease-in 0.4s;
          cursor: pointer; }
          .main-content .mobile-filter-search-bar .mobile-filter-trigger .action-icon.rotate {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
        .main-content .mobile-filter-search-bar .mobile-filter-trigger p {
          font-size: 18px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          color: #333333;
          margin-bottom: 0;
          margin-left: 10px; }
    .main-content .mobile-filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .main-content .mobile-filters .mapping {
        margin-right: 0px !important; }
      .main-content .mobile-filters .sorting, .main-content .mobile-filters .filtering, .main-content .mobile-filters .mapping {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 100%;
        text-align: center; }
        .main-content .mobile-filters .sorting .sort-button, .main-content .mobile-filters .sorting .filter-button, .main-content .mobile-filters .sorting .map-button, .main-content .mobile-filters .filtering .sort-button, .main-content .mobile-filters .filtering .filter-button, .main-content .mobile-filters .filtering .map-button, .main-content .mobile-filters .mapping .sort-button, .main-content .mobile-filters .mapping .filter-button, .main-content .mobile-filters .mapping .map-button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #fff;
          width: 100%;
          height: 76px;
          position: relative;
          border: 1px solid #D5D5D5;
          margin: 0;
          font-size: 22px;
          color: #333333;
          border-radius: 4px;
          justify-content: center; }
          .main-content .mobile-filters .sorting .sort-button .sort-dropdown-option, .main-content .mobile-filters .sorting .filter-button .sort-dropdown-option, .main-content .mobile-filters .sorting .map-button .sort-dropdown-option, .main-content .mobile-filters .filtering .sort-button .sort-dropdown-option, .main-content .mobile-filters .filtering .filter-button .sort-dropdown-option, .main-content .mobile-filters .filtering .map-button .sort-dropdown-option, .main-content .mobile-filters .mapping .sort-button .sort-dropdown-option, .main-content .mobile-filters .mapping .filter-button .sort-dropdown-option, .main-content .mobile-filters .mapping .map-button .sort-dropdown-option {
            border: 0px;
            -webkit-appearance: none;
            color: #333333;
            background: transparent;
            height: 100%;
            opacity: 0;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%; }
          .main-content .mobile-filters .sorting .sort-button img, .main-content .mobile-filters .sorting .filter-button img, .main-content .mobile-filters .sorting .map-button img, .main-content .mobile-filters .filtering .sort-button img, .main-content .mobile-filters .filtering .filter-button img, .main-content .mobile-filters .filtering .map-button img, .main-content .mobile-filters .mapping .sort-button img, .main-content .mobile-filters .mapping .filter-button img, .main-content .mobile-filters .mapping .map-button img {
            width: 31px;
            height: 25px;
            margin-right: 5px;
            -o-object-fit: contain;
            object-fit: contain; }
    .main-content .search-result-block .card .card-header {
      height: 60px !important;
      font-size: 20px !important; }
    .main-content .search-result-block .card .card-body .card-body-content .item-image img {
      width: 254px;
      height: 173px; }
    .main-content .search-result-block .card .card-body .card-body-content .item-content .item-title-block .item-title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .main-content .search-result-block .card .card-body .card-body-content .item-content .item-title-block .item-description {
      margin-bottom: 15px;
      margin-top: 15px; }
    .main-content .search-result-block .card .card-body .card-body-content .item-content .item-title-block .item-title-content {
      width: 100% !important; }
      .main-content .search-result-block .card .card-body .card-body-content .item-content .item-title-block .item-title-content .item-description {
        font-size: 15px; }
    .main-content .search-result-block .card .card-body .card-body-content .item-content .item-title-block .favourite-block {
      display: none; }
    .main-content .search-result-block .card .card-body .card-body-content .item-content .geo-location-block .item-location {
      font-size: 12px;
      padding-top: 10px; }
    .main-content .search-result-block .card .card-body .card-body-content .item-content .geo-location-block > div:first-child {
      width: 100%; }
    .main-content .search-result-block .card .card-body .card-body-content .item-content .item-description-block .description-block {
      margin-top: 20px;
      width: 100% !important;
      font-size: 20px; }
    .main-content .search-result-block .card .card-body .card-body-content .item-content .item-description-block .price-range {
      display: none !important; }
    .main-content .search-result-block .card .card-body .badge-and-tax-block {
      margin-top: 20px; }
      .main-content .search-result-block .card .card-body .badge-and-tax-block .badge-block .badge {
        width: 144px !important;
        font-size: 17px !important;
        margin-left: 10px;
        margin-bottom: 10px; }
        .main-content .search-result-block .card .card-body .badge-and-tax-block .badge-block .badge .badge-icon {
          height: 44px !important;
          line-height: 44px !important;
          padding-left: 35px !important; }
          .main-content .search-result-block .card .card-body .badge-and-tax-block .badge-block .badge .badge-icon:before {
            width: 25px !important;
            height: 25px !important;
            background-size: 25px auto !important; }
      .main-content .search-result-block .card .card-body .badge-and-tax-block .tax-block {
        display: none; }
    .main-content .search-result-block .card .card-body .mobile .mobile-description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .main-content .search-result-block .card .card-body .mobile .mobile-description .item-description-full {
        display: none; }
    .main-content .search-result-block .card .card-body .mobile .mobile-badge-block {
      display: none; }
    .main-content .search-result-block .card .card-body .mobile .mobile-other-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 10px; }
      .main-content .search-result-block .card .card-body .mobile .mobile-other-info .rooms-counter {
        color: #CB0D21;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        font-size: 17px !important; }
      .main-content .search-result-block .card .card-body .mobile .mobile-other-info .discountprice {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        font-size: 12px !important;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        color: #333333;
        text-decoration: line-through; }
    .main-content .search-result-block .card .card-body .mobile .mobile-price-range {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .main-content .search-result-block .card .card-body .mobile .mobile-price-range .price {
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        font-size: 34px; }
        .main-content .search-result-block .card .card-body .mobile .mobile-price-range .price .currency {
          font-size: 13px;
          font-weight: normal; }
        .main-content .search-result-block .card .card-body .mobile .mobile-price-range .price .point {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          font-size: 21px;
          color: #FFA600;
          font-weight: bold;
          -webkit-font-smoothing: antialiased; }
        .main-content .search-result-block .card .card-body .mobile .mobile-price-range .price .set-discount {
          display: block;
          width: 69px !important;
          height: 28px !important;
          background-color: #FFA600;
          margin-left: auto;
          text-align: center;
          color: #fff;
          font-size: 13px;
          font-weight: bold;
          line-height: 28px; }
      .main-content .search-result-block .card .card-body .mobile .mobile-price-range .tax {
        font-size: 17px;
        -ms-flex-item-align: center;
        align-self: center;
        width: 50%; }
    .main-content .search-result-block .card .card-body .user-rating .user-rating-star {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 15px; }
      .main-content .search-result-block .card .card-body .user-rating .user-rating-star span img {
        width: 19px; }
      .main-content .search-result-block .card .card-body .user-rating .user-rating-star .rate-count {
        font-size: 17px; }
      .main-content .search-result-block .card .card-body .user-rating .user-rating-star .rate-badge .rate-ratio {
        font-size: 21px; }
      .main-content .search-result-block .card .card-body .user-rating .user-rating-star .rate-badge .badge-highlight {
        font-size: 13px;
        height: 28px; }
    .main-content .search-result-block .card .card-body .mobile-btn-block {
      margin-left: 0px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
      font-size: 16px !important; }
      .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option {
        width: 198px;
        background: #fff;
        border: 1px solid #D6D6D6;
        border-radius: 0.25rem;
        height: 45px;
        margin-right: 20px; }
        .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option.active {
          cursor: pointer;
          background-color: #ECECEC; }
          .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option.active .text {
            color: #CB0D21 !important; }
        .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option .text {
          color: #989898 !important;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          font-size: 12px; }
        .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option img {
          width: 16px;
          height: 13px; }
        .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option.active {
          background: #fff; }
        .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option .text.active {
          color: #CB0D21; }
      .main-content .search-result-block .card .card-body .mobile-btn-block .details-link {
        height: 45px;
        width: 198px; }
    .main-content .search-result-block .card .card-body .badge-and-tax-block .badge-block {
      width: 100% !important; }
    .main-content .search-result-block .search-result-content {
      font-size: 17px;
      margin-top: 25px; }
    .main-content .hotels-round-taipei-block {
      font-size: 17px; }
      .main-content .hotels-round-taipei-block .heading .title {
        font-size: 22px; }
      .main-content .hotels-round-taipei-block .title {
        font-size: 22px; }
    .main-content .see-hotels-round-block {
      font-size: 17px; }
      .main-content .see-hotels-round-block .see-hotels-around-sea-area .heading .title, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .heading .title,
      .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .heading .title, .main-content .see-hotels-round-block .see-hotels-other-cities .heading .title {
        font-size: 22px; }
    .main-content .action-section {
      margin-top: 50px;
      margin-bottom: 45px; }
      .main-content .action-section .common-back-btn {
        height: 45px; }
  #singlePageModal {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7); }
  .hotel-map-modal .is-ios * {
    cursor: pointer; }
  .hotel-map-modal.show .modal-dialog {
    margin: 0 0; }
    .hotel-map-modal.show .modal-dialog .modal-content {
      margin: 0 0; }
  .hotel-map-modal .modal-header {
    position: relative; }
    .hotel-map-modal .modal-header .close {
      display: none; }
    .hotel-map-modal .modal-header .close-mb {
      display: block !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-shadow: none;
      opacity: 1;
      position: absolute;
      width: 80px;
      height: 80px;
      background: white;
      z-index: 4;
      right: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: none; }
      .hotel-map-modal .modal-header .close-mb img {
        height: 16px;
        width: 16px; }
  .hotel-map-modal .modal-body {
    padding: 0 1px 0 0;
    height: 100vh; }
    .hotel-map-modal .modal-body .iframe-div {
      width: 100%;
      height: calc(100vh - 323px);
      position: fixed;
      -webkit-transition: all ease-in-out 1s;
      transition: all ease-in-out 1s; }
      .hotel-map-modal .modal-body .iframe-div.full-height {
        height: 100% !important; }
      .hotel-map-modal .modal-body .iframe-div.full-width-map {
        height: calc(100vh - 353px); }
      .hotel-map-modal .modal-body .iframe-div:before {
        position: absolute;
        content: "";
        background: #000;
        width: 100vw;
        height: 100vh;
        opacity: 0.8;
        display: none; }
    .hotel-map-modal .modal-body .area-wise-search {
      display: none !important; }
    .hotel-map-modal .modal-body .mobile .fade {
      display: none;
      position: fixed;
      background: #000;
      opacity: 0.5;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0; }
      .hotel-map-modal .modal-body .mobile .fade.increase-zindex {
        z-index: 8888; }
    .hotel-map-modal .modal-body .map-custom-btn {
      position: absolute;
      top: 93%;
      left: 70%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      font-size: 14px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      padding: 12px 24px;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
      height: 40px;
      width: 180px; }
    .hotel-map-modal .modal-body .map-custom-btn-inactive {
      display: none !important; }
    .hotel-map-modal .modal-body .map-custom-btn-inactive-res {
      position: absolute;
      top: -25%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      background-color: #eaeaea;
      color: #969696;
      font-size: 17px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      cursor: pointer;
      border-radius: 9px;
      text-align: center;
      height: 46px;
      width: 207px; }
    .hotel-map-modal .modal-body .map-custom-btn-active-res {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      background-color: #175784;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      cursor: pointer;
      border-radius: 9px;
      text-align: center;
      height: 46px;
      width: 208px; }
    .hotel-map-modal .modal-body .map-filter-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 20px;
      left: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      color: #333333;
      font-size: 22px;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
      height: 76px;
      width: 228px; }
      .hotel-map-modal .modal-body .map-filter-btn img {
        width: 31px;
        height: 25px;
        -o-object-fit: contain;
        object-fit: contain; }
      .hotel-map-modal .modal-body .map-filter-btn span {
        margin-left: 22px; }
    .hotel-map-modal .modal-body .map-modal-close {
      display: block;
      position: absolute;
      top: 20px;
      right: 10px;
      height: 70px;
      width: 70px;
      background: white; }
      .hotel-map-modal .modal-body .map-modal-close img {
        height: 24px;
        width: 24px;
        opacity: .6; }
    .hotel-map-modal .modal-body .filter-search-div {
      display: none; }
      .hotel-map-modal .modal-body .filter-search-div .filter-layout {
        display: none; }
      .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout {
        display: none; }
    .hotel-map-modal .modal-body .search-filter {
      z-index: 2;
      position: fixed;
      width: 100%; }
      .hotel-map-modal .modal-body .search-filter .panel:last-child:last-child {
        padding-bottom: 0; }
      .hotel-map-modal .modal-body .search-filter .search-filter-map, .hotel-map-modal .modal-body .search-filter .tourist-info {
        display: none; }
      .hotel-map-modal .modal-body .search-filter .mobile {
        display: block; }
      .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile {
        background-color: #fff;
        padding: 10px 10px 0;
        overflow-y: scroll;
        scroll-behavior: smooth;
        height: calc(100vh - 250px);
        width: calc(100% - 43px);
        margin: 43px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .form-group {
          margin-bottom: 0; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-label {
          margin-left: 10px;
          font-size: 22px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          line-height: 2.5; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-label-accomodation {
          margin-left: 10px;
          font-size: 22px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          line-height: 2.5; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-field-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 30px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding-left: 12px; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-field-block input[type="text"] {
            width: 95% !important;
            padding-left: 10px;
            border: 1px solid #989898;
            height: 35px;
            font-size: 17px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian-title {
          font-size: 17px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian-icon {
          width: 8px;
          height: 4px;
          background-repeat: no-repeat;
          display: inline-block;
          background-position: 0px 10px;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: all ease-in 0.4s;
          transition: all ease-in 0.4s;
          cursor: pointer; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian {
          -webkit-transition: 1s ease-in-out;
          transition: 1s ease-in-out; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .accordian-heading {
            padding: 10px; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .accordian-title {
            font-size: 17px;
            margin-left: 10px; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .accordian-icon {
            width: 14px;
            height: 14px;
            background-repeat: no-repeat;
            display: inline-block;
            background-position: 0px 10px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all ease-in 0.4s;
            transition: all ease-in 0.4s;
            cursor: pointer; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .accordian-icon.accordian-arrow-down {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-title.isClose {
            background: #fff;
            height: 90px; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-title {
            margin: 0px -10px;
            background: #F9E5E5;
            cursor: pointer; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body {
            margin-bottom: 10px;
            position: relative;
            padding: 0 10px; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-checkbox-block {
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .toggle-block-section .see-more-block {
              text-align: right; }
              .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .toggle-block-section .see-more-block .see-more {
                color: #125687; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .toggle-block-section img {
              width: 14px;
              height: 14px;
              margin-right: 10px;
              cursor: pointer; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-bottom: 5px; }
              .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block label {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
              .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .rating {
                margin-left: 8px; }
              .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .popular {
                margin-right: 0px; }
              .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .popular-title {
                font-size: 13px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
                border-radius: 0px;
                margin-left: 10px; }
              .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .popular-frequency {
                font-size: 12px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .panel-title {
          background-color: #F9E5E5; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .panel-title .accordian-heading {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            margin-bottom: 20px;
            border-top: 1px solid rgba(226, 226, 226, 0.5); }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .panel-title.isClose {
            background-color: #fff;
            margin-bottom: -10px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .mobile-footer-btn-block {
          position: fixed;
          width: calc(100% - 86px);
          margin: 0 44px;
          bottom: 44px;
          z-index: 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          background-color: #F4F4F4;
          border-top: 1px solid #969696;
          padding: 20px;
          left: 0; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .mobile-footer-btn-block .apply-link, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .mobile-footer-btn-block .map-apply-link {
            width: 48%;
            background-color: #0B5588;
            color: #fff;
            height: 65px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            font-size: 24px; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .mobile-footer-btn-block .clear-link {
            width: 48%;
            color: #0B5588;
            background-color: #fff;
            height: 65px;
            border: 1px solid #d4d4d4;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            font-size: 24px; }
      .hotel-map-modal .modal-body .search-filter .mobile-search-filter-condition {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #f5f5f5;
        margin: -10px -10px 10px -10px;
        padding: 5px 12px; }
        .hotel-map-modal .modal-body .search-filter .mobile-search-filter-condition img {
          width: 16px;
          height: 16px;
          margin-right: 5px;
          -o-object-fit: cover;
          object-fit: cover; }
    .hotel-map-modal .modal-body .filter-search-div-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      z-index: 5;
      position: fixed;
      bottom: 0;
      -webkit-transition: all ease-in-out 1s;
      transition: all ease-in-out 1s; }
      .hotel-map-modal .modal-body .filter-search-div-mobile.hide-div {
        bottom: -322px; }
      .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout {
        position: relative;
        z-index: 6;
        width: 100%;
        height: 100%; }
        .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .border-for-feature-block {
          border: 2px solid #c91328; }
        .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .head-title {
          background-color: #cc0d21;
          padding: 1px; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .head-title h1 {
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            color: #fff;
            font-size: 14px;
            padding: 5px; }
        .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative;
          z-index: 7; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 25px 26px 18px 20px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .img-div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .img-div img {
                width: 94px;
                height: 94px;
                -o-object-fit: cover;
                object-fit: cover; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              cursor: pointer;
              width: 75%; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .close {
                color: black;
                text-shadow: none;
                opacity: 4;
                position: absolute;
                cursor: pointer;
                padding: 0;
                margin: 0; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .close img {
                  height: 10px;
                  cursor: pointer; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-title {
                color: #175784;
                font-size: 20px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-title .title {
                  display: none; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-title .title-ipad {
                  display: block; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-title .cross-btn {
                  display: none; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-location {
                font-size: 12px;
                color: #333;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding-top: 13px; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-location img {
                  width: 14px;
                  height: 18px; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-location p {
                  width: calc(100% - 25px); }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .rating-div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .evaluation-text {
                font-size: 17px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                padding: 10px; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .evaluation-text p {
                  color: #777777; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .evaluation-text span {
                  font-size: 17px;
                  font-weight: bold;
                  -webkit-font-smoothing: antialiased;
                  padding-left: 10px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .price-fav-img-mb {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 35%;
                background: #fff;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                margin-left: auto; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .price-fav-img-mb img {
                  width: 26px;
                  height: 21px; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .price-fav-img-mb .action-img {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  width: 48px;
                  height: 48px;
                  margin-top: 0;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  background: #fff;
                  border: 1px solid #d5d5d5;
                  border-radius: 6px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .cross-btn-ipad {
              cursor: pointer;
              position: absolute;
              right: 30px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .cross-btn-ipad img {
                width: 20px;
                height: 20px;
                stroke-width: 2px; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block {
            padding: 0 26px 11px 27px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-label-mb {
              font-size: 17px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              width: 35%; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-value-mb {
              font-size: 23px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              width: 30%;
              -webkit-box-align: end;
              -ms-flex-align: end;
              align-items: flex-end; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-value-mb .value-color {
                color: #da001d; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-value-mb p:first-child {
                margin-left: 14px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-fav-img-mb {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 35%;
              background: #fff;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-fav-img-mb .action-img {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 48px;
                height: 48px;
                margin-top: 0;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: #fff;
                border: 1px solid #d5d5d5;
                border-radius: 6px; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-fav-img-mb .action-img img {
                  width: 26px;
                  height: 21px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .price-label {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                justify-items: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 10px;
                color: #333; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .price-value {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                font-size: 11px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                color: #333; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .color-val {
                color: #da001d;
                font-family: Arial; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .big-text {
                font-size: 14px;
                color: #333; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .big-value {
                font-size: 17px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .set-discount {
                display: block;
                width: 69px !important;
                height: 20px !important;
                background-color: #FFA600;
                margin: 0 0 5px auto;
                text-align: center;
                color: #fff;
                font-size: 11px;
                font-weight: bold;
                line-height: 20px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .price-unit {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                color: #ffa500;
                font-size: 13px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-value-last {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            font-size: 8px; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 26px 26px 27px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            line-height: 1.1; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-label {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              width: 35%; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-label span {
                margin-left: 33px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                color: #ffa500;
                font-size: 19px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-label .first-label {
                font-size: 21px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-label .second-label {
                font-size: 15px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                color: #c81328; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-value {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              width: 30%;
              -webkit-box-align: end;
              -ms-flex-align: end;
              align-items: flex-end; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-value p:first-child {
                font-size: 35px;
                font-weight: bold;
                color: #333;
                -webkit-font-smoothing: antialiased;
                margin-left: 3px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-value p:last-child {
                font-size: 15px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-value .set-discount {
                display: block;
                width: 69px !important;
                height: 20px !important;
                background-color: #FFA600;
                margin: 0 0 5px auto;
                text-align: center;
                color: #fff;
                font-size: 11px;
                font-weight: bold;
                line-height: 20px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-btn {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: end;
              -ms-flex-align: end;
              align-items: flex-end;
              width: 35%;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-btn span {
                position: absolute; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-btn .action-button {
                font-size: 16px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                border-radius: 6px;
                height: 47px;
                width: 158px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: center;
                justify-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 0;
                position: relative;
                text-align: center; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-btn .action-button span {
                  position: inherit; }
                .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-btn .action-button img {
                  height: 15px;
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  right: 15%; }
    .hotel-map-modal .modal-body .result-search-action {
      padding-bottom: 70px; }
  .map-tooltip.tooltip {
    left: -30px !important; }
    .map-tooltip.tooltip .arrow {
      left: 145px !important; } }

/*
  ##Device = Smart Phone (portrait)
  ##Screen = B/w screen to 600px
*/
@media screen and (max-width: 600px) {
  .main-content {
    margin-bottom: 45px; }
    .main-content .mobile.fade {
      display: none;
      position: fixed;
      background: #000;
      opacity: 0.5;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0px; }
      .main-content .mobile.fade.increase-zindex {
        z-index: 8888; }
    .main-content .information-rule-section-content .warning {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .main-content .information-rule-section-content .warning span.ico-warning {
        position: inherit !important; }
      .main-content .information-rule-section-content .warning p {
        padding-left: 0px !important; }
    .main-content .jtb-breadcrumb, .main-content .filter-search-bar, .main-content .search-filter, .main-content .search-result-summary-bottom, .main-content .item-description-block, .main-content .badge-block,
    .main-content .others-data .others-title, .main-content .others-data .others-description, .main-content .rooms-counter, .main-content .discountprice, .main-content .search-filter-condition,
    .main-content .equipment-service-frequency, .main-content .room-frequency,
    .main-content .tax-block .tax {
      display: none !important; }
    .main-content .filter-search-bar-block .mobile-footer-btn-block {
      display: none; }
    .main-content .mobile {
      display: block; }
    .main-content .flex-show {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .main-content .block-show {
      display: block !important; }
    .main-content .pc-filter-block {
      padding-left: 0px;
      padding-right: 0px; }
    .main-content .mobile-search-filter-condition {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background: #f5f5f5;
      padding: 5px 12px;
      margin: -10px -10px 10px -10px; }
      .main-content .mobile-search-filter-condition .search-label-clear {
        cursor: pointer; }
      .main-content .mobile-search-filter-condition img {
        width: 14px;
        height: 14px;
        margin-right: 5px; }
    .main-content .search-filter {
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 2;
      width: calc(100% - 30px);
      margin: 15px;
      background: white;
      height: calc(100% - 30px); }
      .main-content .search-filter.increase-zindex {
        z-index: 9999; }
      .main-content .search-filter .panel:last-child:last-child {
        padding-bottom: 45px; }
      .main-content .search-filter .search-filter-map, .main-content .search-filter .tourist-info {
        display: none; }
      .main-content .search-filter .search-filter-options {
        margin-top: 0px;
        padding: 10px 10px 0px;
        overflow-y: auto;
        height: calc(100% - 30px);
        width: 100%; }
        .main-content .search-filter .search-filter-options .information-rule-section-content {
          font-size: 15px;
          color: #cc0d21;
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          padding: 20px 20px;
          background: #fff2d3;
          margin-bottom: 14px;
          width: 100%; }
          .main-content .search-filter .search-filter-options .information-rule-section-content .warning {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .main-content .search-filter .search-filter-options .information-rule-section-content .warning span.ico-warning {
              width: 34px;
              height: 30px;
              background-repeat: no-repeat;
              background-position: center left;
              background-image: url(../_img/reservation/ico-warning.png); }
            .main-content .search-filter .search-filter-options .information-rule-section-content .warning p {
              padding-top: 12px; }
        .main-content .search-filter .search-filter-options .accordian .panel-body {
          padding: 0px 10px; }
        .main-content .search-filter .search-filter-options .search-label-accomodation {
          line-height: 1.7; }
        .main-content .search-filter .search-filter-options .search-field-block input[type="text"] {
          width: 95% !important; }
        .main-content .search-filter .search-filter-options .panel-title {
          background-color: #F9E5E5; }
          .main-content .search-filter .search-filter-options .panel-title .accordian-heading {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            margin-bottom: 10px;
            border-top: 1px solid rgba(226, 226, 226, 0.5); }
          .main-content .search-filter .search-filter-options .panel-title.isClose {
            background-color: #fff;
            margin-bottom: -10px; }
        .main-content .search-filter .search-filter-options .mobile-footer-btn-block {
          position: fixed;
          bottom: 15px;
          z-index: 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: calc(100% - 30px);
          background-color: #F4F4F4;
          border-top: 1px solid #969696;
          padding: 10px;
          margin-left: -10px; }
          .main-content .search-filter .search-filter-options .mobile-footer-btn-block .apply-link, .main-content .search-filter .search-filter-options .mobile-footer-btn-block .map-apply-link {
            width: 48%;
            height: 45px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            font-size: 12px; }
          .main-content .search-filter .search-filter-options .mobile-footer-btn-block .clear-link {
            width: 48%;
            color: #0B5588;
            background-color: #fff;
            height: 45px;
            border: 1px solid #D4D4D4;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            font-size: 12px; }
    .main-content .search-result-summary .search-result-title {
      font-size: 13px !important; }
    .main-content .search-result-summary .search-result-title-content {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
      font-size: 13px !important; }
    .main-content .mobile-filter-search-block {
      display: none;
      z-index: 2;
      position: fixed;
      width: calc(100% - 40px);
      background-color: #fff;
      padding: 10px 10px 0px;
      overflow-y: auto;
      height: calc(100vh - 40px);
      margin-top: -25px;
      margin-left: 10px;
      margin-right: auto; }
      .main-content .mobile-filter-search-block .mobile-footer-btn-block {
        position: fixed;
        bottom: 15px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 40px);
        background-color: #F4F4F4;
        border-top: 1px solid #969696;
        padding: 10px;
        margin-left: -10px; }
        .main-content .mobile-filter-search-block .mobile-footer-btn-block .apply-link, .main-content .mobile-filter-search-block .mobile-footer-btn-block .map-apply-link {
          width: 100%;
          height: 45px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          font-size: 12px;
          margin-left: 0px; }
      .main-content .mobile-filter-search-block .mobile-search-filter-condition {
        padding: 10px 12px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        font-size: 12px; }
      .main-content .mobile-filter-search-block .input-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 76px; }
        .main-content .mobile-filter-search-block .input-block input {
          height: 45px;
          width: 140px;
          background: #FFFFFF;
          border: 1px solid #969696; }
        .main-content .mobile-filter-search-block .input-block img {
          height: 17px; }
        .main-content .mobile-filter-search-block .input-block .icon-calender {
          margin-left: 20px;
          margin-right: 12px; }
        .main-content .mobile-filter-search-block .input-block .icon-wave {
          width: 14px;
          height: auto;
          margin: 0 10px; }
        .main-content .mobile-filter-search-block .input-block span {
          height: 40px;
          background-color: #E0E0E0;
          width: 1px;
          margin: 0 21px; }
        .main-content .mobile-filter-search-block .input-block .icon-person {
          margin-right: 12px; }
      .main-content .mobile-filter-search-block .btn {
        height: 45px;
        width: 120px;
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #707070;
        background: #CC0D21;
        border-radius: 6px;
        font-size: 16px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        color: #fff; }
        .main-content .mobile-filter-search-block .btn img {
          height: 12px;
          margin-right: 10px; }
    .main-content .mobile-filter-search-bar {
      height: 46px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 20px;
      padding: 0px 20px; }
      .main-content .mobile-filter-search-bar .mobile-filter-trigger {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .main-content .mobile-filter-search-bar .mobile-filter-trigger img {
          height: 14.5px; }
        .main-content .mobile-filter-search-bar .mobile-filter-trigger .action-icon {
          margin-left: auto;
          height: 7.5px !important;
          width: 15px;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transition: all ease-in 0.4s;
          transition: all ease-in 0.4s;
          cursor: pointer; }
          .main-content .mobile-filter-search-bar .mobile-filter-trigger .action-icon.rotate {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
        .main-content .mobile-filter-search-bar .mobile-filter-trigger p {
          font-size: 18px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          color: #333333;
          margin-bottom: 0;
          margin-left: 10px; }
    .main-content .mobile-filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .main-content .mobile-filters .sorting, .main-content .mobile-filters .filtering, .main-content .mobile-filters .mapping {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%; }
        .main-content .mobile-filters .sorting .sort-button, .main-content .mobile-filters .sorting .filter-button, .main-content .mobile-filters .sorting .map-button, .main-content .mobile-filters .filtering .sort-button, .main-content .mobile-filters .filtering .filter-button, .main-content .mobile-filters .filtering .map-button, .main-content .mobile-filters .mapping .sort-button, .main-content .mobile-filters .mapping .filter-button, .main-content .mobile-filters .mapping .map-button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          background-color: #fff;
          width: 95%;
          height: 44px;
          position: relative;
          border: 1px solid #D5D5D5;
          margin: 0;
          font-size: 12px;
          color: #333333;
          border-radius: 4px; }
          .main-content .mobile-filters .sorting .sort-button .sort-dropdown-option, .main-content .mobile-filters .sorting .filter-button .sort-dropdown-option, .main-content .mobile-filters .sorting .map-button .sort-dropdown-option, .main-content .mobile-filters .filtering .sort-button .sort-dropdown-option, .main-content .mobile-filters .filtering .filter-button .sort-dropdown-option, .main-content .mobile-filters .filtering .map-button .sort-dropdown-option, .main-content .mobile-filters .mapping .sort-button .sort-dropdown-option, .main-content .mobile-filters .mapping .filter-button .sort-dropdown-option, .main-content .mobile-filters .mapping .map-button .sort-dropdown-option {
            border: 0px;
            -webkit-appearance: none;
            color: #333333;
            background: transparent;
            height: 100%;
            opacity: 0;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%; }
          .main-content .mobile-filters .sorting .sort-button img, .main-content .mobile-filters .sorting .filter-button img, .main-content .mobile-filters .sorting .map-button img, .main-content .mobile-filters .filtering .sort-button img, .main-content .mobile-filters .filtering .filter-button img, .main-content .mobile-filters .filtering .map-button img, .main-content .mobile-filters .mapping .sort-button img, .main-content .mobile-filters .mapping .filter-button img, .main-content .mobile-filters .mapping .map-button img {
            width: 12px;
            height: 15px;
            margin-right: 5px;
            -o-object-fit: contain;
            object-fit: contain; }
    .main-content .search-result-block {
      padding-left: 5px; }
      .main-content .search-result-block .card {
        margin-top: 10px !important; }
        .main-content .search-result-block .card .card-header {
          font-size: 12px !important;
          height: 35px !important; }
        .main-content .search-result-block .card .card-body {
          padding: 10px; }
          .main-content .search-result-block .card .card-body .rate-badge {
            margin-left: auto !important; }
          .main-content .search-result-block .card .card-body .item-image img {
            width: 30vw !important;
            height: 75px !important; }
          .main-content .search-result-block .card .card-body .item-content {
            margin-left: 10px !important; }
            .main-content .search-result-block .card .card-body .item-content .item-title-block .item-title-content {
              width: 100% !important; }
            .main-content .search-result-block .card .card-body .item-content .item-title-block .favourite-block {
              display: none; }
            .main-content .search-result-block .card .card-body .item-content .item-title-block .item-title {
              font-size: 13px !important;
              line-height: 1.5; }
            .main-content .search-result-block .card .card-body .item-content .item-title-block .item-description {
              font-size: 11px !important;
              height: 20px !important; }
            .main-content .search-result-block .card .card-body .item-content .geo-location-block {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; }
              .main-content .search-result-block .card .card-body .item-content .geo-location-block .item-location {
                font-size: 11px !important;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical; }
                .main-content .search-result-block .card .card-body .item-content .geo-location-block .item-location img {
                  width: 15px;
                  height: 15px; }
              .main-content .search-result-block .card .card-body .item-content .geo-location-block > div:first-child {
                width: 100% !important; }
          .main-content .search-result-block .card .card-body .mobile .mobile-description {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .main-content .search-result-block .card .card-body .mobile .mobile-description .item-description-full {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              margin-top: 10px; }
          .main-content .search-result-block .card .card-body .mobile .mobile-other-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin-top: 10px; }
            .main-content .search-result-block .card .card-body .mobile .mobile-other-info .rooms-counter {
              color: #CB0D21;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              display: -webkit-box !important;
              display: -ms-flexbox !important;
              display: flex !important;
              font-size: 11px !important; }
            .main-content .search-result-block .card .card-body .mobile .mobile-other-info .discountprice {
              display: -webkit-box !important;
              display: -ms-flexbox !important;
              display: flex !important;
              font-size: 12px !important;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              color: #333333;
              text-decoration: line-through; }
          .main-content .search-result-block .card .card-body .mobile .mobile-price-range {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
            .main-content .search-result-block .card .card-body .mobile .mobile-price-range .price {
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              font-size: 21px; }
              .main-content .search-result-block .card .card-body .mobile .mobile-price-range .price .currency {
                font-size: 13px;
                font-weight: normal; }
              .main-content .search-result-block .card .card-body .mobile .mobile-price-range .price .point {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                font-size: 12px;
                color: #FFA600;
                font-weight: bold;
                -webkit-font-smoothing: antialiased; }
              .main-content .search-result-block .card .card-body .mobile .mobile-price-range .price .set-discount {
                display: block;
                width: 69px !important;
                height: 20px !important;
                background-color: #FFA600;
                margin-left: auto;
                text-align: center;
                color: #fff;
                font-size: 11px;
                font-weight: bold;
                line-height: 20px; }
            .main-content .search-result-block .card .card-body .mobile .mobile-price-range .tax {
              font-size: 12px;
              -ms-flex-item-align: center;
              align-self: center;
              width: 144px; }
          .main-content .search-result-block .card .card-body .mobile-btn-block {
            margin-left: 0px !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            font-size: 12px !important; }
            .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option {
              width: 48%;
              background: #fff;
              border: 1px solid #D6D6D6;
              border-radius: 0.25rem; }
              .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option.active {
                cursor: pointer;
                background-color: #ECECEC; }
                .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option.active .text {
                  color: #CB0D21 !important; }
              .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option .text {
                color: #989898 !important;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                font-size: 12px; }
              .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option img {
                width: 16px;
                height: 13px; }
              .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option.active {
                background: #fff; }
              .main-content .search-result-block .card .card-body .mobile-btn-block .favourite-option .text.active {
                color: #CB0D21; }
            .main-content .search-result-block .card .card-body .mobile-btn-block .details-link {
              width: 48%; }
          .main-content .search-result-block .card .card-body .user-rating {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 0px !important;
            margin-bottom: 10px; }
            .main-content .search-result-block .card .card-body .user-rating .user-rating-star {
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              width: 100%;
              margin-top: 10px; }
            .main-content .search-result-block .card .card-body .user-rating .badge-highlight {
              margin-left: auto !important;
              font-size: 10px !important; }
            .main-content .search-result-block .card .card-body .user-rating .rate-count {
              margin-left: auto;
              font-size: 12px !important; }
            .main-content .search-result-block .card .card-body .user-rating .rate-ratio {
              font-size: 14px !important; }
    .main-content .action-section {
      margin-top: 35px; }
      .main-content .action-section .common-back-btn {
        height: 45px; }
    .main-content .hotels-round-taipei-block {
      padding: 15px;
      margin-top: 30px; }
      .main-content .hotels-round-taipei-block .title {
        font-size: 15px; }
      .main-content .hotels-round-taipei-block .heading {
        padding: 10px 15px;
        background-color: #EDEDED;
        pointer-events: none;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-right: -15px;
        margin-left: -15px; }
        .main-content .hotels-round-taipei-block .heading .title {
          font-size: 14px;
          color: #333333;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          margin: 0;
          line-height: inherit; }
      .main-content .hotels-round-taipei-block .descripion {
        margin-bottom: 25px;
        font-size: 13px;
        color: #333333; }
    .main-content .see-hotels-round-block {
      width: 100%;
      padding: 15px;
      margin-top: 15px; }
      .main-content .see-hotels-round-block .see-hotels-around-sea-area .heading, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .heading,
      .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .heading, .main-content .see-hotels-round-block .see-hotels-other-cities .heading {
        background-color: white;
        pointer-events: none;
        margin-bottom: 10px; }
        .main-content .see-hotels-round-block .see-hotels-around-sea-area .heading .title, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .heading .title,
        .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .heading .title, .main-content .see-hotels-round-block .see-hotels-other-cities .heading .title {
          font-size: 14px;
          color: #333333;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          margin: 0;
          line-height: inherit; }
      .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists,
      .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists, .main-content .see-hotels-round-block .see-hotels-other-cities .lists {
        margin: 0;
        -webkit-padding-start: 0px;
        padding-inline-start: 0px;
        margin-bottom: 37px; }
        .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists li, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists li,
        .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists li, .main-content .see-hotels-round-block .see-hotels-other-cities .lists li {
          list-style: none;
          margin: 0;
          padding: 0 12px 0 12px;
          position: relative;
          display: inline;
          border-right: 1px solid #C6C6C6; }
          .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists li:first-child, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists li:first-child,
          .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists li:first-child, .main-content .see-hotels-round-block .see-hotels-other-cities .lists li:first-child {
            padding-left: 0; }
          .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists li:last-child, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists li:last-child,
          .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists li:last-child, .main-content .see-hotels-round-block .see-hotels-other-cities .lists li:last-child {
            padding-right: 0;
            border-right: 0; }
          .main-content .see-hotels-round-block .see-hotels-around-sea-area .lists li a, .main-content .see-hotels-round-block .see-hotels-around-station-and-airport .lists li a,
          .main-content .see-hotels-round-block .see-hotels-near-tourist-spot .lists li a, .main-content .see-hotels-round-block .see-hotels-other-cities .lists li a {
            font-size: 13px; }
  .hotel-map-modal.show .modal-dialog {
    margin: 0 0; }
  .hotel-map-modal .modal-header .close {
    display: none; }
  .hotel-map-modal .modal-header .close-mb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: white;
    z-index: 4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hotel-map-modal .modal-header .close-mb img {
      height: 8px; }
  .hotel-map-modal .modal-body .iframe-div {
    width: 100%;
    height: calc(100vh - 240px);
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s; }
    .hotel-map-modal .modal-body .iframe-div.full-height {
      height: 100% !important; }
    .hotel-map-modal .modal-body .iframe-div:before {
      position: absolute;
      content: "";
      background: #000;
      width: 100vw;
      height: 100vh;
      opacity: 0.8;
      display: none; }
  .hotel-map-modal .modal-body .area-wise-search {
    display: none !important; }
  .hotel-map-modal .modal-body .mobile .fade {
    display: none;
    position: fixed;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0; }
    .hotel-map-modal .modal-body .mobile .fade.increase-zindex {
      z-index: 8888; }
  .hotel-map-modal .modal-body .map-custom-btn {
    position: absolute;
    top: 93%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    height: 40px;
    width: 180px; }
  .hotel-map-modal .modal-body .map-custom-btn-inactive {
    display: none !important; }
  .hotel-map-modal .modal-body .map-custom-btn-inactive-res {
    position: absolute;
    top: -25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #eaeaea;
    color: #969696;
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    height: 30px;
    width: 143px; }
  .hotel-map-modal .modal-body .map-custom-btn-active-res {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #175784;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    height: 30px;
    width: 140px; }
  .hotel-map-modal .modal-body .map-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 20px;
    left: 10px;
    background-color: #fff;
    color: #969696;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    height: 40px;
    width: 92px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hotel-map-modal .modal-body .map-filter-btn img {
      width: 13px;
      height: 13px;
      -o-object-fit: contain;
      object-fit: contain; }
  .hotel-map-modal .modal-body .map-modal-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    height: 40px;
    width: 40px;
    background: white;
    border: 0;
    -webkit-box-shadow: 0px 0 9px 0px #c8c8c8;
    box-shadow: 0px 0 9px 0px #c8c8c8; }
    .hotel-map-modal .modal-body .map-modal-close img {
      height: 14px;
      width: 14px;
      opacity: .6; }
  .hotel-map-modal .modal-body .filter-search-div {
    display: none; }
    .hotel-map-modal .modal-body .filter-search-div .filter-layout {
      display: none; }
    .hotel-map-modal .modal-body .filter-search-div .search-result-card-layout {
      display: none; }
  .hotel-map-modal .modal-body .search-filter {
    z-index: 2;
    width: 100%;
    position: fixed;
    height: calc(100vh - 123px); }
    .hotel-map-modal .modal-body .search-filter .panel:last-child:last-child {
      padding-bottom: 0; }
    .hotel-map-modal .modal-body .search-filter .search-filter-map, .hotel-map-modal .modal-body .search-filter .tourist-info {
      display: none; }
    .hotel-map-modal .modal-body .search-filter .mobile {
      display: block; }
    .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile {
      background-color: #fff;
      padding: 10px 10px 0;
      overflow-y: auto;
      width: calc(100% - 16px);
      margin: 16px; }
      .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-label-accomodation {
        margin-left: 10px;
        font-size: 11px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        line-height: 2.5; }
      .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-field-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 10px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-field-block input[type="text"] {
          width: 95% !important;
          padding-left: 10px;
          border: 1px solid #989898;
          height: 35px;
          font-size: 12px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-field-block .information-rule-section-content {
          font-size: 13px;
          color: #cc0d21;
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          padding: 20px 20px;
          background: #fff2d3;
          margin-top: 14px;
          width: 100%; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-field-block .information-rule-section-content .warning {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-field-block .information-rule-section-content .warning span.ico-warning {
              width: 25px;
              height: 20px;
              background-repeat: no-repeat;
              background-position: center left;
              background-image: url(../_img/reservation/ico-warning.png); }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .search-field-block .information-rule-section-content .warning p {
              padding-top: 12px; }
      .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian-title {
        font-size: 12px; }
      .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian-icon {
        width: 8px;
        height: 4px;
        background-repeat: no-repeat;
        display: inline-block;
        background-position: 0px 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        cursor: pointer; }
      .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian {
        -webkit-transition: 1s ease-in-out;
        transition: 1s ease-in-out; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .accordian-heading {
          padding: 10px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .accordian-title {
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          font-size: 12px;
          margin-left: 10px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .accordian-icon {
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          display: inline-block;
          background-position: 0px 10px;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: all ease-in 0.4s;
          transition: all ease-in 0.4s;
          cursor: pointer; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .accordian-icon.accordian-arrow-down {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-title.isClose {
          background: #fff; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-title {
          margin: 0px -10px;
          background: #F9E5E5;
          cursor: pointer; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body {
          margin-bottom: 10px;
          position: relative;
          padding: 0 10px; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-checkbox-block {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .toggle-block-section .see-more-block {
            text-align: right; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .toggle-block-section .see-more-block .see-more {
              color: #125687; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .toggle-block-section img {
            width: 14px;
            height: 14px;
            margin-right: 10px;
            cursor: pointer; }
          .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 5px; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block label, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block label {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .rating, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .rating {
              margin-left: 8px; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .popular, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .price, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .room, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .hotel-type, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .dining, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .transfer, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .equipment-service, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .payment-method, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .nearby, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .popular {
              margin-right: 0px; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .popular-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .rate-count, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .price-amount, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .room-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .hotel-type-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .dining-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .transfer-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .equipment-service-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .payment-method-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .nearby-title, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .popular-title {
              font-size: 13px;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              text-align: center;
              border-radius: 0px;
              margin-left: 10px; }
            .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .rating-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .price-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .room-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .hotel-type-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .dining-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .transfer-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .equipment-service-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .payment-method-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .nearby-block .popular-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .rate-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .price-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .room-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .hotel-type-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .dining-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .transfer-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .equipment-service-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .payment-method-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .nearby-frequency, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .accordian .panel-body .popular-block .popular-frequency {
              font-size: 12px; }
      .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .panel-title {
        background-color: #F9E5E5; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .panel-title .accordian-heading {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          margin-bottom: 20px;
          border-top: 1px solid rgba(226, 226, 226, 0.5); }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .panel-title.isClose {
          background-color: #fff;
          margin-bottom: -10px; }
      .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .mobile-footer-btn-block {
        position: fixed;
        bottom: 20px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 32px);
        margin: 0 17px;
        height: 55px;
        background-color: #F4F4F4;
        padding: 10px;
        left: 0; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .mobile-footer-btn-block .apply-link, .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .mobile-footer-btn-block .map-apply-link {
          width: 48%;
          background-color: #0B5588;
          color: #fff;
          height: 35px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          font-size: 12px; }
        .hotel-map-modal .modal-body .search-filter .search-filter-options-mobile .mobile-footer-btn-block .clear-link {
          width: 48%;
          color: #0B5588;
          background-color: #fff;
          height: 35px;
          border: 1px solid #d4d4d4;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          font-size: 12px; }
    .hotel-map-modal .modal-body .search-filter .mobile-search-filter-condition {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background: #f5f5f5;
      margin: -10px -10px 10px -10px;
      padding: 5px 0; }
      .hotel-map-modal .modal-body .search-filter .mobile-search-filter-condition .search-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 19px;
        font-size: 12px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased; }
      .hotel-map-modal .modal-body .search-filter .mobile-search-filter-condition .align-self-center p {
        padding-right: 10px;
        margin-bottom: 8px; }
      .hotel-map-modal .modal-body .search-filter .mobile-search-filter-condition img {
        width: 8px;
        height: 8px; }
  .hotel-map-modal .modal-body .filter-search-div-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s; }
    .hotel-map-modal .modal-body .filter-search-div-mobile.hide-div {
      bottom: -240px; }
    .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout {
      width: 100%;
      height: 100%;
      overflow-y: scroll; }
      .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .border-for-feature-block {
        border: 2px solid #c91328; }
      .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .head-title {
        background-color: #cc0d21;
        padding: 1px; }
        .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .head-title h1 {
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          color: #fff;
          font-size: 14px;
          padding: 5px; }
      .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block {
        padding-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #fff;
        height: 240px; }
        .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 12px 12px 12px 10px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .img-div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-items: flex-end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .img-div img {
              width: 55px;
              height: 55px;
              -o-object-fit: cover;
              object-fit: cover; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-items: flex-end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            cursor: pointer;
            width: 77%; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .close {
              color: black;
              text-shadow: none;
              opacity: 4;
              position: absolute;
              cursor: pointer;
              padding: 0;
              margin: 0; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .close img {
                height: 10px;
                cursor: pointer; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-title {
              color: #175784;
              font-size: 12px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-title .title-ipad {
                display: none; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-title .title {
                display: block; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-title .cross-btn {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                justify-items: center;
                padding: 10px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-location {
              font-size: 12px;
              color: #333;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-location img {
                width: 10px;
                height: 15px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .item-location p {
                width: calc(100% - 25px); }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .rating-div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              line-height: 0; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .evaluation-text {
              font-size: 11px;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              padding: 10px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .evaluation-text span {
                font-size: 11px;
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                padding-left: 10px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .price-fav-img-mb {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              height: 25px;
              width: 30px;
              background: #fff;
              border: 1px solid #d5d5d5;
              border-radius: 5px;
              margin-left: auto; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .price-fav-img-mb img {
                width: 14px;
                height: 12px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .text-div .price-fav-img-mb .action-img {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 30px;
                height: 30px;
                margin-top: 0;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: #fff;
                border: 1px solid #d5d5d5;
                border-radius: 6px; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .img-item-contents .cross-btn-ipad {
            display: none; }
        .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block {
          padding: 0 12px 11px 12px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-label-mb {
            font-size: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-value-mb {
            font-size: 11px;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-value-mb .value-color {
              color: #da001d; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-value-mb p:first-child {
              margin-left: 8px; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-fav-img-mb {
            height: 25px;
            width: 30px;
            border-radius: 5px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-fav-img-mb .action-img {
              width: 30px;
              height: 30px;
              position: relative;
              margin-top: 0;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              background: #fff;
              border: 1px solid #d5d5d5;
              border-radius: 6px; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-fav-img-mb .action-img img {
                width: 14px;
                height: 12px;
                position: absolute;
                top: 8px;
                left: 8px; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .price-label {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              justify-items: flex-start;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 10px;
              color: #333; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .price-value {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              font-size: 11px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              color: #333; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .color-val {
              color: #da001d; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .big-text {
              font-size: 14px;
              color: #333; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .big-value {
              font-size: 17px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .set-discount {
              display: block;
              width: 69px !important;
              height: 20px !important;
              background-color: #FFA600;
              margin: 0 0 5px auto;
              text-align: center;
              color: #fff;
              font-size: 11px;
              font-weight: bold;
              line-height: 20px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-info-block .price-left-right .price-unit {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              color: #ffa500;
              font-size: 13px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased; }
        .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .price-value-last {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          font-size: 8px; }
        .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0 12px 11px 12px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-label {
            font-size: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-label span {
              margin-left: 25px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              color: #ffa500;
              font-size: 10px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-label .second-label {
              font-size: 10px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased;
              color: #c81328; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-value {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-right: 8px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-value p:first-child {
              font-size: 17px;
              font-weight: bold;
              color: #333;
              -webkit-font-smoothing: antialiased;
              margin-left: 3px;
              text-align: right; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-value p:last-child {
              font-size: 8px; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-value .set-discount {
              display: block;
              width: 69px !important;
              height: 20px !important;
              background-color: #FFA600;
              margin: 0 0 5px auto;
              text-align: center;
              color: #fff;
              font-size: 11px;
              font-weight: bold;
              line-height: 20px; }
          .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; }
            .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-btn .action-button {
              font-size: 10px;
              font-weight: bold;
              -webkit-font-smoothing: antialiased; }
              .hotel-map-modal .modal-body .filter-search-div-mobile .search-result-card-layout .results-block .action-block .action-btn .action-button img {
                height: 8px;
                padding-left: 7px; }
  .hotel-map-modal .modal-body .result-search-action {
    padding-bottom: 70px; }
  .hotel-map-modal .modal-content {
    height: 100vh !important;
    margin: 0vh 0vh; }
  .map-tooltip.tooltip {
    left: -7px !important; }
    .map-tooltip.tooltip .arrow {
      left: 165px !important; }
  .tooltip {
    left: 17px !important;
    top: -5px !important; }
    .tooltip .arrow {
      left: 31px !important; }
  .favorite-search-fix {
    z-index: 0 !important; }
  .mobile-badge-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mobile-badge-block .badge {
      position: relative;
      border: 1px solid #D6D6D6;
      color: #989898;
      margin: 5px 5px 0 0;
      width: 85px;
      font-size: 10px;
      border-radius: 0px; }
      .mobile-badge-block .badge .badge-icon {
        padding-left: 20px;
        position: relative;
        height: 25px;
        line-height: 25px; }
        .mobile-badge-block .badge .badge-icon:before {
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          background: url(../_img/ico_eat.png) no-repeat 0 0;
          background-size: 15px 15px; } }

/* add 20210527 */

.main-content .search-result-block {
  margin-top : 1px;
}

.main-content .search-result-block .search-result .search-result-summary {
  border-bottom : none;
}

.main-content .search-result-block .search-result .search-result-summary-bottom {
  background : rgb(255, 255, 255);
  margin-bottom : 16px;
  padding : 32px 16px;
  box-sizing: content-box;
  height: auto;
}

.search-result-title {
  font-size : 18px;
}

.search-result-title-content {
  font-size : 16px;
}

.text-sort {
  display : flex;
  line-height : 24px;
  font-size : 12px;
  font-weight : bold;
}

.text-sort span {
  font-size : 16px;
  font-weight : normal;
  padding: 0 1em;
  cursor: pointer
}

.text-sort span:hover {
  color : rgb(52, 152, 219);
}

.text-sort span.bold {
  font-weight : bold;
}

.text-sort.align-self-center span.bold {
  color : rgb(52, 152, 219);
}

.text-sort span.bold::after {
  content : "";
  display : block;
  height : 4px;
  background : linear-gradient(to right, rgb(52, 152, 219) 0%, rgb(82, 200, 255) 100%);
}

.text-sort .recHighOder {
  order : 1;
}

.text-sort .priceHighOder {
  order : 2;
}

.text-sort .priceLowOder {
  order : 3;
}

.text-sort .htlClsHighOder {
  order : 4;
}

.text-sort .priceHighOder, .text-sort .priceLowOder {
  padding : 0px 1em;
}

.text-sort .htlClsHighOder {
  padding-right : 0.5em;
}

.text-sort>* {
  position : relative;
  overflow-x : visible;
  overflow-y : visible;
}

.text-sort>::after {
  position : absolute;
  bottom : -6px;
  left : 0px;
  width : 100%;
}

/* IE11用cssハック */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .recHighOder{
    padding-right: 1em;
  }
}

/*=============================================

      google map custom info window design

===============================================*/
.gm-style-iw .gm-ui-hover-effect {
  display: none !important; }

.gm-style .gm-style-iw-t::after {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0 !important;
  background: transparent;
  border: 0;
  color: #fff; }

.gm-style .gm-style-iw-d {
  overflow: hidden !important; }

.gm-style .gm-style-iw {
  font-weight: 300;
  font-size: 10px;
  overflow: hidden;
  letter-spacing: 1px; }

.iw-container {
  border-radius: 0;
  padding: 6px 14px !important;
  background: #777777;
  border: 1px solid #fff;
  color: #fff; }
  .iw-container.iw-container-active {
    background: #CC0D21; }

/* テキスト 三点リーダー */
.content-txt-all {
  display: block;
  overflow: hidden; }
  .content-txt-all.line-1 {
    height: calc(1.7em * 1); }
  .content-txt-all.line-2 {
    height: calc(1.7em * 2); }
  .content-txt-all.line-3 {
    height: calc(1.7em * 3); }
  .content-txt-all.line-4 {
    height: calc(1.7em * 4); }

.item-description .content-txt-all.line-1 {
  height: calc(1.9em * 1); }

.height-reset {
  height: inherit !important; }
