@charset "utf-8";
/* CSS Document */

.select-modality.selected,
.select-modality.selected:hover {
    background-color: #fff !important;
    color: #272732 !important;
}
.ot_pp .ot_pp-search-wr {
    padding: 48px 0;
    max-width: 1024px;
    margin: 0 auto;
}
.ot_pp .ot_pp-search-wr .nav-tabs,
.otpp-hotels-map .results-col .nav-tabs {
    --otpp-nav-tabs-hover-color: #272732;
    --otpp-nav-tabs-link-active-color: var(--otpp-emphasis-color);
    --otpp-nav-tabs-link-active-bg: var(--otpp-tertiary-color);
    border: none;
}
.ot_pp .ot_pp-search-wr .nav-tabs .nav-link,
.otpp-hotels-map .results-col .nav-tabs .nav-link {
    position: relative;
    min-width: 172px;
    margin-right: 1.125rem;
    padding: 1.375rem 3rem 1.125rem 1.5rem;
    font-size: 1.375em;
    line-height: 1.5rem;
    letter-spacing: -.01em;
    border-radius: var(--otpp-border-radius-lg);
    color: rgba(var(--otpp-tertiary-color-rgb), 0.8) !important;
    border: none;
}
.ot_pp .ot_pp-search-wr .nav-tabs .nav-link:hover,
.otpp-hotels-map .results-col .nav-tabs .nav-link:hover {
    text-decoration: none;
    color: rgba(var(--otpp-tertiary-color-rgb), 1) !important;
}
.ot_pp .ot_pp-search-wr .nav-tabs .nav-item.show .nav-link:after, 
.ot_pp .ot_pp-search-wr .nav-tabs .nav-link.active:after,
.otpp-hotels-map .results-col .nav-tabs .nav-item.show .nav-link:after, 
.otpp-hotels-map .results-col .nav-tabs .nav-link.active:after {
    position: absolute;
    bottom: -6px;
    left: 2rem;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 10px 0 10px;
    border-color: var(--otpp-tertiary-color) transparent transparent transparent;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    content: '';
}
.ot_pp .ot_pp-search-wr .nav-tabs .nav-item.show .nav-link, 
.ot_pp .ot_pp-search-wr .nav-tabs .nav-link.active,
.otpp-hotels-map .results-col .nav-tabs .nav-item.show .nav-link, 
.otpp-hotels-map .results-col .nav-tabs .nav-link.active {
    color: var(--otpp-white) !important;
    background-color: var(--otpp-nav-tabs-link-active-bg);
}
.ot_pp .ot_pp-search-wr .acc-btn {
    display: none;
}
/* =====  ⋮⋮⫸  HOTELS page  */
.ot_pp.hotels-page .p-content.container-fluid,
#ot-user_options.container-fluid {
    max-width: 1280px;
}
.ot_pp.hotels-page .main-search form {
    padding-top: 2.25em;
}
.ot_pp.hotels-page .main-search form,
.ot_pp.hotels-page .hotels-list-col {
    width: 73.4%;
}
.ot_pp aside.sidebar-filters {
    width: 23.4%;
}
.ot_pp.hotels-page .main-search {
  padding-bottom: 1.875em;
}
.ot_pp .main-search .s_col.dates,
.ot_pp .main-search .s_col.guests {
    min-width: 268px;
}
.ot_pp .main-search .s_col.button {
   width: 13%;
   max-width: 144px;
}
.ot_pp .main-search label {
    padding-bottom: 0.5625em;
}
.ot_pp .main-search .form-control {
    background-color: var(--otpp-input-bg);
    padding: 1.0625em 1.0625em 1.0625em 2.25em;
}
.ot_pp #s_guests {
    padding-left: 1.0625em;
}
.main-search .input-wrapper .icon {
    left: 0.75em;
    color: #d2d6d9;
}
.main-search .s_col.button .search {
    width: 100%;
    padding-top: 1.0625em;
    padding-bottom: 1.0625em;
}
.ot_pp .main-search .s_col.button .search i {
    padding-right: 3px;
    color: var(--otpp-link-color);
    transition: all 0.3s ease-in-out;
}
.ot_pp .main-search .s_col.button .search:hover i {
    color: #fff;
}
.ot_pp label[for="s_destination"] .d-resp-block {
     display: none;
}
.ot_pp .main-search .s_col.destination .d-resp-none {
     display: block;
}
.ot_pp #guests_pp .modal-dialog {
    max-width: 648px;
}
.ot_pp #guests_pp .item {
    position: relative;
    padding-right: 60px;
}
.ot_pp #guests_pp .remove-btn {
    width: 1px;
    margin-right: 9px;
    background-color: rgba(var(--otpp-secondary-color-rgb), 0.2);
}
.ot_pp #guests_pp .remove-btn .btn {
    padding: 6px;
    outline: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: none;
    color: var(--otpp-danger) !important;
    border: 0;
    font-size: 15px;
}
.ot_pp #guests_pp .remove-btn .btn:hover {
    color: var(--otpp-link-color);
}
.ot_pp #guests_pp .inner-col.title {
    padding-top: 3px;
}
.ot_pp #guests_pp .counter {
    top: -3px;
}
.ot_pp #guests_pp .counter input {
    width: 30px;
    border: 0;
    border-bottom: 1px solid var(--otpp-border-color);
    background: transparent;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
.ot_pp #guests_pp .counter input:focus {
    border-bottom-color: var(--otpp-link-color);
}
.ot_pp #guests_pp .counter .btn {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--otpp-heading-color);
}
.ot_pp #guests_pp .counter .btn i {
    font-size: 14px;
    color: var(--otpp-heading-color);
}
.ot_pp #guests_pp .age-box {
    padding: 14px 12px 12px 12px;
    margin: 1px 0;
    background-color: rgba(var(--otpp-tertiary-color-rgb), 0.05);
}
.ot_pp #guests_pp .age-box:nth-child(2n+2) {
    background-color: rgba(var(--otpp-tertiary-color-rgb), 0.08);
}
.ot_pp #guests_pp .g_tbtns .btn {
    width: 140px;
}
.ot_pp .results-header .options a.map {
    min-width: 178px;
}
.ot_pp .dd-item .btn {
    min-width: 168px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
}
.ot_pp .dd-item .btn.dropdown-toggle {
    padding-right: 1.5rem;
}
.ot_pp .dd-item .btn:hover {
    border-color: var(--otpp-btn-active-border-color);
}
.ot_pp .dd-item .btn .arrow {
    right: 6px;
    margin-top: 1px;
}
.ot_pp .dd-item .btn.dropdown-toggle::after {
    display: none;
}
.ot_pp .item-entry.card {
    --otpp-card-spacer-y: 1.125em;
    --otpp-card-spacer-x: 0.875em;
    border: 0;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 4.875em;
}
.ot_pp .item-entry a.bg-img {
    display: block;
    width: 100%;
    padding-top: 70.1%;
    transition: all 0.3s ease-in-out;
}
.ot_pp .item-entry a.bg-img:hover,
.ot_pp .item-entry a.bg-img:active {
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
}
.ot_pp .item-entry p.label {
    color: var(--otpp-tertiary-color);
}
.ot_pp .item-entry h1,
.ot_pp .item-entry .price {
    font-size: 1.0625em !important;
}
.ot_pp .item-entry .rating {
    color: var(--otpp-alt-color-1);
    font-size: 12px;
}
.ot_pp .item-entry a.book {
    --otpp-btn-padding-y: 0.65em;
    width: 100%;
    max-width: 108px;
}
.ot_pp .item-entry .modal-dialog {
    width: 95vw;
    max-width: 852px;
    font-size: 1.066em;
}
.ot_pp .item-entry .modal-body {
    padding: 18px 0 12px;
}
.ot_pp .item-entry .modal-body table {
    line-height: 1.25em;
    color: var(--otpp-primary-text-emphasis);
}
.ot_pp .item-entry .modal-body table th {
    line-height: 1.25em;
}
.ot_pp .item-entry .modal-body td .red {
    line-height: 1.25em;
}
.ot_pp .item-entry .modal-body .table {
    --otpp-table-hover-bg: rgba(0, 0, 0, 0.01);
    border: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
    vertical-align: middle;
}
.ot_pp .item-entry .modal-body .table tbody th,
.ot_pp .item-entry .modal-body .table tbody td {
    background-color: #f9f6f6;
    padding: 1.25em 0.375em;
}
.ot_pp .item-entry .modal-body .table th {
    padding: 0.875em 0.375em;
}
.ot_pp .item-entry .modal-body .table thead th:first-of-type,
.ot_pp .item-entry .modal-body .table tbody th {
    padding-left: 1.5em;
}
.ot_pp .item-entry .modal-body .table tbody td:last-of-type {
    padding-right: 1.5em;
}
.ot_pp .item-entry .modal-body .table td.button {
    width: 120px;
}
.ot_pp .entries-list .pagination {
    --otpp-pagination-disabled-color: rgba(var(--otpp-secondary-color-rgb), 0.6);
    --bs-pagination-disabled-bg: transparent;
    --otpp-pagination-active-color: var(--otpp-heading-color);
    --otpp-pagination-active-bg: rgba(var(--otpp-secondary-color-rgb), 0.1);
    background-color: transparent;
    border: 0;
    border-top: 1px solid rgba(var(--otpp-tertiary-color-rgb), 0.1);
    color: var(--otpp-pagination-active-color);
    background-color: transparent;
    line-height: 1em;
    padding: 1.5rem 0 3rem 0;
}
.ot_pp .disabled>.page-link,
.ot_pp .page-link.disabled {
    color: var(--otpp-pagination-disabled-color);
    background-color: var(--bs-pagination-disabled-bg);
}

.ot_pp .active>.page-link,
.ot_pp .page-link.active {
    color: var(--otpp-pagination-active-color);
    background-color: var(--otpp-pagination-active-bg);
}
.entries-list .pagination .page-item .page-link {
    display: block;
    border-radius: var(--otpp-border-radius);
    border: 0;
    margin: 0 3px;
    padding: 8px 11px;
}
.entries-list .pagination .page-item .page-link:hover {
    text-decoration: none !important;
}
.ot_pp aside.sidebar-filters .filters {
    background-color: var(--otpp-tertiary-bg);
    border-radius: var(--otpp-border-radius-lg);
    -webkit-box-shadow: 0px 1px 10px -4px #000000;
    box-shadow: 0px 1px 10px -4px #000000;
}
.ot_pp .filters .flt-header h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 1px;
    background-color: rgba(var(--otpp-tertiary-color-rgb), 0.4);
    content: '';
}
.ot_pp .filters .flt-header .close.btn {
    padding: 6px 0;
    color: var(--otpp-link-color);
    border: 0;
}
.ot_pp .filters .flt-header .close.btn:hover {
    color: var(--otpp-link-hover-color);
    background-color: transparent;
    box-shadow: none;
}
.ot_pp .filters .flt-header .close.btn i {
    color: rgba(var(--otpp-tertiary-color-rgb), 0.6);
    transition: all 0.3s ease-in-out;
}
.ot_pp .filters .flt-header .close.btn:hover i {
    color: var(--otpp-link-hover-color);
}
.ot_pp .filters .flt-item button.header {
    padding-right: 2.25rem;
    background-color: rgba(255, 255, 255, 0.35);
}
.ot_pp .filters .flt-item .form-control {
    padding: 0.5rem 0.75rem;
    background-color: var(--otpp-white);
}
.ot_pp .filters .flt-item .input-wrapper input {
    width: 72px;
}
.ot_pp .filters .flt-item .input-wrapper i {
    font-size: 0.75em;
}
#flt-rating .num {
    padding: 0 3px 3px 3px;
}
.ot_pp .flt-item .form-check-input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.4em;
    background-color: var(--otpp-white);
    border-color: rgba(var(--otpp-border-color-rgb), 0.9);
    /*border-radius: 50%;*/
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.ot_pp .flt-item .form-check .form-check-label {
    color: var(--otpp-tertiary-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.ot_pp .flt-item .form-check .form-check-label:hover {
    color: var(--otpp-heading-color);
    text-decoration: underline;
}
.ot_pp .flt-item .form-check-input:focus {
    border-color: var(--otpp-link-color);
    box-shadow: none;
}
.ot_pp .flt-item .form-check-input:checked[type=checkbox] {
    position: relative;
    background: #444559;
}
.ot_pp .flt-item .form-check-input:checked[type=checkbox]:after {
    position:absolute;
    content: "L";
    left:0;
    right:0;
    bottom:0;
    top:-3px;
    text-align:center;
    color: white;
    font-family: arial;
    transform: scaleX(-1) rotate(-35deg);
    font-size: 14px;
}
.ot_pp .ot_pp-search-wr .container-fluid {
    max-width: 1212px;
}
.ot_pp .ot_pp-search-wr .s_col {
    padding-right: .25rem;
    padding-left: .25rem;
}
.ot_pp .ot_pp-search-wr .s_col.destination {
    min-width: 288px;
}
.ot_pp .ot_pp-search-wr .s_col.nationality {
    min-width: 216px;
}
.ot_pp .ot_pp-search-wr .s_col.dates,
.ot_pp .ot_pp-search-wr .s_col.guests {
    min-width: 264px;
}
.ot_pp .ot_pp-search-wr .s_col.button {
    width: auto;
    min-width: 166px;
    max-width: none;
}
.otpp-hotels-map .results-header,
.otpp-hotels-map .outer-wrapper {
    max-width: 1920px;
}
.otpp-hotels-map .outer-wrapper {
    padding-bottom: 6.75rem;
}
.otpp-hotels-map .entries-list.row>* {
    --otpp-gutter-x: 0.75rem;
}
.otpp-hotels-map .results-col {
    width: 100%;
    max-width: 890px;
}
.otpp-hotels-map .map-col {
    width: 100%;
    border-top-left-radius: var(--otpp-border-radius-lg);
    border-bottom-left-radius: var(--otpp-border-radius-lg);
    box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.otpp-hotels-map .entries-list .pagination {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}
.otpp-hotels-map .results-col .nav-tabs .nav-link {
    min-width: inherit;
    margin-right: 0.375rem;
    padding: 1.125rem 1em;
}
.otpp-hotels-map .results-col .nav-tabs .nav-link {
    min-width: inherit;
    margin-right: 0.375rem;
    padding: 1.125rem 1em;
}
.otpp-hotels-map .results-col .filters {
    width: 100%;
    max-width: 640px;
    background-color: var(--otpp-tertiary-bg);
    border-radius: var(--otpp-border-radius-lg);
}
.otpp-hotels-map #flt-amenities,
.otpp-hotels-map #flt-meal,
.otpp-hotels-map #flt-type {
    column-count: 3;
    column-gap: 12px
}
.otpp-hotels-map #flt-price,
.otpp-hotels-map #flt-rating {
    max-width: 396px;
}
.otpp-hotels-map .results-col .filters .apply {
    display: block;
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
}
/* =====  ⋮⋮⫸  end HOTELS page  */

/* =====  ⋮⋮⫸  HOTEL page  */
.ot_pp .single_hotel .intro {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
    background-color: var(--otpp-bg-box-1);
    border: 1px solid var(--otpp-border-color)
}
.ot_pp .single_hotel .container-fluid {
    width: 100%;
    max-width: 1464px;
}
.ot_pp .single_hotel .intro .rating li {
    margin: 0 1px;
}
.ot_pp .single_hotel .intro .row {
    --otpp-gutter-x: 0;
}
.ot_pp .single_hotel .intro .left.col {
    width: 20%;
    flex: 1 0 20%;
}
.ot_pp .single_hotel .intro .right.col {
    width: 20%;
    flex: 1 0 80%;
    padding-left: 2.25rem;
}
.ot_pp .single_hotel .intro .main-search.alt {
    display: none;
}
.ot_pp .single_hotel .gallery {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(2, 255px);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}
.ot_pp .single_hotel .large_img { grid-area: 1 / 2 / 3 / 3; }
.ot_pp .single_hotel .img-md-1 { grid-area: 1 / 1 / 2 / 2; }
.ot_pp .single_hotel .img-md-2 { grid-area: 2 / 1 / 3 / 2; }
.ot_pp .single_hotel .gallery a.item {
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.04);
}
.single_hotel .gallery a.item:hover,
.single_hotel .gallery a.item:active {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
.ot_pp .single_hotel .large_img .more { 
    position: absolute;
    bottom: 0.875rem;
    right: 0.875rem;
}
.ot_pp .single_hotel .intro .search-options label {
    color:var(--otpp-heading-color);
}
.ot_pp .single_hotel .intro .search-options .form-control {
    color: rgba(var(--otpp-body-color-rgb), 1);
}
.ot_pp .single_hotel .intro .amenities {
    --otpp-btn-bg: #8d8ea6;
    background-color: var(--otpp-btn-bg);
    letter-spacing: 0;
}
.ot_pp .single_hotel .intro .amenities ul li {
    width: 20%;
}
.ot_pp .single_hotel .intro .map.col {
    overflow: hidden;
}
.ot_pp .single_hotel .intro .map.col iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.ot_pp .single_hotel .intro .map.col button {
    bottom: 9px;
    right: 9px;
    font-size: 13px;
    padding: 0.375em 0.875em;
}
.ot_pp .single_hotel .main-content {
    padding-bottom: 6rem;
}
.ot_pp .single_hotel .main-content .description {
    padding: 0 4%;
}
.ot_pp .single_hotel .main-content h2.title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 62px;
    height: 2px;
    background-color: var(--otpp-border-color);
    transform: translateX(-50%);
    content: '';
}
.ot_pp .single_hotel .main-content .reviews {
    background-color: var(--otpp-tertiary-bg);
}
.ot_pp .single_hotel .reviews .swiper-button-next,
.ot_pp .single_hotel .reviews .swiper-button-prev {
    --swiper-navigation-size: 12px;
    --swiper-theme-color: #fff;
    top: auto;
    bottom: 0;
    width: 24px;
    height: 24px;
    background-color: #8d8ea6;
    border-radius: 50%;
    margin-top: 0;
}
.ot_pp .single_hotel .reviews .swiper-button-next {
    right: 0;
}
.ot_pp .single_hotel .reviews .swiper-button-prev {
    right: 30px;
    left: auto;
}
.ot_pp .single_hotel .reviews .swiper-button-next:after,
.ot_pp .single_hotel .reviews .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ot_pp .single_hotel .availability .s_col {
    padding-right: .375rem;
    padding-left: .375rem;
}
.ot_pp .single_hotel .availability .s_col.nationality {
    min-width: 272px;
}
.ot_pp .single_hotel .availability .s_col.dates,
.ot_pp .single_hotel .availability .s_col.guests {
    min-width: 284px;
}
.ot_pp .single_hotel .availability .s_col.button {
    width: auto;
    min-width: 144px;
    max-width: none;
}
.ot_pp .single_hotel .availability .main-search .form-control {
    color: rgba(var(--otpp-body-color-rgb), 1);
}
.ot_pp .single_hotel .availability .table {
    max-width: 1030px;
    min-width: 640px;
    background-color: transparent;
    line-height: 1.5em; 
    border-collapse: separate !important;
    border-spacing:0 2px;
    margin: auto;
}
.ot_pp .single_hotel .availability .table thead th {
    color: var(--otpp-secondary-color);
    background-color: transparent;
    white-space: nowrap;
}
.ot_pp .single_hotel .availability .table th,
.ot_pp .single_hotel .availability .table td {
    vertical-align: middle;
    padding: 0.875em;
}
.ot_pp .single_hotel .availability .table tr th[scope="row"] {
    border-left: 1px solid #e8e8e8;
    border-top-left-radius: var(--otpp-border-radius);
    border-bottom-left-radius: var(--otpp-border-radius);
}
.ot_pp .single_hotel .availability .table tr td:last-child {
    border-right: 1px solid #e8e8e8;
    border-top-right-radius: var(--otpp-border-radius);
    border-bottom-right-radius: var(--otpp-border-radius);
}
.ot_pp .single_hotel .availability .table tbody th,
.ot_pp .single_hotel .availability .table tbody td {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.ot_pp .single_hotel .availability .table thead th {
    border: 0;
}
.ot_pp .single_hotel .availability .table th:first-of-type {
    padding-left: 1.5rem;
}
.ot_pp .single_hotel .availability .table tbody th,
.ot_pp .single_hotel .availability .table tbody td {
    background-color: #f8f8f8;
}
.ot_pp .single_hotel .availability .table tbody tr:nth-of-type(odd) th,
.ot_pp .single_hotel .availability .table tbody tr:nth-of-type(odd) td {
    background-color: #f4f5f4;
}
.ot_pp .single_hotel .availability .table .note,
.ot_pp .single_hotel .availability .table .sign {
    color: rgba(var(--otpp-tertiary-color-rgb), 0.8);
}
.ot_pp .single_hotel .availability .table .note {
    line-height: 1.125em;
}
.ot_pp .single_hotel .availability .table .btn-cell {
    width: 165px;
}
.ot_pp .single_hotel .availability .table .img {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.ot_pp .single_hotel .availability .table a:hover .img,
.ot_pp .single_hotel .availability .table a:active .img {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
.ot_pp .single_hotel .services {
    background: var(--otpp-bg-box-1);
}
.ot_pp .single_hotel .services .wrapper {
    max-width: 1032px;
    margin: auto;
}
.ot_pp .single_hotel .services .wrapper ul {
    column-count: 3;
    column-gap: 12px
}
.ot_pp .single_hotel .services .wrapper ul li:before {
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 12px;
    height: 4px;
    background-color: rgba(var(--otpp-alt-color-1-rgb), 0.5);
    content: '';
}
.ot_pp .single_hotel .services .wrapper ul li {
    position: relative;
    padding-left: 1.875rem;
}
#ot-user_options .item {
    margin-left: 0.875em;
    padding-bottom: .375rem;
}
#ot-user_options .user .btn,
#ot-user_options .calc .btn {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--otpp-link-color);
    color: var(--otpp-heading-color);
}
#ot-user_options .dropdown-toggle.btn {
    position: relative;
    padding-right: 1.128rem;
    color: var(--otpp-link-color) !important;
}
#ot-user_options .dropdown-toggle.btn:hover {
    border-color: var(--otpp-link-color) !important;
}
#ot-user_options .dropdown-toggle:after {
    display: none;
}
#ot-user_options .dropdown-toggle.btn i.arrow {
    right: 6px
}
.ot_pp-rooms {
    max-width: 1030px;
    margin: auto;
}
.ot_pp-rooms article.ot_pp-entry {
    background-color: #f4f5f4;
    border: 1px solid #e8e8e8;
    border-radius: var(--otpp-border-radius);
}
.ot_pp-rooms article.ot_pp-entry:nth-child(2n+2) {
    background-color: #f8f8f8;
}
.ot_pp-rooms article.ot_pp-entry .img .bg-img {
    display: block;
    width: 100%;
    padding-top: 68%;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.ot_pp-rooms article.ot_pp-entry .img a.bg-img:hover,
.ot_pp-rooms article.ot_pp-entry .img a.bg-img:active {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-price {
    flex: 0 1 136px;
    text-align: right;
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-price {
    color: var(--otpp-success-text-emphasis);
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-price span {
    color: var(--otpp-primary-text-emphasis)
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-descr {
    padding-right: 136px;
    line-height: 1.5em;
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-rm-option {
    padding-top:0.375rem;
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-rm-option .row {
    margin-bottom: 0.375rem;
    line-height: 1.375em;
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-rm-option .row:last-of-type {
    margin-bottom: 0;
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-rm-option:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-rm-option h4 {
    color: var(--otpp-success-text-emphasis) !important;
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-rm-option .col:nth-child(2) {
    flex: 0 1 165px;
}
.ot_pp-rooms article.ot_pp-entry .ot_pp-rm-option .col:nth-child(3) {
    flex: 0 1 165px;
}
/* =====  ⋮⋮⫸  end HOTEL page  */
/* =====  ⋮⋮⫸  CHECKOUT page  */
/*.otpp-checkout {
    padding-top: 5.625em;
    padding-bottom: 3em;
    background-color: var(--otpp-tertiary-bg);
}*/
.otpp-checkout .container-fluid {
    max-width: 1092px;
}
.otpp-checkout h2.title {
    margin-bottom: 3;
}
.otpp-checkout h2.title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 62px;
    height: 2px;
    background-color: var(--otpp-border-color);
    transform: translateX(-50%);
    content: '';
}
.otpp-checkout .left.col {
    flex: 0 0 auto;
    width: 53.85%;
}
.otpp-checkout .right.col {
    flex: 0 0 auto;
    width: 42.95%;
}
.otpp-checkout .otpp-item {
    background-color: var(--otpp-white);
    border: 1px solid #e8e8e8;
    border-radius: var(--otpp-border-radius-lg);
}
.otpp-checkout .otpp-item .item-title {
    background-color: #f4f5f4;
    border-bottom: 1px solid #e8e8e8;
    border-top-left-radius: var(--otpp-border-radius);
    border-top-right-radius: var(--otpp-border-radius);
}
.ot_pp .otpp-checkout .otpp-item .chkout-room .header {
    color: var(--otpp-secondary-color) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
}
.ot_pp .otpp-checkout .otpp-item .chkout-room .header h4 {
    color: var(--otpp-secondary-color) !important;
}
.ot_pp .otpp-checkout .otpp-item .chkout-room .header:hover {
    background-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.3) !important;
}
.ot_pp .otpp-checkout .otpp-item .chkout-room .header:hover h4 {
    color: var(--otpp-btn-hover-color) !important;
}
.ot_pp .otpp-checkout .otpp-item form legend {
    color: var(--otpp-heading-color);
}
.ot_pp .otpp-checkout .otpp-item .form-control {
    background-color: var(--otpp-input-bg);
    color: var(--otpp-body-color);
    padding: 0.75em;
    text-align: left;
}
.ot_pp .otpp-checkout .otpp-item .dropdown-toggle:after {
    display: none;
}
.ot_pp .otpp-checkout .otpp-item .dropdown-menu {
    width: 100%;
    min-width: auto;
}
.ot_pp .otpp-checkout .otpp-item .row {
    margin: 0 -6px;
}
.ot_pp .otpp-checkout .otpp-item .row>* {
    padding-right: 6px;
    padding-left: 6px;
}
.ot_pp .otpp-checkout .otpp-item .col-title {
    flex: 0 0 auto;
    width: 18.26%;
}
.ot_pp .otpp-checkout .otpp-item .col-f_name {
    flex: 0 0 auto;
    width: 34.6%;
}
.ot_pp .otpp-checkout .otpp-item .col-l_name {
    flex: 0 0 auto;
    width: 47.14%;
}
.ot_pp .otpp-checkout form .mdtry {
    color: var(--otpp-danger);
    font-weight: 600;
}
#cht-c-zip {
    max-width: 120px;
}
.ot_pp .chkout-p_cancel .row {
    border-bottom: var(--otpp-border-width) solid var(--otpp-border-color);
}
.ot_pp .chkout-p_cancel .row:last-child {
    border-bottom: 0
}
.ot_pp .otpp-checkout .otpp-item .chkout-p_cancel .col.price {
     flex: 0 0 66px;
}
.otpp-checkout .chkout_box {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-radius: var(--otpp-border-radius-lg);
    overflow: hidden;
}
.otpp-checkout .order-item {
    background-color: var(--otpp-white);
    border-bottom: 1px solid #e8e8e8;
}
.otpp-checkout .order-item .img {
    flex: 0 0 45.83%;
}
.otpp-checkout .order-item .info {
    flex: 0 0 54.17%;
}
.otpp-checkout .order-item .img .bg-img {
    width: 100%;
    padding-top: 70.3%;
    border-radius: var(--otpp-border-radius-lg);
}
.otpp-checkout .order-item .info p {
    color: var(--otpp-heading-color);
    line-height: 1.375em !important;
}
.ot_pp .otpp-checkout .order-dtls {
    background-color: rgba(255, 255, 255, 0.5);
}
.ot_pp .otpp-checkout .order-dtls h4,
.ot_pp .otpp-checkout .order-payinfo h4 {
    color: var(--otpp-secondary-color) !important;
}
.ot_pp .otpp-checkout .order-dtls .table,
.ot_pp .otpp-checkout .order-dtls .table td {
    background-color: transparent !important;
    color: rgba(var(--otpp-heading-color-rgb), 0.75);
}
.ot_pp .otpp-checkout .order-dtls .table td {
    box-shadow: none !important;
    padding: 0;
}
.ot_pp .otpp-checkout .order-dtls .table .table-group-divider {
    border-top: 1px solid #e8e8e8 !important;
}
.ot_pp .otpp-checkout .order-payinfo {
    border-top: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    background-color: rgba(255, 255, 255, 0.25);
}
.otpp-checkout .order-payment {
    background-color: var(--otpp-white);
}
/* =====  ⋮⋮⫸  end CHECKOUT page  */
/* =====  ⋮⋮⫸  TOUR page  */
.ot_pp.ot_pp-single_tour .container-fluid {
    width: 100%;
    max-width: 1236px;
}
.ot_pp.ot_pp-single_tour .header {
    padding-top: 5.25rem;
    padding-bottom: 3rem;
    background-color: var(--otpp-bg-box-1);
    border-bottom: 1px solid var(--otpp-border-color);
    text-align: center;
}
.ot_pp.ot_pp-single_tour .header h1 {
    padding-bottom: 1.125rem;
    font-size: 2.25em;
    color: var(--otpp-primary-text-emphasis);
    text-transform: uppercase;
    font-weight: 700;
}
.ot_pp.ot_pp-single_tour .main_info {
    gap: 24px 6%;
    padding-bottom: 2.25rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
}
.ot_pp.ot_pp-single_tour .main_info .col {
    flex: 0 0 auto;
    width: auto;
}
.ot_pp.ot_pp-single_tour .main_info ul {
    gap: 1.875rem;
}
.ot_pp.ot_pp-single_tour .main_info ul .icon {
    padding-right: 6px;
    color: var(--otpp-link-hover-color);
}
.ot_pp.ot_pp-single_tour .main_info .price {
    font-size: 1.5em;
}
.ot_pp.ot_pp-single_tour .main_info .price small {
    padding-right: 6px;
    font-size: 0.66em;
}
.ot_pp.ot_pp-single_tour .main_info .price .old_price {
    padding-left: 6px;
}
.ot_pp.ot_pp-single_tour .gallery {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    height: 548px;
}
.ot_pp.ot_pp-single_tour .large_img { grid-area: 1 / 1 / 3 / 3; }
.ot_pp.ot_pp-single_tour .img-md-1 { grid-area: 1 / 3 / 2 / 4; }
.ot_pp.ot_pp-single_tour .img-md-2 { grid-area: 2 / 3 / 3 / 4; }

.ot_pp.ot_pp-single_tour .gallery a.item {
    display: block;
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05);
}
.ot_pp.ot_pp-single_tour .gallery a.item:hover,
.ot_pp.ot_pp-single_tour .gallery a.item:active {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
.ot_pp.ot_pp-single_tour .gallery .more { 
    position: absolute;
    bottom: 0.875rem;
    right: 0.875rem;
}
.ot_pp.ot_pp-single_tour .main-content {
    padding-top: 3.75rem;
    padding-bottom: 6rem;
}
.ot_pp.ot_pp-single_tour .main-content .right.col {
    flex: 0 0 616px;
}
.ot_pp.ot_pp-single_tour .main-content .left.col {
    flex: 0 0 calc(100% - 616px);
}
.ot_pp.ot_pp-single_tour .left.col .item {
    padding-top: 2.25rem;
    padding-bottom: 1.5rem;
    padding-right: 10%;
}
.ot_pp.ot_pp-single_tour .main-content h2.title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem !important;
    font-size: 1.5em !important;
    text-transform: uppercase;
    letter-spacing: -.005em;
    font-weight: 500;
}
.ot_pp.ot_pp-single_tour .main-content h2.title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62px;
    height: 2px;
    background-color: var(--otpp-border-color);
    content: '';
}
.ot_pp.ot_pp-single_tour .left.col .item p {
    padding-top: 0.375rem;
}
.ot_pp.ot_pp-single_tour .left.col .item ul {
    list-style-type: circle;
    padding-left: 1.25rem;
}
.ot_pp.ot_pp-single_tour .left.col .item ul li {
    padding-bottom: 0.375rem;
}
.ot_pp.ot_pp-single_tour .left.col .item ul .inline {
    padding-left: 0.375rem;
}
.ot_pp.ot_pp-single_tour .booking_details_box {
    padding: 1.5rem 0.75rem;
    background-color: var(--otpp-tertiary-bg);
    border-radius: var(--otpp-border-radius-lg);
}
.ot_pp.ot_pp-single_tour .booking_details_box .row {
    gap: 12px 5%;
}
.ot_pp.ot_pp-single_tour .booking_details_box .col {
    width: auto;
}
.ot_pp.ot_pp-single_tour .info_list .list_item .label.col {
    flex: 0 0 32%;
}
.ot_pp.ot_pp-single_tour .info_list .list_item .label.col {
    color: #8d8ea6;
    font-weight: 700;
    letter-spacing: -.005em;
    font-size: 1.0625em;
}
.ot_pp.ot_pp-single_tour .left.col .item .info_list .list_item ul {
    list-style-type: none;
    padding-left: calc(var(--otpp-gutter-x) * .5);
    padding-bottom: calc(var(--otpp-gutter-x) * .75);
    font-weight: 500;
}
.ot_pp.ot_pp-single_tour .info_list .list_item .icon.fa-check {
    color: var(--otpp-success-text-emphasis);
}
.ot_pp.ot_pp-single_tour .info_list .list_item .icon.fa-ban {
    color: var(--otpp-danger);
}
.ot_pp.ot_pp-single_tour .right.col .box {
    padding: 2.25rem 1.5rem;
    background-color: var(--otpp-tertiary-bg);
    border-radius: var(--otpp-border-radius);
}
.ot_pp.ot_pp-single_tour .box .tgl_btn {
    --otpp-btn-font-size: 1.5em;
    --otpp-btn-font-weight: 500;
    --otpp-btn-color: var(--otpp-primary-text-emphasis);
    --otpp-btn-hover-color: var(--otpp-link-hover-color);
    --otpp-btn-active-color: var(--otpp-link-hover-color);
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1.875rem;
    line-height: var(--otpp-line-height-1_25);
    text-transform: uppercase;
    letter-spacing: var(--otpp-letter-sp--5);
    text-align: left;
}
.ot_pp.ot_pp-single_tour .box .tgl_btn span {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    background-color: var(--otpp-tertiary-bg);
}
.ot_pp.ot_pp-single_tour .box .tgl_btn:before {
    position: absolute;
    top: 50%;
    left: 2px;
    right: 0;
    height: 1px;
    background-color: var(--otpp-border-color);
    content: '';
}
.ot_pp.ot_pp-single_tour .box button.tgl_btn span.icon {
    display: block;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat no-repeat;
    background-position: right center;
    background-size: contain;
}
.ot_pp.ot_pp-single_tour .box button.tgl_btn[aria-expanded="false"] span.icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z' fill='%238d8ea6'/%3E%3C/svg%3E");
}
.ot_pp.ot_pp-single_tour .box button.tgl_btn[aria-expanded="true"] span.icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z' fill='%238d8ea6'/%3E%3C/svg%3E");
}
.ot_pp.ot_pp-single_tour .box .collapse {
    padding-bottom: 2.5rem;
}
.ot_pp.ot_pp-single_tour .box .collapse:last-of-type {
    padding-bottom: 0;
}
.ot_pp.ot_pp-single_tour .box .collapse h3 {
    margin-bottom: 0 !important;
    font-size: 1.0625em !important;
}
#ot_pp-tour_calendar .pignose-calendar {
    width: 100%;
    max-width: none;
    margin-bottom: 1.25rem;
    background-color: #fcfcfc;
    border-radius: var(--otpp-border-radius);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#ot_pp-tour_calendar .pignose-calendar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.125rem 0;
    background-color: transparent;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#ot_pp-tour_calendar .pignose-calendar-top .pignose-calendar-top-month,
#ot_pp-tour_calendar .pignose-calendar-top .pignose-calendar-top-year {
    display: inline;
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 1em;
    font-weight: 600;
    color: #8d8ea6;
    text-transform: none;
    letter-spacing: -.005em;
    text-transform: uppercase;
}
#ot_pp-tour_calendar .pignose-calendar-top .pignose-calendar-top-date {
    position: static;
    padding: 0;
}
#ot_pp-tour_calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev,
#ot_pp-tour_calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
    display: block;
    width: 66px;
    height: 48px;
    margin: 0;
    padding: 0;
    float: none;
    background-position: center center;
    background-size: 18px auto;
    background-repeat: no-repeat;
    text-indent: -9999em;
}
#ot_pp-tour_calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z' fill='%238d8ea6'/%3E%3C/svg%3E");
}
#ot_pp-tour_calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z' fill='%238d8ea6'/%3E%3C/svg%3E");
}
#ot_pp-tour_calendar .pignose-calendar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-top: 0;
}
#ot_pp-tour_calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
#ot_pp-tour_calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
    color: #6e7072;
    font-weight: 600;
}
#ot_pp-tour_calendar .pignose-calendar-header .pignose-calendar-week {
    width: 14.28%;
    height: auto;
    line-height: 1;
    float: none;
    color: #6e7072;
    font-weight: 600;
}
#ot_pp-tour_calendar .pignose-calendar-body {
    padding: 6px 0 12px;
}
#ot_pp-tour_calendar .pignose-calendar-body .pignose-calendar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#ot_pp-tour_calendar .pignose-calendar-unit {
    float: none;
    height: auto;
    padding: 2px 4px;
    line-height: 28px;
    margin-bottom: 6px;
    pointer-events: none;
}
#ot_pp-tour_calendar .pignose-calendar-unit.valid_date {
    pointer-events: auto;
}
#ot_pp-tour_calendar .pignose-calendar-unit a {
    width: 24px;
    height: 24px;
    color: rgba(var(--otpp-heading-color-rgb), 0.5) !important;
    font-size: .938em;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: background-color .1s ease,color .1s ease;
    transition: background-color .1s ease,color .1s ease;
}
#ot_pp-tour_calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    color: var(--otpp-heading-color) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#ot_pp-tour_calendar .pignose-calendar-unit.pignose-calendar-unit-active a,
#ot_pp-tour_calendar .pignose-calendar-unit a:hover,
#ot_pp-tour_calendar .pignose-calendar-unit a:active {
    color: var(--otpp-heading-color) !important;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#ot_pp-tour_calendar .pignose-calendar-unit.valid_date {
    background-color: #000 !important;
}
#ot_pp-tour_calendar .pignose-calendar-unit.valid_date a {
    color: #fff !important;
}
.ot_pp.ot_pp-single_tour .box .base_price .value {
    font-size: 1.125em;
    color: var(--otpp-primary-text-emphasis);
}
.ot_pp.ot_pp-single_tour .box .lang .col {
    flex: 0 0 auto;
    width: auto;
}
.ot_pp.ot_pp-single_tour .box .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23b7b7bb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    width: 100%;
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    background-color: #fefefe;
    border: 1px solid #cbcfd1;
    background-position: right 8px center;
    background-size: 10px 10px;
    box-shadow: none;
    color: var(--otpp-body-color);
    font-size: 1em;
    line-height: 1.375;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.ot_pp.ot_pp-single_tour .box .lang .form-select {
    width: 170px;
}
.ot_pp.ot_pp-single_tour .box .cancel_policies .table {
    --bs-table-bg: transparent;
    --bs-table-border-color: transparent;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--otpp-btn-color);
}
.ot_pp.ot_pp-single_tour .box .cancel_policies .table th,
.ot_pp.ot_pp-single_tour .box .cancel_policies .table td {
    padding: 0.375rem 0;
}
.ot_pp.ot_pp-single_tour .box .cancel_policies .table th {
    box-shadow: none;
    border-bottom: 1px solid #e9e9e9;
    color: #888181;
    font-size:.938em;
    font-weight: 500;
}
.ot_pp.ot_pp-single_tour .box .cancel_policies .table td {
    border: 0;
}
.ot_pp.ot_pp-single_tour .box .cancel_policies .table td:last-of-type {
    white-space: nowrap;
}
.ot_pp.ot_pp-single_tour .box .map iframe {
    display: block;
    width: 100%;
    height: 216px;
    border-radius: var(--otpp-border-radius-lg);
    overflow: hidden;
}
.ot_pp.ot_pp-single_tour .outro_box {
    margin-top: 3rem;
    padding: 1.875rem 1.5rem;
    border-radius: var(--otpp-border-radius-lg);
    background-color: var(--otpp-bg-box-1);
}
.ot_pp.ot_pp-single_tour .outro_box .row {
    --otpp-gutter-x: 3rem;
}
.ot_pp.ot_pp-single_tour .outro_box .col:first-child {
    flex: 0 0 calc(100% - 276px);
    text-align: right;
}
.ot_pp.ot_pp-single_tour .outro_box .col:last-child {
    flex: 0 0 276px;
}
.ot_pp.ot_pp-single_tour .outro_box .btn {
    display: block;
    padding-top: 1.0625em;
    padding-bottom: 1.0625em;
    letter-spacing: 0.01em;
}
/* =====  ⋮⋮⫸  end TOUR page  */