/* Mixin Responsive*/
.single_tour_details ul {
  padding-left: 15px;
}

.d-block {
  display: block !important;
}


/* ===== TOUR DETAIL - SIDEBAR INFO CARD ===== */
.tour_info_card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.tour_info_card .tour_info_price {
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.tour_info_card .tour_price_sale {
  color: #0e5f6b;
  font-size: 32px;
  font-weight: 700;
  margin-right: 8px;
}
.tour_info_card .tour_price_regular {
  color: #999;
  font-size: 18px;
  margin-right: 8px;
}
.tour_info_card .tour_price_badge {
  background: #d9534f;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  vertical-align: middle;
}
.tour_info_card .tour_price_note {
  color: #888;
  display: block;
  font-size: 13px;
  margin-top: 6px;
}
.tour_info_card .tour_info_rating {
  margin-bottom: 18px;
}
.tour_info_card .tour_info_rating .tour_stars i {
  color: #ddd;
  font-size: 15px;
  margin-right: 2px;
}
.tour_info_card .tour_info_rating .tour_stars i.is-active {
  color: #f5a623;
}
.tour_info_card .tour_info_rating .tour_rating_value {
  color: #666;
  font-size: 14px;
  margin-left: 6px;
}
.tour_info_card .tour_info_list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.tour_info_card .tour_info_list li {
  align-items: center;
  border-bottom: 1px dashed #eee;
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
}
.tour_info_card .tour_info_list li:last-child {
  border-bottom: 0;
}
.tour_info_card .tour_info_list .tour_info_label {
  color: #777;
  font-size: 14px;
}
.tour_info_card .tour_info_list .tour_info_label i {
  margin-right: 6px;
}
.tour_info_card .tour_info_list .tour_info_value {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.tour_info_card .tour_info_list .tour_info_value a {
  color: #0e5f6b;
}
.tour_info_card .tour_book_btn {
  cursor: pointer;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== TOUR DETAIL - BOOKING MODAL ===== */
.tour_booking_modal .modal-dialog {
  margin-top: 60px;
}
.tour_booking_modal .modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.tour_booking_modal .modal-title {
  font-weight: 400;
  margin: 0;
}
.tour_booking_modal .close {
  background: none;
  border: 0;
  font-size: 26px;
  line-height: 1;
  opacity: 0.5;
}
.tour_booking_modal .close:hover {
  opacity: 1;
}
.tour_booking_modal .tour_booking_modal_tour {
  color: #0e5f6b;
  font-weight: 600;
  margin-bottom: 15px;
}
.tour_booking_modal .book_now {
  margin-bottom: 0;
}
.tour_booking_modal .wpcf7-submit {
  width: 100%;
}

.single_tour_details > img {
  margin-bottom: 20px;
}

/* ===== TOUR DETAIL - BANNER & TITLE ===== */
.tour_detail_banner {
  min-height: 320px;
}

.tour_info_card .tour_detail_title {
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 18px;
  padding-bottom: 15px;
  word-wrap: break-word;
}

/*# sourceMappingURL=custom.css.map */
