  .reservation-calendar_custom .reservation-calendar_tabel td a span {
    top: 45%;
  /*  font-size: 9px; 
*/}
.section-reservation-page {
  padding-bottom: 50px;
  padding-top: 20px; }
  @media (max-width: 992px) {
    .section-reservation-page {
      padding-bottom: 40px; } }
  .section-reservation-page .sidebar {
    margin-right: 0; 
padding: 15px;
}
    .section-reservation-page .sidebar .check_availability_title {
      font-weight: 600 !important; }
      .section-reservation-page .sidebar .check_availability_title:before {
        content: "\f363" !important;
        font-family: "Ionicons";
        border-left: none !important; }
    .section-reservation-page .sidebar .check_availability-field label {
      font-weight: 600 !important; }
    .section-reservation-page .sidebar .check_availability_group .label-group {
      font-weight: 600 !important; }
    .section-reservation-page .sidebar .widget-title {
      font-weight: 600 !important; }

.reservation_step ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e4e4e4; }
  .reservation_step ul li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin: 0px 25px; }
    @media (max-width: 767px) {
      .reservation_step ul li {
        display: block;
        margin: 0; } }
    .reservation_step ul li:before {
      content: '';
      left: 0;
      right: 0;
      bottom: -1px;
      height: 2px;
      position: absolute;
      background-color: transparent;
      width: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .reservation_step ul li a {
      color: #333;
      display: block;
      padding: 15px 0;
      font-size: 14px; }
      .reservation_step ul li a span {
        font-weight: bold;
        font-size: 16px; }
    .reservation_step ul li.active:before, .reservation_step ul li:hover:before {
      background: #1A9BBC;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.reservation-date {
  margin-top: 30px;
  background: #f1f1f1; }
  .reservation-date ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 20px 20px; }
    .reservation-date ul li {
      color: #333;
      font-size: 12px;
      overflow: hidden;
      font-weight: 500;
      padding: 5px 0; }
      .reservation-date ul li span:last-child {
        float: right;
        font-weight: 600; }

.reservation-room-selected {
  background-color: #f1f1f1;
  margin-top: 45px; }
  .reservation-room-selected.selected-4 {
    margin-top: 30px; }
  .reservation-room-selected .reservation-room-seleted_item {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e4e4e4; }
    .reservation-room-selected .reservation-room-seleted_item:last-child {
      border-bottom-width: 0; }
    .reservation-room-selected .reservation-room-seleted_item h6 {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 20px 0 0;
      line-height: 1.428em; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-option {
      display: inline-block;
      font-size: 12px;
      font-weight: 400; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name {
      overflow: hidden;
      margin-top: 10px; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        margin-right: 80px;
        float: left;
        margin: 0; }
        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 a {
          color: #1A9BBC; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name .reservation-amout {
        float: right;
        font-weight: bold;
        font-size: 14px; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name.has-package h2 {
        font-size: 16px; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_change {
      color: #898989;
      font-size: 12px;
      font-style: italic;
      text-decoration: underline;
      display: inline-block;
      margin-top: 7px; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package {
      border-top: 1px solid #e4e4e4;
      margin-top: 15px;
      padding-top: 5px; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 2px;
        margin-top: 5px; }
        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul li {
          color: #333;
          font-size: 12px;
          overflow: hidden;
          font-weight: 400;
          padding: 5px 0; }
          .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul li span:last-child {
            float: right;
            font-weight: 600;
            text-transform: uppercase; }
        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul + ul {
          border-top: 1px solid #e4e4e4;
          padding-top: 8px;
          border-bottom: 1px solid #e4e4e4;
          padding-bottom: 8px; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_total-room {
      color: #333;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      padding-top: 15px;
      padding-bottom: 10px; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_total-room .reservation-amout {
        float: right;
        color: #1A9BBC; }
    .reservation-room-selected .reservation-room-seleted_item.reservation_disable {
      background-color: #f1f1f1; }
      .reservation-room-selected .reservation-room-seleted_item.reservation_disable h6 {
        opacity: 0.4;
        font-size: 12px; }
      .reservation-room-selected .reservation-room-seleted_item.reservation_disable span {
        opacity: 0.3; }
  .reservation-room-selected .reservation-room-seleted_current {
    overflow: hidden;
    color: #fff;
    padding: 15px 20px 13px 40px;
    background: #1A9BBC; }
    .reservation-room-selected .reservation-room-seleted_current h6 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.428em;
      position: relative;
      color: #fff; }
      .reservation-room-selected .reservation-room-seleted_current h6:before {
        content: '\f0da';
        font-family: 'FontAwesome';
        left: -20px;
        position: absolute;
        font-size: 12px;
        font-weight: normal; }
    .reservation-room-selected .reservation-room-seleted_current span {
      font-size: 13px;
      font-weight: 400; }
    .reservation-room-selected .reservation-room-seleted_current.reservation-bg_blue {
      color: #fff; }
  .reservation-room-selected .reservation-room-seleted_total {
    padding: 20px 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    background: #1A9BBC;
    color: #FFF; }
    .reservation-room-selected .reservation-room-seleted_total label {
      font-weight: 600;
      text-transform: uppercase;
      margin: 0; }
    .reservation-room-selected .reservation-room-seleted_total .reservation-total {
      font-size: 16px;
      font-weight: 600;
      float: right; }

.reservation-sidebar {
  padding-top: 10px; }

.reservation-heading {
  font-size: 16px;
  color: #333333;
  margin-top: 0px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0; }

.reservation-sidebar_availability {
  padding: 0 20px 20px 20px;
  margin-top: 30px; }
  .reservation-sidebar_availability .reservation-heading {
    margin-left: -20px;
    margin-right: -20px; }
  .reservation-sidebar_availability .check_availability_title {
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
  .reservation-sidebar_availability .check_availability-field {
    margin-top: 15px; }
    .reservation-sidebar_availability .check_availability-field label {
      display: block;
      font-size: 12px;
      margin-bottom: 7px;
      text-transform: uppercase; }
    .reservation-sidebar_availability .check_availability-field .awe-calendar-wrapper {
      width: 100%; }
      .reservation-sidebar_availability .check_availability-field .awe-calendar-wrapper .awe-calendar {
        background-color: #fff;
        border-width: 0;
        height: 30px;
        line-height: 30px;
        color: #898989;
        font-weight: 500; }
    .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select {
      width: 100%; }
      .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle {
        background-color: #fff;
        height: 30px;
        border-width: 0;
        line-height: 30px; }
        .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option,
        .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
          color: #898989;
          font-weight: 500; }
      .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
        padding: 7px 10px; }
  .reservation-sidebar_availability .check_availability_group {
    padding-left: 70px;
    position: relative; }
    .reservation-sidebar_availability .check_availability_group:after {
      display: table;
      content: '';
      clear: both; }
    .reservation-sidebar_availability .check_availability_group .label-group {
      position: absolute;
      left: 0;
      bottom: 5px;
      font-weight: bold;
      font-size: 12px;
      text-transform: uppercase; }
    .reservation-sidebar_availability .check_availability_group .check_availability-field_group {
      margin-left: -4px;
      margin-right: -4px; }
    .reservation-sidebar_availability .check_availability_group .check_availability-field {
      width: 50%;
      padding-left: 4px;
      padding-right: 4px;
      float: left; }

.reservation_content {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px; }
  @media (max-width: 991px) {
    .reservation_content {
      margin-left: 0; } }
 .bg-gray {
    background: #f1f1f1; }
  .reservation_content:before, .reservation_content:after {
    content: '';
    display: table;
    clear: both; }

.reservation-calendar_custom .reservation-calendar_title {
  text-align: center;
  color: #333333;
  font-size: 16px;
 /*    line-height: 20px;
 text-transform: uppercase;*/
  font-weight: 600;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 1px solid #e4e4e4; }
  .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner {
color: #000000;
font-size: 36px;
font-weight: 900;
margin-left: 10px;      
      margin-right: 10px;      
 /*    display: block;
    text-align: center;
   position: absolute;
    top: -20%;*/ }
    .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner:hover {
      color: #333333; }
    .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner.reservation-calendar_prev {
      left: 0; }
    .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner.reservation-calendar_next {
      right: 0; }
.reservation-calendar_custom .reservation-calendar_tabel {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  table-layout: fixed;
  margin-top: 15px;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #333333;
}
  .reservation-calendar_custom .reservation-calendar_tabel th {
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .reservation-calendar_custom .reservation-calendar_tabel td {
    background-color: #fff;
    background-clip: content-box;
    padding: 3px; }
    .reservation-calendar_custom .reservation-calendar_tabel td.active {
      background-color: #1A9BBC; }
      .reservation-calendar_custom .reservation-calendar_tabel td.active a small,
      .reservation-calendar_custom .reservation-calendar_tabel td.active a span {
        color: #FFF; }
    .reservation-calendar_custom .reservation-calendar_tabel td a {
      position: relative;
      display: block;
      padding-top: 90%;
      font-size: 12px;
      border: 2px solid transparent; }
      .reservation-calendar_custom .reservation-calendar_tabel td a:hover {
        border: 2px solid #1A9BBC; }
      .reservation-calendar_custom .reservation-calendar_tabel td a:before {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        content: '';
        border: 2px solid transparent;
        position: absolute; }
      .reservation-calendar_custom .reservation-calendar_tabel td a small {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 12px;
        font-family: 'Hind', sans-serif;
        color: #333333;
        font-weight: 500; }
      .reservation-calendar_custom .reservation-calendar_tabel td a span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: 'Hind', sans-serif;
        color: #333333;
        font-weight: 500;
        -webkit-transform: translate(-50%, 3px);
        -moz-transform: translate(-50%, 3px);
        -ms-transform: translate(-50%, 3px);
        -o-transform: translate(-50%, 3px); }
        @media (max-width: 480px) {
          .reservation-calendar_custom .reservation-calendar_tabel td a span {
            font-size: 8px; } }
    .reservation-calendar_custom .reservation-calendar_tabel td.current-select a {
      color: #fff; }

.reservation-room .reservation-room_item {
  margin-top: 45px;
padding: 15px;}
  .reservation-room .reservation-room_item:first-child {
    margin-top: 0; }

.reservation-room_item {
  overflow: hidden; }
  .reservation-room_item .reservation-room_name {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 26px; }
    @media (max-width: 767px) {
      .reservation-room_item .reservation-room_name {
        font-size: 20px; } }
    .reservation-room_item .reservation-room_name a {
      color: #333; }
      .reservation-room_item .reservation-room_name a:hover {
        color: #1A9BBC; }
  .reservation-room_item .reservation-room_img {
    float: left;
    margin-right: 30px;
    width: 370px;
    margin-top: 25px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .reservation-room_item .reservation-room_img {
        float: none;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .reservation-room_item .reservation-room_img {
        float: none;
        width: 100%; } }
    @media (max-width: 767px) {
      .reservation-room_item .reservation-room_img {
        float: none;
        width: 100%; } }
    .reservation-room_item .reservation-room_img img {
      width: 100%; }
  .reservation-room_item .reservation-room_text {
    overflow: hidden;
    margin-top: 25px; }
    .reservation-room_item .reservation-room_text .reservation-room_desc {
      color: #333333; }
      .reservation-room_item .reservation-room_text .reservation-room_desc p {
        margin-bottom: 0;
        font-size: 14px; }
      .reservation-room_item .reservation-room_text .reservation-room_desc ul {
        padding-left: 18px;
        margin-bottom: 0;
        margin-top: 15px; }
        .reservation-room_item .reservation-room_text .reservation-room_desc ul li {
          padding: 3px 0;
          font-size: 14px;
          padding-left: 8px; }
    .reservation-room_item .reservation-room_text .reservation-room_view-more {
      display: inline-block;
      clear: both;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 300;
      margin-bottom: 25px;
      text-decoration: underline;
      color: #333;
      font-style: italic; }
      .reservation-room_item .reservation-room_text .reservation-room_view-more:hover {
        color: #1A9BBC; }
    .reservation-room_item .reservation-room_text .reservation-room_price {
      display: inline-block;
      vertical-align: middle;
      color: #898989;
      font-size: 14px;
      margin: 0;
      line-height: 1; }
      .reservation-room_item .reservation-room_text .reservation-room_price .reservation-room_amout {
        font-weight: bold;
        color: #333333;
        font-size: 30px; }
    .reservation-room_item .reservation-room_text .btn {
      margin-left: 35px;
      height: 35px;
      width: 124px;
      font-weight: 700;
      color: #333;
      background: transparent;
      border: 2px solid #333;
      line-height: 20px; }
      .reservation-room_item .reservation-room_text .btn:hover {
        background: #1A9BBC;
        border: 2px solid #1A9BBC;
        color: white; }
  .reservation-room_item .reservation-room_package {
    clear: both;
    margin-top: 30px; }
    .reservation-room_item .reservation-room_package .reservation-room_package-more {
      display: block;
      color: #333333;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 15px 30px;
      background-color: #f1f1f1; }
      .reservation-room_item .reservation-room_package .reservation-room_package-more:after {
        content: '\f067';
        font-family: 'FontAwesome';
        float: right;
        font-size: 12px; }
      .reservation-room_item .reservation-room_package .reservation-room_package-more[aria-expanded="true"]:after {
        content: '\f068'; }

.reservation-package_item {
  overflow: hidden;
  padding: 20px 30px;
  background-color: #fbfbfb; }
  .reservation-package_item .reservation-package_img {
    float: left;
    width: 100px;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .reservation-package_item .reservation-package_img {
        float: none;
        width: 100%; } }
    .reservation-package_item .reservation-package_img img {
      width: 100%; }
  .reservation-package_item .reservation-package_text {
    overflow: hidden;
    padding-right: 130px;
    position: relative;
    min-height: 72px; }
    @media (max-width: 480px) {
      .reservation-package_item .reservation-package_text {
        padding-right: 0;
        margin-top: 15px; } }
    .reservation-package_item .reservation-package_text h4 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      margin: 0; }
      .reservation-package_item .reservation-package_text h4 a {
        color: #333; }
        .reservation-package_item .reservation-package_text h4 a:hover {
          color: #1A9BBC; }
    .reservation-package_item .reservation-package_text p {
      color: #898989;
      font-size: 12px;
      margin-bottom: 0;
      margin-top: 10px; }
    .reservation-package_item .reservation-package_text .reservation-package_book-price {
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 480px) {
        .reservation-package_item .reservation-package_text .reservation-package_book-price {
          position: initial;
          margin-top: 10px; }
          .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price {
            float: right; } }
      .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price {
        color: #333333;
        text-align: right; }
        .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price .amout {
          font-weight: bold;
          font-size: 20px;
          line-height: 1; }
      .reservation-package_item .reservation-package_text .reservation-package_book-price .btn {
        padding: 5px 10px;
        min-width: inherit;
        font-size: 10px;
        margin-top: 5px;
        color: #333;
        font-weight: 700;
        background: transparent;
        border: 2px solid #333;
        height: 30px;
        line-height: 15px;
        width: 100px; }
        .reservation-package_item .reservation-package_text .reservation-package_book-price .btn:hover {
          color: #FFF;
          background: #1A9BBC;
          border: 2px solid #1A9BBC; }
  .reservation-package_item:hover, .reservation-package_item.current-select {
    background-color: #f1f1f1; }

.reservation-chosen-message {
  background-color: #f1f1f1;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 80px; }
  @media (max-width: 767px) {
    .reservation-chosen-message {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 45px; } }
  .reservation-chosen-message h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    color: #333; }
  .reservation-chosen-message p {
    color: #898989;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0; }
  .reservation-chosen-message .btn {
    width: 150px;
    color: #fff;
    padding: 10px;
    height: 40px;
    margin-top: 30px;
    line-height: 17px; }

.reservation-billing-detail {
  max-width: 570px; }
  @media (max-width: 1200px) {
    .reservation-billing-detail {
      max-width: 100%; } }
  .reservation-billing-detail .reservation-login {
    margin-bottom: 0;
    color: #898989; }
    .reservation-billing-detail .reservation-login a {
      font-weight: 600;
      color: #232323;
      font-family: "Poppins", sans-serif; }
      .reservation-billing-detail .reservation-login a:hover {
        color: #1A9BBC; }
  .reservation-billing-detail h4 {
    color: #000;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 30px; }
    @media (max-width: 480px) {
      .reservation-billing-detail h4 {
        font-size: 24px; } }
  .reservation-billing-detail label {
    color: #232323;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px; }
    .reservation-billing-detail label sup {
      color: #ff0000;
      font-size: 13px;
      line-height: 0px;
      top: 0px;
      left: 4px; }
    .reservation-billing-detail label.label-radio .input-radio {
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
  .reservation-billing-detail .bootstrap-select.awe-select.btn-group {
    width: 100%; }
    .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn {
      border: 2px solid #e4e4e4;
      font-weight: 400;
      height: 43px;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0px 20px;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none;
      font-size: 14px; }
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn:hover, .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn:focus {
        background-color: transparent;
        outline: none !important; }
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn .filter-option,
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn .caret {
        color: #333; }
    .reservation-billing-detail .bootstrap-select.awe-select.btn-group .dropdown-menu {
      -webkit-border-radius: 0;
      border-radius: 0; }
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .dropdown-menu li.selected a {
        background-color: #1A9BBC;
        color: #FFF; }
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .dropdown-menu li a {
        padding: 7px 20px; }
        .reservation-billing-detail .bootstrap-select.awe-select.btn-group .dropdown-menu li a:hover {
          background: #1A9BBC;
          color: #FFF; }
  .reservation-billing-detail .input-text,
  .reservation-billing-detail .input-textarea {
    border: 2px solid #e4e4e4;
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    height: 43px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px; }
    .reservation-billing-detail .input-text::placeholder,
    .reservation-billing-detail .input-textarea::placeholder {
      color: #333; }
  .reservation-billing-detail .input-textarea {
    height: 85px; }
  .reservation-billing-detail .reservation-code {
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 20px;
    margin-top: 35px; }
    .reservation-billing-detail .reservation-code a {
      color: #fff;
      font-weight: 600; }
      .reservation-billing-detail .reservation-code a:hover {
        color: #1A9BBC; }
  .reservation-billing-detail .option-bank {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px; }
    .reservation-billing-detail .option-bank li {
      position: relative;
      padding-left: 30px;
      margin-top: 25px; }
      .reservation-billing-detail .option-bank li a {
        padding-right: 6px;
        display: inline-block; }
        @media (max-width: 580px) {
          .reservation-billing-detail .option-bank li a img {
            max-width: 33px; } }
      .reservation-billing-detail .option-bank li .label-radio {
        font-size: 14px;
        margin: 0 40px 0 0;
        display: inline-block; }
        @media (max-width: 580px) {
          .reservation-billing-detail .option-bank li .label-radio {
            display: block; } }
        .reservation-billing-detail .option-bank li .label-radio .input-radio {
          position: absolute;
          top: 4px;
          left: 0; }
      .reservation-billing-detail .option-bank li p {
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 5px; }
      .reservation-billing-detail .option-bank li:last-child .label-radio .input-radio {
        top: 7px; }
  .reservation-billing-detail .btn4 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 40px;
    width: 170px;
    height: 48px; }
    .reservation-billing-detail .btn4:hover {
      border: 2px solid #1A9BBC; }
/* 2.4.27 DATEPICKER */
.datepicker.dropdown-menu {
  font-family: "Poppins", sans-serif !important;
  z-index: 99 !important;
  min-width: 239px !important;
  border: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
    background-color: #AB4212 !important;
}
  .datepicker.dropdown-menu td {
    border: 1px solid transparent !important;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .datepicker.dropdown-menu td.day {
      padding: 5px 10px; 
background-color: #ffffff;}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  border: 1px solid #1A9BBC !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent; }

.datepicker table tr td.active.active {
  background: #1A9BBC !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid transparent !important; }

.datepicker {
  padding: 0 !important; }

.table-condensed {
  border-collapse: initial;
  border-spacing: 0px; }
  .table-condensed .today {
    background-color: #AB4212 !important;
    background-image: none !important;
    color: white !important; }
    .table-condensed .today:hover {
      background-color: #AB4212 !important;
      color: white !important; }
  .table-condensed thead tr .prev,
  .table-condensed thead tr .datepicker-switch,
  .table-condensed thead tr .next {
    background: #AB4212 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #FFF;
    padding: 10px 0px; }
  .table-condensed thead tr .prev,
  .table-condensed thead tr .next {
    font-size: 0; }
  .table-condensed thead tr .datepicker-switch {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    vertical-align: middle; }
  .table-condensed thead tr .prev:before {
    content: "\f3d5";
    display: inline-block;
    font-family: Ionicons;
    font-size: 20px;
    vertical-align: middle; }
  .table-condensed thead tr .next:before {
    content: "\f3d6";
    display: inline-block;
    font-family: Ionicons;
    font-size: 20px;
    vertical-align: middle; }
  .table-condensed thead tr .dow {
    background: #DCAC5E;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 6px 0px;
    text-transform: uppercase;
    font-size: 12px; }
.awe-select {
    text-align: center;
        width: 100%;
    background-color: #fff;
    height: 30px;
    border-width: 0;
    line-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.sidebar .widget.widget_check_availability .check_availability .btn-room {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    background: #1A9BBC;
    height: 40px;
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}

.section-reservation-page {
  padding-bottom: 50px;
  padding-top: 20px; }
  @media (max-width: 992px) {
    .section-reservation-page {
      padding-bottom: 40px; } }
  .section-reservation-page .sidebar {
    margin-right: 0; }
    .section-reservation-page .sidebar .check_availability_title {
      font-weight: 600 !important; }
      .section-reservation-page .sidebar .check_availability_title:before {
        content: "\f363" !important;
        font-family: "Ionicons";
        border-left: none !important; }
    .section-reservation-page .sidebar .check_availability-field label {
      font-weight: 600 !important; }
    .section-reservation-page .sidebar .check_availability_group .label-group {
      font-weight: 600 !important; }
    .section-reservation-page .sidebar .widget-title {
      font-weight: 600 !important; }

.reservation_step ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e4e4e4; }
  .reservation_step ul li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin: 0px 25px; }
    @media (max-width: 767px) {
      .reservation_step ul li {
        display: block;
        margin: 0; } }
    .reservation_step ul li:before {
      content: '';
      left: 0;
      right: 0;
      bottom: -1px;
      height: 2px;
      position: absolute;
      background-color: transparent;
      width: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .reservation_step ul li a {
      color: #333;
      display: block;
      padding: 15px 0;
      font-size: 14px; }
      .reservation_step ul li a span {
        font-weight: bold;
        font-size: 16px; }
    .reservation_step ul li.active:before, .reservation_step ul li:hover:before {
      background: #1A9BBC;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.reservation-date {
  margin-top: 30px;
  background: #f1f1f1; }
  .reservation-date ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 20px 20px; }
    .reservation-date ul li {
      color: #333;
      font-size: 12px;
      overflow: hidden;
      font-weight: 500;
      padding: 5px 0; }
      .reservation-date ul li span:last-child {
        float: right;
        font-weight: 600; }

.reservation-room-selected {
  background-color: #f1f1f1;
  margin-top: 45px; }
  .reservation-room-selected.selected-4 {
    margin-top: 30px; }
  .reservation-room-selected .reservation-room-seleted_item {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e4e4e4; }
    .reservation-room-selected .reservation-room-seleted_item:last-child {
      border-bottom-width: 0; }
    .reservation-room-selected .reservation-room-seleted_item h6 {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 20px 0 0;
      line-height: 1.428em; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-option {
      display: inline-block;
      font-size: 12px;
      font-weight: 400; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name {
      overflow: hidden;
      margin-top: 10px; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        margin-right: 80px;
        float: left;
        margin: 0; }
        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 a {
          color: #1A9BBC; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name .reservation-amout {
        float: right;
        font-weight: bold;
        font-size: 14px; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name.has-package h2 {
        font-size: 16px; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_change {
      color: #898989;
      font-size: 12px;
      font-style: italic;
      text-decoration: underline;
      display: inline-block;
      margin-top: 7px; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package {
      border-top: 1px solid #e4e4e4;
      margin-top: 15px;
      padding-top: 5px; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 2px;
        margin-top: 5px; }
        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul li {
          color: #333;
          font-size: 12px;
          overflow: hidden;
          font-weight: 400;
          padding: 5px 0; }
          .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul li span:last-child {
            float: right;
            font-weight: 600;
            text-transform: uppercase; }
        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul + ul {
          border-top: 1px solid #e4e4e4;
          padding-top: 8px;
          border-bottom: 1px solid #e4e4e4;
          padding-bottom: 8px; }
    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_total-room {
      color: #333;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      padding-top: 15px;
      padding-bottom: 10px; }
      .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_total-room .reservation-amout {
        float: right;
        color: #1A9BBC; }
    .reservation-room-selected .reservation-room-seleted_item.reservation_disable {
      background-color: #f1f1f1; }
      .reservation-room-selected .reservation-room-seleted_item.reservation_disable h6 {
        opacity: 0.4;
        font-size: 12px; }
      .reservation-room-selected .reservation-room-seleted_item.reservation_disable span {
        opacity: 0.3; }
  .reservation-room-selected .reservation-room-seleted_current {
    overflow: hidden;
    color: #fff;
    padding: 15px 20px 13px 40px;
    background: #1A9BBC; }
    .reservation-room-selected .reservation-room-seleted_current h6 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.428em;
      position: relative;
      color: #fff; }
      .reservation-room-selected .reservation-room-seleted_current h6:before {
        content: '\f0da';
        font-family: 'FontAwesome';
        left: -20px;
        position: absolute;
        font-size: 12px;
        font-weight: normal; }
    .reservation-room-selected .reservation-room-seleted_current span {
      font-size: 13px;
      font-weight: 400; }
    .reservation-room-selected .reservation-room-seleted_current.reservation-bg_blue {
      color: #fff; }
  .reservation-room-selected .reservation-room-seleted_total {
    padding: 20px 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    background: #1A9BBC;
    color: #FFF; }
    .reservation-room-selected .reservation-room-seleted_total label {
      font-weight: 600;
      text-transform: uppercase;
      margin: 0; }
    .reservation-room-selected .reservation-room-seleted_total .reservation-total {
      font-size: 16px;
      font-weight: 600;
      float: right; }

.reservation-sidebar {
  padding-top: 10px; }

.reservation-heading {
  font-size: 16px;
  color: #333333;
  margin-top: 0px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
  margin-bottom: 0; }

.reservation-sidebar_availability {
  padding: 0 20px 20px 20px;
  margin-top: 30px; }
  .reservation-sidebar_availability .reservation-heading {
    margin-left: -20px;
    margin-right: -20px; }
  .reservation-sidebar_availability .check_availability_title {
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
  .reservation-sidebar_availability .check_availability-field {
    margin-top: 15px; }
    .reservation-sidebar_availability .check_availability-field label {
      display: block;
      font-size: 12px;
      margin-bottom: 7px;
      text-transform: uppercase; }
    .reservation-sidebar_availability .check_availability-field .awe-calendar-wrapper {
      width: 100%; }
      .reservation-sidebar_availability .check_availability-field .awe-calendar-wrapper .awe-calendar {
        background-color: #fff;
        border-width: 0;
        height: 30px;
        line-height: 30px;
        color: #898989;
        font-weight: 500; }
    .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select {
      width: 100%; }
      .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle {
        background-color: #fff;
        height: 30px;
        border-width: 0;
        line-height: 30px; }
        .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option,
        .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
          color: #898989;
          font-weight: 500; }
      .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
        padding: 7px 10px; }
  .reservation-sidebar_availability .check_availability_group {
    padding-left: 70px;
    position: relative; }
    .reservation-sidebar_availability .check_availability_group:after {
      display: table;
      content: '';
      clear: both; }
    .reservation-sidebar_availability .check_availability_group .label-group {
      position: absolute;
      left: 0;
      bottom: 5px;
      font-weight: bold;
      font-size: 12px;
      text-transform: uppercase; }
    .reservation-sidebar_availability .check_availability_group .check_availability-field_group {
      margin-left: -4px;
      margin-right: -4px; }
    .reservation-sidebar_availability .check_availability_group .check_availability-field {
      width: 50%;
      padding-left: 4px;
      padding-right: 4px;
      float: left; }

.reservation_content {
  padding-bottom: 20px;
  margin-top: 45px;
/*  margin-left: 70px;*/
}
  @media (max-width: 991px) {
    .reservation_content {
      margin-left: 0; } }
  .reservation_content.bg-gray {
    background: #f1f1f1; }
  .reservation_content:before, .reservation_content:after {
    content: '';
    display: table;
    clear: both; }

.reservation-calendar_custom .reservation-calendar_title {
  text-align: center;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 1px solid #e4e4e4; }
  .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 35px;
    position: absolute;
    top: -20%; }
    .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner:hover {
      color: #333333; }
    .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner.reservation-calendar_prev {
      left: 0; }
    .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner.reservation-calendar_next {
      right: 0; }
.reservation-calendar_custom .reservation-calendar_tabel {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  table-layout: fixed;
  margin-top: 15px;
  font-family: 'Hind', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #333333; }
  .reservation-calendar_custom .reservation-calendar_tabel th {
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .reservation-calendar_custom .reservation-calendar_tabel td {
    background-color: #fff;
    background-clip: content-box;
    padding: 3px; }
    .reservation-calendar_custom .reservation-calendar_tabel td.active {
      background-color: #1A9BBC; }
      .reservation-calendar_custom .reservation-calendar_tabel td.active a small,
      .reservation-calendar_custom .reservation-calendar_tabel td.active a span {
        color: #FFF; }
    .reservation-calendar_custom .reservation-calendar_tabel td a {
      position: relative;
      display: block;
      padding-top: 90%;
      font-size: 12px;
      border: 2px solid transparent; }
      .reservation-calendar_custom .reservation-calendar_tabel td a:hover {
        border: 2px solid #1A9BBC; }
      .reservation-calendar_custom .reservation-calendar_tabel td a:before {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        content: '';
        border: 2px solid transparent;
        position: absolute; }
      .reservation-calendar_custom .reservation-calendar_tabel td a small {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 12px;
        font-family: 'Hind', sans-serif;
        color: #333333;
        font-weight: 500; }
      .reservation-calendar_custom .reservation-calendar_tabel td a span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: 'Hind', sans-serif;
        color: #333333;
        font-weight: 500;
        -webkit-transform: translate(-50%, 3px);
        -moz-transform: translate(-50%, 3px);
        -ms-transform: translate(-50%, 3px);
        -o-transform: translate(-50%, 3px); }
        @media (max-width: 480px) {
          .reservation-calendar_custom .reservation-calendar_tabel td a span {
            font-size: 8px; } }
    .reservation-calendar_custom .reservation-calendar_tabel td.current-select a {
      color: #fff; }

.reservation-room .reservation-room_item {
  margin-top: 45px; }
  .reservation-room .reservation-room_item:first-child {
    margin-top: 0; }

.reservation-room_item {
  overflow: hidden; }
  .reservation-room_item .reservation-room_name {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 26px; }
    @media (max-width: 767px) {
      .reservation-room_item .reservation-room_name {
        font-size: 20px; } }
    .reservation-room_item .reservation-room_name a {
      color: #333; }
      .reservation-room_item .reservation-room_name a:hover {
        color: #1A9BBC; }
  .reservation-room_item .reservation-room_img {
    float: left;
    margin-right: 30px;
    width: 370px;
    margin-top: 25px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .reservation-room_item .reservation-room_img {
        float: none;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .reservation-room_item .reservation-room_img {
        float: none;
        width: 100%; } }
    @media (max-width: 767px) {
      .reservation-room_item .reservation-room_img {
        float: none;
        width: 100%; } }
    .reservation-room_item .reservation-room_img img {
      width: 100%; }
  .reservation-room_item .reservation-room_text {
    overflow: hidden;
    margin-top: 25px; }
    .reservation-room_item .reservation-room_text .reservation-room_desc {
      color: #333333; }
      .reservation-room_item .reservation-room_text .reservation-room_desc p {
        margin-bottom: 0;
        font-size: 14px; }
      .reservation-room_item .reservation-room_text .reservation-room_desc ul {
        padding-left: 18px;
        margin-bottom: 0;
        margin-top: 15px; }
        .reservation-room_item .reservation-room_text .reservation-room_desc ul li {
          padding: 3px 0;
          font-size: 14px;
          padding-left: 8px; }
    .reservation-room_item .reservation-room_text .reservation-room_view-more {
      display: inline-block;
      clear: both;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 300;
      margin-bottom: 25px;
      text-decoration: underline;
      color: #333;
      font-style: italic; }
      .reservation-room_item .reservation-room_text .reservation-room_view-more:hover {
        color: #1A9BBC; }
    .reservation-room_item .reservation-room_text .reservation-room_price {
      display: inline-block;
      vertical-align: middle;
      color: #898989;
      font-size: 14px;
      margin: 0;
      line-height: 1; }
      .reservation-room_item .reservation-room_text .reservation-room_price .reservation-room_amout {
        font-weight: bold;
        color: #333333;
        font-size: 30px; }
    .reservation-room_item .reservation-room_text .btn {
      margin-left: 35px;
      height: 35px;
      width: 124px;
      font-weight: 700;
      color: #333;
      background: transparent;
      border: 2px solid #333;
      line-height: 20px; }
      .reservation-room_item .reservation-room_text .btn:hover {
        background: #1A9BBC;
        border: 2px solid #1A9BBC;
        color: white; }
  .reservation-room_item .reservation-room_package {
    clear: both;
    margin-top: 30px; }
    .reservation-room_item .reservation-room_package .reservation-room_package-more {
      display: block;
      color: #333333;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 15px 30px;
      background-color: #f1f1f1; }
      .reservation-room_item .reservation-room_package .reservation-room_package-more:after {
        content: '\f067';
        font-family: 'FontAwesome';
        float: right;
        font-size: 12px; }
      .reservation-room_item .reservation-room_package .reservation-room_package-more[aria-expanded="true"]:after {
        content: '\f068'; }

.reservation-package_item {
  overflow: hidden;
  padding: 20px 30px;
  background-color: #fbfbfb; }
  .reservation-package_item .reservation-package_img {
    float: left;
    width: 100px;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .reservation-package_item .reservation-package_img {
        float: none;
        width: 100%; } }
    .reservation-package_item .reservation-package_img img {
      width: 100%; }
  .reservation-package_item .reservation-package_text {
    overflow: hidden;
    padding-right: 130px;
    position: relative;
    min-height: 72px; }
    @media (max-width: 480px) {
      .reservation-package_item .reservation-package_text {
        padding-right: 0;
        margin-top: 15px; } }
    .reservation-package_item .reservation-package_text h4 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      margin: 0; }
      .reservation-package_item .reservation-package_text h4 a {
        color: #333; }
        .reservation-package_item .reservation-package_text h4 a:hover {
          color: #1A9BBC; }
    .reservation-package_item .reservation-package_text p {
      color: #898989;
      font-size: 12px;
      margin-bottom: 0;
      margin-top: 10px; }
    .reservation-package_item .reservation-package_text .reservation-package_book-price {
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 480px) {
        .reservation-package_item .reservation-package_text .reservation-package_book-price {
          position: initial;
          margin-top: 10px; }
          .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price {
            float: right; } }
      .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price {
        color: #333333;
        text-align: right; }
        .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price .amout {
          font-weight: bold;
          font-size: 20px;
          line-height: 1; }
      .reservation-package_item .reservation-package_text .reservation-package_book-price .btn {
        padding: 5px 10px;
        min-width: inherit;
        font-size: 10px;
        margin-top: 5px;
        color: #333;
        font-weight: 700;
        background: transparent;
        border: 2px solid #333;
        height: 30px;
        line-height: 15px;
        width: 100px; }
        .reservation-package_item .reservation-package_text .reservation-package_book-price .btn:hover {
          color: #FFF;
          background: #1A9BBC;
          border: 2px solid #1A9BBC; }
  .reservation-package_item:hover, .reservation-package_item.current-select {
    background-color: #f1f1f1; }

.reservation-chosen-message {
  background-color: #f1f1f1;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 80px; }
  @media (max-width: 767px) {
    .reservation-chosen-message {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 45px; } }
  .reservation-chosen-message h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    color: #333; }
  .reservation-chosen-message p {
    color: #898989;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0; }
  .reservation-chosen-message .btn {
    width: 150px;
    color: #fff;
    padding: 10px;
    height: 40px;
    margin-top: 30px;
    line-height: 17px; }

.reservation-billing-detail {
  max-width: 570px; }
  @media (max-width: 1200px) {
    .reservation-billing-detail {
      max-width: 100%; } }
  .reservation-billing-detail .reservation-login {
    margin-bottom: 0;
    color: #898989; }
    .reservation-billing-detail .reservation-login a {
      font-weight: 600;
      color: #232323;
      font-family: "Poppins", sans-serif; }
      .reservation-billing-detail .reservation-login a:hover {
        color: #1A9BBC; }
  .reservation-billing-detail h4 {
    color: #000;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 30px; }
    @media (max-width: 480px) {
      .reservation-billing-detail h4 {
        font-size: 24px; } }
  .reservation-billing-detail label {
    color: #232323;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px; }
    .reservation-billing-detail label sup {
      color: #ff0000;
      font-size: 13px;
      line-height: 0px;
      top: 0px;
      left: 4px; }
    .reservation-billing-detail label.label-radio .input-radio {
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
  .reservation-billing-detail .bootstrap-select.awe-select.btn-group {
    width: 100%; }
    .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn {
      border: 2px solid #e4e4e4;
      font-weight: 400;
      height: 43px;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0px 20px;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none;
      font-size: 14px; }
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn:hover, .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn:focus {
        background-color: transparent;
        outline: none !important; }
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn .filter-option,
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn .caret {
        color: #333; }
    .reservation-billing-detail .bootstrap-select.awe-select.btn-group .dropdown-menu {
      -webkit-border-radius: 0;
      border-radius: 0; }
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .dropdown-menu li.selected a {
        background-color: #1A9BBC;
        color: #FFF; }
      .reservation-billing-detail .bootstrap-select.awe-select.btn-group .dropdown-menu li a {
        padding: 7px 20px; }
        .reservation-billing-detail .bootstrap-select.awe-select.btn-group .dropdown-menu li a:hover {
          background: #1A9BBC;
          color: #FFF; }
  .reservation-billing-detail .input-text,
  .reservation-billing-detail .input-textarea {
    border: 2px solid #e4e4e4;
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    height: 43px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px; }
    .reservation-billing-detail .input-text::placeholder,
    .reservation-billing-detail .input-textarea::placeholder {
      color: #333; }
  .reservation-billing-detail .input-textarea {
    height: 85px; }
  .reservation-billing-detail .reservation-code {
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 20px;
    margin-top: 35px; }
    .reservation-billing-detail .reservation-code a {
      color: #fff;
      font-weight: 600; }
      .reservation-billing-detail .reservation-code a:hover {
        color: #1A9BBC; }
  .reservation-billing-detail .option-bank {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px; }
    .reservation-billing-detail .option-bank li {
      position: relative;
      padding-left: 30px;
      margin-top: 25px; }
      .reservation-billing-detail .option-bank li a {
        padding-right: 6px;
        display: inline-block; }
        @media (max-width: 580px) {
          .reservation-billing-detail .option-bank li a img {
            max-width: 33px; } }
      .reservation-billing-detail .option-bank li .label-radio {
        font-size: 14px;
        margin: 0 40px 0 0;
        display: inline-block; }
        @media (max-width: 580px) {
          .reservation-billing-detail .option-bank li .label-radio {
            display: block; } }
        .reservation-billing-detail .option-bank li .label-radio .input-radio {
          position: absolute;
          top: 4px;
          left: 0; }
      .reservation-billing-detail .option-bank li p {
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 5px; }
      .reservation-billing-detail .option-bank li:last-child .label-radio .input-radio {
        top: 7px; }
  .reservation-billing-detail .btn4 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 40px;
    width: 170px;
    height: 48px; }
    .reservation-billing-detail .btn4:hover {
      border: 2px solid #1A9BBC; }
