.container { width: 100%; max-width: 1320px; margin: 0 auto; }
.hb-status-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.hb-status-bar .left-wrapper { width: 25%; }
.hb-status-bar .middle-wrapper { width: 50%; text-align: center; }
.hb-status-bar .middle-wrapper h1 {  }
.hb-status-bar .right-wrapper { width: 25%; text-align: right; }
.tour-listing-wrapper { margin-left: -15px; margin-right: -15px; padding-bottom: 50px; display: flex; flex-wrap: wrap; }
.tour-listing-wrapper:after { content: ''; clear: both; display: block; }
.tour-listing-wrapper .tour-wrapper { float: left; width: 33.33%; padding: 0 15px; margin-bottom: 15px; }
.tour-listing-wrapper .tour-wrapper .tour-img { margin-bottom: 15px; aspect-ratio: 4 / 3; position: relative; }
.tour-listing-wrapper .tour-wrapper .tour-img img { width: 100%; height: 100%; object-fit: cover; }
.tour-listing-wrapper .tour-wrapper .tour-img .ticket-icon { display: block; position: absolute; bottom: -20px; left: 20px; background-color: #c3319a; border-radius: 50%; height: 50px; padding: 12px; width: 50px; transform: rotate(-45deg); }
.tour-listing-wrapper .tour-wrapper .tour-img .ticket-icon svg { fill: #fff; }
.tour-listing-wrapper .tour-wrapper .tour-title { font-size: 24px; line-height: normal; color: #263c79; font-weight: 800; margin-bottom: 15px; }
.tour-listing-wrapper .tour-wrapper .tour-book {  }
.tour-listing-wrapper .tour-wrapper .tour-book.hide { display: none; }
.hb-button { background-color: #263c79; color: #fff; padding: 15px 50px; border: none; text-decoration: none; cursor: pointer; }
.hb-button:hover { color: #fff; }
.hb-button span { color: #fff; }
.tour-listing-wrapper .tour-wrapper .tour-book button.book-btn {  }
.booked-wrapper { display: flex; align-items: center; color: #33a1c0; font-weight: 600; }
.booked-wrapper svg { width: 25px; fill: #33a1c0; margin-right: 7px; }

body.modal-open .page-wrapper { position: unset; }
body.modal-open .page-wrapper .page-section { position: unset; }
body.modal-open .container-fluid, body.modal-open .container { position: unset; }

#modalWidget .booking-wrapper { min-height: 750px; }
#modalCheckoutWidget .booking-checkout-wrapper { min-height: 750px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hb-status-bar .middle-wrapper h1 { font-size: 20px; margin: 0; }
    .hb-container.container { padding: 0; }
    .tour-listing-wrapper { margin: 0; }
    .tour-listing-wrapper .tour-wrapper { width: 100%; padding: 0; margin-bottom: 25px; }
    .hb-button { padding: 15px; }
    .hb-button.checkoutBtn { font-size: 12px; display: block; text-align: center; padding: 10px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
