

:root {
    --primary-color: var(--theme-color);
    --primary-color-rgb: 0, 170, 160;
    --black-color: #000000;
    --black-color-rgb: 0, 0, 0;
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255
}

* {
    box-sizing: border-box
}

iframe {
    border: none
}

.wpte-admin-menu svg {
    vertical-align: -0.5em
}

html,body {
    overflow-x: clip
}

.required {
    color: #eb5757
}

.wpte-container {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto
}

.wpte-full {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important
}

.wpte-full.wpte-bg {
    background-color: #f9f9f9
}

@media(max-width: 1024px) {
    .trip-content-area {
        max-width:720px
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(0)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.wpte-button {
    text-decoration: none;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0);
    background-color: var(--wpte-primary-color, var(--primary-color));
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    transition: all .3s
}

.wpte-button.wpte-button-outline {
    background-color: rgba(0,0,0,0);
    color: var(--wpte-primary-color, var(--primary-color));
    border-color: var(--wpte-primary-color, var(--primary-color))
}

.wpte-button:hover {
    background-color: var(--wpte-primary-color, var(--primary-color));
    filter: brightness(0.8);
    color: #fff
}

.load-more-search {
    background: none;
    color: var(--wpte-primary-color, var(--primary-color));
    border: 1px solid var(--wpte-primary-color, var(--primary-color)) !important
}

.wte-button-group,.wpte-button-group {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px
}

.wte-check-button {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    background: none;
    border: 1px solid rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), 0.3);
    border-radius: 3px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--wpte-primary-color, var(--primary-color));
    padding: 14px 15px;
    margin: 0;
    cursor: pointer;
    transition: all .2s linear
}

.wte-check-button svg {
    width: 1em;
    height: 1em
}

.wte-check-button:hover {
    border-color: var(--wpte-primary-color, var(--primary-color));
    color: var(--wpte-primary-color, var(--primary-color))
}

.wte-check-button.checked {
    color: #fff;
    border-color: var(--wpte-primary-color, var(--primary-color));
    background: var(--wpte-primary-color, var(--primary-color))
}

@media(max-width: 575px) {
    .wte-check-button {
        padding:10px;
        flex-grow: 1
    }
}


button:disabled {
    opacity: .5 !important;
    cursor: not-allowed !important
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

button:disabled.btn-loading {
    opacity: .9;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

button:disabled.btn-loading::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    animation: spin 1s infinite linear;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden=%27true%27 focusable=%27false%27 data-prefix=%27fad%27 data-icon=%27spinner-third%27 role=%27img%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27 class=%27svg-inline--fa fa-spinner-third fa-w-16 fa-spin fa-lg%27%3E%3Cg class=%27fa-group%27%3E%3Cpath fill=%27%23cccccc36%27 d=%27M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z%27 class=%27fa-secondary%27%3E%3C/path%3E%3Cpath fill=%27%23ccc%27 d=%27M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z%27 class=%27fa-primary%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center
}

.lrf-tooltip {
    font-size: 13px;
    line-height: 1.5;
    color: #3e4b50
}

.wpte-bf-field {
    margin: 0 0 32px
}

.wpte-bf-field:last-of-type {
    margin: 0
}

.wpte-form-field {
    margin: 0 0 24px
}

.wpte-form-field label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42;
    margin: 0 0 6px
}

.wpte-form-field-divider {
    margin: 32px 0;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(15,29,35,.1);
    grid-column: 1/-1;
    width: 100%
}

@media(min-width: 768px) {
    .wpte-form-field.horizontal {
        display:flex;
        flex-wrap: wrap;
        gap: 6px
    }

    .wpte-form-field.horizontal label {
        margin: 0;
        flex: 0 0 31%;
        padding: 14px 0
    }

    .wpte-form-field.horizontal label+* {
        flex: 1
    }

    .wpte-form-field.horizontal .lrf-tooltip {
        width: 100%;
        padding-left: calc(31% + 6px)
    }
}

.wpte-form-fields-header {
    margin: 32px 0 24px;
    padding-top: 32px;
    border-top: 1px solid rgba(15,29,35,.1);
    grid-column: 1/-1
}

.wpte-form-fields-header .wpte-form-title {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.6 !important;
    margin: 0 !important
}

.wpte-form-fields-header .wpte-form-description {
    font-size: 14px;
    line-height: 1.7;
    margin: 4px 0 0;
    color: #3e4b50
}

.wpte-bf-radio,.wpte-bf-field.wpte-bf-radio {
    display: flex;
    flex-wrap: wrap
}

.wpte-bf-radio .wpte-bf-label,.wpte-bf-field.wpte-bf-radio .wpte-bf-label {
    color: rgba(var(--black-color-rgb), 0.8);
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px
}

.wpte-bf-radio .wpte-bf-radio-wrap,.wpte-bf-field.wpte-bf-radio .wpte-bf-radio-wrap {
    width: 100%;
    margin: 0 0 32px
}

.wpte-bf-radio .wpte-bf-radio-wrap:last-child,.wpte-bf-field.wpte-bf-radio .wpte-bf-radio-wrap:last-child {
    margin-bottom: 0
}

.lrf-toggle-box {
    width: 60px;
    height: 30px;
    background: rgba(var(--black-color-rgb), 0.1);
    border-radius: 50px;
    margin-left: 25px;
    line-height: 30px;
    text-align: center;
    padding: 0 7px;
    position: relative;
    cursor: pointer;
    transition: all ease .35s
}

.lrf-toggle-box::before {
    content: "";
    background: var(--white-color);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
    transition: all ease .35s
}

.lrf-toggle-box .lrf-chkbx-txt {
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: .15px;
    font-size: 12px;
    display: inline-block
}

.lrf-toggle-box .lrf-chkbx-txt:first-child {
    display: none
}

.lrf-toggle-box .lrf-chkbx-txt:last-child {
    float: right;
    color: var(--black-color)
}

.lrf-toggle-box.active {
    background: var(--wpte-primary-color, var(--primary-color))
}

.lrf-toggle-box.active::before {
    left: 32px
}

.lrf-toggle-box.active .lrf-chkbx-txt:first-child {
    display: block;
    float: left
}

.lrf-toggle-box.active .lrf-chkbx-txt:last-child {
    display: none
}


.wpte__form-row {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.wpte__form-row .wpte-form-field {
    margin: 0
}

@media(min-width: 768px) {
    .wpte__form-row {
        display:grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
    }

    .wpte__form-row.columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .wpte__form-row.columns-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .wpte__form-row.columns-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .wpte__form-row.columns-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .wpte__form-col.full {
        grid-column: 1/-1
    }
}


.category-trips-single-inner-wrap .splide {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0
}

.category-trips-single-inner-wrap .splide .splide__track,.category-trips-single-inner-wrap .splide .splide__list {
    height: 100%;
    width: 100%
}

.category-trips-single-inner-wrap .splide__arrow {
    height: 100%;
    padding: 0 8px;
    color: #fff;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    font-size: 24px;
    width: 80px;
    box-shadow: none;
    outline: none
}

@media(min-width: 768px) {
    .category-trips-single-inner-wrap .splide__arrow {
        opacity:0;
        visibility: hidden;
        transition: all .3s ease
    }
}

.category-trips-single-inner-wrap .splide__arrow.splide__arrow--prev {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
    justify-content: flex-start
}

.category-trips-single-inner-wrap .splide__arrow.splide__arrow--next {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    justify-content: flex-end
}

.category-trips-single-inner-wrap .splide__pagination {
    padding: 18px 0 12px !important;
    margin: 0 !important;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

@media(min-width: 768px) {
    .category-trips-single-inner-wrap .category-trip-fig:hover .splide__arrow {
        opacity:1;
        visibility: visible
    }
}

.wpte-trip-review-stars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px
}

.wpte-trip-review-stars .stars-group-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: 8px;
    max-width: unset !important;
    display: flex
}

.wpte-trip-review-stars .stars-group-wrapper svg {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    vertical-align: middle
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group svg path {
    fill: #ccc
}

.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group svg path {
    fill: #ebad34
}

.wpte-trip-review-stars .stars-group-wrapper>[class*=-group] {
    display: inline-flex;
    align-items: center;
    height: 22px;
    white-space: nowrap
}

.wpte-trip-review-stars .stars-group-wrapper>[class*=-group] svg:not(:last-child) {
    margin-right: 4px
}

.wpte-trip-review-stars .wpte-trip-review-count {
    font-size: 13px;
    line-height: 1;
    color: rgba(var(--font-color-rgb), 0.4);
    text-decoration: underline
}

.tippy-popper p {
    margin-top: 0;
    margin-bottom: 1em
}

.tippy-popper p:last-child {
    margin-bottom: 0
}

.tippy-popper .tippy-tooltip {
    font-size: 14px;
    transform: unset !important
}

.tippy-popper .tippy-tooltip .tippy-content {
    padding: 12px !important;
    background: none !important;
    border-radius: 5px
}

.tippy-popper .tippy-arrow {
    width: auto;
    height: auto
}

.tippy-popper[x-placement=top] .tippy-arrow {
    transform: translateY(1px)
}

.tippy-popper[x-placement=bottom] .tippy-arrow {
    transform: translateY(-1px)
}

.tippy-box[data-theme=light],.tippy-box .light-theme,.tippy-popper[data-theme=light],.tippy-popper .light-theme {
    color: #333;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.1607843137);
    border-radius: 8px
}

.tippy-box[x-placement=top] .light-theme .tippy-arrow,.tippy-box[x-placement=top][data-theme=light] .tippy-arrow,.tippy-box[data-placement=top] .light-theme .tippy-arrow,.tippy-box[data-placement=top][data-theme=light] .tippy-arrow,.tippy-popper[x-placement=top] .light-theme .tippy-arrow,.tippy-popper[x-placement=top][data-theme=light] .tippy-arrow,.tippy-popper[data-placement=top] .light-theme .tippy-arrow,.tippy-popper[data-placement=top][data-theme=light] .tippy-arrow {
    border-top-color: #fff
}

.tippy-box[x-placement=top] .light-theme .tippy-arrow::before,.tippy-box[x-placement=top][data-theme=light] .tippy-arrow::before,.tippy-box[data-placement=top] .light-theme .tippy-arrow::before,.tippy-box[data-placement=top][data-theme=light] .tippy-arrow::before,.tippy-popper[x-placement=top] .light-theme .tippy-arrow::before,.tippy-popper[x-placement=top][data-theme=light] .tippy-arrow::before,.tippy-popper[data-placement=top] .light-theme .tippy-arrow::before,.tippy-popper[data-placement=top][data-theme=light] .tippy-arrow::before {
    border-top-color: #fff
}

.tippy-box[x-placement=bottom] .light-theme .tippy-arrow,.tippy-box[x-placement=bottom][data-theme=light] .tippy-arrow,.tippy-box[data-placement=bottom] .light-theme .tippy-arrow,.tippy-box[data-placement=bottom][data-theme=light] .tippy-arrow,.tippy-popper[x-placement=bottom] .light-theme .tippy-arrow,.tippy-popper[x-placement=bottom][data-theme=light] .tippy-arrow,.tippy-popper[data-placement=bottom] .light-theme .tippy-arrow,.tippy-popper[data-placement=bottom][data-theme=light] .tippy-arrow {
    border-bottom-color: #fff
}

.tippy-box[x-placement=bottom] .light-theme .tippy-arrow::before,.tippy-box[x-placement=bottom][data-theme=light] .tippy-arrow::before,.tippy-box[data-placement=bottom] .light-theme .tippy-arrow::before,.tippy-box[data-placement=bottom][data-theme=light] .tippy-arrow::before,.tippy-popper[x-placement=bottom] .light-theme .tippy-arrow::before,.tippy-popper[x-placement=bottom][data-theme=light] .tippy-arrow::before,.tippy-popper[data-placement=bottom] .light-theme .tippy-arrow::before,.tippy-popper[data-placement=bottom][data-theme=light] .tippy-arrow::before {
    border-bottom-color: #fff
}

.ui-slider.ui-slider-horizontal {
    padding: 8px 0 !important;
    margin: 0 12px !important;
    border: none !important;
    position: relative;
    height: unset !important;
    background: none !important;
    z-index: 1
}

.ui-slider.ui-slider-horizontal::before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), 0.2);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1
}

.ui-slider.ui-slider-horizontal .ui-slider-range {
    height: 8px !important;
    border-radius: 4px !important;
    background: none;
    border: none;
    background-color: var(--wpte-primary-color, var(--primary-color));
    position: relative;
    transition: all .1s ease;
    top: 0 !important
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
    margin: 0 !important;
    box-sizing: border-box;
    outline: none;
    display: block;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: none !important;
    background-color: #fff !important;
    border: 2px solid var(--wpte-primary-color, var(--primary-color)) !important;
    position: absolute;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    cursor: pointer;
    box-shadow: 0px 8px 20px -2px rgba(15,29,35,.2392156863);
    transition: all .1s ease;
    z-index: 1
}

.ui-slider.ui-slider-horizontal .ui-slider-handle:hover {
    box-shadow: 0px 8px 20px -2px rgba(15,29,35,.2392156863),0 0 0 5px rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), 0.2)
}

.ui-slider.ui-slider-horizontal .ui-slider-handle:active {
    box-shadow: 0px 8px 20px -2px rgba(15,29,35,.2392156863),0 0 0 8px rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), 0.2)
}

.wrapper--style,.wte_enquiry_contact_form,.comment-respond {
    background-color: rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), 0.04);
    border-radius: 8px;
    padding: 32px 24px
}

.trip-post-content>p:first-child {
    margin-top: 0
}

.single-trip .trip-content-area>.row {
    margin: 0 -20px !important
}


.single-trip .widget-area {
    flex: 0 0 31%;
    width: 31%;
    max-width: 31%;
    padding: 0 20px !important
}

.single-trip .entry-header {
    padding-bottom: 24px !important;
    position: relative;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .single-trip .entry-header {
        min-height:100px;
        padding-right: 100px
    }
}

.single-trip .entry-header .entry-title {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2
}

@media(min-width: 768px) {
    .single-trip .entry-header .wte-title-duration {
        position:absolute;
        top: 0;
        right: 0;
        z-index: 1
    }
}

@media(min-width: 768px) {
    .single-trip .entry-header.has-night {
        padding-right:170px
    }
}

.single-trip .entry-header.has-night .wte-title-duration {
    right: 78px
}

.single-trip .entry-header.has-night .wte-title-duration.wte-duration-night {
    right: 0
}

.tab-content .overview {
    margin: 0 0 24px
}

.tab-content h2[class*=wpte],.tab-content .wte-fsd-list-header h2,.tab-content .trip-review-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.375;
    margin: 0 0 24px
}

.tab-content h3[class*=wpte],.tab-content h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 12px !important
}

.wp-travel-engine-itinerary-header,.wp-travel-engine-faq-tab-header {
    margin: 0 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.wp-travel-engine-itinerary-header .wpte-itinerary-title,.wp-travel-engine-itinerary-header .wpte-faqs-title,.wp-travel-engine-faq-tab-header .wpte-itinerary-title,.wp-travel-engine-faq-tab-header .wpte-faqs-title {
    margin: 0 !important
}

.accordion-tabs-toggle .rotator {
    position: absolute;
    top: 6px !important;
    right: 0;
    width: 20px !important;
    height: 20px !important;
    background-color: rgba(15,29,35,.48) !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M6 9L12 15L18 9%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M6 9L12 15L18 9%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all .3s ease
}

.accordion-tabs-toggle .rotator::before,.accordion-tabs-toggle .rotator::after {
    content: none !important
}

.accordion-tabs-toggle.active .rotator {
    background-color: var(--wpte-primary-color, var(--primary-color)) !important;
    transform: rotate(180deg) !important
}

.expand-all-button {
    display: inline-flex;
    align-items: center
}

.expand-all-button label {
    font-size: 16px;
    line-height: 1.75;
    margin-right: 8px;
    color: rgba(15,29,35,.64)
}

.expand-all-button input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 44px !important;
    height: 24px !important;
    flex: unset;
    border: none;
    border-radius: 12px;
    background-color: #f2f4f7;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
    cursor: pointer;
    margin: 0;
    transform: unset !important;
    box-shadow: none !important
}

.expand-all-button input[type=checkbox]::after {
    content: none
}

.expand-all-button input[type=checkbox]::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-mask: unset;
    mask: unset;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px !important;
    transform: unset;
    transition: all .3s ease;
    box-shadow: 0px 1px 2px 0px rgba(16,24,40,.0588235294),0px 1px 3px 0px rgba(16,24,40,.1019607843);
    z-index: 1
}

.expand-all-button input[type=checkbox]:checked {
    background-color: var(--wpte-primary-color, var(--primary-color)) !important
}

.expand-all-button input[type=checkbox]:checked::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-mask: unset;
    mask: unset;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px !important;
    transform: unset;
    transition: all .3s ease;
    box-shadow: 0px 1px 2px 0px rgba(16,24,40,.0588235294),0px 1px 3px 0px rgba(16,24,40,.1019607843);
    z-index: 1;
    left: 22px !important
}

.wte-title-duration {
    width: 70px;
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 2px rgba(0,0,0,.06),0px 0px 1px rgba(0,0,0,.04);
    background: #fff;
    border: 1px solid var(--wpte-primary-color, var(--primary-color))
}

.wte-title-duration .duration {
    font-size: 32px;
    font-weight: 500;
    line-height: auto;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--wpte-primary-color, var(--primary-color));
    color: #fff;
    border-bottom: 1px solid var(--wpte-primary-color, var(--primary-color))
}

.wte-title-duration .days {
    height: 30px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center
}

.wte-title-duration.wte-duration-night .duration {
    color: var(--wpte-primary-color, var(--primary-color));
    background-color: rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), 0.1)
}

.category-trips-single-inner-wrap .splide {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0
}

.category-trips-single-inner-wrap .splide .splide__track,.category-trips-single-inner-wrap .splide .splide__list {
    height: 100%;
    width: 100%
}

.category-trips-single-inner-wrap .splide__arrow {
    height: 100%;
    padding: 0 8px;
    color: #fff;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    font-size: 24px;
    width: 80px;
    box-shadow: none;
    outline: none
}

@media(min-width: 768px) {
    .category-trips-single-inner-wrap .splide__arrow {
        opacity:0;
        visibility: hidden;
        transition: all .3s ease
    }
}

.category-trips-single-inner-wrap .splide__arrow.splide__arrow--prev {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
    justify-content: flex-start
}

.category-trips-single-inner-wrap .splide__arrow.splide__arrow--next {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    justify-content: flex-end
}

.category-trips-single-inner-wrap .splide__pagination {
    padding: 18px 0 12px !important;
    margin: 0 !important;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

@media(min-width: 768px) {
    .category-trips-single-inner-wrap .category-trip-fig:hover .splide__arrow {
        opacity:1;
        visibility: visible
    }
}

.wte-trip-facts {
    padding-top: 32px;
    border-top: 1px solid rgba(15,29,35,.1019607843);
    margin-bottom: 32px
}

.wte-trip-facts .widget-title {
    margin: 0 0 24px;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.375
}

.trip-facts-value {
    padding: 0;
    margin: 0 !important;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 40px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.trip-facts-value li {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin: 0 !important
}

.trip-facts-value li svg,.trip-facts-value li img {
    width: 1em;
    height: 1em;
    font-size: inherit
}

.trip-facts-value li label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(15,29,35,.64)
}

.trip-facts-value li [class*=trip-facts-] .value {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    color: #0f1d23
}

.trip-facts-value li a:hover {
    color: var(--wpte-primary-color, var(--primary-color))
}

.trip-facts-value .icon-holder {
    flex: 0 0 40px;
    font-size: 40px;
    color: var(--wpte-icon-color, rgba(15, 29, 35, 0.48)) !important;
    display: flex;
    align-items: center;
    height: 1.5em;
    grid-row: span 2
}

.widget-area .wte-trip-facts {
    padding: 24px !important;
    border: 1px solid rgba(15,29,35,.1019607843);
    box-shadow: 0px 40px 40px -40px rgba(0,0,0,.1607843137);
    border-radius: 8px;
    background-color: #fff
}

.widget-area .wte-trip-facts .widget-title {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(15,29,35,.1);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    margin: -24px -24px 16px !important
}

.widget-area .trip-facts-value {
    grid-template-columns: 1fr;
    row-gap: 24px
}

.widget-area .trip-facts-value li {
    align-items: flex-start
}

.widget-area .trip-facts-value .icon-holder {
    font-size: 32px;
    align-self: flex-start
}


@media(min-width: 1025px) {
    button.wpte_price-toggle-btn-mb,button.wpte_price-toggle-btn-mb:focus {
        display: none
    }
}

.wpte-tabs-container {
    margin-bottom: 32px
}


.wpte-tabs-container .nb-configurations {
    padding: 24px 0 0
}

.wpte-tabs-container.wpte-tabs-scrollable .nb-configurations {
    display: block !important;
    padding: 32px 0
}

.wpte-tabs-container.wpte-tabs-scrollable .nb-configurations:not(:first-child) {
    border-top: 1px solid rgba(15,29,35,.1)
}

.wpte-tabs-container.wpte-tabs-scrollable .nb-configurations:last-child {
    padding-bottom: 0
}

.wpte-tabs-container .wpte-sticky-tab-mobile {
    display: none
}


.nav-tab-wrapper {
    border-bottom: 1px solid #eff1f5
}

.nav-tab-wrapper .tab-icon {
    display: flex;
    font-size: 18px
}

.nav-tab-wrapper .wte-tab-title {
    margin: 0 !important;
    font-size: inherit !important;
    font-weight: normal;
    height: 100%
}

.nav-tab-wrapper .tab-inner-wrapper {
    display: flex;
    overflow: hidden;
    gap: 40px
}

.nav-tab-wrapper .tab-inner-wrapper:hover {
    overflow-x: auto
}

.nav-tab-wrapper .tab-anchor-wrapper.nav-tab-active {
    border-bottom-color: #fff
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
    font-size: 16px;
    display: flex !important;
    align-items: center;
    text-align: center;
    padding: 16px 4px;
    border-bottom: 2px solid rgba(0,0,0,0);
    text-decoration: none;
    white-space: nowrap;
    gap: 8px;
    color: rgba(15,29,35,.56)
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab svg,.nav-tab-wrapper .tab-anchor-wrapper .nav-tab img {
    width: 1em;
    height: 1em
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active {
    color: var(--wpte-primary-color, var(--primary-color));
    border-bottom-color: var(--wpte-primary-color, var(--primary-color))
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab:hover {
    color: var(--wpte-primary-color, var(--primary-color))
}

@media(max-width: 767px) {
    .wpte-tabs-container.wpte-tabs-sticky .wpte-sticky-tab-mobile {
        display: none
    }

    .wpte-tabs-container .wpte-sticky-tab-mobile {
        border-bottom: 1px solid rgba(4,15,26,.1);
        overflow-x: auto
    }

    .wpte-tabs-container .wpte-sticky-tab-mobile .tab-anchor-wrapper {
        width: auto
    }

    .wpte-tabs-container .wpte-sticky-tab-mobile .tab-anchor-wrapper .nav-tab {
        padding-right: 16px;
        border-bottom: 1px solid rgba(0,0,0,0) !important;
        color: inherit;
        text-decoration: none;
        box-shadow: none !important
    }

    .wpte-tabs-container .wpte-sticky-tab-mobile .tab-anchor-wrapper .nav-tab::after {
        content: none !important
    }

    .wpte-tabs-container .wpte-sticky-tab-mobile .tab-anchor-wrapper .nav-tab.nav-tab-active {
        border-bottom-color: var(--wpte-primary-color, var(--primary-color)) !important;
        color: var(--wpte-primary-color, var(--primary-color))
    }
}

.wpte-trip-highlights {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style: none
}

.wpte-trip-highlights:last-child {
    margin-bottom: 0
}

.wpte-trip-highlights li {
    line-height: 1.5;
    position: relative;
    padding-left: 32px;
    margin: 0 0 12px !important
}

.wpte-trip-highlights li:last-child {
    margin: 0 !important
}

.wpte-trip-highlights li::before {
    font-size: 20px;
    content: "";
    width: 1em;
    height: 1em;
    background-color: var(--wpte-icon-color, var(--primary-color));
    -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3423_5452%29%27%3E%3Cpath d=%27M18.3333 9.23818V10.0049C18.3323 11.8019 17.7504 13.5504 16.6745 14.9897C15.5985 16.429 14.0861 17.4819 12.3628 17.9914C10.6395 18.501 8.79772 18.4398 7.11206 17.817C5.42641 17.1942 3.98722 16.0433 3.00914 14.5357C2.03106 13.0282 1.5665 11.2449 1.68474 9.45178C1.80297 7.65866 2.49768 5.95179 3.66524 4.58575C4.8328 3.2197 6.41066 2.26767 8.1635 1.87164C9.91633 1.47561 11.7502 1.6568 13.3917 2.38818M18.3333 3.33341L10 11.6751L7.50001 9.17508%27 stroke=%27%230C68E9%27 stroke-width=%271.67%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3423_5452%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3423_5452%29%27%3E%3Cpath d=%27M18.3333 9.23818V10.0049C18.3323 11.8019 17.7504 13.5504 16.6745 14.9897C15.5985 16.429 14.0861 17.4819 12.3628 17.9914C10.6395 18.501 8.79772 18.4398 7.11206 17.817C5.42641 17.1942 3.98722 16.0433 3.00914 14.5357C2.03106 13.0282 1.5665 11.2449 1.68474 9.45178C1.80297 7.65866 2.49768 5.95179 3.66524 4.58575C4.8328 3.2197 6.41066 2.26767 8.1635 1.87164C9.91633 1.47561 11.7502 1.6568 13.3917 2.38818M18.3333 3.33341L10 11.6751L7.50001 9.17508%27 stroke=%27%230C68E9%27 stroke-width=%271.67%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3423_5452%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 1em 1em;
    mask-size: 1em 1em;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.itinerary {
    padding: 12px 0
}

.itinerary .wte-itinerary-head-wrap {
    position: relative;
    cursor: pointer
}

.itinerary .wte-itinerary-head-wrap::after {
    content: "";
    display: block;
    clear: both
}

.itinerary-row {
    padding: 0 0 24px !important;
    margin: 0 0 24px 64px !important;
    position: relative !important;
    border: none !important;
    border-bottom: 1px solid rgba(4,15,26,.1) !important
}

.itinerary-row:not(:last-child)::before {
    width: 0;
    height: 100%;
    border-left: 1px dashed rgba(15,29,35,.1);
    background: none;
    position: absolute;
    top: 0px;
    left: -40px !important
}

.itinerary-row::before {
    content: "" !important
}

.itinerary-row:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important
}

.itinerary-row .title,.itinerary-row .itinerary-title {
    font-size: 18px !important;
    line-height: 1.66;
    color: #0f1d23 !important;
    font-weight: 600 !important;
    margin: 0 !important
}

.itinerary-row .title {
    position: relative;
    white-space: nowrap;
    margin-right: 4px !important;
    float: left
}

.itinerary-row .title::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--wpte-primary-color, var(--primary-color));
    background-color: #fff;
    position: absolute;
    left: -40px;
    top: 14px;
    transform: translate(-50%, -50%)
}

.itinerary-row .itinerary-content>*:first-child:not(.itinerary-title) {
    margin-top: 24px
}

.itinerary-row .itinerary-content ul{
    list-style-type: disc;
    padding-left: 18px;
}
.itinerary-row .itinerary-content ul li{
    display: list-item;
    margin-bottom: 8px;
    list-style: disc;
}

@media(max-width: 767px) {
    .itinerary-row .itinerary-content .content img {
        float:none
    }
}

.itinerary-row:first-child .title::before,.itinerary-row.advanced-itinerary-row:first-child .title::before,.itinerary-row:last-child .title::before {
    width: 48px;
    height: 48px;
    background: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 12.5C13.6569 12.5 15 11.1569 15 9.5C15 7.84315 13.6569 6.5 12 6.5C10.3431 6.5 9 7.84315 9 9.5C9 11.1569 10.3431 12.5 12 12.5Z%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12 22C14 18 20 15.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 15.4183 10 18 12 22Z%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: 24px;
    background-color: var(--wpte-primary-color, var(--primary-color))
}

.itinerary-row:not(:last-child)::before {
    height: calc(100% + 32px)
}

.itinerary-row .accordion-tabs-toggle {
    border: none;
    flex-grow: 1;
    padding: 0 !important;
    text-decoration: none
}

.itinerary-row .accordion-tabs-toggle>.itinerary-title {
    padding: 0 32px 0 0
}

.itinerary-row .accordion-tabs-toggle::after {
    content: none !important
}

.itinerary .itinerary-content {
    display: block;
    overflow: hidden;
    transition: all .3s ease;
    will-change: max-height
}
.itinerary .itinerary-content p{
    margin-bottom: 0;
}
.itinerary .itinerary-content br{
    display: none;
}
.itinerary .itinerary-content .mCustomScrollBox {
    height: auto
}

.itinerary .itenary-detail-gallery {
    clear: both;
    margin-top: 24px
}

.itinerary .itenary-detail-gallery a {
    vertical-align: top;
    width: 230px;
    height: 150px;
    margin-right: 8px;
    border-radius: 8px;
    overflow: hidden
}

.itinerary .itenary-detail-gallery a::before {
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.itinerary .itenary-detail-gallery a:hover::before {
    background-size: 32px !important
}

.itinerary .itenary-detail-gallery .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin: 0;
    font-size: 0
}

.itinerary .itenary-detail-gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.itinerary .itinerary-detail-additional-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px !important
}

.itinerary .itinerary-detail-additional-info [class*=itinerary-] {
    border-right: none;
    color: #0f1d23;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 2;
    font-weight: 600
}

.itinerary .itinerary-detail-additional-info [class*=itinerary-] .itinierary-icon-wrap {
    display: flex;
    align-items: center;
    height: 1.5em;
    color: var(--wpte-icon-color, var(--primary-color))
}

.itinerary .itinerary-detail-additional-info [class*=itinerary-] a {
    text-decoration: none;
    color: inherit
}

.itinerary .itinerary-detail-additional-info [class*=itinerary-] a:hover {
    color: var(--wpte-primary-color, var(--primary-color))
}

.itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label a {
    display: inline-flex;
    align-items: center
}

.itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label a:hover span {
    color: var(--wpte-primary-color, var(--primary-color))
}

.itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label span {
    position: static;
    margin-left: 4px
}

.cost ul {
    margin: 0 0 24px !important;
    padding: 0;
    list-style: none
}

.cost ul li {
    margin: 0 0 12px !important;
    padding-left: 32px;
    position: relative;
    line-height: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    color: rgba(15,29,35,.64)
}

.cost ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 1.75em
}

.cost ul#include-result li::before {
    background: #43a32d;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3641_2938%29%27%3E%3Cpath d=%27M6.25 10.0001L8.75 12.5001L13.75 7.50008M18.3333 10.0001C18.3333 14.6025 14.6024 18.3334 10 18.3334C5.39763 18.3334 1.66667 14.6025 1.66667 10.0001C1.66667 5.39771 5.39763 1.66675 10 1.66675C14.6024 1.66675 18.3333 5.39771 18.3333 10.0001Z%27 stroke=%27%2312B76A%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3641_2938%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3641_2938%29%27%3E%3Cpath d=%27M6.25 10.0001L8.75 12.5001L13.75 7.50008M18.3333 10.0001C18.3333 14.6025 14.6024 18.3334 10 18.3334C5.39763 18.3334 1.66667 14.6025 1.66667 10.0001C1.66667 5.39771 5.39763 1.66675 10 1.66675C14.6024 1.66675 18.3333 5.39771 18.3333 10.0001Z%27 stroke=%27%2312B76A%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3641_2938%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
    -webkit-mask-size: 1em 1em;
    mask-size: 1em 1em
}

.cost ul#exclude-result {
    margin-bottom: 0 !important
}

.cost ul#exclude-result li::before {
    background: #d80808;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3641_3079%29%27%3E%3Cpath d=%27M12.5 7.50008L7.5 12.5001M7.5 7.50008L12.5 12.5001M18.3333 10.0001C18.3333 14.6025 14.6024 18.3334 10 18.3334C5.39763 18.3334 1.66667 14.6025 1.66667 10.0001C1.66667 5.39771 5.39763 1.66675 10 1.66675C14.6024 1.66675 18.3333 5.39771 18.3333 10.0001Z%27 stroke=%27%23F04438%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3641_3079%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3641_3079%29%27%3E%3Cpath d=%27M12.5 7.50008L7.5 12.5001M7.5 7.50008L12.5 12.5001M18.3333 10.0001C18.3333 14.6025 14.6024 18.3334 10 18.3334C5.39763 18.3334 1.66667 14.6025 1.66667 10.0001C1.66667 5.39771 5.39763 1.66675 10 1.66675C14.6024 1.66675 18.3333 5.39771 18.3333 10.0001Z%27 stroke=%27%23F04438%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3641_3079%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
    -webkit-mask-size: 1em 1em;
    mask-size: 1em 1em
}

.wp-travel-engine-faq-tab-content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wp-travel-engine-faq-tab-header {
    margin-bottom: 24px
}

.faq-row {
    border: 1px solid rgba(15,29,35,.1);
    padding: 24px;
    border-radius: 8px
}

.faq-row .accordion-tabs-toggle {
    text-decoration: none;
    color: rgba(6,22,38,.8);
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
    padding-right: 24px;
    display: block;
    border: none;
    cursor: pointer
}

.faq-row .accordion-tabs-toggle .rotator {
    top: 4px !important
}

.faq-row .accordion-tabs-toggle.active {
    color: var(--wpte-primary-color, var(--primary-color))
}
.faq-row .faq-content{
    padding-top: 16px;
}
.faq-row .faq-content p {
    margin: 0 0;
    line-height:1.2;
}
.faq-row .faq-content ul{
    padding: 0;
    margin: 0;
}
.faq-row .faq-content li{
    margin: 0 0;
    line-height:1.2;
}
.faq-row .faq-content  br{
    display: none;
}
.faq-row .faq-content p:first-child,.faq-row .faq-content p:last-child {
    margin: 0
}

.trip-map {
    border-radius: 4px;
    overflow: hidden
}

.trip-map iframe,.trip-map img {
    width: 100%;
    vertical-align: top;
    border-radius: 8px
}

.trip-map img {
    height: auto
}

.trip-map+.trip-map {
    margin-top: 16px
}

.review-wrap {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(15,29,35,.1)
}

.review-wrap .review-sub-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 16px
}

@media(min-width: 768px) {
    .review-wrap .review-sub-wrap>div:first-child {
        padding-right:32px
    }

    .review-wrap .review-sub-wrap>div:nth-child(2) {
        padding-left: 32px;
        padding-right: 32px;
        border-left: 1px solid rgba(15,29,35,.1);
        border-right: 1px solid rgba(15,29,35,.1)
    }

    .review-wrap .review-sub-wrap>div:last-child {
        padding-left: 32px
    }
}

.review-wrap .total-review-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px
}

.review-wrap .total-review-wrap .average-rating-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: #0f1d23
}

.review-wrap .total-review-wrap .trip-review-total-reviews {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    color: #0f1d23
}

.review-wrap .wte-btn-response-review {
    text-decoration: none;
    display: inline-block;
    padding: 15px 32px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.23;
    color: var(--wpte-primary-color, var(--primary-color));
    border-radius: 100px;
    border: 2px solid var(--wpte-primary-color, var(--primary-color));
    background: rgba(0,0,0,0);
    transition: all .3s ease
}

.review-wrap .wte-btn-response-review:hover {
    background: var(--wpte-primary-color, var(--primary-color));
    color: #fff;
    text-decoration: none
}

.review-wrap .trip-review-title {
    display: block !important;
    width: 100%
}

.review-wrap .trip-review-title b {
    font-weight: inherit
}

.review-wrap .average-rating {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.review-wrap .average-rating .emoji {
    margin-bottom: 8px !important
}

.review-wrap .average-rating .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    margin: 0 2px
}

.review-wrap .average-rating .average-rating-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: #0f1d23;
    margin: 0 0 4px
}

.review-wrap .average-rating .aggregate-rating {
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #0f1d23
}

.review-wrap .average-rating .aggregate-rating .stars {
    flex-flow: row wrap !important;
    gap: 16px;
    margin-bottom: 4px !important
}

.review-wrap .average-rating .aggregate-rating .stars .rating-star {
    margin: 0 !important
}

.review-wrap .average-rating .aggregate-rating>span:not(.stars,.review-based-on-wrap) {
    color: var(--wpte-primary-color, var(--primary-color));
    text-decoration: underline
}

@media(max-width: 767px) {
    .review-wrap .overall-rating-wrap {
        width:100%;
        padding: 40px 0 0;
        margin-top: 40px;
        border-left: 0;
        border-top: 1px solid rgba(0,0,0,.1)
    }
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 0 2px;
    padding: 2px 0
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap:last-child {
    margin-bottom: 0
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .review-emoji-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-right: 12px
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .trip-review-rating-value {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #0f1d23;
    margin-right: 8px
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .trip-review-rating-star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .trip-review-rating-star svg {
    width: 16px;
    height: 16px
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .trip-review-response-text {
    display: none
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar {
    position: static;
    height: 8px;
    border-radius: 50px;
    margin: 0;
    background: none;
    width: 100%;
    transform: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #0f1d23;
    display: flex;
    align-items: center;
    gap: 8px
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner {
    position: static !important;
    height: 8px;
    border-radius: 50px !important;
    min-width: 7px
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(1) .rating-bar-inner {
    background-color: #03a63c
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(2) .rating-bar-inner {
    background-color: #99d700
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(3) .rating-bar-inner {
    background-color: #fcd600
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(4) .rating-bar-inner {
    background-color: #ffa100
}

.review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(5) .rating-bar-inner {
    background-color: #f56a3c
}

.review-wrap ol.comment-list {
    width: 100%;
    margin-top: 24px !important
}

.review-wrap ol.comment-list ul {
    list-style: none;
    margin-left: 24px;
    cursor: pointer
}

@media(min-width: 768px) {
    .review-wrap ol.comment-list ul {
        margin-left:32px
    }
}

.review-wrap ol.comment-list .comment-author {
    float: left;
    margin-right: 16px
}

.review-wrap ol.comment-list .comment-author img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: top
}

@media(max-width: 767px) {
    .review-wrap ol.comment-list .comment-author img {
        width:48px;
        height: 48px
    }
}

.review-wrap ol.comment-list .comment-reply-link {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--wpte-primary-color, var(--primary-color));
    display: inline-flex;
    align-items: center;
    padding: 0;
    gap: 4px;
    margin-top: 8px;
    text-decoration: none !important;
    border-bottom: 1px solid;
    border-radius: 0;
    transition: all .3s ease
}

.review-wrap ol.comment-list .comment-reply-link::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 14L4 9M4 9L9 4M4 9H10.4C13.7603 9 15.4405 9 16.7239 9.65396C17.8529 10.2292 18.7708 11.1471 19.346 12.2761C20 13.5595 20 15.2397 20 18.6V20%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 14L4 9M4 9L9 4M4 9H10.4C13.7603 9 15.4405 9 16.7239 9.65396C17.8529 10.2292 18.7708 11.1471 19.346 12.2761C20 13.5595 20 15.2397 20 18.6V20%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A") no-repeat center;
    -webkit-mask-size: 100%;
    mask-size: 100%
}

.review-wrap ol.comment-list .comment-reply-link:hover {
    border-color: rgba(0,0,0,0)
}

.review-wrap ol.comment-list .comment-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    display: block;
    clear: both;
    margin-top: 16px
}

.review-wrap ol.comment-list .comment-content {
    margin-top: 16px
}

.review-wrap ol.comment-list li {
    padding: 24px !important;
    border: 1px solid rgba(15,29,35,.1019607843);
    border-radius: 8px;
    position: relative
}

.review-wrap ol.comment-list li:not(:last-child) {
    margin: 0 0 24px !important
}

.review-wrap ol.comment-list li .wte-review-verified-text {
    position: absolute;
    top: 24px;
    right: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #12b76a;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.review-wrap ol.comment-list li .wte-review-verified-text::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0_3884_2694%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2724%27 height=%2724%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_3884_2694%29%27%3E%3Cpath d=%27M8.6 22.5L6.7 19.3L3.1 18.5L3.45 14.8L1 12L3.45 9.2L3.1 5.5L6.7 4.7L8.6 1.5L12 2.95L15.4 1.5L17.3 4.7L20.9 5.5L20.55 9.2L23 12L20.55 14.8L20.9 18.5L17.3 19.3L15.4 22.5L12 21.05L8.6 22.5ZM10.95 15.55L16.6 9.9L15.2 8.45L10.95 12.7L8.8 10.6L7.4 12L10.95 15.55Z%27 fill=%27%2312B76A%27/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
    background-size: 100%
}

@media(max-width: 767px) {
    .review-wrap ol.comment-list li .wte-review-verified-text {
        top:6px;
        right: 10px;
        font-size: 14px;
        gap: 4px
    }

    .review-wrap ol.comment-list li .wte-review-verified-text::before {
        width: 16px;
        height: 16px
    }
}

.review-wrap ol.comment-list li .trip-comment-content {
    position: relative;
    margin-top: 0
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating {
    display: block !important
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating .url,.review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta {
    font-size: 16px;
    color: #566267;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating .url strong,.review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta strong {
    color: #0f1d23
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-client-location {
    margin-right: 0;
    color: #566267
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta {
    padding-left: 14px;
    position: relative
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars {
    padding: 0
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars .jq-ry-group-wrapper {
    margin: 0 -5px;
    width: auto
}

.review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars .jq-ry-group svg {
    margin: 0 5px
}

.review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link {
    width: 114px;
    height: 80px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 3px
}

.review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(6,22,38,.8);
    background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M15.0004 9.99942H12.0004V6.99942C12.0004 6.7342 11.895 6.47985 11.7075 6.29231C11.52 6.10477 11.2656 5.99942 11.0004 5.99942C10.7352 5.99942 10.4808 6.10477 10.2933 6.29231C10.1058 6.47985 10.0004 6.7342 10.0004 6.99942V9.99942H7.00039C6.73518 9.99942 6.48082 10.1048 6.29329 10.2923C6.10575 10.4798 6.00039 10.7342 6.00039 10.9994C6.00039 11.2646 6.10575 11.519 6.29329 11.7065C6.48082 11.8941 6.73518 11.9994 7.00039 11.9994H10.0004V14.9994C10.0004 15.2646 10.1058 15.519 10.2933 15.7065C10.4808 15.8941 10.7352 15.9994 11.0004 15.9994C11.2656 15.9994 11.52 15.8941 11.7075 15.7065C11.895 15.519 12.0004 15.2646 12.0004 14.9994V11.9994H15.0004C15.2656 11.9994 15.52 11.8941 15.7075 11.7065C15.895 11.519 16.0004 11.2646 16.0004 10.9994C16.0004 10.7342 15.895 10.4798 15.7075 10.2923C15.52 10.1048 15.2656 9.99942 15.0004 9.99942ZM21.7104 20.2894L18.0004 16.6094C19.4405 14.8138 20.1379 12.5347 19.9492 10.2407C19.7605 7.94672 18.7001 5.8122 16.9859 4.27606C15.2718 2.73992 13.0342 1.91893 10.7333 1.98189C8.43243 2.04485 6.24311 2.98698 4.61553 4.61456C2.98795 6.24214 2.04582 8.43145 1.98286 10.7323C1.9199 13.0332 2.7409 15.2708 4.27704 16.9849C5.81318 18.6991 7.94769 19.7595 10.2417 19.9482C12.5357 20.1369 14.8148 19.4395 16.6104 17.9994L20.2904 21.6794C20.3834 21.7731 20.494 21.8475 20.6158 21.8983C20.7377 21.9491 20.8684 21.9752 21.0004 21.9752C21.1324 21.9752 21.2631 21.9491 21.385 21.8983C21.5068 21.8475 21.6174 21.7731 21.7104 21.6794C21.8906 21.493 21.9914 21.2438 21.9914 20.9844C21.9914 20.7251 21.8906 20.4759 21.7104 20.2894ZM11.0004 17.9994C9.61592 17.9994 8.26255 17.5889 7.1114 16.8197C5.96026 16.0505 5.06305 14.9573 4.53324 13.6782C4.00342 12.3991 3.8648 10.9917 4.1349 9.63378C4.40499 8.27592 5.07168 7.02864 6.05065 6.04967C7.02961 5.0707 8.27689 4.40402 9.63476 4.13392C10.9926 3.86382 12.4001 4.00245 13.6792 4.53226C14.9583 5.06207 16.0515 5.95928 16.8207 7.11042C17.5899 8.26157 18.0004 9.61495 18.0004 10.9994C18.0004 12.8559 17.2629 14.6364 15.9501 15.9492C14.6374 17.2619 12.8569 17.9994 11.0004 17.9994Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease
}

.review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link:hover::before {
    visibility: visible;
    opacity: 1
}

.review-wrap ol.comment-list li .trip-comment-content .comment-experience-date {
    margin-top: 16px;
    font-size: 14px;
    color: rgba(6,22,38,.4)
}

.review-wrap ol.comment-list li .trip-comment-content .comment-experience-date .experience-date-text {
    font-weight: normal;
    color: rgba(6,22,38,.8)
}

.review-wrap ol.comment-list li .client-intro-sc .client-intro-rght .comment-indvidual-rating>.jq-ry-group-wrapper>.jq-ry-group>svg {
    fill: #ebad34
}

.comment-respond .comment-reply-title {
    margin: 0 0 8px
}

.comment-respond a {
    text-decoration: none;
    color: var(--wpte-primary-color, var(--primary-color))
}

.comment-respond a:hover {
    text-decoration: underline
}

.comment-respond .rating-form {
    padding: 0;
    margin: 0;
    border: none;
    background: none
}

.comment-respond .rating-form legend {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px !important
}

.comment-respond .rating-form .review-sub-wrap-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
    width: 100%
}

.comment-respond .rating-form .logged-in-as {
    color: #566267;
    margin: 0 0 24px
}

.comment-respond .rating-form label:not([for=wp-comment-cookies-consent],.error) {
    display: none !important;
    margin: 0 24px 8px 0
}

.comment-respond .rating-form label.error {
    color: #f04438;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0 0
}

.comment-respond .rating-form label.error::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.9998 8.99999V13M11.9998 17H12.0098M10.6151 3.89171L2.39019 18.0983C1.93398 18.8863 1.70588 19.2803 1.73959 19.6037C1.769 19.8857 1.91677 20.142 2.14613 20.3088C2.40908 20.5 2.86435 20.5 3.77487 20.5H20.2246C21.1352 20.5 21.5904 20.5 21.8534 20.3088C22.0827 20.142 22.2305 19.8857 22.2599 19.6037C22.2936 19.2803 22.0655 18.8863 21.6093 18.0983L13.3844 3.89171C12.9299 3.10654 12.7026 2.71396 12.4061 2.58211C12.1474 2.4671 11.8521 2.4671 11.5935 2.58211C11.2969 2.71396 11.0696 3.10655 10.6151 3.89171Z%27 stroke=%27%23F04438%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    display: inline-block
}

.comment-respond .rating-form .review-title-rating .comment-form-wte-trip-review-rating {
    margin-top: 0 !important
}

.comment-respond .rating-form .review-title-rating .comment-form-wte-trip-review-rating label {
    display: inline-block !important;
    margin: 0 16px 0 0 !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
    color: #566267
}

.comment-respond .rating-form>*,.comment-respond .rating-form .review-title-rating>* {
    margin: 0 0 20px
}

.comment-respond .rating-form>*:last-child,.comment-respond .rating-form .review-title-rating>*:last-child {
    margin: 0
}

.comment-respond .rating-form .review-combined-field {
    padding-top: 20px;
    border-top: 1px solid rgba(15,29,35,.1);
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.comment-respond .rating-form .review-combined-field .comment-form-avatar-wrapper {
    width: 100%
}

.comment-respond .rating-form .review-combined-field .dropzone {
    all: unset;
    flex: 0 0 130px
}

.comment-respond .rating-form .review-combined-field .dropzone .fallback-icon {
    margin: 0 0 12px;
    color: var(--wpte-primary-color, var(--primary-color))
}

.comment-respond .rating-form .review-combined-field .dropzone .fallback-icon svg {
    vertical-align: top
}

.comment-respond .rating-form .review-combined-field .dropzone .upload-text,.comment-respond .rating-form .review-combined-field .dropzone .dz-remove {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: var(--wpte-primary-color, var(--primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.comment-respond .rating-form .review-combined-field .dropzone .dz-default {
    margin: 0
}

.comment-respond .rating-form .review-combined-field .dropzone .dz-preview {
    background: none;
    margin: 0
}

.comment-respond .rating-form .review-combined-field .dropzone .dz-preview .dz-image {
    border-radius: 50%;
    margin: 0 0 12px
}

.comment-respond .rating-form .review-combined-field .review-combined-field-inner {
    flex: 1
}

.comment-respond .rating-form .review-combined-field .review-combined-field-inner p {
    margin: 0 0 20px
}

.comment-respond .rating-form .review-combined-field .review-combined-field-inner p:last-child {
    margin: 0
}

@media(max-width: 767px) {
    .comment-respond .rating-form .review-combined-field {
        justify-content:center
    }

    .comment-respond .rating-form .review-combined-field .review-combined-field-inner {
        width: 100%;
        flex: 0 0 100%;
        margin: 20px 0 0
    }
}

.comment-respond .rating-form p.comment-form-photo-gallery {
    margin: 0 0 8px
}

.comment-respond .rating-form .form-submit {
    margin: 0
}

.comment-respond .comment-form-wte-trip-review-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.comment-respond .comment-form-wte-trip-review-rating label {
    margin-bottom: 0
}

.comment-respond .comment-form-wte-trip-review-rating .wte-trip-review-rating {
    padding: 0 !important;
    background: none;
    border: none;
    width: auto
}

.comment-respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container {
    padding: 0;
    font-size: 30px;
    width: auto !important
}

.comment-respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container .jq-ry-group-wrapper {
    display: inline-block;
    width: auto;
    margin: 0 -5px
}

.comment-respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container svg {
    width: 1em;
    height: 1em;
    margin: 0 5px !important;
    fill: #ebad34
}

.comment-respond .dropzone .dz-button .wte-reviews-dropzone-placeholder span {
    color: var(--wpte-primary-color, var(--primary-color)) !important
}


.wte-related-trips-wrapper {
    margin: 64px 0 0
}

.wte-related-trips-wrapper .wte-related-trips__heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.375;
    margin: 0 0 24px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: unset !important
}

.category-grid,[class*=wte-col-]:not(.category-list),.wte-category-outer-wrap .category-main-wrap.category-grid,.single-trip .wte-related-trips.category-grid {
    --gap: 30px;
    display: flex;
    flex-wrap: wrap;
    width: unset !important;
    gap: var(--gap);
    margin: 0 !important
}


body.wpte-cc-sticky-converter #wte-cc-currency-list-container .wte-cc-currency-list-display {
    background-color: var(--wpte-primary-color, var(--primary-color));
    border-radius: 8px 0 0 8px
}

body.wpte-cc-sticky-converter #wte-cc-currency-list-container .wte-cc-currency-list-display .list {
    border-color: rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), 0.3)
}

body.wpte-cc-sticky-converter #wte-cc-currency-list-container .wte-cc-currency-list-display .list .option.focus {
    background-color: rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), 0.1)
}

@media(max-width: 1199px) {
    .wte-process-tab-controller {
        align-items:center;
        gap: 16px
    }
}

@media(max-width: 1024px) {
    .single-trip .widget-area {
        margin-top: 32px
    }

    .itinerary-row .title,.itinerary-row .itinerary-title {
        font-size: 16px
    }

    .review-wrap .review-sub-wrap {
        grid-template-columns: repeat(1, 1fr)
    }

    .review-wrap .overall-rating-wrap,.review-wrap .average-rating {
        padding: 24px 0 0;
        margin-top: 24px;
        border-top: 1px solid rgba(15,29,35,.1)
    }

    .review-wrap ol.comment-list .comment-title {
        padding-right: 0px
    }

    .review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta {
        position: static
    }

    .wpte-tabs-container {
        padding: 0
    }

    .wpte-tabs-container .nb-configurations {
        padding: 24px 0 !important
    }

    .nav-tab-wrapper {
        padding: 0;
        border-bottom: none
    }


    .nav-tab-wrapper .tab-anchor-wrapper {
        margin: 0;
        width: 100%
    }

    .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
        position: relative;
        flex-direction: row;
        border-color: rgba(4,15,26,.1);
        justify-content: flex-start;
        padding-right: 32px
    }

    .nav-tab-wrapper .tab-anchor-wrapper .nav-tab .tab-icon {
        margin-right: 8px !important;
        margin-bottom: 0
    }

    .nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after {
        content: "" !important;
        position: absolute;
        top: 7px;
        right: 10px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/%3E%3C/svg%3E") center center no-repeat;
        width: 15px;
        height: 20px;
        top: 50% !important;
        transform: translateY(-50%);
        transition: linear .2s
    }

    .nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active::after {
        border-top-color: #fff;
        border-width: 7.5px;
        transform: translateY(-50%) rotate(180deg)
    }

    .wte-fsd__container {
        gap: 24px !important
    }

    .faq-row {
        padding: 16px
    }
}

@media(max-width: 575px) {
    .wte-process-container {
        max-width:90% !important
    }

    .wte-trip-options .wte-trip-guest-wrapper {
        padding: 16px
    }

    .wte-trip-options .wte-trip-guest-wrapper .select-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .wte-process-tabs .wte-process-container {
        padding-bottom: 0
    }

    .owl-carousel .owl-item img {
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }
}


.widget_wte_featured_trips_widget .category-trips-widget {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.widget_wte_featured_trips_widget .category-trips-widget-inner-wrap {
    display: flex;
    flex-wrap: wrap
}

.widget_wte_featured_trips_widget .category-trip-fig {
    width: 42%;
    box-shadow: 0px 2px 2px rgba(0,0,0,.07);
    margin: 0;
    border-radius: 4px;
    position: relative;
    height: 100%
}

.widget_wte_featured_trips_widget .category-trip-fig svg,.widget_wte_featured_trips_widget .category-trip-fig img {
    vertical-align: top
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 21px;
    height: 21px;
    background: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0,0,0,.16)
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon svg {
    height: 11px;
    width: 13px
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -31px;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 5px;
    color: #0d0d0d;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all ease .3s
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt:before {
    position: absolute;
    z-index: 2;
    content: "";
    top: 100%;
    left: 7px;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: rgba(0,185,139,.05) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 100%;
    left: 7px;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon:hover {
    cursor: pointer
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon:hover+.pop-trip-grpavil-txt {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.widget_wte_featured_trips_widget .category-trip-fig img {
    vertical-align: top;
    border-radius: 4px 4px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    max-width: 100%
}

.widget_wte_featured_trips_widget .category-trip-detail-wrap {
    width: 58%;
    padding-left: 18px
}

.widget_wte_featured_trips_widget .category-trip-budget {
    padding: 10px 10px;
    line-height: 1
}

.widget_wte_featured_trips_widget .category-trip-budget .striked-price {
    font-size: 15px;
    color: rgba(13,13,13,.7);
    text-decoration: line-through;
    font-weight: 600
}

.widget_wte_featured_trips_widget .category-trip-budget .actual-price {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: 600
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap {
    display: block;
    margin-bottom: 5px
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer {
    display: inline-block;
    padding: 2px 7px;
    background: rgba(13,13,13,.1);
    color: #0d0d0d;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer span {
    font-size: 15px;
    font-weight: 500
}

.widget_wte_featured_trips_widget .category-trip-title {
    font-size: 18px;
    display: block;
    line-height: 1.667;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0
}

.widget_wte_featured_trips_widget .category-trip-title a {
    color: #0d0d0d;
    transition: all ease .3s;
    text-decoration: none
}

.widget_wte_featured_trips_widget .category-trip-title a:hover,.widget_wte_featured_trips_widget .category-trip-title a:focus {
    color: var(--wpte-primary-color, var(--primary-color));
    text-decoration: none
}

.widget_wte_featured_trips_widget .category-trip-desti {
    display: block;
    font-size: 16px
}

.widget_wte_featured_trips_widget .category-trip-desti span i {
    color: #0d0d0d
}

.widget_wte_featured_trips_widget .category-trip-desti span svg {
    height: 13px
}

.widget_wte_featured_trips_widget .category-trip-desti span a {
    color: rgba(13,13,13,.7);
    font-weight: 600;
    transition: all ease .3s;
    text-decoration: none
}

.widget_wte_featured_trips_widget .category-trip-desti span a:hover {
    color: #0d0d0d;
    text-decoration: none
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-loc {
    margin-right: 15px;
    display: inline-block
}

.widget_wte_featured_trips_widget .category-trip-desti>span {
    margin: 0 0 12px
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur {
    display: inline-block
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur span {
    color: rgba(13,13,13,.7);
    font-weight: 600
}

.widget_wte_featured_trips_widget .category-trip-review {
    display: block;
    margin-top: 5px
}

.widget_wte_featured_trips_widget .category-trip-review .rating-rev .agg-rating.jq-ry-container {
    padding: 0
}

.widget_wte_featured_trips_widget .category-trip-review .rating-rev .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    height: 14px;
    width: 14px
}

.widget_wte_featured_trips_widget .category-trip-review .category-trip-reviewcount {
    display: none
}

.widget-area .secondary-trip-info {
    margin: 0 0 32px
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}
@media(max-width: 768px){
    .main_tour_row{
        flex-direction: column-reverse;
    }
    .nav-tab-wrapper .tab-anchor-wrapper .nav-tab{

    padding: 16px 0px;
    font-size: 14px;
        padding-right: 20px;
    }
    .nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after{
        right: 0;
    }
    .wpte-tabs-container .nb-configurations{
        padding-top: 0 !important;
    }
    .nav-tab-wrapper .tab-inner-wrapper{
        gap: 0;
    }
}