img {
  max-width: 100%;
}


.hotel_content_info {
  padding: 40px 0;
  background: #f0f4ff;
}

ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ddd;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
  cursor: pointer;
}
ul.tabs li.current {
  background: #fe9508;
  color: #fff;
}

.tab-content {
  background: #fff;
  padding: 20px;
}
.tab-content.current {
  display: inherit;
}
.tab-content .content_box {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.tab-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tab-content .title img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.tab-content p {
  font-size: 15px;
  line-height: 28px;
}

.list_items_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: disc;
  padding-left: 42px;
}
.list_items_text li {
  width: 33.33%;
  line-height: 32px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.list_items_text li:nth-child(3) {
  padding-right: 0;
}

.map_section {
  padding-top: 20px;
}

.top_tab_btn {
  border-bottom: 2px solid #14141F;
}
.top_tab_btn li {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px 5px 0 0;
  background: #dc3545;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.hotel_deta_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 15px 0 0;
}

.hotel_content_box {
  width: 70%;
}
.hotel_content_box .top_title {
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #f0f4ff;
  color: #14141F;
  font-size: 15px;
  font-weight: 500;
}

.room_table_row {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 5px;
}

.standard_room {
  display: inline-block;
  margin: 10px;
  color: #14141F;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.standard_room i {
  margin-right: 5px;
}

.tabel_row table {
  width: 100%;
}
.tabel_row th {
  background: #14141F;
  color: #fff;
}
.tabel_row th, .tabel_row td {
  text-align: left;
  padding: 5px 15px;
  border-right: 1px solid #ddd;
}
.tabel_row td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}
.tabel_row span {
  color: green;
  cursor: pointer;
}
.tabel_row small {
  color: #dc3545;
  cursor: pointer;
}
.tabel_row strong {
  font-size: 16px;
  font-weight: 600;
}
.tabel_row button {
  display: block;
  border-radius: 4px;
  padding: 11px 30px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  color: #14141F;
  border: 2px solid #ddd;
}
.tabel_row button.active {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.hotel_booking_price {
  width: 28%;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.hotel_booking_price .heading {
  font-size: 15px;
  font-weight: 500;
  background: #f0f4ff;
  padding: 8px 10px;
}
.hotel_booking_price p {
  padding: 5px 0;
  font-size: 14px;
  line-height: inherit;
}
.hotel_booking_price ul li {
  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;
  border-top: 1px solid #ddd;
  line-height: 40px;
}
.hotel_booking_price span {
  font-size: 16px;
}
.hotel_booking_price strong {
  font-size: 18px;
  font-weight: 600;
}

.book_button {
  display: block;
  background:#0094D9; font-family: "Poppins", sans-serif;
  color: #fff; border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .hotel_date_bar {
    text-align: center;
    padding: 10px 0;
  }
  .hotel_date_bar span {
    font-size: 13px;
  }
  ul.tabs li {
    font-size: 14px;
    padding: 10px 20px;
  }
  .tab-content {
    padding: 20px 10px;
  }
  .tab-content .title {
    font-size: 18px;
  }
  .tab-content .title img {
    width: 17px;
    margin-right: 5px;
  }
  .list_items_text li {
    width: 100%;
  }
  .top_tab_btn li {
    padding: 6px 14px;
    font-size: 15px;
  }
  .hotel_content_box {
    width: 100%;
  }
  .tabel_row {
    overflow: auto;
    white-space: nowrap;
  }
  .hotel_booking_price {
    width: 100%;
    margin-top: 20px;
  }
}