/* * {
    max-height: 1000000px;
    padding: 0;
    margin: 0;
} */

body {
    color: #505050;
    background: #f6f8fb;
    font: 1.3rem/1.54 sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.gm-style img {
    max-width: none
}

/* @font-face {
    font-family: "tours-app";
    src: url() format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "thrillo-icons";
    src: url() format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "food";
    src: url() format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
} */

[class^="tours-icon-"],
[class*=" tours-icon-"] {
    font-family: "tours-app" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 1024px) {
    .app-layout {
        display: grid;
        grid-template-columns: 1fr 350px;
        grid-template-areas: "alert alert" "left right" "full full";
        grid-column-gap: 40px
    }
}

@media (max-width: 1023px) {
    .app-layout {
        padding: 0
    }
}

@media (min-width: 1024px) {
    .app-layout .full {
        grid-area: full
    }
}

.app-layout .main-content {
    position: relative
}

@media (min-width: 1024px) {
    .app-layout .main-content {
        grid-area: left
    }
}

.app-layout .main-content.highlight-package-options>*:not(#package-options) {
    z-index: 0
}

.app-layout .main-content.highlight-package-options #package-options {
    z-index: 3;
    position: relative
}

.app-layout .main-content.highlight-package-options .overlay-v2 {
    z-index: 2 !important
}

.app-layout .sidebar {
    z-index: 1
}

/* .app-layout .sidebar>*:not(:first-child) {
    margin-top: 3rem
} */

@media (min-width: 1024px) {
    .app-layout .sidebar {
        grid-area: right
    }
}

.app-layout .sidebar.muted {
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.covid-block {
    background-color: white;
    padding: 14px 20px;
    border-radius: 4px;
    display: flex;
    flex-flow: row nowrap;
    margin: 30px 0
}

.covid-block__img {
    width: 54px;
    height: 62px;
    margin-right: 20px
}

.covid-block__info {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    color: #3a3a3a
}

.covid-block__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.covid-block__details {
    font-size: 12px;
    line-height: 1.25
}

@media (max-width: 1023px) {
    .product-unavailable {
        padding: 5px 15px;
        font-size: 12px
    }
}

.pre-footer .nearby-places-list .col {
    z-index: 0
}

.flag-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 250px;
    margin-top: 10px
}

@media (min-width: 1024px) {
    .flag-image {
        height: 200px
    }
}

.alert {
    border-radius: 8px;
    padding: 14px 20px;
    color: #f5b811;
    border: 1px solid #f5b811;
    background-color: #fff6e0;
    margin: 15px 0
}

.alert .mobikwik-tnc-btn {
    font-size: unset;
    cursor: pointer;
    color: #ef810d;
}

.alert p {
    margin: 0
}

.alert .tours-icon-warning,
.alert .tours-icon-info {
    font-size: 20px;
    margin-right: 8px
}

.alert strong {
    margin-right: 5px
}

.alert--warning {
    color: #f5b811;
    border: 1px solid #f5b811;
    background-color: #fff6e1
}

.alert--info {
    color: #048ee2;
    border: 1px solid #048ee2;
    background-color: #e8f5fd
}

.alert p {
    margin: 0
}

.alert__content {
    display: inline-block
}

.alerts-wrap {
    grid-area: alert;
    margin: 15px 0
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@-webkit-keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

.attraction-banner {
    display: grid;
    grid-gap: 15px;
    margin-top: 80px;
    border-radius: 8px;
    position: relative;
    grid-template-areas: "banner" "information" "dock"
}

@media (min-width: 1024px) {
    .attraction-banner {
        grid-template-areas: "banner information" "dock information";
        grid-template-columns: 1fr 400px;
        grid-template-rows: 460px auto;
        max-width: 1165px
    }
}

.attraction-banner .styled-bg {
    height: calc(100% + 65px);
    top: -65px
}

@media (min-width: 1024px) {
    .attraction-banner .styled-bg {
        width: 100vw;
        left: calc(50% - 50vw - 9px)
    }
}

.attraction-banner__desc {
    overflow: hidden;
    max-height: calc(8 * 14px * 1.54);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    margin: 20px 0
}

.attraction-banner__desc>p {
    margin: 0
}

.attraction-banner__row-heading {
    font-weight: 600;
    flex: 0 0 30%
}

.attraction-banner__row-content {
    margin-left: 10px;
    display: inline
}

.attraction-banner--v3 {
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: white;
    margin-right: 50px
}

.attraction-banner .single-image-gallery {
    grid-area: banner
}

.attraction-banner .accessibility-list-item {
    width: 87px;
    margin-bottom: 0 !important
}

.attraction-banner__location {
    position: relative;
    display: inline-block;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px
}

.attraction-banner__location:after {
    height: 4px;
    width: 100px;
    content: "";
    background-color: #ff5e00;
    position: absolute;
    top: calc(50% - 2px)
}

.attraction-banner__location .tours-icon-placeholder {
    margin-right: 5px
}

.attraction-banner__location:after {
    left: calc(100% + 20px)
}

.attraction-banner__info {
    grid-area: information;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    color: white;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5)
}

@media (max-width: 1023px) {
    .attraction-banner__info {
        background: linear-gradient(45deg, black, rgba(0, 0, 0, 0.4) 50%, black 100%)
    }
}

@media (min-width: 1024px) {
    .attraction-banner__info {
        height: 100%
    }
}

.attraction-banner__status {
    text-transform: capitalize;
    color: white;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px
}

.attraction-banner__status--Open {
    background-color: #6ac259
}

.attraction-banner__status--Closing-Soon {
    background-color: #ffb100
}

.attraction-banner__status--Closed {
    background-color: red
}

.attraction-banner .multi-line-header-v2__title {
    display: flex;
    align-items: center;
    font-size: 24px !important;
    margin-bottom: 10px
}

@media (min-width: 1024px) {
    .attraction-banner .multi-line-header-v2__title {
        font-size: 50px !important
    }
}

.attraction-banner .multi-line-header-v2__title h1 {
    font-size: inherit;
    margin: 0;
    line-height: 1;
    text-transform: capitalize
}

.attraction-banner .multi-line-header-v2__title:before {
    display: none
}

.attraction-banner__times-table {
    margin-top: 10px
}

.attraction-banner__times-table-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 2px 4px;
    border-radius: 2px
}

.attraction-banner__times-table-row:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.06)
}

.attraction-banner__times-table-row-heading {
    text-transform: capitalize;
    font-weight: 600
}

.attraction-banner .product-overview__list-title {
    color: white
}

.attraction-banner .banner-dock {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.attraction-banner .banner-dock__list-item-name {
    color: white
}

.styled-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
    z-index: -1
}

.banner2 {
    height: 100vh;
    width: 100%;
    z-index: inherit
}

.banner2__bg {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.banner2 .container {
    height: 100%
}

.banner2__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    opacity: 0;
    transition: 2s opacity;
    height: 100%;
    width: 100%
}

.banner2__bg-img--active {
    z-index: 1;
    opacity: 1
}

.banner2__details {
    height: 100%;
    display: flex
}

.banner2__title-wrap {
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    align-items: flex-start
}

.banner2__title {
    font-size: 80px;
    font-weight: 600;
    text-shadow: 1px 0 2px #595959;
    margin: 0;
    line-height: 0.8;
    letter-spacing: -4px;
    margin-bottom: 10px;
    text-transform: capitalize
}

@media (min-width: 1024px) {
    .banner2__title {
        font-size: 125px;
        letter-spacing: -6px
    }
}

.banner2__content-wrap {
    margin-top: 100px;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    color: white;
    margin: auto 0 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%)
}

@media (min-width: 1024px) {
    .banner2__content-wrap {
        margin: auto 0;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 100%)
    }
}

.banner2__caption {
    font-style: italic;
    position: relative;
    font-size: 24px
}

.banner2__caption:after {
    height: 4px;
    width: 100px;
    content: "";
    background-color: #ff5e00;
    position: absolute;
    top: calc(50% - 2px)
}

.banner2__caption:after {
    left: calc(100% + 20px)
}

.banner2__desc {
    margin-top: 20px;
    font-size: 16px;
    max-width: 600px;
    max-height: calc(8 * 16px * 1.54);
    overflow: hidden
}

.banner2__desc>p {
    margin: 0
}

.banner2__detail {
    position: relative;
    padding-top: 20px
}

.banner2__detail:before {
    height: 4px;
    width: 100px;
    content: "";
    background-color: #ff5e00;
    position: absolute;
    top: 10px
}

.banner2__detail-row {
    font-style: italic
}

.banner2__detail-row .link-btn {
    padding: 0;
    font-size: 14px;
    font-style: italic
}

.multi-line-header__title {
    text-transform: capitalize
}

.product-overview__details .long-description {
    margin: 0
}

.attraction-section {
    margin-bottom: 50px;
    margin-top: 50px
}

@media (max-width: 1023px) {
    .attraction-section {
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder {
        height: 670px;
        display: flex;
        justify-content: space-between
    }
}

.attraction-section .main-section-holder .seeall-mobile {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    margin-top: 10px
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .seeall-mobile {
        display: none
    }
}

.attraction-section .main-section-holder .seeall-mobile .seeall-mobile-link {
    width: 100%;
    text-align: right;
    color: #ffb100;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out
}

.attraction-section .main-section-holder .seeall-mobile .seeall-mobile-link:hover {
    color: #b33a00
}

.attraction-section .main-section-holder .seeall-mobile .seeall-mobile-link:hover a {
    color: #b33a00
}

.attraction-section .main-section-holder .main-attraction-holder {
    margin: 0 -0px
}
#top_attraction_section{
    font-size: 2.5rem;
}

@media (max-width: 1023px) {
    .attraction-section .main-section-holder .main-attraction-holder {
        width: 100vw
    }
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .main-attraction-holder {
        flex: 0 0 48%;
        margin: 0;
        margin-right: 25px
    }
}

.attraction-section .main-section-holder .main-attraction {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 670px
}

.attraction-section .main-section-holder .main-attraction .base-block-image-holder {
    flex: 1 1 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 204px;
    position: relative
}

@media (min-width: 480px) {
    .attraction-section .main-section-holder .main-attraction .base-block-image-holder {
        height: 540px
    }
}

.attraction-section .main-section-holder .main-attraction .base-block-image-holder .base-block-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.attraction-section .main-section-holder .main-attraction .text-holder {
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    color: #fff;
    padding: 20px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.46
}

.attraction-section .main-section-holder .main-attraction .text-holder p {
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .main-attraction .text-holder {
        font-size: 1.6rem;
        line-height: 1.1;
        padding: 25px 40px 23px
    }
}

.attraction-section .main-section-holder .main-attraction .text-holder .big-text {
    font-size: 3rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .main-attraction .text-holder .big-text {
        font-size: 6rem
    }
}

.attraction-section .main-section-holder .main-attraction .text-holder .big-text a {
    color: #fff;
    text-decoration: none;

}

.attraction-section .main-section-holder .main-attraction .text-holder .big-text a:hover {
    text-decoration: none
}

.attraction-section .main-section-holder .attraction-list {
    width: 100%
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .attraction-list {
        max-width: 50%
    }
}

@media (max-width: 1023px) {
    .attraction-section .main-section-holder .attraction-list.attraction-carousel {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
        word-break: break-all
    }

    .attraction-section .main-section-holder .attraction-list.attraction-carousel::-webkit-scrollbar {
        display: none
    }
    .attraction-section .main-section-holder .main-attraction .base-block-image-holder .base-block-image{
        padding: 10px;
    }
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .attraction-list.attraction-carousel .slick-dots {
        display: none
    }
}

@media (max-width: 1023px) {
    .attraction-section .main-section-holder .attraction-list .slick-list {
        margin: 0 -15px
    }
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .attraction-list .slick-track {
        display: flex;
        flex-direction: column
    }
}

.attraction-section .main-section-holder .attraction-list .attraction-card,
.attraction-section .main-section-holder .attraction-list .destination-attraction-card {
    width: 100%;
    flex: 1 1 auto
}

@media (max-width: 1023px) {

    .attraction-section .main-section-holder .attraction-list .attraction-card,
    .attraction-section .main-section-holder .attraction-list .destination-attraction-card {
        scroll-snap-align: start;
        scroll-snap-stop: always
    }
}

.attraction-section .main-section-holder .attraction-list .attraction-card .attraction-read-more,
.attraction-section .main-section-holder .attraction-list .destination-attraction-card .attraction-read-more {
    font-size: 1.2rem;
    color: #ff5e00;
    text-align: right;
    margin-top: -5px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out;
    font-size: 1rem;
    min-width: 100px;
    width: 100px;
    border-radius: 9px;

    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 7px;
    margin-left: auto;
    margin-right: 10px
}

.attraction-section .main-section-holder .attraction-list .attraction-card .attraction-read-more:hover,
.attraction-section .main-section-holder .attraction-list .destination-attraction-card .attraction-read-more:hover {
    background: #ffb100;
    cursor: pointer
}

@media (min-width: 1024px) {

    .attraction-section .main-section-holder .attraction-list .attraction-card .attraction-read-more,
    .attraction-section .main-section-holder .attraction-list .destination-attraction-card .attraction-read-more {
        font-size: 1.1rem
    }
}

@media (max-width: 1023px) {

    .attraction-section .main-section-holder .attraction-list .attraction-card .h3,
    .attraction-section .main-section-holder .attraction-list .destination-attraction-card .h3 {
        margin-top: 10px
    }
}

.attraction-section .main-section-holder .attraction-list .attraction-card .h3 a,
.attraction-section .main-section-holder .attraction-list .destination-attraction-card .h3 a {
    color: inherit
}

@media (max-width: 1023px) {

    .attraction-section .main-section-holder .attraction-list .attraction-card,
    .attraction-section .main-section-holder .attraction-list .destination-attraction-card {
        padding: 0 13px;
        margin: 0
    }
}

@media (max-width: 767px) {

    .attraction-section .main-section-holder .attraction-list .attraction-card,
    .attraction-section .main-section-holder .attraction-list .destination-attraction-card {
        flex: 0 0 350px
    }
}

@media (max-width: 479px) {

    .attraction-section .main-section-holder .attraction-list .attraction-card,
    .attraction-section .main-section-holder .attraction-list .destination-attraction-card {
        flex: 0 0 240px
    }
}

@media (min-width: 1024px) {

    .attraction-section .main-section-holder .attraction-list .attraction-card,
    .attraction-section .main-section-holder .attraction-list .destination-attraction-card {
        display: flex;
        max-width: 900px;
        margin-bottom: 20px;
        margin-top: 0;
        height: 210px
    }
}

.attraction-section .main-section-holder .attraction-list .attraction-card:last-child,
.attraction-section .main-section-holder .attraction-list .destination-attraction-card:last-child {
    margin-bottom: 0px
}

.attraction-section .main-section-holder .attraction-list .attraction-card h3,
.attraction-section .main-section-holder .attraction-list .attraction-card .h3,
.attraction-section .main-section-holder .attraction-list .destination-attraction-card h3,
.attraction-section .main-section-holder .attraction-list .destination-attraction-card .h3 {
    color: #505050;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold
}

.attraction-section .main-section-holder .attraction-list .base-block-image-holder {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 142px;
    margin-bottom: 10px;
    position: relative
}

@media (min-width: 480px) {
    .attraction-section .main-section-holder .attraction-list .base-block-image-holder {
        min-height: 210px
    }
}

@media (max-width: 767px) {
    .attraction-section .main-section-holder .attraction-list .base-block-image-holder {
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .attraction-list .base-block-image-holder {
        margin-right: 10px;
        flex: 0 0 55%;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .attraction-section .main-section-holder .attraction-list .base-block-image-holder {
        margin-right: 23px
    }
}

.attraction-section .main-section-holder .attraction-list .base-block-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.attraction-section .main-section-holder .attraction-list .info-holder {
    width: 100%;
    font-size: 1.9rem;
    color: #868686;
    line-height: 1.47;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .attraction-section .main-section-holder .attraction-list .info-holder {
        font-size: 1.1rem
    }
}

.attraction-section .main-section-holder .attraction-list .info-holder .text-holder {
    margin-top: 0
}

.attraction-section .main-section-holder .attraction-list .info-holder .text-holder p {
    font-size: 1.5rem;
    color: #868686;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: calc(1.2rem * 1.47 * 4)
}

.attraction-section .main-section-holder .attraction-list .info-holder .text-holder p.with-first-tour-content {
    -webkit-line-clamp: 4 !important;
    max-height: calc(1.2rem * 1.47 * 4) !important
}

.attraction-section .main-section-holder .attraction-list .price-holder {
    background-color: #e3e3e3;
    padding: 15px;
    border-radius: 14px;
    font-size: 1.1rem
}

@media (min-width: 768px) {
    .attraction-section .main-section-holder .attraction-list .price-holder {
        font-size: 1.1rem;
        padding: 10px
    }
}

.attraction-section .main-section-holder .attraction-list .price-holder .text-holder {
    color: #868686
}

@media (max-width: 1023px) {
    .attraction-section .main-section-holder .attraction-list .price-holder .text-holder {
        margin-bottom: 13px;
        padding: 0px;
        display: block
    }
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .attraction-list .price-holder .text-holder {
        padding: 0;
        margin: 0
    }
}

.attraction-section .main-section-holder .attraction-list .price-holder .btn-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 8px
}

@media (max-width: 1023px) {
    .attraction-section .main-section-holder .attraction-list .price-holder .btn-holder {
        margin-top: 10px
    }
}

.attraction-section .main-section-holder .attraction-list .price-holder .btn-holder .price {
    margin: 0
}

.attraction-section .main-section-holder .attraction-list .price-holder .btn {
    font-size: 1rem;
    border-radius: 9px;
    padding: 7px
}

@media (min-width: 1024px) {
    .attraction-section .main-section-holder .attraction-list .price-holder .btn {
        font-size: 1.1rem;
        min-width: 100px;
        width: 100px;
        margin-left: auto
    }
}

.attraction-section .main-section-holder .attraction-list .price {
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 5px
}

@media (min-width: 768px) {
    .attraction-section .main-section-holder .attraction-list .price {
        font-size: 1.9rem
    }
}

.attraction-section .main-caption-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.attraction-section .main-caption-section .seeall {
    font-weight: 600;
    color: #ff5e00;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out
}

.attraction-section .main-caption-section .seeall:hover {
    color: #b33a00
}

.attraction-section .main-caption-section .seeall:hover a {
    color: #b33a00
}

@media (max-width: 1023px) {
    .attraction-section .main-caption-section .seeall {
        display: none
    }
}

@media (max-width: 1023px) {
    .attraction-section .main-caption-section {
        padding: 10px 0
    }
}

.attraction-section.without-main-attraction .main-caption-section .seeall {
    display: block !important
}

.attraction-section.without-main-attraction .main-section-holder {
    height: auto
}

.attraction-section.without-main-attraction .main-section-holder .seeall-mobile {
    display: none !important
}

.attraction-section.without-main-attraction .main-section-holder .attraction-list {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (min-width: 1024px) {

    .attraction-section.without-main-attraction .main-section-holder .attraction-list .attraction-card,
    .attraction-section.without-main-attraction .main-section-holder .attraction-list .destination-attraction-card {
        max-width: 49%
    }
}

.attraction-section.without-main-attraction .main-section-holder .attraction-list .attraction-card .attraction-read-more,
.attraction-section.without-main-attraction .main-section-holder .attraction-list .destination-attraction-card .attraction-read-more {
    font-size: 1.2rem;
    color: #ff5e00;
    text-align: right;
    margin-top: -5px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out;
    font-size: 1rem;
    min-width: 100px;
    width: 100px;
    border-radius: 9px;
    background: #ff5300;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 7px;
    margin-left: auto;
    margin-right: 10px
}

.attraction-section.without-main-attraction .main-section-holder .attraction-list .attraction-card .attraction-read-more:hover,
.attraction-section.without-main-attraction .main-section-holder .attraction-list .destination-attraction-card .attraction-read-more:hover {
    background: #ffb100;
    cursor: pointer
}

@media (min-width: 1024px) {

    .attraction-section.without-main-attraction .main-section-holder .attraction-list .attraction-card .attraction-read-more,
    .attraction-section.without-main-attraction .main-section-holder .attraction-list .destination-attraction-card .attraction-read-more {
        font-size: 1.1rem
    }
}

.attraction-section.without-main-attraction .main-section-holder .attraction-list .base-block-image-holder {
    margin-right: 20px
}

.attraction-section .more-things-section {
    margin-top: 20px
}

.attraction-section .more-things-section .container {
    padding: 0
}

.attraction-pricing {
    margin: 0;
    padding: 0
}

.availability {
    margin-top: 40px;
    font-size: 1.4rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

@media (min-width: 1024px) {
    .availability {
        height: calc(100vh - 100px)
    }

    .availability .base-block,
    .availability .container,
    .availability .base-block-body {
        height: 100%
    }

    .availability .product-timelines-wrapper {
        height: calc(100% - 136px - 20px);
        overflow: auto
    }
}

.availability .base-block {
    margin: 0
}

.availability-modal {
    z-index: 11;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.65)
}

.availability__close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    outline: none;
    border: none;
    padding: 5px;
    border-radius: 20px;
    z-index: 1;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    align-items: center
}

.availability__close-btn:before {
    z-index: -1;
    font-size: 8px
}

.availability__close-btn:hover {
    cursor: pointer
}

.availability__month-selector {
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    padding: 20px;
    margin: 3rem 0;
    background-color: #f5f5f5;
    overflow: auto;
    margin-top: 0
}

.availability__month-label {
    font-weight: 600;
    padding-top: 8px;
    margin-right: 4rem;
    white-space: nowrap;
    color: #999999
}

.availability__month-picker {
    border: 1px solid #f5f5f5;
    outline: none;
    font-size: 1.3rem;
    color: #3a3a3a;
    background-color: #f5f5f5;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 20px;
    margin-right: 1rem;
    white-space: nowrap;
    cursor: pointer
}

.availability__month-picker:hover {
    border: 1px solid #ff5e00
}

.availability__month-picker--current-month {
    border: 2px solid #ff5e00;
    outline: none;
    border-radius: 2rem;
    padding: 8px;
    background: none;
    white-space: nowrap;
    color: #ff5e00;
    font-weight: 600
}

.availability__select-month-picker {
    border: 1px solid #ff5e00;
    outline: none;
    border-radius: 2rem;
    padding: 8px
}

.availability__select-month-picker:after {
    position: absolute;
    content: "\25BA";
    top: 30%;
    right: 0;
    font-size: 1.5rem;
    color: #ff5e00;
    transform: rotateZ(90deg)
}

@media (min-width: 1024px) {
    .availability__select-month-picker {
        display: none
    }
}

.base-block {
    display: block;
    background-color: #fff;
    padding: 25px 0;
    font-size: inherit
}

@media (min-width: 768px) {
    .base-block {
        margin-bottom: 3rem;

    }
}




.base-block--m0 {
    margin: 15px 0 0 0
}

.base-block .base-block-head {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    padding-left: 10px;
    padding: 0 0 0 26px;
    z-index: 0
}

@media (min-width: 1024px) {
    .base-block .base-block-head {
        padding: 0 0 0 23px
    }
}

.base-block .base-block-head:before {
    content: none
}

.base-block .base-block-head .title {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #000
}

.base-block .base-block-body {
    padding-bottom: 0
}

@media (min-width: 1024px) {
    .base-block .base-block-body {
        padding: 0px 30px;
        padding-bottom: 20px;
    }
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-blend-mode: saturation;
    overflow: visible;
    z-index: 1;
    margin-top: 70px;
}


.banner__images-wrap {
    height: calc(100vh - 250px)
}

@media (min-width: 1024px) {
    .banner__images-wrap {
        height: calc(100vh + 65px - 280px);
        margin-bottom: 30px;
        display: flex;
        flex-flow: row nowrap
    }
}

.banner__featured-image-wrap {
    flex: 1 1;
    margin: 0px 0px 0px 5px;
}

@media (max-width: 1023px) {
    .banner__featured-image-wrap {
        height: 100%
    }
}

.banner__summary-string {
    color: #222;
    margin: 5px 0;
}

.banner__image {
    height: 100%;
    width: 97%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.banner__image--featured-image {
    position: unset;
    border-radius: 5px;
}

.banner__images-subgrid {
    flex: 0 0 39.5%;
    display: grid;
    grid-gap: 5px;
    margin-left: 5px
}

.banner__images-subgrid-item {
    position: relative
}

.banner__images-subgrid-item:nth-child(3):nth-last-child(1) {
    grid-column: span 2
}

.banner__images-subgrid-item:nth-child(2):nth-last-child(3) {
    grid-column: 2
}

.banner__content-wrap {
    position: relative;
    background-color: #fff
}

@media (max-width: 1023px) {
    .banner__content-wrap {
        padding-top: 20px;
    }
}

.banner__content {
    color: #707070;
}

@media (min-width: 1024px) {
    .banner__content {
        padding: 30px 20px 20px 24px
    }
}

.banner__info-container {
    position: relative
}

.banner__info-container:before {
    position: absolute;
    width: 4px;
    content: "";
    background-color: #ef810d;
    top: 0;
    height: 40px;
    left: -24px
}

.banner__title {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -0.64px;
    color: #3a3a3a;
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.banner__info {
    margin-top: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500
}

.banner__info .product-info-item {
    margin-left: 20px
}

.banner__info .product-info-item [class^="tours-icon-"] {
    font-size: 1.5rem
}

.banner__avg-rating {
    font-size: 19px;
    font-weight: 600;
    padding: 7px 15px;
    background-color: #129b0d;
    border-radius: 4px;
    line-height: 1.2;
    margin-right: 20px;
    color: #fff
}

.banner__ratings {
    font-size: 1.3rem;
    margin-left: 10px;
    line-height: 1
}

.banner__stars-wrap {
    margin-right: 10px
}

.banner__stars-wrap [class^="tours-icon-star"] {
    font-size: 1.6rem
}

.banner__stars-wrap [class^="tours-icon-star"]:not(:last-child) {
    margin-right: 5px
}

.banner__lightbox-btn {
    position: absolute;
    top: 114px;
    right: 0;
    background: linear-gradient(to left, #ffbf2e, #ee375d);
    color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px 18px;
    font-size: 13px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner__lightbox-btn [class^="tours-icon-"] {
    font-size: 1.8rem;
    margin-right: 10px
}

.banner__additional-info {
    margin-top: 20px
}

.banner__additional-info span[class^="tours-icon-"] {
    font-size: 18px;
    margin-right: 12px
}

.banner__additional-info--thrillcash {
    background-color: #fcfcfc;
    padding: 16px 20px;
    border-radius: 6px;
    border: dashed 2px #949494
}

@media (min-width: 1024px) {
    .banner__additional-info--thrillcash {
        margin-right: 30px
    }
}

.banner__additional-info--thrillcash .thrillcash-value {
    margin: 0 5px;
    font-weight: 600
}

.pricing-wrap {
    background: white;
    box-shadow: 0px 0px 20px 5px rgba(198, 198, 198, 0.25);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap
}

@media (max-width: 1023px) {
    .pricing-wrap {
        margin: 0
    }
}

.pricing-wrap__title {
    background-color: #ffb100;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-size: 1.1rem;
    padding: 2px 8px;
    padding: 12px 25px;
    font-size: 2rem
}

.pricing-wrap__prices {
    padding: 12px 20px;
    display: none;
}

.pricing-wrap__strikethrough-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #757575
}

.pricing-wrap__strikethrough-price {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #bababa;
    margin-left: 5px
}

.pricing-wrap__current-price {
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #ffb100;
    line-height: 1;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-right: 15px
}

.pricing-wrap__inventory-name {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #757575;
}

.pricing-wrap__book {
    padding: 12px 20px;

}

.pricing-wrap__book-now-btn {
    font-size: 1.6rem;
    width: 100%;
    text-transform: unset;
    padding: 16px 0;
    background: #ff5e00 !important
}

.pricing-wrap__current-price-wrap {
    align-items: flex-start;
    margin-top: 10px
}

.pricing-wrap__enquiry {
    -webkit-animation: 0.2s 1 forwards heightIncrease;
    animation: 0.2s 1 forwards heightIncrease;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    padding: 12px 20px
}

.pricing-wrap__enquiry-btn {
    line-height: 2.2;
    width: 26rem;
    border-radius: 5px;
    background-color: #fff;
    color: #ff5e00;
    font-size: 1.5rem;
    display: block;
    height: 51px;
    outline: none;
    width: 100%;
    border: none;
    transition: background-color 0.2s, color 0.2s;
    font-weight: 600;
    border: 1px solid #ff5e00
}

.pricing-wrap__enquiry-btn:hover {
    background-color: #fff5db;
    border: 1px solid #fff5db;
    color: #ffb800;
    cursor: pointer
}

.sticky-pricing-wrap .pricing-wrap__enquiry {
    display: none
}

.sticky-pricing-wrap.sticky .pricing-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: fadeIn 0.1s linear 0.5s 1 forwards;
    animation: fadeIn 0.1s linear 0.5s 1 forwards
}

.sticky-pricing-wrap.sticky .pricing-wrap__enquiry {
    display: block;
    height: 0;
    -webkit-animation: heightIncrease 0.2s linear 0.5s 1 forwards;
    animation: heightIncrease 0.2s linear 0.5s 1 forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 100%;
        visibility: unset
    }
}

@-webkit-keyframes heightIncrease {
    0% {
        height: 0
    }

    100% {
        height: 75px
    }
}

@keyframes heightIncrease {
    0% {
        height: 0
    }

    100% {
        height: 75px
    }
}

.banner-section-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 265px
}

@media (min-width: 1024px) {
    .banner-section-container {
        height: 200px
    }
}

.banner-section-container:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgb(0 0 0 / 24%), rgb(0 0 0 / 31%) 30%, #00000045);
}

@media (min-width: 1024px) {
    .banner-section-container {
        height: 320px
    }
}

.banner-section-container .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-section-container .intro-top-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center
}

.banner-section-container .intro-top-container .container {
    width: 100%;
    z-index: 2;
    padding-top: 100px
}

@media (max-width: 480px) {
    .banner-section-container .intro-top-container .container {
        padding-top: 80px
    }
}

.banner-section-container .intro-top-container:after {
    min-height: inherit
}

@media (min-width: 480px) {
    .banner-section-container .intro-top-container:after {
        content: "";
        display: block;
        width: 0
    }
}

.banner-section-container .intro-top-container .intro-top-content {
    flex-direction: column;
    min-height: inherit;
    display: flex
}

.banner-section-container .intro-top-container .intro-top-content .head-content {
    align-self: center;
    text-align: center
}

.banner-section-container .intro-top-container .intro-top-content .head-content .title {
    text-transform: none;
    font-size: 80px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    font-size: 3.8rem;
    text-shadow: 1px 0 2px #595959
}

@media (min-width: 1024px) {
    .banner-section-container .intro-top-container .intro-top-content .head-content .title {
        padding-top: 50px
    }
}

@media (min-width: 768px) {
    .banner-section-container .intro-top-container .intro-top-content .head-content .title {
        font-size: 4rem
    }
}

.banner-section-container .intro-top-container .intro-top-content .head-content .sub-title {
    font-size: 1.5rem
}

@media (min-width: 1024px) {
    .banner-section-container .intro-top-container .intro-top-content .head-content .sub-title {
        text-shadow: 1px 0 2px #595959
    }
}

@media (min-width: 768px) {
    .banner-section-container .intro-top-container .intro-top-content .head-content .title {
        font-size: 5rem
    }

    .banner-section-container .intro-top-container .intro-top-content .head-content .sub-title {
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .banner-section-container .intro-top-container .intro-top-content .head-content .title {
        font-size: 4.5rem
    }

    .banner-section-container .intro-top-container .intro-top-content .head-content .sub-title {
        font-size: 1.2rem
    }
}

.banner-section-container .intro-top-container .intro-top-content .head-col {
    height: 130px;
    padding-top: 12px
}

@media (max-width: 480px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col {
        padding-top: 15px;
        height: 75px
    }
    
}

.banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head {
    display: flex;
    padding: 6px 12px;
    align-items: flex-start
}

@media (min-width: 768px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head {
        padding-left: 30px
    }
}

@media (min-width: 1024px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head {
        max-width: calc(100% - 300px);
        display: flex;
        flex-direction: column;
        flex: 0 1;
        padding-right: 20px
    }
}

.banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .constructed-heading {
    display: flex;
    align-items: flex-start;
    margin: 0
}

@media (max-width: 480px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .constructed-heading.without-image {
        color: #000
    }
}

.banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .constructed-heading .value {
    font-weight: normal;
    flex: 0 0 auto;
    margin-right: 9px;
    font-size: 5rem;
    line-height: 1
}

@media (min-width: 375px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .constructed-heading .value {
        font-size: 6rem
    }
}

@media (min-width: 768px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .constructed-heading .value {
        font-size: 10rem;
        margin-right: 30px
    }
}

@media (min-width: 1024px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .constructed-heading .value {
        font-size: 10.6rem;
        text-shadow: 1px 0 2px #595959
    }
}

.banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head:before {
    top: 0;
    bottom: 0;
}

.banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .title-content {
    flex: 1 1 auto;
    letter-spacing: -1px;
    align-self: center
}

.banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .title-content .title {
    text-transform: none;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    font-size: 2.1rem
}

@media (min-width: 375px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .title-content .title {
        font-size: 20px;
        text-shadow: 1px 1px 10px black
    }
}

@media (min-width: 768px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .title-content .title {
        font-size: 3rem;
        text-shadow: 1px 1px 10px black
    }
}

@media (min-width: 1024px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .title-content .title {
        text-shadow: 1px 0 2px #595959;
        font-size: 3.4rem
    }
}

@media (min-width: 1200px) {
    .banner-section-container .intro-top-container .intro-top-content .head-col .base-block-head .title-content .title {
        font-size: 4rem;
        letter-spacing: -1px
    }
}

.banner-section-container+.banner-dock {
    margin-top: -5%
}

.listing-types-container {
    margin-top: -4%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding: 20px 0px 10px 0px
}

@media (min-width: 1024px) {
    .listing-types-container {
        margin-top: -5%
    }
}

@media (max-width: 1023px) {
    .listing-types-container {
        margin-top: 20px;
        overflow: auto
    }
    .banner-section-container .intro-top-container .intro-top-content {
        padding: 100px 18px;
    }
}

@media (max-width: 480px) {
    .listing-types-container {
        margin-top: 15px;
        padding: 20px
    }
}

.listing-types-container.center-aline {
    display: flex;
    justify-content: center;

}

.listing-types-container.center-aline .listing-type .single-slide {
    margin-right: 9px
}

.listing-types-container.center-aline .listing-type .single-slide .block-icon {
    min-width: 81px
}

.listing-types-container .listing-type {
    display: flex
}

@media (max-width: 1023px) {
    .listing-types-container .listing-type {
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        overflow-x: auto
    }
}

.listing-types-container .listing-type .single-slide {
    display: flex;
    flex: 1 1
}

@media (max-width: 1023px) {
    .listing-types-container .listing-type .single-slide {
        scroll-snap-align: start
    }
}

.listing-types-container .listing-type .single-slide .block-icon {
    line-height: 1.8;
    text-align: center;
    width: 80px
}

.listing-types-container .listing-type .single-slide .block-icon[data-point="tourtype"] {
    max-width: 70px
}

.listing-types-container .listing-type .single-slide .block-icon .link {
    display: block;
    color: currentColor
}

.listing-types-container .listing-type .single-slide .block-icon .img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 4rem;
    color: #ff5e00
}

@media (min-width: 1024px) {
    .listing-types-container .listing-type .single-slide .block-icon .img-holder {
        color: #fff
    }

}

.listing-types-container .listing-type .single-slide .block-icon .img-holder img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.listing-types-container .listing-type .single-slide .block-icon .text-holder {
    font-size: 12px;
    padding-top: 5px;
    color: #000;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.listing-types-container .listing-type .single-slide .block-icon .text-holder:hover {
    overflow: visible;
    display: block
}

@media (min-width: 480px) {
    .listing-types-container .listing-type .slick-list {
        margin-left: 30px
    }
}

@media (min-width: 1024px) {
    .listing-types-container .listing-type .slick-list {
        margin-left: 50px
    }
}

.listing-types-container .listing-type .slick-list .slick-track .slick-slide {
    margin-right: 20px
}

@media (max-width: 480px) {
    .listing-types-container .listing-type .slick-list .slick-track .slick-slide {
        margin-right: 10px
    }
}

.listing-types-container .slick-arrow {
    display: inline-block;
    width: 30px;
    height: 135px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: background-color .3s ease-in-out
}

.listing-types-container .slick-arrow [class*="icon-"] {
    background: linear-gradient(to right, #ff7102, #ff7102 19%, #ff0256);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (min-width: 481px) {
    .listing-types-container .slick-arrow {
        background-color: #fff
    }
}

@media (min-width: 1200px) {
    .listing-types-container .slick-arrow {
        width: 50px
    }
}

.listing-types-container .slick-arrow:before {
    display: none
}

.listing-types-container .slick-arrow:hover {
    background-color: #f2f2f2
}

.listing-types-container .slick-arrow img {
    width: 20px
}

@media (min-width: 1200px) {
    .listing-types-container .slick-arrow img {
        width: auto
    }
}

.listing-types-container .slick-prev {
    font-size: 15px;
    left: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

@media (max-width: 480px) {
    .listing-types-container .slick-prev {
        left: -20px
    }
    
}
@media (max-width: 1023px) {
    .listing-types-container .listing-type{
        margin-top: 10px !important;
    }
}

.listing-types-container .slick-prev .icon-next {
    transform: rotate(180deg)
}

.listing-types-container .slick-next {
    font-size: 15px;
    right: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

@media (max-width: 480px) {
    .listing-types-container .slick-next {
        right: -20px
    }
}

.listing-types-container .slick-prev,
.listing-types-container .slick-next {
    top: 46%
}

.listing-types-container.sticky-banner-dock {
    padding-top: 10px;
    /* position: -webkit-sticky;
    position: sticky; */
    z-index: 100;
    padding-bottom: 10px;
    top: 0px
}

@media (max-width: 1023px) {
    .listing-types-container.sticky-banner-dock {
        margin: 10px 5px 70px 5px
    }
}

@media (max-width: 1023px) {
    .listing-types-container.sticky-banner-dock.without-static-banner {
        top: 65px
    }
}

.listing-types-container.sticky-banner-dock .listing-type .single-slide .block-icon {
    line-height: 1.4
}

.listing-types-container.sticky-banner-dock .listing-type .single-slide .block-icon[data-point="tourtype"] {
    max-width: 60px
}

.listing-types-container.sticky-banner-dock .listing-type .single-slide .block-icon.listing-card {
    min-width: 60px
}

.listing-types-container.sticky-banner-dock .listing-type .single-slide .block-icon.scroll-listing-card {
    width: 50px
}

@media (max-width: 480px) {
    .listing-types-container.sticky-banner-dock .listing-type .single-slide .block-icon.scroll-listing-card {
        width: 60px
    }
}

.listing-types-container.sticky-banner-dock .listing-type .single-slide .block-icon .img-holder img {
    height: 30px;
    width: 30px
}

.listing-types-container.sticky-banner-dock .slick-arrow {
    height: 90px
}

.breadcrumbs-container {
    max-width: 1080px;
    margin: 0 auto
}




/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


@media (max-width: 480px) {
    .breadcrumbs-container {
        margin-left: 20px
    }
}









.breadcrumbs-container .breadcrumbs-holder {
    margin-top: 15px;
    margin-bottom: 15px
}

.breadcrumbs-container .breadcrumbs-holder .breadcrumbs {
    line-height: 1;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    color: #505050;
    font-size: 1.2rem
}

@media (min-width: 1024px) {
    .breadcrumbs-container .breadcrumbs-holder .breadcrumbs {
        font-size: 1.2rem
    }
}

.breadcrumbs-container .breadcrumbs-holder .breadcrumbs li {
    padding: 5px 6px 0 0;
    color: #000
}

.breadcrumbs-container .breadcrumbs-holder .breadcrumbs li:not(:last-child):after {
    content: ">";
    padding-left: 5px;
    font-size: 110%
}

.breadcrumbs-container .breadcrumbs-holder .breadcrumbs li a {
    color: #000
}

.breadcrumbs-container .breadcrumbs-holder .breadcrumbs li a:hover {
    color: #ff5e00
}

.banner-dock {
    border-radius: 8px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.301961), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
    margin-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.banner-dock__list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.banner-dock__list-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex: 0 0 81px
}

.banner-dock__list-item:not(:last-child) {
    margin-right: 10px
}

.banner-dock__list-item-image {
    height: 60px;
    width: 60px;
    border-radius: 50%
}

.banner-dock__list-item-name {
    color: #505050;
    font-size: 13px;
    margin-top: 8px;
    text-align: center;
    overflow: hidden;
    max-height: calc(2 * 13px * 1.54);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.booking-details {
    color: #555353
}

.booking-details__wrap {
    z-index: 10;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (max-width: 1023px) {
    .booking-details__wrap {
        width: 100vw;
        position: fixed;
        bottom: 0;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        max-height: 100vh;
        transition: 0.2s bottom
    }

    .booking-details__wrap.mobile-visibility--visible .booking-details__mobile-visibility-button {
        background-color: #fff
    }

    .booking-details__wrap.mobile-visibility--visible .booking-details__mobile-visibility-button [class^="tours-icon-"] {
        transform: rotate(0)
    }

    .booking-details__wrap.mobile-visibility--hidden .booking-details__mobile-visibility-button [class^="tours-icon-"] {
        transform: rotate(180deg)
    }

    .booking-details__wrap .booking-details__mobile-visibility-button {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border: none;
        outline: none;
        background: #fbf1ea;
        color: #505050;
        padding: 10px
    }
}

@media (max-width: 1023px) and (min-width: 1024px) {
    .booking-details__wrap .booking-details__mobile-visibility-button {
        display: none
    }
}

@media (max-width: 1023px) {
    .booking-details__wrap .booking-details__mobile-visibility-button [class^="tours-icon-"] {
        display: inline-block;
        transition: 0.2s transform;
        font-size: 16px;
        margin: 0 auto
    }

    .booking-details__wrap .booking-details__quick-info {
        flex: 0 0 90%;
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start
    }

    .booking-details__wrap .booking-details__quick-info-title {
        display: flex;
        font-weight: 600;
        margin-bottom: 8px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 1.15;
        max-height: calc(1.15 * 14px * 3)
    }

    .booking-details__wrap .booking-details__quick-info-content {
        font-size: 12px
    }
}

@media (min-width: 1024px) {
    .booking-details__wrap {
        position: -webkit-sticky;
        position: sticky;
        width: 350px;
        top: 0
    }
}

.booking-details__wrap::-webkit-scrollbar {
    display: none
}

.booking-details__wrap .base-block {
    box-shadow: none
}

@media (max-width: 1023px) {
    .booking-details__wrap .base-block {
        margin: 0;
        padding: 0 0 25px
    }
}

.booking-details__wrap .base-block-body {
    padding: 0
}

.booking-details__wrap h2 {
    margin: 0
}

.booking-details__wrap--rooms .base-block-body {
    overflow: unset
}

.booking-details__wrap--rooms .booking-details__rooms-wrap {
    flex: 0 0 100%
}

.booking-details__wrap--rooms .booking-details__rooms-wrap .room-qty-counter__btn {
    height: 15px;
    width: 15px;
    border: 1px solid #ff5e00;
    color: #ff5e00;
    border-radius: 4px;
    background-color: transparent;
    padding: 0;
    line-height: 1
}

.booking-details__wrap--rooms .booking-details__rooms-wrap .room-qty-counter__value {
    margin: 0 13px
}

.booking-details__wrap--rooms .booking-details__add-room-btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: #ff5e00;
    padding: 0;
    font-size: 14px;
    font-weight: 600
}

.booking-details__wrap--rooms .booking-details__rooms-text {
    margin-bottom: 16px
}

.booking-details__wrap--rooms .booking-details__rooms-table-row {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 12px;
    position: relative
}

.booking-details__wrap--rooms .booking-details__rooms-table-row:first-child {
    margin-bottom: 8px
}

.booking-details__wrap--rooms .booking-details__rooms-table-col {
    text-align: center;
    flex: 0 0 80px
}

.booking-details__wrap--rooms .booking-details__rooms-table-col:first-child {
    text-align: left;
    font-size: 12px
}

.booking-details__wrap--rooms .booking-details__rooms-table-col--header {
    font-weight: 600
}

.booking-details__wrap--rooms .booking-details__row .DateRangePickerInput {
    height: 1px;
    width: 1px;
    overflow: hidden
}

.booking-details__wrap--rooms .booking-details__row--edit-date {
    justify-content: space-between
}

.booking-details__wrap--rooms .booking-details__row--edit-date .tours-icon-calendar {
    color: #ff5e00
}

.booking-details__wrap--rooms .booking-details__row--guests {
    flex-flow: row wrap;
    margin-top: 20px
}

.booking-details__wrap--rooms .booking-details__guests-dropdown-wrap {
    position: relative;
    width: 100%
}

.booking-details__wrap--rooms .booking-details__delete-room-btn {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    outline: none;
    padding: 5px;
    font-size: 8px;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    position: absolute;
    right: 0
}

@media (min-width: 1024px) {
    .booking-details__wrap--rooms .booking-details__delete-room-btn {
        right: -17px
    }
}

@media (max-width: 375px) {
    .booking-details__wrap--rooms .booking-details__delete-room-btn {
        right: -23px
    }
}

.booking-details__wrap--rooms .booking-details__section--pricing-bottom {
    padding: 25px 30px 30px
}

.booking-details__wrap--rooms .booking-details .package-calendar {
    display: none
}

.booking-details__rooms-wrap {
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
    padding: 20px 24px;
    color: #555353;
    font-size: 14px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    scrollbar-width: 0;
    -ms-overflow-style: none
}

.booking-details__rooms-wrap::-webkit-scrollbar {
    display: none
}

@media (max-width: 1023px) {
    .booking-details__rooms-wrap {
        bottom: calc(100% + 10px);
        top: unset
    }
}

.booking-details__rooms-text {
    font-weight: 600;
    display: flex;
    justify-content: space-between
}

.booking-details__close-rooms-dropdown {
    background-color: transparent;
    color: #ff5e00;
    border: none;
    outline: none;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600
}

.booking-details__guests-dropdown-wrap {
    position: relative;
    width: 100%
}

.booking-details__product-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.booking-details__item-title {
    font-size: 1.4rem;
    font-weight: 600
}

.booking-details__item-title--lg {
    font-size: 1.6rem;
    font-weight: bold
}

.booking-details__item-content {
    font-size: 1.4rem
}

.booking-details__total {
    color: #ff5e00;
    font-weight: bold;
    font-size: 2rem
}

.booking-details__total--large {
    font-size: 2.8rem
}

.booking-details__section {
    padding: 25px 30px 30px
}

.booking-details__section--pricing-top {
    justify-content: space-between;
    line-height: 1.23;
    padding-bottom: 15px
}

.booking-details__section--pricing-top .booking-details__total {
    margin-top: 5px
}

.booking-details__section--pricing-top .error-wrap {
    margin-top: -17px;
    font-size: 14px
}

.booking-details__section--pricing-bottom {
    flex-flow: row wrap;
    display: flex;
    padding: 0 30px
}

.booking-details__section--pricing-bottom .booking-details__item-title {
    flex: 0 0 50%
}

.booking-details__section--pricing-bottom .booking-details__total {
    flex: 0 0 50%;
    text-align: right
}

.booking-details__section--pricing-bottom .booking-details__book-btn {
    flex: 0 0 100%;
    margin-top: 15px;
    font-weight: bold
}

@media (max-width: 1023px) {
    .booking-details__section--pricing-bottom .booking-details__book-btn {
        font-size: 18px;
        height: 50px
    }
}

.booking-details__section--pricing-bottom .booking-details__book-btn--enquiry {
    background-color: #ffb100
}

.booking-details__section--pricing-bottom .booking-details__book-btn:disabled {
    background-color: rgba(255, 94, 0, 0.5);
    cursor: not-allowed
}

.booking-details__section--pricing-bottom .booking-details__amt-tnc {
    margin-left: auto;
    margin-top: 5px;
    font-size: 1.1rem;
    margin-bottom: 5px
}

.booking-details__section--product-details {
    padding: 15px 30px;
    border-bottom: 2px dashed #ececec !important;
    position: relative
}

.booking-details__cutout {
    position: absolute;
    background: #f6f8fb;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    bottom: -18px
}

.booking-details__cutout--left {
    left: -18px
}

.booking-details__cutout--right {
    right: -18px
}

.booking-details__row--edit-date {
    margin: 0 0 30px;
    justify-content: space-between
}

.booking-details__row--package-details {
    margin-top: 10px;
    align-items: flex-start;
    justify-content: space-between
}

.booking-details__row--package-details .booking-details__item-content {
    flex: 0 0 170px;
    -webkit-line-clamp: 3;
    max-height: calc(1.2rem * 3 * 1.54);
    overflow: hidden
}

.booking-details__row--variant-picker {
    margin-bottom: 30px
}

.booking-details__row--variant-picker label {
    width: 100%
}

.booking-details__row--inventory-details {
    margin-top: 10px;
    align-items: flex-start
}

.booking-details__row--inventory-details .booking-details__item-title {
    flex: 0 0 80px
}

.booking-details__row--inventory-details .booking-details__item-content:first-child {
    margin-left: 15px
}

.booking-details__row--inventory-details .booking-details__item-content:last-child {
    margin-left: auto
}

.booking-details__travel-date {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 10px
}

.booking-details__edit-date-btn {
    color: #ff5e00;
    margin-left: auto
}

.booking-details__edit-date-btn:hover {
    cursor: pointer
}

.booking-details__inventories-wrap {
    max-height: 80px;
    overflow: auto
}

.booking-details__contact-button {
    text-align: center;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #ff5e00;
    font-size: 13px
}

.booking-details__contact-button:hover {
    cursor: pointer
}

.booking-details__contact-button .tours-icon-phone {
    margin: 0 10px 0 0
}

.room-type__control {
    border: none !important;
    min-height: unset !important;
    box-shadow: none !important
}

.room-type__value-container {
    padding: 0 !important
}

.room-type__value-container [class$="-Input"] {
    margin: 0 !important;
    padding: 0 !important
}

.room-type__indicators {
    display: none !important
}

.room-type__input input {
    height: unset
}

.booking-expiry {
    padding: 16px 20px;
    color: #3a3a3a;
    border: 2px dashed #ff5e00;
    background-color: #fff;
    border-radius: 6px
}

.booking-expiry__countdown {
    font-weight: 600;
    color: #ff5e00;
    display: inline-block;
    margin: 0 4px
}

.booking-expiry--tour-page {
    margin-bottom: 20px
}

.booking-expiry .link-btn {
    font-size: inherit;
    padding: 0
}

.breadcrumbs {
    margin: 20px 0;
    color: black
}

@media (max-width: 1023px) {
    .breadcrumbs {
        display: none
    }
}

.breadcrumbs__item {
    color: #505050;
    font-size: 1.4rem;
    text-decoration: underline
}

.breadcrumbs__item:not(:first-child) {
    margin-left: 20px;
    position: relative
}

.breadcrumbs__item:not(:first-child):before {
    content: ">";
    position: absolute;
    left: -13px;
    top: -2px;
}

.section__getQuestion .container {
    padding: 20px 30px;
    background-color: #fff
}

.section__getQuestion .container .main-caption-section {
    border-bottom: 1px solid #ededed
}

.section__getQuestion .container .main-caption-section .contact-us-title {
    font-size: 1.6rem;
    color: #3b3b3b
}

.section__getQuestion .container .base-block-body {
    padding: 10px 0
}

.section__getQuestion .container .base-block-body .faq-main-content {
    font-size: 1.5rem;
    line-height: 1.54
}

.section__getQuestion .container .base-block-body .list-style {
    position: relative;
    font-size: 14px
}

.section__getQuestion .container .base-block-body .list-style li {
    list-style: none;
    margin-bottom: 5%;
    line-height: 1.23;
    margin-left: -1px;
    letter-spacing: normal;
    display: flex;
    flex-flow: column nowrap
}

.section__getQuestion .container .base-block-body .list-style li .phone {
    font-weight: 600;
    color: #505050;
    margin-bottom: 10px
}

.section__getQuestion .container .base-block-body .list-style li .phone:before {
    font-weight: lighter;
    font-family: "tours-app";
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    content: "";
    color: #ff5e00
}

@media (min-width: 1024px) {
    .section__getQuestion .container .base-block-body .list-style li .phone:before {
        left: 0
    }
}

.section__getQuestion .container .base-block-body .list-style li .email:before {
    font-family: "tours-app";
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    content: "";
    color: #ff5e00
}

@media (min-width: 1024px) {
    .section__getQuestion .container .base-block-body .list-style li .email:before {
        left: 0
    }
}

.section__getQuestion .container .base-block-body .list-style li .clock:before {
    font-family: "tours-app";
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    content: "";
    color: #ff5e00
}

@media (min-width: 1024px) {
    .section__getQuestion .container .base-block-body .list-style li .clock:before {
        left: 0;
        font-weight: 900
    }
}

.section__getQuestion .enquiry-section .separator {
    color: #3a3a3a;
    font-size: 16px;
    text-align: center;
    position: relative
}

.section__getQuestion .enquiry-section .separator:before,
.section__getQuestion .enquiry-section .separator:after {
    height: 1px;
    width: 40px;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    top: 12px
}

.section__getQuestion .enquiry-section .separator:before {
    left: calc(100% + 5px)
}

.section__getQuestion .enquiry-section .separator:after {
    right: calc(100% + 5px)
}

.section__getQuestion .enquiry-section .link-btn-v2 {
    text-align: left;
    margin-top: 15px;
    border: 2px solid #ff5e00;
    color: #ff5e00;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px
}

.deal-timer {
    margin: 15px 0
}

.deal-timer--expired {
    margin: 20px auto;
    font-size: 20px;
    font-weight: 600;
    color: red;
    text-align: center
}

.deal-timer__title {
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
    letter-spacing: -0.4px;
    margin-bottom: 16px
}

.deal-timer__time-unit:not(:first-child) {
    margin-left: 16px
}

.deal-timer__time-unit-value {
    border: 2px solid rgba(255, 94, 0, 0.8);
    background-color: white;
    border-radius: 4px;
    padding: 13px;
    color: #ff5e00;
    font-size: 20px;
    font-weight: 600;
    width: 50px;
    height: 50px
}

.deal-timer__time-unit-name {
    font-size: 12px;
    color: #3a3a3a;
    margin-top: 9px
}

.destination-tiles-container {
    margin: 50px 0
}

.destination-tiles-container .destination-tile-list {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;

}

@media (max-width: 1023px) {
    .destination-tiles-container .destination-tile-list.destination-carousel {
        overflow-x: none;
        transform: none;
        padding: 11px;
    }
}

@media (max-width: 480px) {
    .destination-tiles-container .destination-tile-list {
        display: block
    }
}

.destination-tiles-container .destination-tile-list .slick-dots {
    left: 0;
    right: 0;
    bottom: -5px
}

@media (min-width: 1024px) {
    .destination-tiles-container .destination-tile-list .slick-dots {
        display: none !important
    }
}

.destination-tiles-container .destination-tile-list .slick-arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: background-color .3s ease-in-out
}

.destination-tiles-container .destination-tile-list .slick-arrow [class*="icon-"] {
    background: linear-gradient(to right, #ff7102, #ff7102 19%, #ff0256);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 1023px) {
    .destination-tiles-container .destination-tile-list .slick-arrow {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .destination-tiles-container .destination-tile-list .slick-arrow {
        width: 71px;
        height: 71px
    }
}

.destination-tiles-container .destination-tile-list .slick-arrow:before {
    display: none
}

.destination-tiles-container .destination-tile-list .slick-arrow:hover {
    background-color: #f2f2f2
}

.destination-tiles-container .destination-tile-list .slick-arrow img {
    width: 20px
}

@media (min-width: 1200px) {
    .destination-tiles-container .destination-tile-list .slick-arrow img {
        width: auto
    }
}

.destination-tiles-container .destination-tile-list .slick-prev {
    left: -15px
}

@media (min-width: 1200px) {
    .destination-tiles-container .destination-tile-list .slick-prev {
        left: -40px
    }
}

.destination-tiles-container .destination-tile-list .slick-next {
    right: -15px
}

@media (min-width: 1200px) {
    .destination-tiles-container .destination-tile-list .slick-next {
        right: -40px
    }
}

.destination-tiles-container .destination-tile-list .destination-tile {
    height: 300px;
   
    min-width: 250px;
    width: 250px;
    float: left;
    position: relative;
    padding: 12px;
}



@media (max-width: 480px) {
    .destination-tiles-container .destination-tile-list .destination-tile {
        height: 220px;
        width: 100%;
       
    }
}

.destination-tiles-container .destination-tile-list .destination-tile:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: none;
}

.destination-tiles-container .destination-tile-list .destination-tile .image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.destination-tiles-container .destination-tile-list .destination-tile .destination-details {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 0;
    height: 100%;
    justify-content: center;
    padding: 10px
}

.destination-tiles-container .destination-tile-list .destination-tile .destination-details .destination-name {
    color: #fff;
    align-self: center;
    text-align: center;
    font-size: 2.5rem;
   
    font-weight: bold;
    text-shadow: 2px 2px 5px #000
}

.destination-tiles-container .destination-tile-list .destination-tile .destination-details .destination-listings {
    transition: 0.3s all;

    padding: 8px 23px;
    line-height: 1;
    align-self: center;
    background-color: #fff;
    border-radius: 20px;
    font-size: 1.1rem
}

.destination-tiles-container .destination-tile-list .destination-tile:hover .destination-listings {
    color: #fff;
    background-color: #ff5e00
}

.offers {
    margin-top: 20px
}

@media (max-width: 1023px) {
    .offers {
        padding-bottom: 20px
    }
}

.offers__title {
    font-weight: 600;
    margin-bottom: 12px
}

.offers__list-item:not(:last-child) {
    margin-bottom: 12px
}

.discount {
    display: flex;
    align-items: flex-start
}

.discount__text {
    font-size: 13px
}

.discount__type {
    font-weight: 600;
    margin-right: 8px
}

.discount__tnc-wrap {
    display: inline-block
}

.discount__tnc-btn {
    font-weight: 600;
    color: #ff5e00;
    outline: none;
    background-color: transparent;
    border: none
}

.discount__tnc {
    position: absolute;
    width: 600px;
    right: 0;
    padding: 20px;
    background-color: white;
    border-radius: 6px;
    max-height: 300px;
    overflow: auto;
    z-index: 10;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.15s ease;
    transform: perspective(1000px) rotateX(-15deg);
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: discount 0.2s ease-in forwards;
    animation: discount 0.2s ease-in forwards
}

@media (max-width: 1023px) {
    .discount__tnc {
        width: calc(100vw - 20px)
    }
}








.discount__tnc-heading {
    font-weight: 600;
    margin-bottom: 15px
}

.discount__tnc-list {
    padding-left: 15px;
    margin: 0;
    font-size: 12px
}

.discount__tnc-list li:not(:last-child) {
    margin-bottom: 8px
}

.discount .tours-icon-transfer {
    margin-right: 8px;
    color: #ff5e00;
    font-size: 18px
}

.discount__string {
    display: inline
}

.discount__code {
    color: #ff5e00;
    font-weight: 600;
    font-size: inherit;
    text-decoration: none;
    position: relative
}

.discount__code:hover .discount__code-tooltip {
    opacity: 1;
    visibility: unset;
    -webkit-animation: fadeOut 0.2s 3s ease-in forwards;
    animation: fadeOut 0.2s 3s ease-in forwards
}

.discount__code:hover {
    cursor: pointer
}

.discount__code-tooltip {
    position: absolute;
    white-space: nowrap;
    background-color: #ff5e00;
    color: white;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s opacity;
    bottom: calc(100% + 10px);
    left: calc(50% - 50px)
}

.discount__code-tooltip:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ff5e00 transparent transparent transparent
}

@-webkit-keyframes discount {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: perspective(1000px) rotateX(-15deg)
    }

    100% {
        opacity: 1;
        visibility: unset;
        transform: rotateX(0)
    }
}

@keyframes discount {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: perspective(1000px) rotateX(-15deg)
    }

    100% {
        opacity: 1;
        visibility: unset;
        transform: rotateX(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: unset
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: unset
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.section__getInTouch--mobile {
    position: absolute;
    top: calc(50% - 272.5px)
}

.section__getinTouch--mobile {
    position: absolute;
    top: calc(50% - 272.5px)
}

.section__getinTouch .container {
    padding: 20px 10px;
    background-color: #fff
}

@media (min-width: 1024px) {
    .section__getinTouch .container {
        padding: 20px 30px
    }
}

.section__getinTouch .container .heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 0;
    max-width: calc(100% - 45px)
}

.section__getinTouch .container .getinTouch-form .country-code-select__control {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    height: 3.8rem;
    margin-bottom: 1rem;
    padding: 0px 0px;
}

.section__getinTouch .container .getinTouch-form .country-code-select__control .country-code-select__input input {
    margin-bottom: 0
}

.section__getinTouch .container .getinTouch-form input {
    border-radius: 10px !important;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 3.8rem;
    margin-bottom: 1rem;
    outline: none;
    color: #464444;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100% !important;
    margin: 2px 0px 13px !important;
}
.section__getinTouch .container .getinTouch-form input::-moz-placeholder {
    font-size: 1.4rem;
    color: rgba(80, 80, 80, 0.7)
}

.section__getinTouch .container .getinTouch-form input:-ms-input-placeholder {
    font-size: 1.4rem;
    color: rgba(80, 80, 80, 0.7)
}

.section__getinTouch .container .getinTouch-form input::-ms-input-placeholder {
    font-size: 1.4rem;
    color: rgba(80, 80, 80, 0.7)
}

.section__getinTouch .container .getinTouch-form input::placeholder {
    font-size: 1.4rem;
    color: rgba(80, 80, 80, 0.7)
}

.section__getinTouch .container .getinTouch-form .react-datepicker-wrapper {
    width: 100%
}

.section__getinTouch .container .getinTouch-form .react-datepicker-wrapper input {
    text-align: left;
    font-weight: normal;
    color: #505050;
    border-radius: 10px !important;
    border: 1px solid #d9d9d9
}

.section__getinTouch .container textarea {
    border: 1px solid #d9d9d9;
    width: 100%;
    padding: 1rem;
    border-radius: 10px !important;
    outline: none;
    height: 86px;
    font-size: 1.6rem;
}

.section__getinTouch .container textarea::-moz-placeholder {
    font-size: 1.4rem;
    color: rgba(80, 80, 80, 0.7)
}

.section__getinTouch .container textarea:-ms-input-placeholder {
    font-size: 1.4rem;
    color: rgba(80, 80, 80, 0.7)
}

.section__getinTouch .container textarea::-ms-input-placeholder {
    font-size: 1.4rem;
    color: rgba(80, 80, 80, 0.7)
}

.section__getinTouch .container textarea::placeholder {
    font-size: 1.4rem;
    color: rgba(80, 80, 80, 0.7)
}

.section__getinTouch .container .terms-conditions {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none
}

.section__getinTouch .container .terms-conditions .tours-icon-tick {
    line-height: 1.75;
    display: flex;
    font-family: sans-serif !important;
    font-size: 1.6rem;
}

/* .section__getinTouch .container .terms-conditions .tours-icon-tick:before {
    font: var(--fa-font-solid);
    content: "\f058";
    margin-right: 10px;
    color: #00bc07;
    font-size: 1.5rem;
    padding-top: 5px;
} */

.section__getinTouch .container .submit-button {
    line-height: 2.2;
    width: 26rem;
    border-radius: 5px;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    color: #fffbfb !important;
    font-size: 1.5rem;
    width: 100%;
    height: 37px;
    margin-top: 5px;
    outline: none;
    border: none;
    transition: background-color 0.2s, color 0.2s;
    font-weight: 600;
}

.section__getinTouch .container .submit-button:hover {
    background-color: #ffb100;
    border: 1px solid #ffb100;
    cursor: pointer
}

.section__getinTouch .container .submit-button--holo {
    background-color: #fff;
    color: #ff5e00
}

.section__getinTouch .container .submit-button--disabled {
    background-color: rgba(255, 94, 0, 0.3) !important
}

.enquiry-modal {
    display: flex;
    align-items: center
}

@media (max-width: 1023px) {
    .enquiry-modal-wrap .section__getQuestion {
        position: absolute;
        top: calc(50% - 122.5px);
        left: 0
    }

    .enquiry-modal-wrap .icon-close {
        top: calc(50% - 122.5px + 15px)
    }
}

@media (min-width: 1024px) {
    .enquiry-modal-wrap {
        width: 500px !important;
        position: relative !important
    }
}

@media (min-width: 1024px) {
    .enquiry-form-modal-wrap {
        position: unset !important
    }

    .enquiry-form-modal-wrap .section__getInTouch--mobile {
        left: calc(50% - 237.24px);
        width: 475px
    }

    .enquiry-form-modal-wrap .mobile-modal__close-btn {
        right: calc(50% - 272.5px + 65px)
    }
}

.error-wrap {
    background-color: rgba(255, 87, 87, 0.12);
    border: 1px solid #ff5757;
    color: #ff5757;
    padding: 20px 30px;
    margin: 20px 0;
    border-radius: 8px
}

.faqs .base-block {
    border-radius: 20px
}

.faqs .base-block-head {
    padding-left: 30px
}

.faqs__list {
    counter-reset: faqsCounter;
    list-style: none;
    padding: 0;
    overflow: hidden
}

.faqs__list-item {
    display: flex
}

.faqs__list-item:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    .faqs__list-item:first-child {
        margin-top: 10px
    }
}

.faqs__list-item:before {
    counter-increment: faqsCounter;
    content: counters(faqsCounter, ".", decimal-leading-zero) " ";
    font-size: 2.1rem;
    color: #fff;
    padding: 2%;
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    /* background-color: #fa4d00; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px
}

.faqs__qa-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start
}

.faqs__question {
    line-height: 1;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0
}

.faqs__answer {
    color: #000;
    margin-top: 20px;
    line-height: 2.08
}

.faqs__expand-btn {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 40px;
    margin: 0 auto;
    display: block
}

.footer {
    color: #b7b7b7;
    position: relative;
    padding-top: 30px;
    font-size: 10px
}

.footer:before {
    content: "";
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0326;
    z-index: -1
}

.footer.no-links:before {
    top: 0
}

.footer.no-links .pre-footer {
    display: none
}

.footer.no-links .social-list {
    display: none
}

.footer a {
    color: #0c0326; 
}

.footer .footer-titles {
    color: #0c0326;
    font-size: 1.2em;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    -webkit-margin-after: 2.33em;
    margin-block-end: 2.33em;
    font-weight: bold
}
.footer a:hover {
    color: #0c0326;
}
.caption a{
    color: #b7b7b7;
}
.caption a:hover{
    color: #b7b7b7;
}

@media (max-width: 1023px) {
    .footer{
        padding: 10px;
    }
    .footer .footer-titles {
        margin-top: 2.33em
    }
}

@media (min-width: 1024px) {
    .footer .footer-titles {
        margin-bottom: 10px
    }
}

.footer .social-list {
    margin-bottom: 18px
}

.pre-footer {
    background-color: #fff;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.14);
    border-radius: 19px;
    max-width: 1270px;
    width: 100%;
    margin: 20px auto 20px;
    padding: 20px
}

@media (min-width: 1024px) {
    .pre-footer {
        padding: 37px 33px 26px;
        margin: 0 auto 50px
    }
}

.pre-footer .row {
    position: relative
}

@media (min-width: 576px) and (max-width: 1023px) {
    .pre-footer .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .pre-footer .row {
        display: flex;
        justify-content: space-between
    }
}

.pre-footer .row>.col {
    margin-bottom: 20px;
    position: relative
}

@media (min-width: 480px) {
    .pre-footer .row>.col {
        padding: 0 10px
    }
}

@media (min-width: 576px) and (max-width: 1023px) {
    .pre-footer .row>.col {
        flex: 0 0 50%
    }
}

@media (min-width: 1024px) {
    .pre-footer .row>.col {
        padding: 17px 15px 0 15px;
        margin-bottom: 0;
        max-width: 231px;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .pre-footer .row>.col:before {
        content: "";
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(214, 214, 214, 0.62)
    }
}

.pre-footer .row>.col:first-child:before,
.pre-footer .row>.col:last-child:before {
    display: none
}

@media (min-width: 1024px) {
    .pre-footer .row>.col.trending {
        min-width: 310px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.pre-footer .row>.col.destination {
    width: 100%
}

@media (min-width: 1024px) {
    .pre-footer .row>.col.destination {
        max-width: 300px
    }
}

.pre-footer .links-list {
    display: flex;
    flex-wrap: wrap;
    color: #505050;
    font-size: 1.3em;
    line-height: 1.7;
    text-align: center;
    justify-content: center
}

.pre-footer .links-list li {
    position: relative
}

.pre-footer .links-list li:nth-child(n+2) {
    padding-left: 16px
}

.pre-footer .links-list li:nth-child(n+2):before {
    content: "|";
    position: absolute;
    top: 0;
    left: 7px
}

.pre-footer .links-list li a {
    font-size: 1.2em
}

.pre-footer .links-list a:hover {
    color: #ff5e00
}

.pre-footer .trending h6 {
    margin-bottom: 17px
}

.pre-footer .nearby-places-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.pre-footer .nearby-places-list .col {
    padding: 0 2.5px;
    display: flex;
    width: 31%
}

@media (min-width: 1024px) {
    .pre-footer .nearby-places-list .col {
        padding: 0 3px;
        height: 90px
    }
}

@media (min-width: 480px) {
    .pre-footer .nearby-places-list .col {
        width: 25%
    }
}

@media (min-width: 576px) and (max-width: 1023px) {
    .pre-footer .nearby-places-list .col {
        width: 33%
    }
}

@media (min-width: 1024px) {
    .pre-footer .nearby-places-list .col {
        width: 33%
    }
}

.pre-footer .nearby-places-list .col .nearby-places-item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 5px
}

@media (max-width: 1023px) {
    .pre-footer .nearby-places-list .col .nearby-places-item {
        min-height: 13vw
    }
}

@media (max-width: 575px) {
    .pre-footer .nearby-places-list .col .nearby-places-item {
        min-height: 21vw
    }
}

.pre-footer .nearby-places-list .col .nearby-places-item:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1)
}

.pre-footer .nearby-places-list .col .nearby-places-item-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) all
}

.pre-footer .nearby-places-list .col .nearby-places-item .onclick-link {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pre-footer .nearby-places-list .col .nearby-places-item:hover .nearby-places-item-image {
    transform: scale(1.2)
}

.pre-footer .nearby-places-list .col .nearby-places-item .caption {
    font-size: 0.9em;
    font-weight: 700;
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease-in-out
}

@media (min-width: 375px) {
    .pre-footer .nearby-places-list .col .nearby-places-item .caption {
        font-size: 1em
    }
}

@media (min-width: 1024px) {
    .pre-footer .nearby-places-list .col .nearby-places-item .caption {
        font-size: 1em
    }
}






input[  "email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.jcf-textarea:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 1
}

input[type="email"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder,
.jcf-textarea:focus::-moz-placeholder {
    opacity: 1;
    color: transparent;
    opacity: 1
}

input[type="email"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder,
.jcf-textarea:focus:-moz-placeholder {
    color: transparent;
    opacity: 1
}

input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.jcf-textarea:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 1
}

input[type="email"]:focus.placeholder,
input[type="number"]:focus.placeholder,
input[type="password"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="text"]:focus.placeholder,
input[type="url"]:focus.placeholder,
textarea:focus.placeholder,
select:focus.placeholder,
.jcf-textarea:focus.placeholder {
    color: transparent;
    opacity: 1
}

input[type="email"]::-webkit-scrollbar,
input[type="number"]::-webkit-scrollbar,
input[type="password"]::-webkit-scrollbar,
input[type="search"]::-webkit-scrollbar,
input[type="tel"]::-webkit-scrollbar,
input[type="text"]::-webkit-scrollbar,
input[type="url"]::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
.jcf-textarea::-webkit-scrollbar {
    display: none
}

input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.jcf-textarea::-webkit-input-placeholder {
    color: #969696
}

input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.jcf-textarea::-moz-placeholder {
    opacity: 1;
    color: #969696
}

input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.jcf-textarea:-moz-placeholder {
    color: #969696
}

input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.jcf-textarea:-ms-input-placeholder {
    color: #969696
}

input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
input[type="url"].placeholder,
textarea.placeholder,
select.placeholder,
.jcf-textarea.placeholder {
    color: #969696
}

select {
    -webkit-border-radius: 0
}

textarea {
    overflow-y: auto;
    height: 80px;
    border-radius: 21px;
    padding: 20px;
    resize: none;
    white-space: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer
}

.simple-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 65px
}

.simple-header .container {
    height: 100%
}

.simple-header .menu-profile {
    display: flex;
    flex-direction: row;
    margin-right: 20px
}

.simple-header .menu-profile .image {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffba0a 0%, #f47625 100%)
}

.simple-header .menu-profile .image .image-gradient-text {
    font-weight: 500;
    font-size: 10px;
    line-height: 21px;
    color: #ffffff
}

.simple-header .menu-profile .image>img {
    width: 21px;
    height: 21px
}

.simple-header .menu-profile .name {
    font-weight: 500;
    font-size: 15px;
    height: 23px;
    line-height: 23px;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: start;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .simple-header .menu-profile .name {
        display: none;
    }
}

@media (max-width: 576px) {
    .simple-header .customer-page {
        display: none;
    }
}

.simple-header__row {
    justify-content: flex-end;
    padding: 15px 0 11px;
    height: 100%;
}

@media (max-width: 1023px) {
    .simple-header__row {
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) {
    .simple-header__row {}
}

.simple-header__row__inverted {
    border-bottom: none !important;
}

.simple-header__actions {
    display: flex;
}

.simple-header__actions .currency-picker {
    width: 90px;
    margin-right: 25px;
}

@media (max-width: 1023px) {
    .simple-header__actions .currency-picker {
        margin-right: 10px;
    }

    .simple-header__actions .currency-picker__value-container {
        padding: 0;
        flex-direction: row-reverse;
    }
}

.simple-header__actions .currency-picker__control {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.simple-header__actions .currency-picker__placeholder,
.simple-header__actions .currency-picker__single-value {
    color: white;
}

.simple-header__actions .currency-picker__indicator-separator {
    display: none;
}

.simple-header__actions .currency-picker__dropdown-indicator {
    padding-right: 10px;
    padding-top: 6px;
}

@media (max-width: 1023px) {
    .simple-header__actions .currency-picker__dropdown-indicator {
        padding: 0px !important;
    }
}

.simple-header__logo {
    position: absolute;
    left: 15%;
    top: 15px;
}

@media (max-width: 768px) {
    .simple-header__logo {
        left: 5%;
    }
}

@media (max-width: 768px) {
    .simple-header__logo-customer {
        left: 15%;
    }
}

.simple-header .header-mobile-nav-opener:not(.hamburger-slide-in) span:after,
.simple-header .header-mobile-nav-opener:not(.hamburger-slide-in):before,
.simple-header .header-mobile-nav-opener:not(.hamburger-slide-in):after,
.simple-header .header-mobile-nav-opener:not(.hamburger-slide-in) span {
    background: #f47625;
}

@media (max-width: 768px) {
    .simple-header .header-mobile-nav-opener {
        transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
        height: 16px;
        width: 27px;
        display: block;
        position: absolute;
        top: 25px;
        left: 5%;
        z-index: 13;
    }

    .simple-header .header-mobile-nav-opener:hover {
        opacity: 0.8;
    }

    .nav-active .simple-header .header-mobile-nav-opener {
        left: 254px;
        top: 24px;
    }

    .nav-active .simple-header .header-mobile-nav-opener:after {
        right: 10px;
    }

    .nav-active .simple-header .header-mobile-nav-opener span {
        right: 7px;
    }

    .nav-active .simple-header .header-mobile-nav-opener span:after {
        right: 7px;
    }

    .simple-header .header-mobile-nav-opener span:after,
    .simple-header .header-mobile-nav-opener:before,
    .simple-header .header-mobile-nav-opener span {
        content: "";
        background: #ff5e00;
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        height: 1px;
        transition: .3s ease 0s;
    }

    .simple-header .header-mobile-nav-opener:after,
    .simple-header .header-mobile-nav-opener:before {
        top: 0;
    }

    .simple-header .header-mobile-nav-opener:after {
        bottom: 0;
        top: auto;
    }
}

.simple-header__profile-menu-btn {
    position: absolute;
    left: 5%;
}

.simple-header__logo-img {
    height: 35px;
}

.simple-header__action {
    color: #fff;
    outline: none;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    margin-left: auto;
}

.simple-header__action__inverted {
    color: #404040;
}

.simple-header__white {
    background-color: white !important;
    box-shadow: none !important;
    border-bottom: 1px solid #e2e2e2;
    position: -webkit-sticky;
    position: sticky;
}

.header-user-menu {
    top: 25px;
    color: #ef810d;
}

@media (max-width: 1024px) {
    .header-user-menu {
        right: 30px;
    }
}

.header-user-menu__container {
    position: absolute;
    top: 10px;
    width: 120px;
    display: none;
}

@media (max-width: 768px) {
    .header-user-menu__container {
        right: 30px;
    }
}

.header-user-menu__container .user-container {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px rgba(216, 216, 216, 0.25);
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.header-user-menu__container .user-container>div {
    background: #fff;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #676767;
}

.header-user-menu__container .user-container>div:hover {
    background: rgba(244, 118, 37, 0.1);
}

.header-user-menu__container-show {
    display: block;
}

.info-with-icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.info-with-icon:hover {
    cursor: pointer;
}

.info-with-icon--full-width {
    flex: 1 1;
    width: 100%;
}

.info-with-icon--full-width .info-with-icon__info-wrap {
    flex: 1 1;
}

.info-with-icon--actionable:hover,
.info-with-icon--actionable *:hover {
    cursor: pointer;
}

.info-with-icon__icon {
    color: #ff5e00;
    font-size: 12px;
    margin-right: 12.5px;
    color: #fb6400;
}

.info-with-icon__info-wrap {
    color: #555353;
    line-height: 1;
}

.info-with-icon__info-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.inline-loader {
    padding: 5px;
    display: inline-block;
    -webkit-animation: fullRotation 0.5s infinite;
    animation: fullRotation 0.5s infinite;
}

@-webkit-keyframes fullRotation {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@keyframes fullRotation {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

.inventory {
    flex-flow: row nowrap
}

.inventory:first-child {
    margin-top: 8px
}

.inventory:not(:last-child) {
    margin-bottom: 20px
}

.inventory__name {
    font-size: 1.5rem;
    line-height: 1
}

.inventory__pricing {
    margin-left: auto;
    margin-right: 25px
}

.inventory__counter {
    margin-left: auto
}

.inventory__counter-btn {
    height: 15px;
    width: 15px;
    border: 1px solid #ff5e00;
    color: #ff5e00;
    border-radius: 4px;
    background-color: transparent;
    padding: 0;
    line-height: 1
}

.inventory__quantity {
    margin: 0 13px;
    min-width: 20px;
    text-align: center
}

.inventory__strike-through-amount {
    font-size: 1.3rem;
    text-decoration: line-through;
    margin-right: 10px
}

.inventory__current-amount {
    font-size: 1.5rem;
    color: #fb6400;
    font-weight: bold
}

.base-block-head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.base-block-head .expand-all {
    border-radius: 10px;
    border: 1px solid #ef810d;
    color: #ef810d;
    background-color: #fff;
    padding: 7px 15px;
    font-size: 1.4rem;
    outline: none;
    transition: 0.2s color, 0.2s background-color
}

@media (min-width: 1024px) {
    .base-block-head .expand-all {
        margin-right: 2rem
    }

    .base-block-head .expand-all:hover {}
}

@media (min-width: 1024px) {
    .base-block {
        padding: 2rem 0
    }
}

.section__itinerary .base-block-body {
    padding: 0;
    margin-top: 15px
}

@media (min-width: 1024px) {
    .section__itinerary .base-block-body {
        padding: 0 30px 20px 24px
    }
}

.itinerary-unit-holder {
    margin-left: 1rem
}

@media (min-width: 1024px) {
    .itinerary-unit-holder {
        margin-left: 3rem
    }
}

.itinerary-unit-holder .about-itinerary-header {
    color: #000;
    font-size: 1.5rem;
    margin-left: -10px;
    display: flex;
    align-items: center;
    height: 60px
}

.itinerary-unit-holder .about-itinerary-header:hover {
    cursor: pointer
}

.itinerary-unit-holder .about-itinerary-header .itinerary-temp-icon {
    display: inline-block;
    height: 15px;
    width: 15px;
    flex: 0 0 15px;
    border-radius: 50%;
    background: white;
    border: 4px solid green;
    z-index: 1
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-header .itinerary-temp-icon {
        height: 20px;
        width: 20px;
        flex: 0 0 20px
    }
}

.itinerary-unit-holder .about-itinerary-header .itinerary-day {
    font-weight: 700;
    margin: 0 20px 0 15px;
    flex: 0 0 54px
}

.itinerary-unit-holder .about-itinerary-header .itinerary-heading-tag {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    color: unset;
    margin: 0
}

.itinerary-unit-holder .about-itinerary-header .itinerary-day-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(2 * 1.5rem * 1.54)
}

.itinerary-unit-holder .about-itinerary-header .tours-icon-itinerary:before {
    font-family: "tours-app";
    content: "";
    color: #129b0d;
    font-weight: 900;
    font-size: 1.5rem;
    float: left
}

.itinerary-unit-holder .about-itinerary-header .tours-icon-itinerary:before:first-child {
    font-family: "tours-app";
    content: "";
    background: #ff5e00;
    color: #fff;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 1rem;
    font-size: 1.5rem;
    float: left
}

.itinerary-unit-holder .about-itinerary-header .tours-icon-itinerary:before:not(:first-child) {
    font-family: "tours-app";
    content: "";
    color: #129b0d;
    font-weight: 900;
    font-size: 1.5rem;
    float: left
}

.itinerary-unit-holder .about-itinerary-header .tours-icon-itinerary:before:last-child {
    font-family: "tours-app";
    content: "";
    color: #129b0d;
    font-weight: 900;
    font-size: 1.5rem;
    float: left
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description {
        margin-left: 1rem;
        margin-right: 2rem
    }
}

.itinerary-unit-holder .about-itinerary-description .itinerary-carousel {
    height: 30vh;
    margin: 0 -10px;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: scroll
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .itinerary-carousel {
        display: none
    }
}

.itinerary-unit-holder .about-itinerary-description .itinerary-carousel-item {
    height: 100%;
    min-width: 90vw;
    position: relative
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .itinerary-carousel-item {
        min-width: 30vw
    }
}

.itinerary-unit-holder .about-itinerary-description .itinerary-carousel-item:not(:first-child) {
    margin-left: 10px
}

.itinerary-unit-holder .about-itinerary-description .itinerary-carousel-item img {
    height: 100%;
    width: 100%
}

.itinerary-unit-holder .about-itinerary-description .itinerary-carousel-item .overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0.71;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.7))
}

.itinerary-unit-holder .about-itinerary-description .itinerary-carousel-item .itinerary-carousel-overlay {
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 11
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images {
    margin-top: 15px
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images--events {
    margin-bottom: 15px
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images .itinerary-images-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    justify-content: flex-start;
    overflow: auto;
    margin-bottom: 20px
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images .itinerary-images-wrapper .itinerary-image {
    width: 185.9px;
    height: 124px;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images .itinerary-images-wrapper .itinerary-image.itinerary-event-image {
    width: 175px;
    flex: 0 0 175px;
    height: 118.25px
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images .itinerary-images-wrapper .itinerary-image:not(:last-child) {
    margin-right: 23px
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images .itinerary-images-wrapper .overlay-image {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    position: relative
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images .itinerary-images-wrapper .text-on-image {
    position: absolute;
    bottom: 3.5rem;
    color: #ffffffba;
    font-size: 5rem;
    right: 11.5rem;
    top: 2rem
}

@media (max-width: 1023px) {
    .itinerary-unit-holder .about-itinerary-description .itinerary-images .itinerary-images-wrapper .text-on-image {
        display: none
    }
}

.itinerary-unit-holder .about-itinerary-description .itinerary-images .itinerary-images-wrapper .hide-text {
    color: #fff
}

.itinerary-unit-holder .about-itinerary-description .itinerary-content {
    padding: 0 10px 20px;
    line-height: 1.67
}

.itinerary-unit-holder .about-itinerary-description .itinerary-content ul {
    margin: 0
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .base-block-head {
    margin-bottom: 1.5rem;
    margin-left: -12px;
    padding-left: 12px
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper {
        display: flex;
        border-bottom: 1px solid #ececec;
        margin-bottom: 2rem
    }
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper .subsection-header {
    font-size: 1.5rem;
    border-bottom: 1px solid #ececec;
    margin: 15px 0;
    padding-bottom: 10px;
    padding-left: 15px;
    font-weight: 600
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper .subsection-header {
        width: 33%;
        border-bottom: none
    }

    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper .subsection-header:first-child {
        margin-top: 1.5rem
    }
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper .menu-wrap {
        display: block;
        margin-bottom: 2rem;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper .subsection-variants {
        margin: 1rem 2rem;
        width: 100%
    }
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper .subsection-content {
    padding: 0 20px 20px 20px;
    font-size: 1.5rem
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper .subsection-content {
        padding: 0 20px 20px 0
    }
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder {
    padding: 0 20px
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder {
        padding: 0 20px 0 0
    }
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder>* {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder>*:not(:last-child) {
    margin-right: 10px
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder>*:not(:last-child) {
        margin-right: 2rem;
        padding: 0 0 10px 0
    }
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder .veg-holder .food-tours-icon-veg {
    font-size: 1.4rem;
    color: #00bc07;
    border: 2px solid #00bc07;
    border-radius: 50px;
    padding: 8px;
    margin-bottom: 4px;
    width: 49px;
    height: 49px
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder .veg-holder .food-tours-icon-veg:before {
    font-family: "tours-app";
    content: "";
    color: #00bc07;
    font-size: 2.7rem;
    float: right
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder .veg-holder .food-tours-icon-veg {
        font-size: 2.2rem
    }
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder .nonveg-holder .food-tours-icon-nonveg {
    font-size: 1.4rem;
    color: #ea3739;
    border: 2px solid #ea3739;
    border-radius: 50px;
    padding: 8px;
    margin-bottom: 4px;
    width: 49px;
    height: 49px
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder .nonveg-holder .food-tours-icon-nonveg:before {
    font-family: "tours-app";
    content: "";
    color: #ea3739;
    font-size: 2.7rem;
    float: right
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meal-types-holder .nonveg-holder .food-tours-icon-nonveg {
        font-size: 2.2rem
    }
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meals-desc {
    padding: 0 20px;
    font-size: 1.4rem;
    margin-top: 10px
}

@media (min-width: 1024px) {
    .itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper.subsection-meals .meals-desc {
        padding: 0
    }
}

.itinerary-unit-holder .about-itinerary-description .about-itinerary-subsection .subsection-wrapper .subsection-transport {
    font-size: 1.4rem;
    line-height: 1.67;
    width: 100%
}

.event {
    position: relative;
    margin-bottom: 20px
}

.event-content {
    font-size: 1.4rem;
    margin-left: 30px
}

@media (max-width: 1023px) {
    .event-content {
        padding-top: 25px
    }
}

.event-title {
    font-size: 1.6rem;
    font-weight: 600
}

.time {
    display: inline-block;
    font-size: 10px;
    padding: 5px;
    background-color: #fb6400;
    color: white;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: -10px
}

@media (min-width: 1024px) {
    .time {
        left: -38px
    }
}

.event-info {
    font-size: 1.3rem
}

.info-title {
    font-weight: 600
}

.itinerary-day-v2:first-child .itinerary-day-v2__header-top-row {
    padding-top: 0
}

.itinerary-day-v2:not(:first-child) .itinerary-day-v2__header-top-row:before {
    top: -10px
}

.itinerary-day-v2__header-top-row {
    align-items: baseline;
    padding: 15px 0
}

.itinerary-day-v2__header-top-row,
.itinerary-day-v2__header-bottom-row {
    position: relative
}

.itinerary-day-v2__header-top-row:before,
.itinerary-day-v2__header-bottom-row:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: -20px;
    left: 32px;
    border-left: 1px solid #eaeaea;
    z-index: -1
}

@media (min-width: 1024px) {

    .itinerary-day-v2__header-top-row:before,
    .itinerary-day-v2__header-bottom-row:before {
        left: 40px
    }
}

.itinerary-day-v2__day-number {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 3px 10px;
    background-color: #fff;
    white-space: nowrap
}

@media (min-width: 1024px) {
    .itinerary-day-v2__day-number {
        font-size: 18px;
        padding: 6px 16px
    }
}

.itinerary-day-v2__day-title {
    font-size: 16px;
    font-weight: 600;
    margin-left: 16px;
    color: #3a3a3a
}

@media (min-width: 1024px) {
    .itinerary-day-v2__day-title {
        font-size: 18px
    }
}

.itinerary-day-v2 .tours-icon-Down-Caret {
    margin-left: 14px;
    transition: 0.2s transform
}

.itinerary-day-v2__header-bottom-row {
    padding-left: 80px
}

.itinerary-day-v2__header-bottom-row:before {
    bottom: -10px
}

.itinerary-day-v2__header-bottom-row .itinerary-day-v2__collapse-day-btn {
    margin-top: 24px
}

.itinerary-day-v2__day-location {
    font-weight: 500;
    color: #707070;
    margin-bottom: 20px
}

.itinerary-day-v2__day-location [class^="tours-icon"] {
    margin-right: 6px
}

.itinerary-day-v2__day-description {
    color: #3a3a3a
}

.itinerary-day-v2__images-row {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 24px
}

@media (max-width: 1023px) {
    .itinerary-day-v2__images-row {
        overflow: auto
    }
}

.itinerary-day-v2__image-wrap {
    flex: 0 0 180px;
    height: 130px;
    border-radius: 8px;
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative
}

.itinerary-day-v2__image-wrap:not(:last-child) {
    margin-right: 10px
}

.itinerary-day-v2__image--overlay-image {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    position: relative
}

.itinerary-day-v2 .text-on-image {
    position: absolute;
    color: #ffffffba;
    font-size: 5rem;
    top: calc(50% - 28.5px);
    right: calc(50% - 14.375px);
    z-index: 2
}

.itinerary-day-v2__collapse-day-btn {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #ef810d;
    font-weight: 600
}

.itinerary-day-v2__events {
    margin: 40px;
    margin-right: 0;
    position: relative
}

.itinerary-day-v2__events .event-section {
    margin-left: 15px;
    padding-left: 15px
}

@media (min-width: 1024px) {
    .itinerary-day-v2__events .event-section {
        margin-left: 30px;
        padding-left: 30px
    }
}

.itinerary-day-v2__events .event-section__connectors:before,
.itinerary-day-v2__events .event-section__connectors:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    background-color: #eaeaea;
    left: 2px
}

@media (min-width: 1024px) {

    .itinerary-day-v2__events .event-section__connectors:before,
    .itinerary-day-v2__events .event-section__connectors:after {
        left: 15px
    }
}

.itinerary-day-v2__events .event-section__connectors:before {
    top: -35px;
    transform: rotate(-25deg)
}

@media (min-width: 1024px) {
    .itinerary-day-v2__events .event-section__connectors:before {
        transform: rotate(-36deg)
    }
}

.itinerary-day-v2__events .event-section__connectors:after {
    bottom: -35px;
    transform: rotate(25deg)
}

@media (min-width: 1024px) {
    .itinerary-day-v2__events .event-section__connectors:after {
        transform: rotate(36deg)
    }
}

.itinerary-day-v2__events:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 12px;
    left: 13px;
    border-left: 1px solid #eaeaea
}

@media (min-width: 1024px) {
    .itinerary-day-v2__events:before {
        bottom: 10px;
        left: 30px
    }
}

.itinerary-day-v2--expanded .tours-icon-Down-Caret {
    transform: rotate(180deg)
}

.itinerary-event-v2:not(:last-child) {
    margin-bottom: 24px
}

.itinerary-event-v2__heading {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
    position: relative
}

.itinerary-event-v2__heading:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ff5e00;
    border: 2px solid #fff;
    position: absolute;
    top: 8px;
    left: -22px;
    box-sizing: content-box
}

@media (min-width: 1024px) {
    .itinerary-event-v2__heading:before {
        left: -35px
    }
}

.itinerary-event-v2__additional-info {
    margin-top: 14px
}

.itinerary-event-v2__description {
    margin-top: 14px
}

.location-map,
.location-map-placeholder {
    width: 100%;
    height: 300px
}

@media (min-width: 1024px) {

    .location-map,
    .location-map-placeholder {
        height: 400px
    }
}

.location-map-placeholder {
    outline: none;
    border: none;
    background-color: transparent;
    position: relative
}

.location-map-placeholder__image {
    height: 100%;
    width: 100%;
    -o-object-fit: none;
    object-fit: none
}

.location-map-placeholder__btn {
    position: absolute;
    top: calc(50% - 15.5px);
    left: calc(50% - (125px / 2));
    width: 125px;
    text-align: center;
    font-size: inherit !important
}

.map__legend {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 20px
}

.map__legend-item {
    display: flex;
    align-items: flex-end
}

.map__legend-item:not(:last-child) {
    margin-right: 14px
}

.map__legend-icon {
    height: 19px
}

.map__legend-name {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 5.7px
}

.points__title {
    color: #000;
    font-weight: 600;
    line-height: 1.29
}

@media (min-width: 1024px) {
    .points__title {
        margin-bottom: 16px
    }
}

.points__grid {
    display: flex;
    flex-flow: row wrap
}

.points__wrap:not(:first-child) {
    margin-top: 30px
}

.location-point {
    flex: 0 0 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media (min-width: 1024px) {
    .location-point {
        flex: 0 0 50%
    }

    .location-point:nth-child(n+3) {
        margin-top: 20px
    }
}

@media (max-width: 1023px) {
    .location-point:nth-child(n+1) {
        margin-top: 20px
    }
}

.location-point__icon {
    height: 30px;
    margin-top: 5px;
    margin-right: 20px
}

.location-point__icon img {
    height: 100%
}

.location-point__details {
    flex: 1 1
}

.location-point__title {
    font-size: 16px;
    font-weight: 600;
    color: #565656
}

.location-point .tours-icon-external-link {
    margin-left: 10px
}

.location-point__address {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
    max-width: 180px
}

.modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 200;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s all
}

.modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white
}

.modal-body {
    padding: 2px 16px
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white
}

.login-modal-wrap {
    transform: translate3d(0, 0, 0);
    padding-top: 65px
}

/* .login-modal-wrap .overlay {
    background-image: url("/packs/media/login_modal/thrillo-login-image-ce43f7c8.jpg");
    background-size: cover;
    background-position-y: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 0
} */

@media (min-width: 1024px) {
    .login-modal-wrap {
        padding-top: calc((100vh - 600px) / 2)
    }
}

.login-modal-wrap.show {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

.login-modal-wrap.show .login-modal {
    transform: translateY(0)
}

.login-modal-wrap .login-modal {
    z-index: 10;
    transform: translateY(1000px);
    border-radius: 20px;
    position: relative;
    width: 100%;
    background: #fff;
    height: 100%
}

@media (max-width: 1023px) {
    .login-modal-wrap .login-modal {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        max-width: 550px;
        margin: 0 auto;
        height: calc(100vh - 80px)
    }
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal {
        transform: translateY(-1000px);
        width: 800px;
        margin: 0 auto;
        height: 600px;
        display: flex
    }
}

.login-modal-wrap .login-modal #login-modal-close {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #aaa;
    z-index: 1
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal #login-modal-close {
        right: -15px;
        top: -15px
    }
}

.login-modal-wrap .login-modal #login-modal-close:focus {
    outline: none
}

.login-modal-wrap .login-modal-banner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 0
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal-banner {
        flex: 0 0 460px;
        padding: 35px;
        color: #fff;
        font-size: 1.5rem
    }

    .login-modal-wrap .login-modal-banner:before {
        position: absolute;
        content: "";
        opacity: 0.75;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(43deg, #000, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7));
        z-index: 0
    }

    .login-modal-wrap .login-modal-banner .banner-logo {
        height: 35px;
        width: 40px
    }

    .login-modal-wrap .login-modal-banner-image {
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        z-index: -1
    }

    .login-modal-wrap .login-modal-banner .banner-text-wrap {
        margin-top: auto;
        z-index: 1
    }

    .login-modal-wrap .login-modal-banner .banner-text-wrap .banner-bold {
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.58);
        line-height: 1.22
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .login-modal-wrap .login-modal-banner .banner-text-wrap .banner-bold {
        font-size: 4rem;
        font-weight: bold;
        letter-spacing: -2px;
        margin-bottom: 15px
    }
}

.login-modal-wrap .login-modal .login-forms-wrap {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector:before {
    left: 3%
}

.login-modal-wrap .login-modal .login-forms-wrap--selected-4 .forms-selector:before {
    left: 53%
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    margin: 0;
    padding: 0
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector .auth-form-selector {
    background: transparent;
    text-transform: uppercase;
    color: #b4b4b4;
    font-size: 1.9rem;
    border: none;
    text-align: center;
    padding: 17px 0 10px;
    flex: 0 0 50%;
    margin: 0
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-selector .auth-form-selector {
        font-size: 1.5rem
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector .auth-form-selector:first-child {
    border-right: 1px solid #f3f3f3
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector .auth-form-selector:focus {
    outline: none
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector .auth-form-selector.form-selected {
    border-bottom: 1px solid #ff5e00
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector:before {
    position: absolute;
    content: "";
    width: 44%;
    border-bottom: 1px solid #ff5e00;
    bottom: 0;
    transition: 0.2s all
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder {
    position: relative;
    height: 100%
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder {
        height: calc(600px - 45px)
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px 20px 25px;
    font-size: 1.5rem;
    color: #5f5f5f;
    overflow: auto;
    z-index: -1
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form {
        font-size: 1.2rem
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form--selected {
    z-index: 1
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form .form-back {
    border: none;
    background: #f4f4f4;
    color: #ff5e00;
    border-radius: 20px;
    transform: rotate(90deg);
    font-size: 8px;
    text-align: center;
    height: 25px;
    width: 25px
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form .form-back:focus {
    outline: none
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form-item {
    padding-top: 30px
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form-item#sign-up-form {
    padding-top: 10px
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__top {
    display: flex;
    align-items: center
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__top.centered-auth-title {
    text-align: center;
    flex-direction: column;
    color: #b4b4b4
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__top.centered-auth-title.centered-auth-title-with-button .form-back {
    align-self: flex-start
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__top.centered-auth-title .auth-form__title {
    font-size: 3.7rem
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__top.centered-auth-title .auth-form__title {
        font-size: 3rem
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__title {
    font-size: 2rem;
    color: #484848;
    font-weight: bold;
    letter-spacing: -1px;
    margin-left: 25px
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form .social-login-buttons .third-party-button-wrap:not(:first-child) {
    margin-top: 10px
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap {
    position: relative;
    margin: 0 10px;
    display: flex;
    flex-flow: row wrap
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap:not(:first-child):not(.third-party-button-wrap) {
    margin-top: 25px
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .auth-form__button {
    font-weight: bold;
    text-transform: uppercase
}

@media (max-width: 1023px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn {
        padding: 15px;
        font-size: 1.6rem
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn-third-party {
    font-weight: 500;
    position: relative
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn-third-party .third-party-login-icon {
    display: inline-flex;
    position: absolute;
    left: 20px
}

@media (max-width: 1023px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn-third-party .third-party-login-icon {
        top: calc(50% - 15px);
        font-size: 3.7rem
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn-third-party.btn-google {
    background: #f2f4f7;
    color: #5f5f5f
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn-third-party.btn-google .tours-icon-google {
        position: absolute;
        left: 20px;
        top: calc(50% - 18px)
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn-third-party.btn-facebook {
    background: #385c8e;
    color: #fff
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn-third-party.btn-facebook .tours-icon-facebook {
        position: absolute;
        left: 33px;
        top: calc(50% - 6.5px)
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__error {
    flex: 0 0 100%;
    color: red;
    font-weight: 600;
    top: 100%;
    border-bottom-left-radius: 5px;
    z-index: 1;
    border-bottom-right-radius: 5px;
    max-height: 0;
    padding: 0;
    transition: 0.2s max-height;
    text-align: right
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__error--active {
    max-height: 50px;
    overflow: hidden
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    width: 100%;
    padding: 10px 15px
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field {
        padding-left: 30px
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field:focus {
    outline: none;
    border-bottom: 1px solid #000
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field--country-code {
    flex: 0 0 24%;
    margin-right: 15px;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    padding: 0 !important
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field--country-code::-ms-expand {
    display: none
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field--country-code .country-code-select__control {
    border: none;
    min-height: unset
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field--country-code .country-code-select__value-container {
    padding: 0
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field--country-code .country-code-select__value-container div:last-child {
    margin: 0;
    padding: 0
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field--country-code .country-code-select__indicators {
    display: none
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-field--phone {
    flex: 0 0 70%
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-label {
    position: absolute;
    display: flex;
    left: 0;
    top: 10px;
    transition: 0.2s all;
    cursor: text;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transform-origin: 0% 100%;
    transform: translateY(0)
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-label.active-input-field {
    transform-origin: 0% 0%;
    transform: translateY(-25px) scale(0.9);
    color: #000
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-label.active-input-field .input-icon {
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    margin: 0;
    height: 0;
    width: 0
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-label .input-icon {
    display: inline-block;
    font-size: 2.4rem;
    margin: 0 10px;
    transition: 0.2s all
}

@media (min-width: 1024px) {
    .login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-label .input-icon {
        font-size: 1.5rem
    }
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__disclaimer {
    margin-top: 25px;
    line-height: 1.3
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__disclaimer .disclaimer-icon {
    margin-right: 7px
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__disclaimer .disclaimer-icon.icon-check {
    color: #5dc55f
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__disclaimer .disclaimer-icon.icon-check:before {
    color: #5dc55f
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form .auth-redirect {
    margin-top: 10px;
    text-align: center
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form .auth-redirect .auth-link {
    color: inherit;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    margin-left: 3px
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__forgot-pwd {
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;
    margin-left: auto;
    color: #ff5e00;
    margin-top: 5px;
    outline: none;
    border: none;
    background-color: transparent
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__separator {
    position: relative;
    color: #b5b5b5;
    text-align: center;
    z-index: 0;
    margin: 20px 0
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__separator:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #f1f1f1;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__separator .separator-text-overlay {
    z-index: 1;
    padding: 5px;
    background: #fff
}

.error-handler-react-portal .error-wrap {
    padding: 10px 15px;
    background-color: rgba(255, 87, 87, 0.12);
    border: 1px solid #ff5757;
    color: #ff5757;
    margin: 20px 0;
    border-radius: 8px
}

.more-things-section .base-block {
    border-radius: 19px;
    margin-top: 0
}

@media (min-width: 1024px) {

    .more-things-section h2,
    .more-things-section .h2 {
        font-size: 2rem
    }
}

.more-things-section .btn {
    margin-right: 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .more-things-section .btn {
        font-size: 1.3rem;
        min-width: inherit;
        padding: 6px 12px
    }
}

.more-things-section .btn:last-child {
    margin-right: 0px
}

.more-things-section .transparent {
    background: #fff;
    color: #ffb100;
    border: 1px solid #ffb100;
    border-radius: 6px;
}

.more-things-section .transparent:hover {
    background: #ffb100;
    color: white;
    border: 1px solid #ffb100;
}

.more-things-section .btn-holder {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1023px) {
    .section__msp {
        display: none
    }
}

.section__msp .base-block {
    padding: 0
}

@media (min-width: 1024px) {
    .section__msp .base-block {
        padding-bottom: 1%
    }
}

.section__msp .base-block .msp-header {
    text-align: center;
    background: #815d8b;
    font-size: 2rem;
    color: #fff;
    padding: 15px 0;
    margin: 0 -10px;
    line-height: 1.5;
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .section__msp .base-block .msp-header {
        margin: 0 0 20px 0
    }
}

.section__msp .base-block .msp-list {
    list-style: none
}

@media (min-width: 1024px) {
    .section__msp .base-block .msp-list {
        margin-right: 1rem;
        position: relative
    }
}

.section__msp .base-block .msp-list .msp-item {
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-left: 10px
}

.section__msp .base-block .msp-list .msp-item:before {
    font-family: "tours-app";
    position: absolute;
    left: 15px;
    font-size: 2rem;
    margin-top: 5px;
    content: "";
    color: #6ac259
}

@media (min-width: 1024px) {
    .section__msp .base-block .msp-list .msp-item:before {
        left: 13px
    }
}

.section__msp .base-block .msp-list .msp-item .msp-item-header {
    font-weight: 600;
    line-height: 1.92
}

.section__msp .base-block .msp-list .msp-item .msp-item-content {
    line-height: 1.92
}

.multi-line-header-v2 {
    text-align: center
}

.multi-line-header-v2__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    margin-bottom: 26px
}

@media (min-width: 1024px) {
    .multi-line-header-v2__title {
        font-size: 30px;
        line-height: 1.35;
        margin-bottom: 30px
    }
}

.multi-line-header-v2__title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 61px;
    background-color: #ffb100;
    bottom: -10px;
    left: calc(50% - 30.5px)
}

@media (min-width: 1024px) {
    .multi-line-header-v2__title:before {
        bottom: -12px
    }
}

.multi-line-header-v2__caption {
    font-size: 16px;
    color: #949494;
    line-height: 1.5
}

.multi-line-header-v2--left-aligned {
    text-align: left
}

.multi-line-header-v2--left-aligned .multi-line-header-v2__title:before {
    left: 0
}

@media (max-width: 1024px){
    .multi-line-header-v2--left-aligned {
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    .multi-line-header-v2--desktop-left-aligned {
        text-align: left
    }

    .multi-line-header-v2--desktop-left-aligned .multi-line-header-v2__title:before {
        left: 0
    }
}

.multi-line-header-v2--small .multi-line-header-v2__title {
    font-size: 22px
}

.multi-line-header-v2--small .multi-line-header-v2__title:before {
    bottom: -10px
}

.multi-line-header-v2--no-underline .multi-line-header-v2__title:before {
    display: none
}

.otp-input-group {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 20px;
    text-align: center
}

.otp-input-group--spaced {
    margin: 30px 0
}

.otp-input-group.has-errors input,
.otp-input-group.has-errors textarea,
.otp-input-group.has-errors .country-code-select__control {
    border: 1px solid #ff4848 !important;
    -webkit-animation-name: shimmy;
    animation-name: shimmy;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.otp-input-group.has-errors input input,
.otp-input-group.has-errors textarea input,
.otp-input-group.has-errors .country-code-select__control input {
    border: none !important
}

.otp-input-group.has-errors .error-message {
    font-size: 14px;
    color: #ff4848;
    font-weight: 500;
    margin-top: 4px
}

.otp-input-group__input,
.otp-input-group input,
.otp-input-group textarea {
    width: 100%;
    flex: 1 1;
    padding: 11px 20px;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    outline: none;
    transition: 0.2s border-color;
    resize: none;
    margin-right: 10px
}

.otp-input-group__input:focus,
.otp-input-group__input:active,
.otp-input-group input:focus,
.otp-input-group input:active,
.otp-input-group textarea:focus,
.otp-input-group textarea:active {
    border: 1px solid #ff5e00
}

.otp-input-group textarea {
    height: 100px
}

.otp-input-group__checkbox {
    display: none
}

.otp-input-group__checkbox-icon {
    margin-right: 12px;
    margin-top: 3px
}

.otp-input-group__bottom-text {
    margin-top: 20px;
    color: #707070
}

.otp-input-group__async-action-indicator {
    color: #707070;
    white-space: nowrap
}

.otp-input-group__otp-verified {
    margin: 10px 0
}

.otp-input-group__otp-verified-icon {
    margin-right: 10px
}

.otp-input-group__label .label-name {
    display: flex;
    flex-flow: row wrap;
    line-height: 1.5
}

.otp-input-group__label-text .link-btn {
    margin-left: 8px
}

.otp-input-group-row {
    margin-top: 8px;
    position: relative;
    width: 100%
}

.otp-input-group-row--otp {
    margin-top: 20px;
    flex-flow: column nowrap
}

.otp-input-group-row--otp>div {
    margin: 0 auto
}

.otp-input-group-row--otp input {
    width: 50px !important;
    height: unset;
    font-size: 14px;
    flex: 0 0 50px;
    margin-right: 12px;
    max-width: 50px
}

@media (max-width: 1023px) {
    .otp-input-group-row--otp input {
        width: 40px !important;
        max-width: 40px;
        padding: 11px 10px
    }
}

.otp-input-group-row .trigger-password-visibility {
    position: absolute;
    right: 25px;
    font-size: 20px
}

.otp-input-group-row .PhoneInput {
    flex: 1 1
}

.basic-checkbox-label {
    display: flex;
    line-height: 1.5
}

.input-group-row--phone {
    width: 100%;
    display: flex;
    align-items: center;
}

.input-group-row .country-code .country-code-select__control {
    width: 87px;
    min-height: unset;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #d9d9d9;
    font-size: 1.2rem;
    padding: 5px 15px;
    line-height: normal
}

.input-group-row .country-code .country-code-select__value-container {
    text-align: center;
    padding: 11px;
    min-height: unset
}

.input-group-row .country-code .country-code-select__input input {
    height: unset
}

.input-group-row .country-code .country-code-select__indicators {
    display: none
}

.points-of-interest-list {
    margin: 0;
    padding: 0 18px
}

.points-of-interest-list .point-of-interest {
    margin-bottom: 25px
}

.points-of-interest-list .point-of-interest h3 {
    margin: 0;
    font-size: 1.6rem
}

.points-of-interest-list .point-of-interest__must-visit {
    display: inline;
    border-color: #ff6e19;
    color: #ff6e19;
    border: 1px solid #ff6e19;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px
}

.points-of-interest-list .point-of-interest .banner__images-wrap {
    margin: 20px 0
}

.simple-header {
    background-color: white;
    /* -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);*/
    /*    box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.75);
            -webkit-box-shadow: rgb(255 255 255 / 0%)*/
}

.policies__inner {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden
}

@media (min-width: 1024px) {
    .policies__inner {
        flex-flow: row nowrap
    }
}

.policies__layout-item {
    flex: 0 0 100%
}

@media (max-width: 1023px) {
    .policies__layout-item:first-child .policies__unit:first-child {
        margin-top: 10px
    }
}

@media (min-width: 1024px) {
    .policies__layout-item {
        flex: 1 1
    }

    .policies__layout-item:nth-child(2) {
        border-left: 1px solid #ececec;
        margin-left: 30px;
        padding-left: 40px
    }
}

.policies__title {
    font-size: 16px;
    font-weight: 600;
    color: #555353;
    margin: 0
}

.policies__content {
    padding-top: 15px
}

.policies__content ul {
    padding: 0;
    list-style: none
}

.policies__content ul li {
    line-height: 1.67;
    display: flex;
    margin-top: 5px;
    font-size: 15px;
}
.policies__content p{
    font-size: 15px;
}

.policies__content ul li:before {
    content: "";
    background-color: #ffc107;
    display: inline-block;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    margin-right: 14px;
    margin-top: 8px
}

.policies__unit {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .policies__unit:first-child {
        margin-top: 0
    }
}



.policies__title-wrap {
    display: flex;
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
    line-height: 1.54
}

.popularity_widget_cb {
    display: none
}

.popularity_widget_cb:checked+.popularity_widget,
.popularity_widget_cb:checked+.popularity_widget--mobile {
    -webkit-animation: none;
    animation: none
}

#popularity_widget_toggler {
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    padding: 5px;
    background: #ed6e32;
    box-sizing: content-box
}

#popularity_widget_toggler::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 8px;
    height: 10px;
    width: 1px;
    transform: rotate(45deg);
    transform-origin: bottom;
    background: white
}

#popularity_widget_toggler::after {
    position: absolute;
    content: "";
    top: 5px;
    right: 9px;
    height: 10px;
    width: 1px;
    transform: rotate(-45deg);
    transform-origin: bottom;
    background: white
}

@media only screen and (min-width: 1024px) {
    #popularity_widget_toggler {
        box-sizing: content-box
    }
}

.popularity_widget {
    position: fixed;
    top: 170px;
    right: 0;
    width: 300px;
    background: white;
    border-right: none;
    border-radius: 8px 0 0 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 20px;
    padding-top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: slide-in-right 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: slide-in-right 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    -webkit-animation-delay: 20s;
    animation-delay: 20s
}

@media (min-width: 1024px) {
    .popularity_widget {
        z-index: 11
    }
}

@media only screen and (max-width: 1023px) {
    .popularity_widget {
        top: 150px
    }
}

.popularity_widget::before {
    position: absolute;
    left: -2px;
    bottom: -2px;
    right: 0;
    top: -2px;
    content: "";
    background-image: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
    z-index: -1;
    border-radius: 8px 0 0 8px
}
/* 
.popularity_widget .thrillo-progress-bar span::after {
    -webkit-animation-delay: 22s;
    animation-delay: 22s
} */

.popularity_widget .popularity_widget_heading {
    color: white;
    display: block;
    padding: 10px 20px;
    background-image: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
    width: 300px;
    margin: 0 -20px 10px;
    font-weight: bold
}

.popularity_widget .popularity_widget_body {
    margin: -10px -20px -20px;
    padding: 10px 20px 20px;
    background: white;
    border-radius: 8px 0 0 8px
}

.popularity_widget .popularity_widget_item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 10px
}

/* .popularity_widget .thrillo-progress-bar {
    width: 150px;
    margin-left: 10px
} */

.popularity_widget .popularity_index_bar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none
}

.popularity_widget .popularity_index_bar::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset
}

.popularity_widget .popularity_index_bar::-moz-progress-bar {
    background: green;
    border-radius: 2px
}

.popularity_widget .large-popularity-stat {
    font-size: 30px;
    margin-right: 7px
}

.popularity_widget .popularity-stat-holder {
    display: flex;
    align-items: center;
    width: 100%
}

.popularity_widget--mobile {
    position: fixed;
    top: 60px;
    width: calc(100vw - 20px);
    left: 10px;
    border-radius: 4px;
    background-image: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: slide-in-right 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: slide-in-right 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    -webkit-animation-delay: 20s;
    animation-delay: 20s
}

.popularity_widget--mobile #popularity_widget_toggler {
    top: unset;
    left: unset;
    bottom: -5px;
    right: -5px
}

@-webkit-keyframes slide-in-right {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: unset
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: unset
    }
}
/* 
.thrillo-progress-bar {
    display: block;
    background: rgba(238, 238, 238, 0.2);
    position: relative;
    height: 20px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    padding: 4px;
    box-sizing: border-box
}

.thrillo-progress-bar:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 4px;
    background: repeating-linear-gradient(90deg, transparent, transparent 19.5%, #fff 19.8%, transparent 20%);
    z-index: 2;
    mix-blend-mode: normal
}

.thrillo-progress-bar span {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 10px
}

.thrillo-progress-bar span::after {
    display: block;
    height: 100%;
    content: "";
    width: 10%;
    -webkit-animation: fill-progress-bar 3s ease forwards, gradient-shimmer 2s infinite;
    animation: fill-progress-bar 3s ease forwards, gradient-shimmer 2s infinite;
    background-image: linear-gradient(to right, #ff7102 0%, #ff7102 40%, rgba(255, 255, 255, 0.3) 50%, #ff7102 60%, #ff7102 100%);
    background-size: 400% 400%;
    border-radius: 10px
} */

.product-overview__details {
    color: #505050;
    font-size: 15px;
}

.product-overview__details .long-description {
    margin-top: 20px
}

.product-overview__details b,
.product-overview__details strong {
    font-weight: 600
}

.product-overview__list-container {
    margin-top: 30px
}

.product-overview__list-container--highlights {
    margin: 0
}

.product-overview__list-container--highlights .product-overview__list {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 15px
}

@media (max-width: 1023px) {
    .product-overview__list-container--highlights .product-overview__list {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: calc((100% - 240px) / 2)
    }
    .sticky-top-bar .container .top-bar-item{
        font-size: 14px !important;
    }
}

.product-overview__list-container--custom-highlights {
    margin-top: 0
}

.product-overview__list-container--custom-highlights .product-overview__list {
    margin: 0
}

.product-overview__list-container--custom-highlights .product-overview__list-item p {
    margin-top: 0;
    font-size: 1.4rem;
}

.product-overview__highlight {
    font-size: 13px;
    text-align: center
}

.product-overview__highlight-icon {
    font-size: 40px;
    margin: 0 !important;
    margin-bottom: 10px !important;
    color: #ef810d
}

.product-overview__list-wrap {
    margin-top: 20px
}

.product-overview__list-title {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.product-overview__list-item {
    display: flex
}

.product-overview__list-item:not(:last-child) {
    margin-bottom: 10px
}

.product-overview__list-item-modifier {
    background: rgba(80, 80, 80, 0.3);
    border-radius: 20px;
    color: white;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 1rem;
    margin-left: 15px
}

.product-overview__list-item-icon {
    margin-right: 10px !important;
    margin-top: 5px;
    display: inline-block !important
}

.product-overview__list {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    font-size: 15px;
}

.product-overview__list--horizontal-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.accessibility-list-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100px;
    font-size: 12px;
    text-align: center;
    padding: 10px
}

.accessibility-list-item .product-overview__list-item-icon {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 0 !important
}

.difficultyBarHolder {
    margin-top: 10px
}

.difficultyBar {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 30px
}

.difficultyLevel {
    font-size: 12px;
    padding: 10px;
    padding-top: 25px;
    border-top: 2px solid #ccc;
    position: relative
}

@media (min-width: 1024px) {
    .difficultyLevel {
        padding: 15px
    }
}

.difficultyLevel.active {
    color: #fb6400;
    font-size: 1.4rem;
    font-weight: 600
}

.difficultyLevel.active .difficultyIcon {
    display: block
}

.difficultyLevel .difficultyIcon {
    display: none;
    position: absolute;
    font-size: 30px;
    top: -18px;
    left: 8px
}

.accessibilities-container {
    margin-top: 20px
}

.product-timelines-wrapper {
    background-color: white
}

.product-timeline {
    border: 1px solid #ececec;
    margin-bottom: 20px;
    color: #3a3a3a
}

.product-timeline__row {
    display: flex;
    flex-flow: row wrap
}

@media (min-width: 1024px) {
    .product-timeline__row {
        flex-flow: row nowrap;
        justify-content: space-between
    }
}

.product-timeline__row--header {
    border-bottom: 1px solid #ececec;
    padding: 15px
}

@media (min-width: 1024px) {
    .product-timeline__row--header {
        padding: 10px 40px 10px 50px
    }
}

@media (max-width: 1023px) {
    .product-timeline__row--header .product-timeline__column:nth-child(n+4) {
        display: none
    }
}

.product-timeline__row--header .product-timeline__column:nth-child(1),
.product-timeline__row--header .product-timeline__column:nth-child(3) {
    padding-left: 18px
}

.product-timeline__row--body {
    padding: 15px
}

@media (min-width: 1024px) {
    .product-timeline__row--body {
        padding: 30px 40px 15px 50px
    }
}

.product-timeline__column:nth-child(1),
.product-timeline__column:nth-child(3) {
    flex: 0 0 150px
}

@media (max-width: 1023px) {

    .product-timeline__column:nth-child(1),
    .product-timeline__column:nth-child(3) {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 70px) / 2)
    }
}

.product-timeline__column:nth-child(2) {
    flex: 0 0 70px
}

@media (min-width: 1024px) {
    .product-timeline__column:nth-child(2) {
        flex: 0 0 130px
    }
}

.product-timeline__column:nth-child(4),
.product-timeline__column:nth-child(5),
.product-timeline__column:nth-child(6) {
    flex: 0 0 195px;
    text-align: center
}

.product-timeline__column:nth-child(4) {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center
}

.product-timeline__column:nth-child(7) {
    flex: 0 0 150px
}

@media (max-width: 1023px) {
    .product-timeline__column .date {
        text-align: center
    }

    .product-timeline__column:nth-child(4) {
        flex: 0 0 100%
    }

    .product-timeline__column:nth-child(5) {
        flex: 0 0 100%
    }

    .product-timeline__column:nth-child(7) {
        flex: 0 0 100%
    }
}

.product-timeline__header-item {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700
}

.product-timeline .available-qty {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    flex-direction: column
}

.product-timeline .available-qty span:first-child {
    font-size: 1.4rem
}

.product-timeline .cta-text {
    color: #ffb100;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 5px;
    text-align: center
}

.product-timeline .original-price {
    color: #a5a4a4;
    text-decoration: line-through;
    font-size: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700
}

.product-timeline .current-price {
    font-weight: 700;
    font-size: 1.8rem
}

.product-timeline .btn-lg {
    width: 100%;
    padding: 11px 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px
}

.w-30 {
    width: 30%;
    float: left
}

.w-40 {
    width: 40%;
    float: left
}

.w-20 {
    width: 20%;
    float: left
}

.float-left {
    float: left
}

.text-center {
    text-align: center
}

.clearfix {
    clear: both
}

.timelines-div-row div {
    width: 50%;
    float: left;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.4rem
}

.timelines-div-price div {
    width: 50%;
    float: left;
    text-transform: uppercase
}

.seats-left-div {
    text-align: center;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.4rem
}

.timelines-date-wrapper-div {
    width: 40%;
    float: left
}

.date-wrap-div {
    padding: 20px 0 20px 35px;
    width: 38%;
    float: left
}

.day {
    font-size: 1.4rem
}

.date {
    font-weight: 700;
    font-size: 1.4rem;
    margin: 5px 0
}

.location {
    font-size: 1.4rem
}

.duration-wrapper-div {
    display: flex;
    justify-content: center;
    padding-top: 27px
}

@media (min-width: 1024px) {
    .duration-wrapper-div {
        padding-top: 6px;
        padding-right: 30px
    }
}

.duration-wrapper-div .duration-div {
    width: 60px;
    height: 60px;
    font-size: 12px;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: white
}

@media (max-width: 1023px) {
    .duration-wrapper-div .duration-div {
        height: 50px;
        width: 50px
    }
}

.duration-wrapper-div .duration-div .bold {
    font-weight: 700;
    font-size: 14px
}

.duration-wrapper-div .duration-div:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -53px;
    width: 53px;
    border-top: 2px dashed #ececec
}

@media (max-width: 1023px) {
    .duration-wrapper-div .duration-div:before {
        display: none
    }
}

.duration-wrapper-div .duration-div:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -53px;
    width: 53px;
    border-top: 2px dashed #ececec
}

@media (max-width: 1023px) {
    .duration-wrapper-div .duration-div:after {
        display: none
    }
}

.reserve-caption {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: center;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    cursor: pointer
}

.reserve-caption .tours-icon-armchair {
    font-weight: 700;
    font-size: 1.5rem;
    color: #ff5e00
}

.reserve-caption .text-reserve-caption {
    text-decoration: underline;
    font-weight: 700;
    margin-left: 5px;
    margin-top: 10px
}

.book-now-div {
    width: 20%;
    float: left
}

@media (max-width: 1023px) {
    .w-30 {
        width: 100%;
        float: left
    }

    .w-40 {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ececec;
        margin-bottom: 1.2rem
    }

    .w-20 {
        width: 50%;
        float: left;
        text-align: center
    }

    .seats-left-div {
        display: none
    }

    .timelines-div-row div {
        display: none
    }

    .book-now-div {
        width: 100%
    }

    .current-price,
    .original-price {
        padding-top: 0
    }

    .timelines-div-price {
        display: flex;
        flex-direction: column
    }

    .timelines-div-price div {
        width: 100%
    }

    .available-qty {
        display: inline;
        text-align: left
    }
}

.read-more-content {
    overflow: hidden;
    transition: 0.2s max-height
}

.read-more-content--expanded {
    max-height: unset !important
}

.read-more-btn {
    display: block;
    margin-left: auto;
    /* width: 100%; */
    text-align: right;
    position: relative
}

.read-more-btn:before {
    content: "";
    position: absolute;
    height: 80px;
    /* width: 100%; */
    left: 0;
    top: -80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8))
}

.read-more-btn--expanded:before {
    display: none
}

.reset-pass {
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    color: white;
    display: flex;
    flex-flow: row nowrap;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
}

@media (max-width: 1023px) {
    .reset-pass {
        width: calc(100vw - 48px);
        top: 90px;
        left: calc(50% - (calc(100vw - 48px)/ 2))
    }
}

@media (min-width: 1024px) {
    .reset-pass {
        height: 600px;
        width: 491px;
        top: 140px;
        left: calc(50% - 255.5px)
    }
}

.reset-pass__wrap {
    background-image: linear-gradient(to right, #ff5e00 0%, #ff5e00 50%, #fff 50%, #fff 100%);
    position: relative;
    height: 100vh
}

.reset-pass__icon {
    margin-bottom: 15px
}

.reset-pass__heading {
    margin: 0 auto;
    width: 255px;
    font-size: 34px;
    color: #3a3a3a;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px
}

.reset-pass__reset-text {
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: -1px
}

.reset-pass__password-text {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -2px
}

.reset-pass__form-wrap {
    padding: 30px 80px 60px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 100%;
    background: white
}

@media (max-width: 1023px) {
    .reset-pass__form-wrap {
        padding: 40px 24px
    }
}

.reset-pass__label-text {
    margin-bottom: 10px;
    color: #3a3a3a
}

.reset-pass__form {
    display: flex;
    flex-flow: column nowrap
}

.reset-pass__label {
    position: relative;
    display: block
}

.reset-pass__label [class^="tours-icon-eye"] {
    position: absolute;
    top: calc(50% + 2.5px);
    right: 25px;
    font-size: 25px
}

.reset-pass .input-group {
    color: black
}

.reset-pass .input-group:not(:first-child) {
    margin-top: 30px
}

.reset-pass .input-group.has-errors input {
    border: 2px solid red
}

.reset-pass__input {
    border-radius: 5px !important;
    padding: 15px 25px !important;
    height: unset !important;
    font-size: 1.5rem !important;
    padding-right: 56px !important
}

.reset-pass__btn {
    margin: 40px auto 0;
    outline: none;
    width: 245px;
    background: transparent;
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid #ff5e00;
    color: #ff5e00;
    border-radius: 5px;
    transition: 0.2s background-color
}

.reset-pass__btn:hover {
    background-color: #ff5e00;
    color: #fff;
    cursor: pointer
}

.reset-pass .confirm-pass__content {
    height: 100%;
    width: 100%;
    background: #f12711;
    background: linear-gradient(to left, #ff5400, #f12711)
}

.reset-pass .confirm-pass__heading {
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: -2px
}

.reset-pass .confirm-pass__body {
    font-size: 1.5rem;
    margin-top: 20px
}

.review-card {
    position: relative;
    padding-top: 33.5px
}

.review-card__wrap {
    background-color: #fff;
    padding: 16px 16px 23.6px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
    border-radius: 10px
}

.review-card__top {
    justify-content: space-between;
    margin-bottom: 53px
}

.review-card__date {
    color: #848484;
    opacity: 0
}

.review-card__rating-description {
    margin-bottom: 6px;
    color: #000
}

.review-card__rating-stars .tours-icon-star:not(:last-child) {
    margin-right: 4px
}

.review-card__user-details {
    position: absolute;
    top: 0;
    left: calc(50% - 80px);
    width: 160px
}

.review-card__user-image-wrap {
    height: 74px;
    width: 74px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 18px
}

.review-card__user-image {
    position: absolute;
    top: 2px;
    left: calc(50% - 37px);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover
}

.review-card__user-name {
    font-size: 16px;
    font-weight: bold;
    color: #4d4c4c;
    text-align: center
}

.review-card__review-wrap--expanded .review-card__review {
    max-height: unset;
    -webkit-line-clamp: unset
}

.review-card__review {
    color: #868686;
    line-height: 1.54;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 64.68px;
    transition: 0.2s max-height
}

.review-card__images-wrap {
    display: grid;
    grid-template-columns: repeat(5, 96.2px);
    grid-gap: 4.5px;
    margin-top: 30px
}

.review-card__images-wrap-item {
    flex: 0 0 96.2px;
    height: 92px;
    background-color: #ff5e00;
    -o-object-fit: cover;
    object-fit: cover
}

.review-card__images-wrap-item:hover {
    cursor: pointer
}

.review-card__images-wrap-item--show-more {
    font-size: 28px;
    color: #fff;
    font-weight: bold
}

.review-card__images-wrap-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review-card__read-more {
    background: transparent;
    outline: none;
    border: none;
    color: #ef810d;
    font-weight: 600;
    margin-left: auto;
    margin-top: 5px
}

.section__reviews-extended {
    margin-top: 40px
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body {
        display: flex
    }
}

.section__reviews-extended .base-block-body .reviews-aggregate {
    display: flex;
    flex-flow: row nowrap;
    padding: 20px 15px;
    padding-top: 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body .reviews-aggregate {
        flex: 0 0 400px;
        display: block;
        border-bottom: none;
        border-right: 1px solid #ececec
    }
}

.section__reviews-extended .base-block-body .reviews-aggregate .average-rating {
    flex: 1 0 28%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #ff5e00
}

.section__reviews-extended .base-block-body .reviews-aggregate .average-rating .average-number {
    font-size: 3.5rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body .reviews-aggregate .average-rating .average-number {
        font-size: 8rem;
        font-weight: 300
    }
}

.section__reviews-extended .base-block-body .reviews-aggregate .average-rating .average-description {
    font-size: 3rem;
    font-weight: 600
}

.section__reviews-extended .base-block-body .reviews-aggregate .ratings-stats {
    flex: 1 1 72%;
    padding-left: 15px;
    font-size: 1.4rem
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body .reviews-aggregate .ratings-stats {
        margin-top: 4rem;
        padding-right: 35px
    }
}

.section__reviews-extended .base-block-body .reviews-aggregate .ratings-stats .rating-stat-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: space-between
}

.section__reviews-extended .base-block-body .reviews-aggregate .ratings-stats .rating-stat-item:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body .reviews-aggregate .ratings-stats .rating-stat-item .rating-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #848484
    }
}

.section__reviews-extended .base-block-body .reviews-aggregate .ratings-stats .rating-stat-item .rating-ratio-indicator {
    height: 8px;
    position: relative;
    border: 0.5px solid #ececec;
    border-radius: 25px;
    box-sizing: content-box;
    flex: 0 0 140px
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body .reviews-aggregate .ratings-stats .rating-stat-item .rating-ratio-indicator {
        flex: 0 0 66%
    }
}

.section__reviews-extended .base-block-body .reviews-aggregate .ratings-stats .rating-stat-item .rating-ratio-indicator span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #ff5e00;
    position: relative;
    overflow: hidden
}

.section__reviews-extended .base-block-body .review-input-wrapper {
    padding: 0 15px
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body .review-input-wrapper {
        flex: 1 1 auto;
        margin: 4rem;
        display: flex;
        flex-flow: column
    }
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-form {
    display: flex;
    flex-flow: column
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-form:not(:first-child) {
    margin-top: 20px
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-booking-selector__label {
    margin-bottom: 20px;
    display: block
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-booking-selector__label-text {
    margin-bottom: 10px
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-input-title {
    font-size: 2rem;
    color: #505050;
    font-weight: 600;
    margin-bottom: 10px
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-input-guidelines {
    font-size: 1.4rem;
    line-height: 1.54;
    margin-bottom: 20px;
    color: #505050
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-input-files-wrapper {
    position: relative;
    height: 200px;
    padding: 20px 20px 48px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow: hidden
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-input-files-wrapper .review-input {
    resize: none;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
    font-size: 1.4rem
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-input-files-wrapper .review-input:focus {
    outline: none
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-input-files-wrapper label {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 160px;
    left: 15px;
    color: #505050;
    cursor: pointer
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-input-files-wrapper label [class^="tours-icon-"],
.section__reviews-extended .base-block-body .review-input-wrapper .review-input-files-wrapper label [class*="tours-icon-"] {
    font-size: 2.4rem;
    margin-right: 5px
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-photo-upload {
    display: none;
    cursor: pointer
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    margin-top: 10px
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .error-message {
    font-size: 12px;
    color: red;
    margin-bottom: 13px
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rating-text {
    padding-bottom: 20px;
    font-size: 1.5rem;
    color: #848484
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    cursor: pointer
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate:not(:checked)>input {
    position: absolute;
    display: none
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate:not(:checked)>label {
    float: right;
    width: 2.2rem;
    height: 2.2rem;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ccc
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate:not(:checked)>label:before {
    content: "★ "
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate>input:checked~label {
    color: #ffc700
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate:not(:checked)>label:hover,
.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate:not(:checked)>label:hover~label {
    color: #deb217
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate>input:checked+label:hover,
.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate>input:checked+label:hover~label,
.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate>input:checked~label:hover,
.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate>input:checked~label:hover~label,
.section__reviews-extended .base-block-body .review-input-wrapper .review-star-rating .rate>label:hover~input:checked~label {
    color: #c59b08
}

.section__reviews-extended .base-block-body .review-input-wrapper .review-submit {
    font-size: 1.4rem;
    line-height: 1.23;
    letter-spacing: 0.13px;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body .review-input-wrapper .review-submit {
        align-self: flex-end;
        outline: none;
        cursor: pointer;
        padding: 15px 25px;
        border: 1px solid transparent
    }

    .section__reviews-extended .base-block-body .review-input-wrapper .review-submit:hover {
        color: #ff5e00;
        background-color: #fff;
        border: 1px solid #ff5e00
    }
}

.section__reviews-extended .base-block-body .review-input-wrapper .create-review-images-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 20px
}

@media (min-width: 1024px) {
    .section__reviews-extended .base-block-body .review-input-wrapper .create-review-images-row {
        grid-template-columns: repeat(auto-fill, 120px)
    }
}

.section__reviews-extended .base-block-body .review-input-wrapper .create-review-images-row .create-review-image-wrap {
    height: 100px;
    border: 1px solid #ececec;
    position: relative;
    z-index: 1
}

.section__reviews-extended .base-block-body .review-input-wrapper .create-review-images-row .create-review-image {
    position: absolute;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.section__reviews-extended .base-block-body .review-input-wrapper .create-review-images-row .create-review-images-delete-btn {
    z-index: 2;
    position: absolute;
    background-color: black;
    border: none;
    border-radius: 50%;
    color: white;
    height: 30px;
    width: 30px;
    font-size: 10px;
    right: -5px;
    top: -5px
}

.section__reviews-extended .base-block-body .create-review-dialog {
    width: 100%;
    margin: auto 0
}

.section__reviews-extended .base-block-body .create-review-dialog .link-btn {
    font-size: inherit;
    padding: 0 4px;
    margin-bottom: 1px
}

.section__reviews-extended .base-block-body .create-review__success {
    height: 100%
}

.section__reviews-extended .base-block-body .create-review__success-text {
    margin-top: 20px
}

.section__reviews-extended .base-block-body .create-review__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    -webkit-animation: gradient-shimmer 2s infinite;
    animation: gradient-shimmer 2s infinite;
    background-image: linear-gradient(to right, #ff7102 0%, #ff7102 40%, rgba(255, 255, 255, 0.3) 50%, #ff7102 60%, #ff7102 100%);
    background-size: 400% 400%
}

.section__reviews-extended .top-reviews .container .show-all-button-wrapper {
    text-align: center;
    margin-top: 0
}

.section__reviews-extended .top-reviews .container .show-all-button-wrapper .show-all-button {
    padding: 12px 60px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #ff5e00;
    background-color: #ff5e00;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700
}

.section__reviews-extended .top-reviews .container .show-all-button-wrapper .show-all-button:focus {
    text-decoration: none
}

@media (min-width: 1024px) {
    .section__reviews-extended .top-reviews .container .review-cards {
        display: flex;
        flex-wrap: wrap;
        margin-top: 6rem
    }
}

.top-reviews {
    margin-bottom: 40px
}

.top-reviews__heading .simple-heading {
    justify-content: space-between;
    flex: 1 1
}

.top-reviews__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 17.5px
}

@media (min-width: 1024px) {
    .top-reviews__wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

.reviews {
    margin-top: 40px
}

.reviews .simple-heading {
    width: 100%
}

.reviews__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px
}

@media (max-width: 1023px) {
    .reviews__wrap {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .reviews__wrap {
        grid-template-columns: 1fr 1fr
    }
}

.reviews__show-more-btn {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 40px
}

.reviews__masonry-grid {
    display: flex;
    margin-left: -20px;
    width: auto
}

.reviews__masonry-grid .review-card {
    margin-bottom: 20px
}

.reviews__masonry-col {
    padding-left: 20px;
    background-clip: padding-box
}

.single-image-gallery {
    height: 460px;
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.301961), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.single-image-gallery__featured {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.single-image-gallery__see-more-btn {
    outline: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 8px;
    border: none;
    height: 100px;
    width: 100px;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    color: white;
    font-size: 24px
}

.single-image-gallery__see-more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1
}

.single-image-gallery__see-more-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2
}

.scroll-gallery {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    z-index: 12
}

.scroll-gallery__header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100vw
}

.scroll-gallery__grid {
    max-width: 750px;
    margin: 50px auto 0
}

@media (max-width: 1023px) {
    .scroll-gallery__grid {
        margin-top: 0
    }
}

.scroll-gallery__grid-row {
    width: 100%;
    overflow: hidden
}

.scroll-gallery__grid-row--big {
    height: 275px
}

@media (min-width: 1024px) {
    .scroll-gallery__grid-row--big {
        height: 500px
    }
}

.scroll-gallery__grid-row--small {
    height: 135px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    gap: 5px
}

@media (min-width: 1024px) {
    .scroll-gallery__grid-row--small {
        height: 240px
    }
}

.scroll-gallery__grid-img {
    height: 100%;
    position: relative;
    border: none;
    outline: none;
    padding: 0
}

.scroll-gallery__grid-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.scroll-gallery__grid-img:hover:before {
    opacity: 1;
    visibility: visible
}

.scroll-gallery__grid-img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
    transition: 0.3s opacity ease-out;
    opacity: 0;
    visibility: hidden
}

.scroll-gallery .availability__close-btn {
    position: fixed;
    padding: 10px
}

.scroll-gallery .availability__close-btn:before {
    margin-top: 1px;
    margin-bottom: -1px
}

@media (max-width: 1023px) {
    .scroll-gallery .availability__close-btn:after {
        position: absolute;
        content: '';
        top: -10px;
        right: -10px;
        left: -10px;
        bottom: -10px
    }
}

.social-signup-after-form__label {
    display: flex;
    flex-flow: column wrap;
    margin: 30px 0 40px;
    font-size: 14px
}

.social-signup-after-form__label .error-message {
    font-size: 12px
}

.social-signup-after-form__label-text {
    margin-top: 8px
}

@media (max-width: 1023px) {
    .social-signup-after-form__label-text {
        white-space: nowrap
    }
}

.social-signup-after-form__input-wrap {
    margin-top: 10px
}

@media (max-width: 1023px) {
    .social-signup-after-form__input-wrap {
        font-size: 14px
    }
}

.social-signup-after-form__input-wrap .input-group-row {
    border-radius: 6px;
    border: 1px solid #c3c3c3
}

.social-signup-after-form__input-wrap .input-group-row .country-code {
    width: 60px
}

.social-signup-after-form__input-wrap .input-group-row .country-code .country-code-select__control {
    border: none;
    border-radius: 0;
    border-right: 1px solid #c3c3c3;
    padding: 0 10px;
    box-shadow: none;
    text-align: center
}

.social-signup-after-form__input-wrap .input-group-row .country-code .country-code-select__single-value {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1023px) {
    .social-signup-after-form__input-wrap .input-group-row .country-code .country-code-select__single-value {
        font-size: 14px
    }
}

.social-signup-after-form__input-wrap .input-group-row .social-signup-after-form__input {
    border: none;
    padding: 0 10px 0 20px;
    height: 50px;
    margin-right: 10px
}

@media (max-width: 1023px) {
    .social-signup-after-form__input-wrap .input-group-row .social-signup-after-form__input {
        font-size: 14px
    }
}

@media (min-width: 1024px) {
    .social-signup-after-form__input-wrap .input-group-row .social-signup-after-form__input {
        height: 40px
    }
}

.social-signup-after-form__instructions {
    margin-top: 20px;
    text-align: center
}

@media (min-width: 1024px) {
    .social-signup-after-form__instructions {
        font-size: 12px
    }
}

.social-signup-after-form__instructions .link-btn {
    font-size: 12px;
    padding: 0
}

@media (max-width: 1023px) {
    #request-phone-number-portal .auth-form__button {
        padding: 15px;
        font-size: 1.6rem;
        text-transform: uppercase
    }
}

.sticky-top-bar {
    background-color: #fff;
    border: 0.5px solid #ececec;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: visible;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    height: 47px
}

@media (min-width: 1024px) {
    .sticky-top-bar {
        margin-bottom: -30px
    }
}

.sticky-top-bar .container {
    white-space: nowrap;
    overflow-x: scroll;
    background-color: white;
    z-index: 2;
    border: 0.5px solid #ececec;
    max-width: 689px;
    display: contents;
}

.sticky-top-bar .container.sticky {
    position: fixed;
    top: 0
}

@media (min-width: 1024px) {
    .sticky-top-bar .container {
        overflow: hidden;
        display: flex;
        width: 100%
    }
}

.sticky-top-bar .container .top-bar-item {
    line-height: 1.23;
    font-weight: 600;
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
    display: inline-flex;
    flex: 1 1;
    justify-content: center
}

.sticky-top-bar .container .top-bar-item:not(:last-child) {
    border-right: 1px solid #ececec
}

.sticky-top-bar .container .top-bar-item button {
    color: #ef810d;
    ;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent
}

.sticky-top-bar .container .top-bar-item button:active {
    text-decoration: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #ef810d;
}

.sticky-top-bar .container .top-bar-item-active {}

.sticky-top-bar .container .top-bar-item-active a {
    color: #ef810d;
}

.sticky-top-bar.sticky-table-bar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 101;
    top: 0
}

.sticky-mobile-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100vw;
    background-color: white;
    display: flex;
    flex-flow: row nowrap;
    box-shadow: 0px -5px 10px rgba(170, 170, 170, 0.25) !important;
    z-index: 10;
    padding: 10px 20px;
    align-items: center
}

@media (max-width: 374px) {
    .sticky-mobile-buttons {
        padding: 10px 10px
    }
}

@media (min-width: 1024px) {
    .sticky-mobile-buttons {
        display: none
    }
}

.sticky-mobile-buttons-left .call-button {
    margin: 0 5px;
    border-right: 1px solid #e0e0e0;
    padding-right: 10px
}

.sticky-mobile-buttons-right {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px
}

@media (max-width: 374px) {
    .sticky-mobile-buttons-right {
        font-size: 12px;
        line-height: 10px
    }
}

.sticky-mobile-buttons-right .send-enquiry-button {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 5px 0 0;
    padding: 7px 20px;
    color: #ff5e00;
    background: rgba(244, 118, 37, 0.1);
    border: 1px solid #ff5e00;
    border-radius: 7px;
    height: 40px
}

@media (max-width: 374px) {
    .sticky-mobile-buttons-right .send-enquiry-button {
        padding: 7px 15px
    }
}

.sticky-mobile-buttons-right .booking-button {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 5px 0 0;
    padding: 7px 20px;
    color: #ffffff;
    background: #ff5e00;
    border: 1px solid #ff5e00;
    border-radius: 7px;
    height: 40px
}

@media (max-width: 374px) {
    .sticky-mobile-buttons-right .booking-button {
        padding: 7px 15px
    }
}

@media (min-width: 1024px) {
    .top-reads-sidebar-container {
        padding-bottom: 0;
        margin-bottom: 35px
    }
}

@media (min-width: 1024px) {
    .top-reads-sidebar-container .base-block-head:before {
        top: 55%
    }
}

@media (min-width: 1024px) {
    .top-reads-sidebar-container .aside-item-holder {
        padding: 0 15px
    }
}

.top-reads-sidebar-container .top-read-item {
    display: flex;
    position: relative;
    color: #ff5e00;
    text-decoration: underline
}

.top-reads-sidebar-container .top-read-item:not(:last-child) {
    margin-bottom: 26px
}

.top-reads-sidebar-container .top-read-item:hover {
    cursor: pointer
}

.top-reads-sidebar-container .top-read-item:hover h6 {
    color: #ff5e00
}

.top-reads-sidebar-container .top-read-item .image-holder {
    margin-right: 12px;
    flex: 0 0 auto;
    max-width: 84px;
    min-width: 90px;
    height: 90px
}

.top-reads-sidebar-container .top-read-item .image-holder img {
    width: 100%;
    height: 100%;
    display: block
}

.top-reads-sidebar-container .top-read-item .h6 {
    display: block;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: normal;
    transition: color .3s ease-in-out
}

.top-reads-sidebar-container .top-read-item .short-description {
    color: #505050;
    font-size: 1.3rem;
    line-height: 1.4
}

@media (max-width: 1023px) {
    .tour-card-v2 {
        flex: 0 0 50%;
        padding: 0 6px
    }
}

@media (min-width: 576px) {
    .tour-card-v2 {
        flex: 0 0 33.33%
    }
}

@media (min-width: 1024px) {
    .tour-card-v2 {
        width: 222px
    }
}

.tour-card-v2__banner {
    position: relative;
    height: 301px;
    padding: 18px 12px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 12px
}

@media (max-width: 1023px) {
    .tour-card-v2__banner {
        padding-top: 124.5%;
        height: 0;
        position: relative
    }
}

.tour-card-v2__banner .lazy-load-image-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.tour-card-v2__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    overflow: hidden;
    transition: 0.2s transform
}

.tour-card-v2__tag {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(168, 168, 168, 0.3);
    padding: 1px 8px;
    border-radius: 10px;
    background: #fff;
    color: #3a3a3a
}

.tour-card-v2__tag--flag {
    color: #fff;
    background-image: linear-gradient(100deg, #ffa62e 2%, #ea4d2c 100%);
    margin-right: 6px
}

.tour-card-v2__additional-info {
    padding: 0;
    list-style: none;
    margin: 6px 0 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.54
}

@media (max-width: 1023px) {
    .tour-card-v2__additional-info {
        font-size: 12px
    }
}

.tour-card-v2__location {
    margin-left: 6.5px
}

.tour-card-v2__location-duration-separator {
    margin: 0 4px
}

.tour-card-v2__details-wrap {
    margin: 10px
}

.tour-card-v2__name {
    color: #3a3a3a;
    font-weight: 500;
    line-height: 1.56;
    font-size: 16px;
    -webkit-line-clamp: 2;
    max-height: calc(2 * 16px * 1.56);
    overflow: hidden;
    display: block
}



.tour-card-v2__reviews-wrap {
    margin-top: 7px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    color: #949494
}

.tour-card-v2__reviews-wrap .icon-star-empty {
    color: #ffc527
}

.tour-card-v2__average-rating {
    font-weight: 500;
    margin: 0 5px 0 5.5px
}

.tour-card-v2__price-and-cta-wrap {
    margin-top: 4px;
    display: flex;
    flex-flow: row nowrap
}

.tour-card-v2__pricing {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.tour-card-v2__pricing .current-price {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    margin-right: 9px
}

.tour-card-v2__pricing .old-price {
    color: #898989;
    line-height: 1.5;
    margin: 0;
    opacity: 1;
    font-size: 12px;
    text-decoration: line-through
}

@media (max-width: 1023px) {
    .tour-card-v2__pricing .old-price:before {
        right: 0
    }
}

.tour-card-v2__cta-btn {
    margin-left: auto
}

.tour-card-v2__legibility-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    border-radius: 12px;
    z-index: 0;
    background-image: linear-gradient(0deg, #000, transparent);
    opacity: 0.63;
    transition: 0.2s opacity
}

.tour-card-v2__banner-data-wrap {
    z-index: 1
}

@media (max-width: 1023px) {
    .tour-card-v2__banner-data-wrap {
        position: absolute;
        bottom: 18px;
        left: 16px;
        width: calc(100% - 36px)
    }
}

.tour-card-v2__wrap:hover .tour-card-v2__image {
    transform: scale(1.02)
}

.tour-card-v2__wrap:hover .tour-card-v2__legibility-gradient {
    opacity: 0.8
}

.tour-card-v2--small {
    flex: 0 0 100%;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer
}


@media (min-width: 1024px) {
    .tour-card-v2--small {
        width: 300px
    }
}

.tour-card-v2--small .tour-card-v2__wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start
}

.tour-card-v2--small .tour-card-v2__banner {
    flex: 0 0 90px;
    height: 90px
}

@media (max-width: 1023px) {
    .tour-card-v2--small .tour-card-v2__banner {
        padding: 0
    }
}

.tour-card-v2--small .tour-card-v2__details-wrap {
    margin: 0 10px
}

.tour-card-v2--small .tour-card-v2__image {
    position: unset
}

.tour-card-v2--small .tour-card-v2__additional-info {
    display: none
}

@media (max-width: 1023px) {
    .tour-card-list--v2 {
        margin: 0 -22px;
        padding: 0 22px
    }
}

.tour-slider {
    margin-top: 40px
}

@media (max-width: 1023px) {
    .tour-slider {
        padding: 0 0px
    }
}

.tour-slider.unavailable-products-slider {
    background-color: white;
    margin: 0 !important;
    padding: 40px 22px
}

.tour-slider.unavailable-products-slider .multi-line-header-v2__title {
    font-size: 16px
}

@media (min-width: 1024px) {
    .tour-slider.unavailable-products-slider .multi-line-header-v2__title {
        font-size: 18px
    }
}

.tour-slider--small .tour-slider__list {
    display: flex;
    flex-flow: row wrap
}

.tour-slider--small .tour-slider__list .tour-card-v2 {
    flex: 0 0 300px
}

@media (max-width: 1023px) {
    .tour-slider--small .tour-slider__list .tour-card-v2 {
        margin: 0;
        margin-bottom: 10px;
        flex: 0 0 100%
    }
}

.tour-slider__carousel-wrap {
    position: relative;
    margin-top: 42px
}

@media (max-width: 1023px) {
    .tour-slider__list {
        display: flex;
        flex-flow: row nowrap;
        overflow: auto;
        margin: 0 -22px;
        padding: 0 22px
    }
}

.tour-slider__nav-btn {
    position: absolute;
    top: 125px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    outline: none;
    border: none;
    z-index: 2;
    height: 48px;
    width: 48px
}

.tour-slider__nav-btn:hover {
    cursor: pointer
}

.tour-slider__nav-btn--previous {
    left: -24px
}

.tour-slider__nav-btn--next {
    right: -24px
}

@media (min-width: 1024px) {
    .tour-slider__spinner-wrap {
        height: 416px;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center
    }
}

.guides-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media (max-width: 1023px) {
    .guides-list {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: space-between
    }

    .guides-list::-webkit-scrollbar {
        display: none
    }
}

@media (max-width: 576px) {
    .guides-list {
        justify-content: center
    }
}

.guides-list .guides-item {
    width: 100%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.2s all
}

.guides-list .guides-item:hover {
    transform: translateY(-3px);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15)
}

@media (max-width: 1023px) {
    .guides-list .guides-item {
        margin: 0 15px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        flex: 0 0 44%
    }

    .guides-list .guides-item:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {
    .guides-list .guides-item {
        flex: 0 0 100%
    }
}

@media (min-width: 1024px) {
    .guides-list .guides-item {
        max-width: 24%;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px
    }

    .guides-list .guides-item:not(:nth-child(4n-3)) {
        margin-left: 14px
    }
}

.guides-list .guides-item .text-holder .h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.5 * 1.3rem * 2);
    margin: 0;
    display: -webkit-box
}

.guides-list .guides-item .text-holder .content {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.2 * 1.54rem * 4)
}

@media (max-width: 480px) {
    .guides-list .guides-item .text-holder .content {
        max-height: calc(1.66 * 1.2rem * 4)
    }
}

@media (max-width: 1023px) {
    .guides-list .slick-list {
        margin: 0 -15px
    }
}

.guides-list h3,
.guides-list .h3 {
    font-size: 1.3rem;
    color: #555353;
    line-height: 1.5;
    margin-bottom: 17px
}

@media (min-width: 480px) {

    .guides-list h3,
    .guides-list .h3 {
        line-height: 1.42;
        overflow: hidden;
        font-weight: 600;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: calc(1.42 * 1.3rem * 2)
    }
}

.guides-list .img-holder {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 229px;
    position: relative
}

@media (min-width: 480px) {
    .guides-list .img-holder {
        min-height: 180px
    }
}

.guides-list .img-holder .guides-item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 576px) {
    .guides-list .img-holder .guides-item-image {
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 142px
    }
}

.guides-list .text-holder {
    background: #fff;
    padding: 12px;
    color: #868686;
    font-size: 1.2rem;
    line-height: 1.66;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden
}

@media (min-width: 480px) {
    .guides-list .text-holder {
        line-height: 1.54;
        padding: 20px
    }
}

@media (min-width: 1024px) {
    .guides-list .text-holder {
        max-width: 335px;
        padding: 20px
    }
}

.variant {
    border-radius: 10px;
    border: solid 0.5px #d8d8d8;
    padding: 20px 15px
}

.variant p {
    margin: 0
}

.variant--room {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
}

.variant--room.variant--expanded {
    border: 2px solid #ff5e00
}

.variant--room.variant--expanded .variant__title {
    background-color: #ff5e00;
    padding: 20px 20px 10px;
    margin: 0;
    color: #fff;
    border: none
}

.variant--room .variant__header {
    flex-flow: column nowrap
}

.variant--room .variant__overview {
    margin-bottom: 10px;
    -webkit-line-clamp: unset;
    max-height: unset
}

.variant--room .variant__title {
    padding: 20px 0 10px;
    margin: 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #3a3a3a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s background-color, 0.2s color
}

.variant--room .variant__header-content {
    padding: 12px 20px 20px;
    display: flex;
    flex-flow: column nowrap
}

.variant--room .variant__header-details {
    display: flex;
    align-items: flex-start;
    flex-flow: column
}

@media (min-width: 1024px) {
    .variant--room .variant__header-details {
        flex-flow: row nowrap
    }
}

.variant--room .variant__show-more-images {
    grid-column: span 4;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    flex: 0 0 33%;
    margin-left: 1px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.variant--room .variant__images {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

@media (max-width: 1023px) {
    .variant--room .variant__images {
        order: 1;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .variant--room .variant__images {
        width: 214px;
        flex: 0 0 214px
    }
}

.variant--room .variant__images button {
    border: 1px solid #ececec;
    display: block;
    border-radius: 4px;
    height: 70px;
    flex: 0 0 33%;
    max-width: 33%;
    min-width: 33%;
    padding: 0;
    position: relative
}

.variant--room .variant__images button:nth-child(1) {
    height: 227px;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%
}

@media (min-width: 1024px) {
    .variant--room .variant__images button:nth-child(1) {
        height: 120px
    }
}

.variant--room .variant__images button:nth-child(3) {
    margin-left: 1px
}

.variant--room .variant__images button img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

@media (max-width: 1023px) {
    .variant--room .variant__amenities {
        margin-top: 20px;
        order: 3
    }
}

@media (min-width: 1024px) {
    .variant--room .variant__amenities {
        margin-left: 20px
    }
}

.variant--room .variant__amenities-title {
    color: #3a3a3a;
    font-weight: 600
}

.variant--room .variant__right {
    flex: unset;
    padding: 0;
    margin-top: 25px
}

@media (max-width: 1023px) {
    .variant--room .variant__right {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        margin: 20px auto 0;
        order: 2
    }
}

@media (min-width: 1024px) {
    .variant--room .variant__right {
        margin-left: auto
    }
}

.variant--room .variant__btn {
    color: #ff5e00;
    border: 2px solid #ff5e00;
    background-color: #fff
}

@media (max-width: 1023px) {
    .variant--room .variant__btn {
        padding: 10px 40px;
        font-size: 16px !important;
        font-weight: 600
    }

    .variant--room .variant__btn--expanded {
        padding: 10px 40px;
        font-size: 16px !important;
        font-weight: 600
    }
}

.variant--room .variant__expander {
    margin: 20px auto 0;
    color: #ff5e00;
    font-weight: 600;
    background: transparent;
    outline: none;
    border: none
}

.variant--room .variant__content-container {
    padding: 0 20px
}

@media (min-width: 1024px) {
    .variant--room .variant__content-container {
        padding: 0 40px
    }
}

.variant--room .variant__content {
    padding: 0
}

.variant--room .variant__subsection {
    border: none;
    padding: 9px 0
}

.variant--room .variant__subsection,
.variant--room .variant__list li {
    color: #3a3a3a
}

.variant--room .variant__subsection-heading {
    margin: 0
}

.variant--room .variant__subsection-body {
    margin-top: 10px
}

.variant--room .variant__list {
    padding: 0;
    margin: 12px 0 0;
    display: flex;
    flex-flow: row wrap
}

.variant--room .variant__list li {
    flex: 0 0 100%;
    margin-bottom: 8px
}

.variant--room .variant__list li:before {
    margin-right: 12px
}

.variant--room .variant__list li.variant__list-item--has-notes {
    flex: 0 0 100%
}

.variant--room .variant__list-item-notes {
    color: #909090;
    margin: 0px 0 10px 25px !important
}

.variant--room .variant__extra-btns-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start
}

.variant--room .variant__extra-details-btn {
    border-radius: 4px;
    border: solid 1px #ff5e00;
    background-color: rgba(255, 84, 0, 0);
    padding: 6px 12px;
    color: #ff5e00;
    font-size: 12px;
    font-weight: 600
}

.variant--room .variant__extra-details-btn:last-child {
    margin-bottom: 40px
}

.variant--room .variant__extra-details-btn:not(:first-child) {
    margin-left: 12px
}

.variant--room .variant__duration {
    margin-bottom: 10px
}

@media (min-width: 1024px) {
    .variant:not(:first-child) {
        margin-top: 20px
    }
}

@media (max-width: 1023px) {
    .variant {
        margin-top: 20px
    }
}

.variant__amenities-list {
    list-style: none;
    padding: 0;
    margin-top: 14px;
    text-align: left
}

.variant__amenities-list-item {
    color: #3a3a3a
}

.variant__amenities-list-item:not(:first-child) {
    margin-top: 8px
}

.variant__amenities-list-item:not(.variant__amenities-list-item--show-more):before {
    font-family: tours-app;
    content: "\e93c";
    margin-right: 12px;
    font-size: 13px;
    color: #6ac259
}

.variant__amenities-list-item--show-more {
    color: #ff5e00;
    font-weight: 600
}

.variant__amenities-list-item--show-more:before {
    font-family: tours-app;
    content: "\e941";
    margin-right: 2rem;
    font-size: 9px
}

.variant--expanded .variant__overview {
    -webkit-line-clamp: unset;
    max-height: unset
}

.variant--expanded .variant__expander-icon:before {
    transform: rotate(90deg)
}

.variant__header {
    display: flex;
    flex-flow: row nowrap;
    outline: none
}

.variant__name {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start
}

.variant__duration {
    font-weight: normal;
    font-size: 12px
}

.variant__overview {
    -webkit-line-clamp: 3;
    line-height: 1.67;
    overflow: hidden;
    color: #848484;
    margin-bottom: 20px
}

.variant__overview * {
    font-size: 14px;
    font-weight: normal
}

.variant__overview strong,
.variant__overview b {
    font-weight: 600
}

.variant__overview h4,
.variant__overview h4 *,
.variant__overview h5,
.variant__overview h5 *,
.variant__overview h6,
.variant__overview h6 * {
    font-size: 18px;
    font-weight: 600
}

.variant__left {
    flex: 1 1
}

.variant__right {
    padding-top: 25px
}

@media (min-width: 1024px) {
    .variant__right {
        flex: 0 0 150px
    }
}

.variant__strikethrough-price {
    text-decoration: line-through;
    color: #a5a4a4
}

.variant__current-price {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px
}

.variant__inventory-name {
    font-weight: 600;
    font-size: 12px
}

.variant__amt-to-reserve {
    font-size: 12px;
    margin-top: 6px;
    color: #ff5e00;
    text-decoration: underline
}

.variant__btn {
    background-color: #ff5e00
}

@media (max-width: 1023px) {
    .variant__btn {
        font-size: 1.2rem !important
    }
}

.variant__btn:not(.booking-btn--not-bookable)--expanded {
    background-color: #fff;
    border: 1px solid #ff5e00;
    color: #ff5e00
}

.variant__btn:not(.booking-btn--not-bookable)--expanded:hover {
    background-color: #ff5e00;
    color: #fff
}

.variant__expander {
    position: relative
}

.variant__expander:hover {
    cursor: pointer
}

.variant__expander-icon {
    display: inline-block
}

.variant__expander-icon:before {
    color: #ff5e00;
    position: absolute;
    right: -20px;
    top: 1px;
    content: "\25BA";
    line-height: 1;
    transition: transform 0.2s
}

.variant__content {
    padding: 20px 0
}

.variant__subsection {
    border-top: 1px solid #ececec;
    padding: 10px 0
}

.variant__subsection--date-time {
    display: flex;
    flex-flow: row wrap;
    padding: 20px 0;
    position: relative
}

@media (min-width: 1024px) {
    .variant__subsection--date-time {
        flex-flow: row nowrap
    }
}

.variant__subsection--date-time .date-time-input-wrap {
    justify-content: space-between
}

@media (min-width: 1024px) {
    .variant__subsection--date-time .date-time-input-wrap {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 20px)
    }

    .variant__subsection--date-time .date-time-input-wrap:first-child {
        margin-right: 20px
    }
}

@media (max-width: 1023px) {
    .variant__subsection--date-time .date-time-input-wrap {
        flex: 1 1;
        margin-top: 10px
    }
}

.variant__subsection--date-time .date-time-input-wrap .variant__subsection-heading {
    margin: 0
}

.variant__anchor {
    position: absolute;
    top: -50px
}

.variant__subsection-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 10px
}

.variant__list {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    list-style: none
}

.variant__list.pickup-drop li:before {
    font-family: tours-app;
    content: "";
    margin-right: 12rem;
    font-size: 13px;
    color: #ff5e00
}

.variant__list.inclusions li:before {
    font-family: tours-app;
    content: "";
    margin-right: 12px;
    font-size: 13px;
    color: #6ac259
}

.variant__list.exclusions li:before {
    font-family: tours-app;
    content: "\e93a";
    margin-right: 12px;
    font-size: 13px;
    color: #ea3739
}

.variant__list li {
    color: #3a3a3a
}

.variant__list-item--has-notes {
    grid-column-end: span 2
}

@media (min-width: 1024px) {
    .variant__list-item--has-notes {
        grid-column-end: span 4
    }
}

.variant__list-item .variant__list-item-notes {
    margin: 0px 0 10px 21px
}

@media (max-width: 1023px) {
    #package-options .base-block-body {
        padding: 0
    }
}

.variant--non-room {
    border-radius: 12px;
    border: solid 1px #eaeaea;
    background-color: white;
    padding: 0 30px;
    transition: 0.2s border-color;
    color: #3a3a3a
}

.variant--non-room .variant__head {
    padding: 24px 0;
    outline: none
}

.variant--non-room .variant__head:hover {
    cursor: pointer
}

.variant--non-room .variant__radio {
    font-size: 18px;
    margin-right: 16px
}

.variant--non-room .variant__radio.tours-icon-radio-unselected:before {
    color: #eaeaea
}

.variant--non-room .variant__title {
    font-size: 18px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 12px
}

.variant--non-room .variant__duration {
    color: #707070;
    font-weight: 500;
    margin-bottom: 12px
}

.variant--non-room .variant__duration .tours-icon-time {
    font-size: 11px;
    font-weight: 600;
    margin-right: 6px
}

.variant--non-room .variant__toggle-expanded {
    background-color: transparent;
    outline: none;
    border: none;
    color: #ef810d;
    font-weight: 600;
    padding: 0
}

.variant--non-room .variant__pricing-wrap {
    margin-left: auto;
    flex: 0 0 20%
}

@media (max-width: 1023px) {
    .variant--non-room .variant__pricing-wrap {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        text-align: center;
        flex: 0 0 85px
    }
}

@media (min-width: 1024px) {
    .variant--non-room .variant__pricing-wrap {
        flex: 0 0 28%;
        display: flex;
        flex-flow: column;
        align-items: flex-end
    }
}

.variant--non-room .variant__strikethrough-price {
    color: #949494;
    line-height: 1.3;
    margin-bottom: 1px;
    text-decoration: line-through;
    white-space: nowrap
}

.variant--non-room .variant__current-price-wrap {
    display: flex
}

@media (max-width: 1023px) {
    .variant--non-room .variant__current-price-wrap {
        flex-flow: column nowrap;
        align-items: center;
        margin-top: 5px
    }
}

@media (min-width: 1024px) {
    .variant--non-room .variant__current-price-wrap {
        flex-flow: row wrap;
        align-items: flex-end
    }
}

.variant--non-room .variant__current-price {
    font-weight: bold;
    color: #ef810d;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap
}

@media (min-width: 1024px) {
    .variant--non-room .variant__current-price {
        margin: 0 6px 0 0;
        font-size: 24px
    }
}

.variant--non-room .variant__inventory-name {
    color: #3a3a3a;
    font-weight: normal;
    line-height: 1.45
}

@media (max-width: 1023px) {
    .variant--non-room .variant__inventory-name {
        font-size: 12px
    }
}

.variant--non-room .variant__body {
    border-top: 2px solid #eaeaea;
    padding: 24px 0 30px
}

.variant--non-room .variant__images {
    display: flex;
    flex-flow: row nowrap;
    overflow: auto;
    margin-bottom: 24px
}

.variant--non-room .variant__image-btn {
    flex: 0 0 179px;
    height: 130px;
    margin-right: 10px;
    background-color: transparent;
    outline: none;
    border: none;
    outline: none;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 0
}

.variant--non-room .variant__image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

.variant--non-room .variant__show-more-images {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

.variant--non-room .variant__subsection {
    margin-top: 30px;
    padding: 0;
    border: none
}

.variant--non-room .variant__subsection--date-time {
    padding-top: 24px;
    border-top: solid 2px #eaeaea
}

.variant--non-room .variant__subsection--date-time .info-with-icon {
    width: 150px
}

.variant--non-room .variant__subsection-heading {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a
}

.variant--non-room .variant__list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.variant--non-room .variant__list--boxed-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 10px 0 0
}

.variant--non-room .variant__list--boxed-list li {
    color: #3a3a3a
}

.variant--non-room .variant__list--boxed-list li:not(.variant__list-item--has-notes) {
    padding: 3px 10px;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-top: 10px !important;
    margin-right: 5px !important
}

.variant--non-room .variant__list.inclusions li {
    overflow: hidden;
    font-size: inherit
}

.variant--non-room .variant__list.inclusions li:before {
    font-family: tours-app;
    content: "";
    margin-right: 8.5px;
    font-size: 13px;
    color: #6ac259
}

.variant--non-room .variant__list.exclusions li {
    overflow: hidden
}

.variant--non-room .variant__list.exclusions li:before {
    font-family: tours-app;
    content: "\e93a";
    margin-right: 8.5px;
    font-size: 13px;
    color: #ea3739
}

.variant--non-room .variant__list li {
    margin-bottom: 8px
}

.variant--selected {
    border-color: #ff5e00
}

.variant:not(:first-child) {
    margin-top: 20px
}

.payment-success {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin: 100px auto 0 auto;
    border-top: 12px solid #7ac142;
    border-bottom: 12px solid #7ac142
}

@media (min-width: 1024px) {
    .payment-success {
        width: 600px
    }
}

.payment-success__heading {
    font-weight: 600;
    color: #7ac142;
    font-size: 2rem;
    margin: 20px 0
}

.payment-success__text {
    text-align: center;
    line-height: 2
}

.payment-failed {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin: 100px auto 0 auto;
    border-top: 12px solid #ff5757;
    border-bottom: 12px solid #ff5757
}

@media (min-width: 1024px) {
    .payment-failed {
        width: 600px
    }
}

.payment-failed__heading {
    font-weight: 600;
    color: #ff5757;
    font-size: 2rem;
    margin: 20px 0
}

.payment-failed__text {
    text-align: center;
    line-height: 2
}

.customer-profile-container {
    width: 100%;
    min-height: 115vh;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff
}

.customer-profile-container .product-itineary.normal .main-card {
    position: relative
}

.customer-profile-container .product-itineary.normal .main-card .main {
    width: 20px;
    position: absolute;
    margin-left: 10px;
    height: 100%;
    top: 0
}

.customer-profile-container .product-itineary.normal .main-card .main .circle {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 72px;
    background-clip: padding-box;
    background: linear-gradient(135deg, #ffba0a 0%, #f47625 100%)
}

.customer-profile-container .product-itineary.normal .main-card .main .circle::before {
    position: absolute;
    content: "";
    background-color: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px
}

.customer-profile-container .product-itineary.normal .main-card .main .line {
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 186, 10, 0.4) 0%, rgba(244, 118, 37, 0.4) 100%);
    display: inline-block;
    position: absolute;
    right: 50%;
    height: 100%;
    top: 90px
}

.customer-profile-container .product-itineary.normal .main-card:first-of-type .main .circle::before,
.customer-profile-container .product-itineary.normal .main-card:last-of-type .main .circle::before {
    content: none
}

.customer-profile-container .product-itineary.normal .main-card:nth-last-of-type(2) .main .line {
    height: calc(100% - 18px)
}

.customer-profile-container .product-itineary.normal .main-card:last-of-type .main .line {
    height: 0%
}

.customer-profile-container .product-itineary.normal .main-card .content {
    min-height: 100px;
    position: relative;
    margin-left: 30px;
    width: calc(100% - 30px);
    padding: 10px;
    text-overflow: wrap
}

.customer-profile-container .product-itineary.normal .main-card .content.single {
    margin-left: 0;
    width: 100%
}

.customer-profile-container .product-itineary.normal .main-card .content .horizontal-divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #e0e0e0
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card {
    display: flex;
    flex-direction: row;
    position: relative
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card .day {
    width: 60px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    margin: 10px 0 10px 10px;
    color: #b7b7b7;
    font-weight: 500;
    font-size: 12px;
    padding: 5px
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card .day .day-num {
    font-size: 40px;
    font-weight: 500;
    line-height: 32px;
    color: #656565
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card .line {
    width: 2px;
    background: rgba(201, 201, 201, 0.4);
    display: inline-block;
    position: absolute;
    right: 50%;
    height: 100%;
    height: calc(100% - 49px);
    left: 43px;
    top: 59px
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card .event-time {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    margin: 10px 0 10px 10px;
    color: #b7b7b7;
    font-weight: 500;
    font-size: 12px;
    padding: 5px;
    position: relative
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card .event-time .time-num {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #656565
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card .event-time .time-text {
    font-size: 12px;
    color: #b7b7b7;
    text-align: left
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__event-details {
    padding: 10px;
    text-align: left;
    width: 100%
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__event-details .duration {
    font-size: 12px;
    color: #8e8e8e
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__event-details .duration>i {
    top: 1px
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__event-details .duration>span {
    font-weight: 500
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__event-details .description {
    font-size: 12px;
    padding: 0;
    width: calc(100% - 50px);
    color: #8e8e8e
}

@media (min-width: 768px) {
    .customer-profile-container .product-itineary.normal .main-card .content .itineary-card__event-details .description {
        font-size: 14px
    }
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__event-details .event-type {
    font-size: 13px;
    color: #3e3e3e
}

@media (min-width: 768px) {
    .customer-profile-container .product-itineary.normal .main-card .content .itineary-card__event-details .event-type {
        font-size: 15px
    }
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__details {
    margin: 10px
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__details .dot {
    font-weight: 400;
    font-size: 12px;
    color: #8e8e8e
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__details .dot>i:before {
    color: #8E8E8E
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__details .title {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #515151
}

@media (min-width: 768px) {
    .customer-profile-container .product-itineary.normal .main-card .content .itineary-card__details .title {
        font-size: 15px
    }
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__details .location {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #8e8e8e;
    cursor: pointer
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__details .location a {
    color: #8e8e8e
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__show-more {
    cursor: pointer;
    text-align: center
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__show-more .collapsable .expanded {
    margin-bottom: 0
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__show-more .collapsable__title {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__show-more .collapsable__title .arrow-icon {
    position: absolute;
    right: calc(50% - 80px);
    margin-top: 16px;
    padding: 2px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #0057e7
}

.customer-profile-container .product-itineary.normal .main-card .content .itineary-card__show-more .collapsable__title>div {
    font-weight: 400;
    font-size: 12px;
    padding: 10px;
    letter-spacing: 0.03em;
    color: #0057e7
}

.customer-profile-container .sub-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.customer-profile-container .sub-card-title-help {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 400
}

.customer-profile-container .sub-card-alert {
    padding: 7px 20px 7px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 11px;
    font-weight: 400;
    color: #6d6d6d;
    background-color: #f476251a
}

.customer-profile-container .sub-card-alert-icon::before {
    position: relative;
    color: #f47625 !important
}

.customer-profile-container .sub-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px
}

@media (max-width: 576px) {
    .customer-profile-container .sub-card-content {
        padding: 10px
    }
}

.customer-profile-container .sub-card-content-map {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px
}

@media (max-width: 768px) {
    .customer-profile-container .sub-card-content-map {
        margin: 10px;
        width: 70px
    }
}

.customer-profile-container .sub-card-content-line-item {
    font-weight: 400;
    margin: 10px 0;
    width: 70%
}

.customer-profile-container .sub-card-content-line-item-heading {
    display: flex;
    align-items: center
}

.customer-profile-container .sub-card-content-line-item-heading-icon {
    font-weight: 600;
    color: #656565
}

.customer-profile-container .sub-card-content-line-item-heading-title {
    font-size: 13px;
    color: #b7b7b7;
    margin-left: 3px
}

.customer-profile-container .sub-card-content-line-item-text {
    margin-left: 25px;
    color: #6d6d6d;
    font-size: 13px
}

.customer-profile-container .sub-card-content-line-item-text.officer-details {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0
}

@media (max-width: 576px) {
    .customer-profile-container .sub-card-content-line-item-text.officer-details {
        margin: 0 0 10px 0
    }
}

.customer-profile-container .sub-card-content-line-item-text.officer-details .external-link-icon {
    margin-left: 10px
}

.customer-profile-container .sub-card-content-call-button {
    line-height: 12px;
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: space-evenly;
    background-color: #f47625;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    padding: 14px 20px;
    cursor: pointer
}

@media (max-width: 576px) {
    .customer-profile-container .sub-card-content-call-button {
        margin-top: 10px;
        align-self: center;
        justify-content: center;
        width: 100%
    }
}

@media (max-width: 375px) {
    .customer-profile-container .sub-card-content-call-button {
        font-size: 12px
    }
}

.customer-profile-container .sub-card-content-call-button .support-icon::before {
    color: white !important
}

.customer-profile-container .sub-card-content .weather-widget .rw-container {
    font-size: 12px
}

@media (min-width: 577px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-container {
        font-size: 14px
    }
}

.customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 10px
}

@media (min-width: 577px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main {
        padding: 20px
    }
}

.customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-left {
    padding: 15px
}

@media (min-width: 577px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-left {
        padding: 0 25px
    }
}

.customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-left .rw-container-header {
    font-weight: 400;
    color: #f47625
}

.customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-left .rw-today .rw-today-hr {
    border-bottom: 1px solid #cbcbcb
}

.customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-left .rw-today .rw-today-info b {
    font-weight: 400
}

.customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-right {
    background-color: #fff;
    border-left: 1px solid #e3e3e3
}

.customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-right svg {
    width: 120px;
    height: 120px
}

@media (max-width: 576px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-right svg {
        width: 100px;
        height: 100px
    }
}

@media (max-width: 480px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-container .rw-container-main .rw-container-right svg {
        width: 80px;
        height: 80px
    }
}

.customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel {
    padding: 10px 10px 0 10px
}

@media (max-width: 479px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel {
        padding: 10px 0
    }
}

.customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel .rw-forecast-day {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel .rw-forecast-day .rw-forecast-date {
    font-size: 10px
}

@media (min-width: 577px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel .rw-forecast-day .rw-forecast-date {
        font-size: 12px
    }
}

.customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel .rw-forecast-day .rw-forecast-desc {
    font-size: 9px
}

@media (min-width: 577px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel .rw-forecast-day .rw-forecast-desc {
        font-size: 11px
    }
}

.customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel .rw-forecast-day .rw-forecast-range {
    font-size: 9px
}

@media (min-width: 577px) {
    .customer-profile-container .sub-card-content .weather-widget .rw-forecast-days-panel .rw-forecast-day .rw-forecast-range {
        font-size: 11px
    }
}

.customer-profile-container .informative-card .collapsable__title>div {
    font-weight: 500;
    font-size: 15px !important;
    padding: 10px !important;
    color: #515151 !important;
    line-height: 21px
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .collapsable__title>div {
        font-weight: 500;
        font-size: 18px !important;
        line-height: 30px;
        padding: 10px 20px !important
    }
}

.customer-profile-container .informative-card .booking-cancel-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .booking-cancel-button-wrapper {
        padding: 20px
    }
}

@media (max-width: 576px) {
    .customer-profile-container .informative-card .booking-cancel-button-wrapper>a {
        width: 100%
    }
}

.customer-profile-container .informative-card .booking-cancel-button-wrapper>a .booking-cancel-button {
    width: 182px;
    height: 41px;
    background: #f47625;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 41px;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 576px) {
    .customer-profile-container .informative-card .booking-cancel-button-wrapper>a .booking-cancel-button {
        width: 100%;
        height: 34px;
        line-height: 34px
    }
}

.customer-profile-container .informative-card .inclusion-list-card {
    padding: 0 10px;
    margin: 10px 0
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .inclusion-list-card {
        padding: 0 20px
    }
}

.customer-profile-container .informative-card .inclusion-list-card-item {
    margin-bottom: 10px
}

.customer-profile-container .informative-card .inclusion-list-card-item .collapsable__expanded .collapsable__title {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

.customer-profile-container .informative-card .inclusion-list-card-item .collapsable__title {
    border: 1px solid #e2e2e2;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important
}

.customer-profile-container .informative-card .inclusion-list-card-item .collapsable__title-with-icon {
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px
}

.customer-profile-container .informative-card .inclusion-list-card-item .collapsable__title-with-icon>div {
    display: inline;
    font-size: 13px !important;
    font-weight: 500;
    line-height: 20px;
    padding: 0px !important;
    margin-left: 10px
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .inclusion-list-card-item .collapsable__title-with-icon>div {
        font-size: 15px !important;
        line-height: 22.5px
    }
}

.customer-profile-container .informative-card .inclusion-list-card-item .collapsable__body {
    border: 1px solid #e2e2e2;
    border-top: 0px
}

.customer-profile-container .informative-card .inclusion-list-card-item-content {
    padding: 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #8e8e8e
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .inclusion-list-card:first-child {
        margin-top: 20px
    }

    .customer-profile-container .informative-card .inclusion-list-card:last-child {
        margin-bottom: 20px
    }
}

.customer-profile-container .informative-card .things-to-carry-card {
    margin: 10px
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .things-to-carry-card {
        margin: 20px
    }
}

.customer-profile-container .informative-card .things-to-carry-card-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #656565
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .things-to-carry-card-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px
    }
}

.customer-profile-container .informative-card .things-to-carry-card-items {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 50% 50%
}

@media (min-width: 768px) {
    .customer-profile-container .informative-card .things-to-carry-card-items {
        margin: 10px 0 20px 0;
        grid-template-columns: 33.3% 33.3% 33.3%
    }
}

@media (max-width: 374px) {
    .customer-profile-container .informative-card .things-to-carry-card-items {
        grid-template-columns: 100%
    }
}

.customer-profile-container .informative-card .things-to-carry-card-items-item {
    color: #515151;
    padding: 5px;
    margin: 5px;
    display: flex;
    align-items: baseline;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .things-to-carry-card-items-item {
        font-weight: 500;
        font-size: 15px;
        line-height: 22.5px;
        padding: 0px;
        margin: 10px
    }
}

.customer-profile-container .informative-card .advisory-card-list {
    margin: 10px;
    padding-left: 15px
}

.customer-profile-container .informative-card .advisory-card-list-item {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #8e8e8e
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .advisory-card-list-item {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width: 577px) {
    .customer-profile-container .informative-card .advisory-card-list {
        margin: 20px;
        padding-left: 15px
    }
}

.customer-profile-container .vouchers-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.customer-profile-container .vouchers-buttons .voucher-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(244, 118, 37, 0.1);
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 768px) {
    .customer-profile-container .vouchers-buttons .voucher-icon {
        width: 50px;
        height: 50px
    }
}

.customer-profile-container .vouchers-buttons .voucher-icon>i {
    font-size: 20px;
    margin: 0;
    color: #f47625
}

@media (min-width: 768px) {
    .customer-profile-container .vouchers-buttons .voucher-icon>i {
        font-size: 25px
    }
}

.customer-profile-container .vouchers-buttons .voucher-icon .arrow-icon {
    left: 8px;
    bottom: -1px;
    border-color: #fff
}

@media (min-width: 768px) {
    .customer-profile-container .vouchers-buttons .voucher-icon .arrow-icon {
        bottom: -2px
    }
}

.customer-profile-container .vouchers-buttons .voucher-icon.see-all {
    background: #e2e2e2
}

.customer-profile-container .vouchers-buttons>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    color: #656565
}

.customer-profile-container .voucher-tab .phone-hide {
    display: none
}

@media (min-width: 768px) {
    .customer-profile-container .voucher-tab .phone-hide {
        display: block
    }
}

.customer-profile-container .voucher-tab .desktop-back-button {
    margin-left: 0 !important
}

.customer-profile-container .voucher-tab .voucher-top-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.customer-profile-container .voucher-tab .voucher-top-cards .voucher-download-all-button {
    margin-bottom: 0
}

.customer-profile-container .voucher-tab .voucher-top-cards .voucher-heading {
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0 0 20px;
    color: #3e3e3e
}

.customer-profile-container .voucher-tab .voucher-details {
    margin: 20px;
    width: calc(100% - 40px)
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container {
    width: 100%
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card {
    width: 100%
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card {
    width: 100%
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__title {
    padding: 10px;
    border-bottom: 0.5px solid #e2e2e2;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #313131
}

@media (min-width: 768px) {
    .customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__title {
        font-size: 16px;
        padding: 20px
    }
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content {
    display: flex;
    flex-direction: row
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .description {
    padding: 10px;
    width: 100%
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .description .text {
    font-weight: 500;
    font-size: 13px;
    color: #3e3e3e
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .description .day {
    padding: 2px 3px;
    background: #f47625;
    border-radius: 1px;
    font-weight: 600;
    font-size: 9px;
    color: #ffffff;
    margin-right: 10px
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .description .date {
    font-weight: 400;
    font-size: 12px;
    color: #8e8e8e
}

@media (min-width: 768px) {
    .customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .description {
        padding: 20px
    }

    .customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .description .text {
        font-size: 15px
    }

    .customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .description .day {
        font-size: 11px
    }

    .customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .description .date {
        font-size: 14px
    }
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .download {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .download .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffba0a 0%, #f47625 100%)
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .download .icon>i {
    color: #fff;
    margin: 8px;
    position: absolute
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .download>a {
    color: #656565
}

.customer-profile-container .voucher-tab .voucher-details .profile-card-container .profile-card .voucher-card__content .download>a>.icon {
    margin: 0 auto
}

.customer-profile-container .button {
    background: #f47625;
    border: none;
    border-radius: 7px;
    margin: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

@media (min-width: 576px) {
    .customer-profile-container .button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 41px;
        line-height: 41px
    }
}

.customer-profile-container .vertical-divider {
    width: 0px;
    margin: 10px 0;
    border: 0.5px solid #e8e8e8;
    justify-content: space-between
}

@media (min-width: 768px) {
    .customer-profile-container .vertical-divider {
        margin: 20px 0
    }
}

.customer-profile-container .customer-itinearary-gallery {
    padding: 10px
}

.customer-profile-container .customer-itinearary-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto, 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.customer-profile-container .customer-itinearary-gallery .gallery img {
    -o-object-fit: cover;
    object-fit: cover
}

.customer-profile-container .customer-itinearary-gallery .gallery>div:first-of-type {
    grid-column: 1 / -1;
    height: 133px
}

.customer-profile-container .customer-itinearary-gallery .gallery>div:first-of-type>img {
    height: 133px;
    width: 100%
}

.customer-profile-container .customer-itinearary-gallery .gallery>div {
    border-radius: 7px;
    height: 82px
}

.customer-profile-container .customer-itinearary-gallery .gallery>div>img {
    width: 100%;
    height: 82px;
    border-radius: 7px
}

.customer-profile-container .customer-itinearary-gallery .gallery>div:last-of-type {
    position: relative
}

.customer-profile-container .customer-itinearary-gallery .gallery>div:last-of-type .click-more-img {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 10px;
    justify-content: center;
    border-radius: 7px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4))
}

@media (min-width: 768px) {
    .customer-profile-container .customer-itinearary-gallery .gallery {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px
    }

    .customer-profile-container .customer-itinearary-gallery .gallery>div {
        border-radius: 7px;
        height: 100%
    }

    .customer-profile-container .customer-itinearary-gallery .gallery>div>img {
        height: 100%;
        border-radius: 7px
    }

    .customer-profile-container .customer-itinearary-gallery .gallery>div:first-of-type {
        grid-column: 1 / 5;
        grid-row: 1/ -1;
        height: 219px
    }

    .customer-profile-container .customer-itinearary-gallery .gallery>div:first-of-type>img {
        height: 219px;
        width: 100%
    }
}

.customer-profile-container .text-itineary {
    /*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
}

.customer-profile-container .text-itineary .ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative
}

.customer-profile-container .text-itineary .ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.customer-profile-container .text-itineary .ql-container.ql-disabled .ql-editor ul[data-checked]>li::before {
    pointer-events: none
}

.customer-profile-container .text-itineary .ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.customer-profile-container .text-itineary .ql-clipboard p {
    margin: 0;
    padding: 0
}

.customer-profile-container .text-itineary .ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.customer-profile-container .text-itineary .ql-editor>* {
    cursor: text
}

.customer-profile-container .text-itineary .ql-editor p,
.customer-profile-container .text-itineary .ql-editor ol,
.customer-profile-container .text-itineary .ql-editor ul,
.customer-profile-container .text-itineary .ql-editor pre,
.customer-profile-container .text-itineary .ql-editor blockquote,
.customer-profile-container .text-itineary .ql-editor h1,
.customer-profile-container .text-itineary .ql-editor h2,
.customer-profile-container .text-itineary .ql-editor h3,
.customer-profile-container .text-itineary .ql-editor h4,
.customer-profile-container .text-itineary .ql-editor h5,
.customer-profile-container .text-itineary .ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.customer-profile-container .text-itineary .ql-editor ol,
.customer-profile-container .text-itineary .ql-editor ul {
    padding-left: 1.5em
}

.customer-profile-container .text-itineary .ql-editor ol>li,
.customer-profile-container .text-itineary .ql-editor ul>li {
    list-style-type: none
}

.customer-profile-container .text-itineary .ql-editor ul>li::before {
    content: "\2022"
}

.customer-profile-container .text-itineary .ql-editor ul[data-checked="true"],
.customer-profile-container .text-itineary .ql-editor ul[data-checked="false"] {
    pointer-events: none
}

.customer-profile-container .text-itineary .ql-editor ul[data-checked="true"]>li *,
.customer-profile-container .text-itineary .ql-editor ul[data-checked="false"]>li * {
    pointer-events: all
}

.customer-profile-container .text-itineary .ql-editor ul[data-checked="true"]>li::before,
.customer-profile-container .text-itineary .ql-editor ul[data-checked="false"]>li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.customer-profile-container .text-itineary .ql-editor ul[data-checked="true"]>li::before {
    content: "\2611"
}

.customer-profile-container .text-itineary .ql-editor ul[data-checked="false"]>li::before {
    content: "\2610"
}

.customer-profile-container .text-itineary .ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.customer-profile-container .text-itineary .ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right
}

.customer-profile-container .text-itineary .ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em
}

.customer-profile-container .text-itineary .ql-editor ol li:not(.ql-direction-rtl),
.customer-profile-container .text-itineary .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-direction-rtl,
.customer-profile-container .text-itineary .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.customer-profile-container .text-itineary .ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.customer-profile-container .text-itineary .ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.customer-profile-container .text-itineary .ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.customer-profile-container .text-itineary .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.customer-profile-container .text-itineary .ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.customer-profile-container .text-itineary .ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.customer-profile-container .text-itineary .ql-editor .ql-bg-black {
    background-color: #000
}

.customer-profile-container .text-itineary .ql-editor .ql-bg-red {
    background-color: #e60000
}

.customer-profile-container .text-itineary .ql-editor .ql-bg-orange {
    background-color: #f90
}

.customer-profile-container .text-itineary .ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.customer-profile-container .text-itineary .ql-editor .ql-bg-green {
    background-color: #008a00
}

.customer-profile-container .text-itineary .ql-editor .ql-bg-blue {
    background-color: #06c
}

.customer-profile-container .text-itineary .ql-editor .ql-bg-purple {
    background-color: #93f
}

.customer-profile-container .text-itineary .ql-editor .ql-color-white {
    color: #fff
}

.customer-profile-container .text-itineary .ql-editor .ql-color-red {
    color: #e60000
}

.customer-profile-container .text-itineary .ql-editor .ql-color-orange {
    color: #f90
}

.customer-profile-container .text-itineary .ql-editor .ql-color-yellow {
    color: #ff0
}

.customer-profile-container .text-itineary .ql-editor .ql-color-green {
    color: #008a00
}

.customer-profile-container .text-itineary .ql-editor .ql-color-blue {
    color: #06c
}

.customer-profile-container .text-itineary .ql-editor .ql-color-purple {
    color: #93f
}

.customer-profile-container .text-itineary .ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.customer-profile-container .text-itineary .ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.customer-profile-container .text-itineary .ql-editor .ql-size-small {
    font-size: 0.75em
}

.customer-profile-container .text-itineary .ql-editor .ql-size-large {
    font-size: 1.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-size-huge {
    font-size: 2.5em
}

.customer-profile-container .text-itineary .ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.customer-profile-container .text-itineary .ql-editor .ql-align-center {
    text-align: center
}

.customer-profile-container .text-itineary .ql-editor .ql-align-justify {
    text-align: justify
}

.customer-profile-container .text-itineary .ql-editor .ql-align-right {
    text-align: right
}

.customer-profile-container .text-itineary .ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.customer-profile-container .text-itineary .ql-snow.ql-toolbar:after,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.customer-profile-container .text-itineary .ql-snow.ql-toolbar button,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.customer-profile-container .text-itineary .ql-snow.ql-toolbar button svg,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:active:hover,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.customer-profile-container .text-itineary .ql-snow.ql-toolbar input.ql-image[type="file"],
.customer-profile-container .text-itineary .ql-snow .ql-toolbar input.ql-image[type="file"] {
    display: none
}

.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:focus,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:focus,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button.ql-active,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button.ql-active,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label:hover,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label:hover,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label.ql-active,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item:hover,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item:hover,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c
}

.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover .ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover .ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:focus .ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:focus .ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button.ql-active .ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button.ql-active .ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c
}

.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover .ql-stroke,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover .ql-stroke,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:focus .ql-stroke,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:focus .ql-stroke,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button.ql-active .ql-stroke,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.customer-profile-container .text-itineary .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c
}

@media (pointer: coarse) {

    .customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

    .customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }

    .customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .customer-profile-container .text-itineary .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .customer-profile-container .text-itineary .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.customer-profile-container .text-itineary .ql-snow {
    box-sizing: border-box
}

.customer-profile-container .text-itineary .ql-snow * {
    box-sizing: border-box
}

.customer-profile-container .text-itineary .ql-snow .ql-hidden {
    display: none
}

.customer-profile-container .text-itineary .ql-snow .ql-out-bottom,
.customer-profile-container .text-itineary .ql-snow .ql-out-top {
    visibility: hidden
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.customer-profile-container .text-itineary .ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.customer-profile-container .text-itineary .ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.customer-profile-container .text-itineary .ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.customer-profile-container .text-itineary .ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.customer-profile-container .text-itineary .ql-snow .ql-fill,
.customer-profile-container .text-itineary .ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.customer-profile-container .text-itineary .ql-snow .ql-empty {
    fill: none
}

.customer-profile-container .text-itineary .ql-snow .ql-even {
    fill-rule: evenodd
}

.customer-profile-container .text-itineary .ql-snow .ql-thin,
.customer-profile-container .text-itineary .ql-snow .ql-stroke.ql-thin {
    stroke-width: 1
}

.customer-profile-container .text-itineary .ql-snow .ql-transparent {
    opacity: 0.4
}

.customer-profile-container .text-itineary .ql-snow .ql-direction svg:last-child {
    display: none
}

.customer-profile-container .text-itineary .ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.customer-profile-container .text-itineary .ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.customer-profile-container .text-itineary .ql-snow .ql-editor h1 {
    font-size: 2em
}

.customer-profile-container .text-itineary .ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.customer-profile-container .text-itineary .ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.customer-profile-container .text-itineary .ql-snow .ql-editor h4 {
    font-size: 1em
}

.customer-profile-container .text-itineary .ql-snow .ql-editor h5 {
    font-size: 0.83em
}

.customer-profile-container .text-itineary .ql-snow .ql-editor h6 {
    font-size: 0.67em
}

.customer-profile-container .text-itineary .ql-snow .ql-editor a {
    text-decoration: underline
}

.customer-profile-container .text-itineary .ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.customer-profile-container .text-itineary .ql-snow .ql-editor code,
.customer-profile-container .text-itineary .ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.customer-profile-container .text-itineary .ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.customer-profile-container .text-itineary .ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.customer-profile-container .text-itineary .ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.customer-profile-container .text-itineary .ql-snow .ql-editor img {
    max-width: 100%
}

.customer-profile-container .text-itineary .ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.customer-profile-container .text-itineary .ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.customer-profile-container .text-itineary .ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.customer-profile-container .text-itineary .ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.customer-profile-container .text-itineary .ql-snow .ql-color-picker,
.customer-profile-container .text-itineary .ql-snow .ql-icon-picker {
    width: 28px
}

.customer-profile-container .text-itineary .ql-snow .ql-color-picker .ql-picker-label,
.customer-profile-container .text-itineary .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.customer-profile-container .text-itineary .ql-snow .ql-color-picker .ql-picker-label svg,
.customer-profile-container .text-itineary .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.customer-profile-container .text-itineary .ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px
}

.customer-profile-container .text-itineary .ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.customer-profile-container .text-itineary .ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.customer-profile-container .text-itineary .ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
    content: attr(data-label)
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header {
    width: 98px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-label::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: "Normal"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: "Heading 1"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: "Heading 2"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: "Heading 3"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: "Heading 4"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: "Heading 5"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: "Heading 6"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font {
    width: 108px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-label::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: "Sans Serif"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
    content: "Serif"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
    content: "Monospace"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
    font-family: Georgia, Times New Roman, serif
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
    font-family: Monaco, Courier New, monospace
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size {
    width: 98px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-label::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: "Normal"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
    content: "Small"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
    content: "Large"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before,
.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
    content: "Huge"
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
    font-size: 10px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
    font-size: 18px
}

.customer-profile-container .text-itineary .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
    font-size: 32px
}

.customer-profile-container .text-itineary .ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.customer-profile-container .text-itineary .ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.customer-profile-container .text-itineary .ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 8px
}

.customer-profile-container .text-itineary .ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.customer-profile-container .text-itineary .ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.customer-profile-container .text-itineary .ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px
}

.customer-profile-container .text-itineary .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc
}

.customer-profile-container .text-itineary .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.customer-profile-container .text-itineary .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.customer-profile-container .text-itineary .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.customer-profile-container .text-itineary .ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0px
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip input[type="text"] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip a.ql-remove::before {
    content: "Remove";
    margin-left: 8px
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip a {
    line-height: 26px
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip.ql-editing a.ql-preview,
.customer-profile-container .text-itineary .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip.ql-editing input[type="text"] {
    display: inline-block
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: "Save";
    padding-right: 0px
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip[data-mode="link"]::before {
    content: "Enter link:"
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip[data-mode="formula"]::before {
    content: "Enter formula:"
}

.customer-profile-container .text-itineary .ql-snow .ql-tooltip[data-mode="video"]::before {
    content: "Enter video:"
}

.customer-profile-container .text-itineary .ql-snow a {
    color: #06c
}

.customer-profile-container .text-itineary .ql-container.ql-snow {
    border: 1px solid #ccc
}

.customer-profile-container * {
    font-family: "Poppins", sans-serif
}

@media (max-width: 767px) {
    .customer-profile-container .phone-hide {
        display: none
    }
}

@media (min-width: 769px) {
    .customer-profile-container .phone-hide {
        display: block
    }
}

.customer-profile-container .tours-icon-private-tour {
    font-weight: 500
}

.customer-profile-container .collapsable-disabled-margin {
    width: 100%;
    height: 20px
}

.customer-profile-container .arrow-icon {
    border: solid #656565;
    border-width: 0 2px 2px 0;
    padding: 3px;
    float: right;
    margin: auto 0;
    position: relative;
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 5px
}

@media (max-width: 576px) {
    .customer-profile-container .arrow-icon {
        margin-top: 15px
    }
}

.customer-profile-container .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.customer-profile-container .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.customer-profile-container .right {
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg)
}

.customer-profile-container .customer-page-wrapper {
    max-width: 1500px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 30px 7vw 20px 7vw
}

.customer-profile-container .customer-page-wrapper .box-shadow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 5px #121111;
    position: relative;
    bottom: 0;
    left: -20px
}

.customer-profile-container .customer-page-wrapper .circle-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px)
}

.customer-profile-container .customer-page-wrapper .circle-loader>div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #f47625;
    border-radius: 50%;
    -webkit-animation: circle-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: circle-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #f47625 transparent transparent transparent
}

.customer-profile-container .customer-page-wrapper .circle-loader div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s
}

.customer-profile-container .customer-page-wrapper .circle-loader div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.customer-profile-container .customer-page-wrapper .circle-loader div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

@-webkit-keyframes circle-loader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes circle-loader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.customer-profile-container .customer-page-wrapper .login-logout-phone {
    display: none
}

.customer-profile-container .customer-page-wrapper .tours-icon-eye-closed::before,
.customer-profile-container .customer-page-wrapper .tours-icon-eye-opened::before {
    color: #505050;
    font-size: 15px
}

.customer-profile-container .customer-page-wrapper .profile-icons {
    color: #9e9e9e
}

.customer-profile-container .customer-page-wrapper input:-webkit-autofill,
.customer-profile-container .customer-page-wrapper input:-webkit-autofill:hover,
.customer-profile-container .customer-page-wrapper input:-webkit-autofill:focus,
.customer-profile-container .customer-page-wrapper input:-webkit-autofill:active {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

@media (min-width: 1600px) {
    .customer-profile-container .customer-page-wrapper {
        margin: auto;
        margin-top: 30px
    }
}

.customer-profile-container .customer-page-wrapper [class*="icon-"] {
    margin-right: 7px;
    position: relative
}

.customer-profile-container .customer-page-wrapper .phone-errors {
    display: none
}

.customer-profile-container .customer-page-wrapper .profile-container {
    display: grid;
    grid-template-columns: 25% calc(75% - 20px);
    grid-auto-columns: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-columns: minmax(min-content, max-content);
    grid-column-gap: 20px;
    align-items: start
}

.customer-profile-container .customer-page-wrapper .profile-container .center-aligned-row {
    align-items: center;
    display: flex
}

.customer-profile-container .customer-page-wrapper .profile-container .image {
    width: calc(0.02 * 100vw + 100px);
    height: calc(0.02 * 100vw + 100px);
    border-radius: 50%;
    border-top: 1px dotted #efefef;
    margin-top: 20px;
    border: 1px solid #f2f2f2
}

.customer-profile-container .customer-page-wrapper .profile-container .image>img {
    border-radius: 50%;
    width: calc(0.02 * 100vw + 100px);
    height: calc(0.02 * 100vw + 100px);
    -o-object-fit: cover;
    object-fit: cover
}

.customer-profile-container .customer-page-wrapper .profile-container .image .customer-profile-picture-edit {
    background: #ebebeb;
    position: relative;
    top: -32px;
    right: -83px;
    border: 2px solid #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.customer-profile-container .customer-page-wrapper .profile-container .image .customer-profile-picture-edit .customer-profile-edit-icon {
    font-size: 18px
}

.customer-profile-container .customer-page-wrapper .profile-container .image .customer-profile-picture-edit label {
    position: relative;
    top: 4px;
    left: 4.5px;
    font-size: 12px;
    cursor: pointer
}

.customer-profile-container .customer-page-wrapper .profile-container .image .customer-profile-picture-edit input {
    display: none
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section {
    box-shadow: 0px 0px 20px 5px rgba(216, 216, 216, 0.25);
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    display: inline-table;
    background: white;
    height: 100px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 10px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .full-name {
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .full-name-phone {
    display: none
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .phone-email {
    color: #8e8e8e;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0
}

@media (min-width: 769px) {
    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .phone-email.phone {
        margin-top: 5px;
        margin-bottom: 7px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile-tab-view {
    margin-top: 10px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile-tab-view .active {
    color: #e47d3c
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile-tab-view>ul>li {
    height: 65px;
    font-size: 16px;
    line-height: 65px;
    list-style-type: none;
    border-top: 1px solid #efefef
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile-tab-view>ul>li>a {
    margin-left: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #676767
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile-tab-view>ul {
    margin: 0;
    padding: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-rows: minmax(min-content, max-content);
    box-shadow: 0px 0px 20px 5px rgba(216, 216, 216, 0.25);
    border-radius: 10px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs>div:last-of-type {
    margin-bottom: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs>div:not(.profile-tabs__header) {
    display: flex;
    flex-direction: column
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__header {
    grid-column: 1 / -1;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    margin-right: -20px;
    margin-left: 0px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    flex-direction: row
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__header .customer-profile-edit-icon {
    line-height: 60px;
    float: right;
    margin-right: 28px;
    color: #3d3d3d
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__header>span {
    margin-left: 20px;
    font-weight: 500
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__name {
    color: #bfbfbf;
    font-size: 15px;
    display: flex;
    align-items: center
}

@media (min-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__name {
        line-height: 23px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__name>i {
    font-size: 16px;
    color: #9c9c9c
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__name-text {
    margin-left: 20px;
    line-height: 18px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__name-text>a {
    position: relative;
    top: -2px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__input-group input {
    border: 1px solid #dadada;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__form-button {
    grid-column: 1 / -1;
    flex-direction: row !important;
    margin-left: 20px;
    justify-self: end
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__form-button>button {
    border: none;
    font-size: 15px;
    border-radius: 5px;
    color: #7b7b7b;
    padding: 10px 20px 10px 20px;
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__form-button>button:nth-child(2) {
    background: #f47625;
    color: #ffffff
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__form-button {
        width: 100%
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__form-button>button {
        width: 100%;
        background: #f47625;
        color: #ffffff;
        padding: 10px;
        margin-top: 10px;
        font-size: 16px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs .profile-tab>div>span:last-of-type {
    margin-left: 10px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tabs .profile-tab__items {
    padding: 20px 0 0 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-edit-tab-wrapper .profile-back-button {
    margin-left: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-edit-tab-wrapper .profile-edit-tab {
    background: white
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-edit-tab-wrapper .profile-edit-tab .profile-edit-fields {
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-edit-tab-wrapper .profile-edit-tab>div:not(.profile-tabs__header) {
    margin-top: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .profile-back-button {
    margin-left: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .change-phone-tab .phone-submit-button {
    background: #f47625
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .change-phone-tab .social-signup-after-form {
    height: 41px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .change-phone-tab .social-signup-after-form__label {
    margin: 0 0 20px;
    font-size: 14px
}

@media (max-width: 575px) {
    .customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .change-phone-tab .social-signup-after-form__label {
        margin: 0 0 30px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .change-phone-tab .social-signup-after-form__label__input-wrap {
    padding-top: 7px
}

@media (max-width: 575px) {
    .customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .change-phone-tab .social-signup-after-form__label__input-wrap {
        padding-top: 5px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .change-phone-tab .social-signup-after-form__label__input-wrap .country-code-select__single-value {
    font-size: 15px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab-wrapper .change-phone-tab .social-signup-after-form__label-text {
    color: #bfbfbf;
    margin-top: 0 !important;
    font-size: 12px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password-wrapper .profile-back-button {
    margin-left: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password-wrapper .change-password>div:not(.profile-tabs__header) {
    margin-top: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password,
.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab,
.customer-profile-container .customer-page-wrapper .profile-container .profile-edit-tab {
    padding-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tab {
    padding-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tab .phone-data-display {
    display: flex
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tab .phone-data-display .phone-verify {
    margin-left: 20px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    top: -2px;
    font-size: 14px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tab .phone-data-display .phone-verify__verified {
    color: #0fb680
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tab .phone-data-display .phone-verify__not-verified {
    color: blue;
    text-decoration: underline;
    font-weight: 400
}

.customer-profile-container .customer-page-wrapper .profile-container .kebab {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    padding: 0 12px 0 12px !important;
    align-self: center;
    margin-left: auto;
    margin-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .kebab figure {
    width: 3.5px;
    height: 3.5px;
    border-radius: 5px;
    background: #3d3d3d;
    margin: 3px 0
}

.customer-profile-container .customer-page-wrapper .profile-container .middle {
    transition: all 0.25s;
    transform: scale(1);
    position: relative;
    box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
    -webkit-filter: blur(0.1px);
    filter: blur(0.1px)
}

.customer-profile-container .customer-page-wrapper .profile-container .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    margin-top: -1px;
    color: white;
    transition: all 0.2s;
    font-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.customer-profile-container .customer-page-wrapper .profile-container .dropdown {
    position: absolute;
    z-index: 20;
    padding-top: 10px !important;
    padding-left: 0;
    transition: all 0s ease-out;
    transform: scale(0);
    transform-origin: 100% 0;
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(216, 216, 216, 0.25);
    border: 1px solid #f2f2f2;
    width: 200px;
    height: 140px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    top: 30px;
    right: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .dropdown>a {
    height: 40px
}

.customer-profile-container .customer-page-wrapper .profile-container .dropdown .kebab-links {
    width: 100%;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 !important;
    white-space: pre;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    line-height: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .dropdown .kebab-links .tours-icon-edit-icon-new {
    font-weight: 500;
    margin-left: 3px
}

.customer-profile-container .customer-page-wrapper .profile-container .dropdown .kebab-links .tours-icon-change-icon {
    margin-left: 3px
}

@media (max-width: 575px) {
    .customer-profile-container .customer-page-wrapper .profile-container {
        width: 200px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .dropdown {
        width: 205px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-tab {
    background: white
}

.customer-profile-container .customer-page-wrapper .profile-container .dropdown.active {
    transform: scale(1)
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab {
    grid-template-columns: 4fr 3fr
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab .phone-verification-flow {
    margin-top: 10px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab .phone-verification-flow .input-group {
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab .phone-verification-flow .auth-form__button {
    height: 35px !important;
    padding: 0;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab .phone-verification-flow button {
        padding: 20px !important;
        line-height: 0;
        font-weight: 400;
        font-size: 15px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab .phone-verification-flow .social-signup-after-form__input {
    height: 41px
}

.customer-profile-container .customer-page-wrapper .profile-container .profile-edit-tab {
    background: white
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password {
    grid-template-columns: 1fr;
    max-height: 100%;
    background: white
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password .profile-edit-fields {
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password__input-group .input-group .reset-pass>input::-ms-clear,
.customer-profile-container .customer-page-wrapper .profile-container .change-password__input-group .input-group .reset-pass ::-ms-reveal {
    display: none
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password__input-group .input-group .reset-pass__input {
    padding: 10px 20px 10px 20px !important;
    width: 72%;
    height: 41px !important;
    font-size: 16px;
    margin-left: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password__input-group .input-group .reset-pass__label [class^="tours-icon-eye"] {
    position: absolute;
    left: 67%;
    top: 5px
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-container .change-password__input-group .input-group .reset-pass__label [class^="tours-icon-eye"] {
        left: 65%
    }
}

@media (max-width: 575px) {
    .customer-profile-container .customer-page-wrapper .profile-container .change-password__input-group .input-group .reset-pass__label [class^="tours-icon-eye"] {
        left: 70%
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password__input-group .input-group .error-message {
    width: 70%
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password__input-group>input {
    width: 460px;
    height: 41px;
    font-size: 12px;
    color: #959696;
    padding-left: 15px
}

.customer-profile-container .customer-page-wrapper .profile-container .change-password .password-validation-text {
    font-size: 12px;
    color: #737373
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab {
    max-height: 100%;
    box-shadow: none;
    margin: 0 -20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .no-bookings-transactions {
    margin-top: 40px;
    padding: 0 10px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards {
    margin: 0 0 0 0 !important;
    padding: 20px 20px 0 20px;
    background: #fff
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards>div {
    margin-bottom: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card {
    width: 100%;
    display: flex;
    border-radius: 3px;
    padding: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card>div:nth-of-type(1) {
    width: 23%;
    padding-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card>div:nth-of-type(2) {
    width: 35%;
    padding-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card>div:nth-of-type(3) {
    width: 29%;
    padding-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card>div:last-of-type {
    width: 16%;
    align-self: center
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card .reason,
.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card .pnr {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 15px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card .amount {
    color: #6d6d6d;
    font-weight: 500;
    font-size: 15px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type {
    float: right;
    align-self: center
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type__credit {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #0fb680
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type__credit .credited-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-right: 8px;
    background: linear-gradient(225deg, #0fb680 0%, #4dfdc4 100%);
    border-radius: 50%;
    transform: rotate(-45deg)
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type__credit .credited-icon .tours-icon-left-arrow {
    position: relative;
    color: #fff;
    font-size: 8px;
    left: 3.5px;
    top: -1.5px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type__debit {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #e03131
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type__debit .debited-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-right: 8px;
    background: linear-gradient(225deg, #e03131 0%, #ff8541 100%);
    border-radius: 50%;
    transform: rotate(135deg)
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type__debit .debited-icon .tours-icon-left-arrow {
    position: relative;
    color: #fff;
    font-size: 8px;
    left: 3.5px;
    top: -1.5px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card-phone {
    display: none
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .select-wallet-type {
    display: flex !important;
    flex-direction: row !important;
    margin-top: 20px;
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .select-wallet-type .wallet-type {
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .select-wallet-type .wallet-type:not(:first-child) {
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .select-wallet-type .wallet-type.active {
    color: #f47625;
    height: 25px;
    line-height: 25px;
    background: rgba(244, 118, 37, 0.1)
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .select-wallet-type .wallet-type.disabled {
    cursor: not-allowed
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards {
    margin-left: 20px !important;
    margin-right: 20px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    width: auto;
    grid-column: 1 / -1
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards .profile-card__title {
    margin-top: 0;
    font-size: 15px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards>div {
    width: calc(50% - 10px);
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards>div span:first-of-type {
    width: calc(0.02 * 100vw + 54px);
    height: calc(0.02 * 100vw + 54px);
    border-radius: 50%;
    background: #eff8ff;
    padding: calc(0.002 * 100vw + 13px);
    margin: 10px 10px 10px 0
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards>div span:first-of-type>img {
    width: 100%
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab__header {
    font-size: 17px;
    margin-right: 20px;
    float: left;
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab__header span {
    margin-left: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards {
    background: #fff;
    height: 450px;
    grid-column: 1 / -1;
    overflow-y: scroll
}

.customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab {
    display: block;
    max-height: 100%
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab>.profile-tabs__header {
    margin-right: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .support-ticket-button {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 20px;
    margin: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .support-ticket-button>span {
    font-weight: 400;
    font-size: 15px;
    color: #5f5f5f
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .support-ticket-button i {
    position: relative;
    top: 1px
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards {
    grid-column: 1 / -1;
    margin: 0 !important
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .collapsable__title {
    border-radius: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .collapsable__title>span {
    font-size: 16px
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .collapsable__title>span {
        font-size: 13px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .sub-faq .collapsable__title {
    border-radius: 5px
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .sub-faq {
    margin: 20px 0 20px 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .sub-faq>div {
    margin-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .help-text {
    margin: 0;
    padding: 20px;
    font-size: 15px;
    color: #8c8c8c
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel {
    border: none;
    grid-template-columns: 1fr;
    max-height: 9999999px;
    display: block
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .refund-methods-title,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .refund-methods-title {
    font-weight: 500;
    font-size: 16px;
    color: #7c7c7c
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .refund-method-selector,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .refund-method-selector {
    display: flex;
    flex-direction: column;
    padding: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .refund-method-selector>input:before,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .refund-method-selector>input:before {
    content: "";
    color: #808080
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .refund-method-selector>input:checked::before,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .refund-method-selector>input:checked::before {
    content: "";
    color: #fb6400
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .payment-amount-input,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-input {
    margin-left: 36px;
    display: flex;
    flex-direction: row !important
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .payment-amount-input .input-group>label>input,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-input .input-group>label>input {
    border-radius: 3px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .payment-amount-input div,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-input div {
    margin: 5px 20px 5px 0;
    width: 140px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .payment-amount-submit-buttons,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-submit-buttons {
    display: flex;
    flex-direction: row !important;
    justify-content: space-evenly;
    width: 70%;
    margin: 20px auto 20px auto !important
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .payment-amount-submit-buttons>button,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-submit-buttons>button {
    border: none;
    background: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .payment-amount-submit-buttons .button-submit:hover,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-submit-buttons .button-submit:hover {
    color: #d62d20
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .payment-amount-submit-buttons .button-cancel,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-submit-buttons .button-cancel {
    background: #f47625;
    padding: 8px 16px;
    color: #fff
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-top-cards,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-top-cards {
    display: flex;
    padding: 0 5px 10px 5px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-top-cards .profile-card-container__grey-text,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-top-cards .profile-card-container__grey-text {
    font-size: 12px
}

@media (max-width: 576px) {

    .customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-top-cards .profile-card-container__grey-text,
    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-top-cards .profile-card-container__grey-text {
        font-size: 10px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-top-cards .booking-cancel-amount,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-top-cards .booking-cancel-amount {
    font-size: calc(0.02 * 100vw)
}

@media (max-width: 768px) {

    .customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-top-cards .booking-cancel-amount,
    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-top-cards .booking-cancel-amount {
        font-size: calc(0.02 * 100vw + 8px);
        font-weight: 500
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-top-cards>div,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-top-cards>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-top-cards .divider,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-top-cards .divider {
    width: 0;
    padding: 20px 0;
    border-left: 1px solid #dbdbdb
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 20px 0 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards .selected-cancellation-policy-card,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards .selected-cancellation-policy-card {
    margin-right: -20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards .selected-cancellation-policy-card .profile-card,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards .selected-cancellation-policy-card .profile-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    height: 78px;
    align-items: center;
    margin-right: 0px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards .selected-cancellation-policy-card>div,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards .selected-cancellation-policy-card>div {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards .cancellation-policy-description,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards .cancellation-policy-description {
    font-size: 15px;
    margin-bottom: 16px
}

@media (max-width: 576px) {

    .customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards .cancellation-policy-description,
    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards .cancellation-policy-description {
        font-size: 13px
    }
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards>div,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 78px;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px 0 10px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards>div>div,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards>div>div {
    margin-top: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards>div:not(:first-child),
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards>div:not(:first-child) {
    border-top: 1px solid #dbdbdb
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .cancel-booking-cancellation-policy-cards>div:last-child,
.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancel-booking-cancellation-policy-cards>div:last-child {
    margin-bottom: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-cancel {
    padding: 0 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab .booking-card-wrapper {
    padding: 20px 20px 0 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab-view {
    margin-top: 0
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab-view .booking-details {
    margin-left: 20px;
    margin-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab-view .booking-details>div {
    margin-bottom: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab-view .booking-card-wrapper {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 0;
    margin-left: 0;
    width: 100%
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab-view>.profile-card {
    margin-right: 20px
}

.customer-profile-container .customer-page-wrapper .profile-container .booking-tab-view>div {
    margin-right: 0;
    margin-bottom: 20px
}

.customer-profile-container .customer-page-wrapper .booking-tab {
    margin: -20px -20px 0 -20px
}

.customer-profile-container .customer-page-wrapper .booking-tab .profile-card {
    margin: 0
}

.customer-profile-container .customer-page-wrapper .booking-tab .booking-cards-loader {
    position: relative;
    top: 40%;
    left: 20%
}

.customer-profile-container .customer-page-wrapper .booking-cancel-wrapper .profile-back-button {
    margin-left: 0
}

.customer-profile-container .customer-page-wrapper .booking-cancel-wrapper .booking-cancel {
    display: flex;
    flex-direction: column
}

.customer-profile-container .customer-page-wrapper .booking-cancel-wrapper .booking-cancel .cancellation-policy {
    margin-top: 20px
}

.customer-profile-container .customer-page-wrapper .booking-cancel-wrapper .booking-cancel .profile-card {
    margin-top: 20px !important;
    padding-top: 10px !important
}

.customer-profile-container .customer-page-wrapper .booking-cancel-wrapper .booking-cancel .profile-card .cancel-booking-top-cards {
    display: flex;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-evenly
}

.customer-profile-container .customer-page-wrapper .booking-cancel-wrapper .booking-cancel .profile-card .cancel-booking-top-cards>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.customer-profile-container .customer-page-wrapper .booking-cancel-wrapper .booking-cancel .profile-card .cancel-booking-top-cards .divider {
    width: 0;
    border-left: 1px solid #dbdbdb
}

.customer-profile-container .customer-page-wrapper .no-bookings-transactions {
    margin-top: 133px;
    padding: 0 30px
}

.customer-profile-container .customer-page-wrapper .no-bookings-transactions>div {
    display: flex;
    flex-direction: row;
    align-items: center
}

.customer-profile-container .customer-page-wrapper .no-bookings-transactions>div>div:first-child {
    margin-right: 20px
}

.customer-profile-container .customer-page-wrapper .no-bookings-transactions__text {
    font-weight: 500;
    font-size: calc(0.006 * 100vw + 18px)
}

.customer-profile-container .customer-page-wrapper .no-bookings-transactions__info-text {
    font-weight: 500;
    font-size: calc(0.006 * 100vw + 11px);
    color: #f47625
}

.customer-profile-container .customer-page-wrapper .bookings-list {
    margin: 0 !important;
    height: 80vh;
    overflow-y: scroll
}

.customer-profile-container .customer-page-wrapper .bookings-list::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.customer-profile-container .customer-page-wrapper .tours-icon-calendar-check {
    font-weight: 600
}

.customer-profile-container .customer-page-wrapper .justify-vertical {
    display: flex;
    flex-direction: column
}

.customer-profile-container .customer-page-wrapper .phone-number-submit-button {
    height: 41px;
    width: calc(100% - 20px);
    bottom: 0;
    grid-column: 1 / -1;
    display: flex;
    float: right;
    margin-left: 20px;
    align-items: flex-end
}

.customer-profile-container .customer-page-wrapper .phone-number-submit-button>button {
    width: 100px;
    float: right
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .phone-number-submit-button>button {
        width: 100%;
        height: 41px;
        font-size: 14px
    }
}

.customer-profile-container .customer-page-wrapper .desktop-back-button {
    border: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(216, 216, 216, 0.25);
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin: 0 0 20px 20px
}

.customer-profile-container .customer-page-wrapper .desktop-back-button>span {
    padding: 5px 0 5px 5px
}

.customer-profile-container .customer-page-wrapper .check-box-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
    color: #7c7c7c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .check-box-container {
        font-size: 13px
    }
}

.customer-profile-container .customer-page-wrapper .check-box-container .bracket-text {
    font-weight: 400;
    font-size: 10px
}

.customer-profile-container .customer-page-wrapper .check-box-container>input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.customer-profile-container .customer-page-wrapper .check-box-container>input:checked~.booking-checkmark {
    background-color: #fff;
    border: 1.5px solid #f47625
}

.customer-profile-container .customer-page-wrapper .check-box-container>input:checked~.radio-checked {
    display: block
}

.customer-profile-container .customer-page-wrapper .check-box-container .radio-checked {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f47625
}

.customer-profile-container .customer-page-wrapper .booking-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1.5px solid #c8c8c8;
    border-radius: 50%
}

.customer-profile-container .customer-page-wrapper .profile-card {
    width: auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px 5px rgba(216, 216, 216, 0.25);
    border: 1px solid #f2f2f2;
    border-radius: 10px
}

.customer-profile-container .customer-page-wrapper .profile-card__title {
    margin-top: 10px;
    color: #f47625;
    font-size: 14px
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card__title {
        font-size: 12px
    }
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-card__title {
        font-size: 10px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card__balance {
    font-weight: 500;
    font-size: 30px
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .profile-card__balance {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card__balance {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .customer-profile-container .customer-page-wrapper .profile-card__balance {
        font-size: 12px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card__thrill-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.customer-profile-container .customer-page-wrapper .profile-card>span {
    margin-right: 10px
}

.customer-profile-container .customer-page-wrapper .profile-card .sub-card-title {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-card .sub-card-title {
        font-size: 15px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .inventory-pricing-card {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    margin: 0 -10px 10px 0;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    align-items: center;
    color: #929292
}

.customer-profile-container .customer-page-wrapper .profile-card .inventory-pricing-card .quantity {
    color: #787878
}

.customer-profile-container .customer-page-wrapper .profile-card .inventory-pricing-card .pricing {
    color: #787878
}

.customer-profile-container .customer-page-wrapper .profile-card .inventory-pricing-card:not(:last-of-type) {
    border-bottom: 1px solid #e3e3e3
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper {
    display: flex;
    flex-direction: row;
    position: relative
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main {
    width: 40px;
    position: absolute;
    margin-left: 10px;
    height: 100%;
    top: 0
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .icon {
    position: absolute;
    z-index: 1;
    top: calc(15% + 7px);
    left: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

@media (min-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .icon {
        top: calc(15% + 8px);
        left: 8px;
        font-size: 19px
    }
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main {
        width: 31px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .circle {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 15%;
    background-clip: padding-box;
    background: linear-gradient(135deg, #ffba0a 0%, #f47625 100%)
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .circle {
        width: 26px;
        height: 26px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .circle.due {
    background: #c7c7c7
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .circle::before {
    position: absolute;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    width: 33px;
    height: 33px;
    background: inherit;
    border: 2px solid #fff
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .circle::before {
        width: 24px;
        height: 24px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .line {
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 186, 10, 0.4) 0%, rgba(244, 118, 37, 0.4) 100%);
    display: inline-block;
    position: absolute;
    right: calc(50% + 2px);
    height: 100%;
    top: calc(15% + 35px)
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .line.due {
    background: #c7c7c7
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper .main .line {
        top: calc(15% + 26px)
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card-wrapper:last-of-type .main .line {
    display: none
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #929292;
    margin-bottom: 10px;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card {
        justify-content: space-between
    }
}

@media (max-width: 576px) {

    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card total_amount,
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .total_amount-payment-info,
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .part-payments-heading {
        font-size: 12px
    }

    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .dot,
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .dot-payment-info {
        font-size: 10px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card.part-payments {
    margin-left: 40px
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .part-payments-heading {
    color: "#454545";
    font-weight: 500
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .paid {
    color: #0fb680;
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
    margin: 0 20px
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .paid {
        font-size: 13px
    }
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .paid {
        font-size: 11px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .unpaid {
    color: #bcbcbc;
    font-weight: 500;
    font-size: 15px;
    margin: 0 20px
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .unpaid {
        font-size: 13px
    }
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .unpaid {
        font-size: 11px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .dot {
    color: #979797
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card .total_amount-payment-info {
    color: #6d6d6d;
    font-weight: 500
}

.customer-profile-container .customer-page-wrapper .profile-card .payment-information-card>div {
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .profile-card .total_amount {
    font-weight: 500;
    font-size: 16px;
    color: #b7b7b7
}

.customer-profile-container .customer-page-wrapper .profile-card .dot {
    font-weight: 400;
    font-size: 14px;
    color: #979797
}

.customer-profile-container .customer-page-wrapper .profile-card .traveler-information {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-weight: 500;
    font-size: 15px;
    padding-left: 20px;
    color: #787878
}

.customer-profile-container .customer-page-wrapper .profile-card .traveler-information>div {
    margin-top: 20px
}

.customer-profile-container .customer-page-wrapper .profile-card .traveler-information>div:last-of-type {
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-card .traveler-information>div {
        margin-top: 10px
    }

    .customer-profile-container .customer-page-wrapper .profile-card .traveler-information>div:last-of-type {
        margin-bottom: 10px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .traveler-information .name {
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.customer-profile-container .customer-page-wrapper .profile-card .primary-passenger {
    color: #f47625;
    float: right;
    margin-right: 20px;
    background: rgba(244, 118, 37, 0.1);
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 500;
    position: relative;
    top: -129px;
    margin-bottom: -129px;
    right: 0
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-card .primary-passenger {
        background: none;
        padding: 5px 0;
        font-size: 13px
    }
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-card .primary-passenger {
        font-size: 11px;
        top: -93px;
        margin-bottom: -93px
    }
}

.customer-profile-container .customer-page-wrapper .profile-card .traveler-info-card {
    margin: 10px;
    height: auto
}

.customer-profile-container .customer-page-wrapper .profile-card .traveler-info-card .profile-card {
    box-shadow: none;
    border: 1px solid #efefef
}

.customer-profile-container .customer-page-wrapper .profile-card .traveler-info-card .profile-card {
    width: 100%
}

.customer-profile-container .customer-page-wrapper span[class^="tours-icon-"]:before,
.customer-profile-container .customer-page-wrapper span[class*="tours-icon-"]:before {
    color: #505050
}

.customer-profile-container .customer-page-wrapper .col {
    display: flex;
    justify-content: center;
    position: relative
}

.customer-profile-container .customer-page-wrapper .col .icon-wrapper {
    margin-top: 2px
}

.customer-profile-container .customer-page-wrapper .col .content {
    display: flex;
    flex-direction: column
}

.customer-profile-container .customer-page-wrapper .col .content .muted {
    color: #b7b7b7;
    font-weight: 400;
    font-size: 13px
}

.customer-profile-container .customer-page-wrapper .profile-card-container {
    display: flex;
    flex: 50% 1;
    flex-wrap: wrap;
    flex-direction: row !important;
    grid-column: 1 / -1;
    align-items: center;
    margin-top: 0 !important
}

.customer-profile-container .customer-page-wrapper .profile-card-container__grey-text {
    color: #b7b7b7;
    font-weight: 400;
    font-size: 14px
}

.customer-profile-container .customer-page-wrapper .booking-card {
    padding: 20px 20px 0 20px;
    border-top: 1px solid #f2f2f2;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 5px rgba(216, 216, 216, 0.25);
    justify-content: space-between;
    display: block
}

.customer-profile-container .customer-page-wrapper .booking-card .title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #3e3e3e;
    overflow-wrap: break-word;
    text-transform: capitalize
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .booking-card .title {
        font-size: 16px
    }
}

.customer-profile-container .customer-page-wrapper .booking-card .profile-card {
    margin-right: 20px
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-view-top-card {
    display: flex;
    justify-content: space-between
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-view-top-card .title {
    font-size: 18px
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .booking-card .booking-view-top-card .title {
        font-size: 16px
    }
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .booking-card .booking-view-top-card .title {
        font-size: 14px
    }
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-view-top-card .booking-map {
    width: 90px;
    flex-shrink: 0
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-view-top-card .booking-map .map-icon {
    position: relative;
    left: 50%;
    top: 20%;
    font-size: 30px;
    color: #ff1a1a;
    font-weight: 500
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-view-top-card .booking-map>img {
    position: relative;
    top: 0;
    width: 111px;
    height: 77px;
    -o-object-fit: contain;
    object-fit: contain
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-view-top-card .booking-map__text {
    font-weight: 400;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
    margin-top: 4px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #306aff
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-variant {
    color: #8e8e8e;
    font-size: 17px;
    font-weight: 400;
    margin: 5px 0;
    overflow-wrap: break-word
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .booking-card .booking-variant {
        font-size: 13px
    }
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-state {
    font-size: 14px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    line-height: 23px
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-state__payment_due {
    color: #f47625;
    width: 112px;
    height: 23px;
    background: rgba(244, 118, 37, 0.1)
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-state__cancelled {
    color: #ff1a1a;
    width: 92px;
    height: 23px;
    background: rgba(255, 26, 26, 0.1)
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-state__confirmed {
    color: #0fb680;
    width: 92px;
    height: 23px;
    background: rgba(15, 182, 128, 0.1)
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-state__completed {
    color: #0fb680;
    width: 92px;
    height: 23px;
    background: rgba(15, 182, 128, 0.1)
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-state__confirmation_pending {
    color: #f47625;
    width: 170px;
    height: 23px;
    background: rgba(244, 118, 37, 0.1)
}

.customer-profile-container .customer-page-wrapper .booking-card__book-again {
    padding: 5px 10px;
    font-size: 16px
}

.customer-profile-container .customer-page-wrapper .booking-card__middle {
    margin: 10px 20px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffccab
}

.customer-profile-container .customer-page-wrapper .booking-card__middle .profile-card-container {
    justify-content: space-between
}

.customer-profile-container .customer-page-wrapper .booking-card__middle .profile-card-container .pnr {
    font-weight: 500;
    font-size: 14px;
    color: #6d6d6d
}

.customer-profile-container .customer-page-wrapper .booking-card__middle .profile-card-container .travellers,
.customer-profile-container .customer-page-wrapper .booking-card__middle .profile-card-container .total-amount,
.customer-profile-container .customer-page-wrapper .booking-card__middle .profile-card-container .dot {
    color: #6d6d6d
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-muted {
    border-top: 1px solid #e3e3e3;
    margin: 20px -20px 0 -20px;
    padding: 20px 10px 20px 10px
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container {
    justify-content: space-between;
    font-size: 13px;
    align-items: center
}

@media (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container {
        font-size: 11px
    }
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .pnr {
    cursor: copy
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .after-copy {
    position: relative;
    margin: 20px;
    height: 40px;
    padding: 0 40px;
    background: #2eb861;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    margin-left: 10px;
    left: 0
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .pnr,
.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .travellers,
.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .dot,
.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .total-amount {
    font-size: 15px
}

@media (max-width: 576px) {

    .customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .pnr,
    .customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .travellers,
    .customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .dot,
    .customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .total-amount {
        font-size: 13px
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container .col {
        justify-content: flex-start
    }
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container>div {
    padding: 0 10px
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container>div {
        flex: 50% 1
    }
}

@media (max-width: 375px) {
    .customer-profile-container .customer-page-wrapper .booking-card__middle-muted .profile-card-container>div {
        flex: 100% 1
    }
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .dot,
.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .amount,
.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .passengers {
    font-size: 16px;
    font-weight: 400;
    color: #6d6d6d
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-muted .pnr {
    font-weight: 500
}

.customer-profile-container .customer-page-wrapper .booking-card__middle-wrapper {
    margin: 0 -20px -20px -20px;
    background: radial-gradient(circle at bottom left, #f7f7f7 20px, #fff 0) left, radial-gradient(circle at bottom right, #f7f7f7 20px, #fff 0) right;
    background-size: 50% 100%;
    background-repeat: no-repeat
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-card-bottom {
    margin: 20px -20px 0 -20px;
    display: flex;
    justify-content: space-between;
    min-height: 67px;
    border-bottom: 1px solid #f2f2f2;
    flex-direction: row;
    background: radial-gradient(circle at top left, #f7f7f7 20px, #fff 0) left, radial-gradient(circle at top right, #f7f7f7 20px, #fff 0) right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-card-bottom .pay-remaining-link {
    float: right;
    cursor: pointer;
    text-decoration: underline
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-card-bottom>span {
    margin: 20px;
    font-size: 15px;
    color: #2f8dfc
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-card-bottom .show-button {
    margin: 20px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    flex: 100% 1;
    align-items: center
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-card-bottom .show-button>span {
    color: #2f8dfc;
    font-size: 15px
}

.customer-profile-container .customer-page-wrapper .booking-card .booking-card-bottom .show-button>button {
    color: #0fb680;
    background: rgba(15, 182, 128, 0.1);
    border: 1px solid #0fb680;
    border-radius: 4px;
    flex-shrink: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.customer-profile-container .customer-page-wrapper .booking-card-view {
    margin-bottom: 20px;
    margin-top: 0
}

.customer-profile-container .customer-page-wrapper .checkin-checkout {
    display: flex;
    flex-direction: row;
    flex-basis: 64%;
    justify-content: space-between
}

@media (min-width: 768px) {
    .customer-profile-container .customer-page-wrapper .checkin-checkout {
        flex-basis: 48%
    }
}

.customer-profile-container .customer-page-wrapper .collapsable__title {
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 5px
}

.customer-profile-container .customer-page-wrapper .collapsable__title .arrow-icon {
    right: 0
}

.customer-profile-container .customer-page-wrapper .collapsable__title>div {
    padding: 13px 20px 13px 20px;
    color: #808080;
    font-weight: 500;
    font-size: 17px
}

.customer-profile-container .customer-page-wrapper .collapsable__expanded .collapsable__title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.customer-profile-container .customer-page-wrapper .collapsable__body {
    border: 1px solid #f2f2f2;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.customer-profile-container .customer-page-wrapper .collapsable__body+div {
    margin: 20px
}

.customer-profile-container .customer-page-wrapper .booking-tab {
    box-shadow: none !important;
    display: block
}

.customer-profile-container .customer-page-wrapper .booking-tab::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.customer-profile-container .customer-page-wrapper .booking-card-wrapper {
    padding-left: 0 !important;
    border-radius: 10px;
    width: calc(100% - 20px);
    margin-left: 20px
}

.customer-profile-container .customer-page-wrapper .mobile-image-edit {
    display: none !important
}

@media only screen and (max-width: 915px) {
    .customer-profile-container .checkin-checkout {
        display: flex;
        flex-direction: row
    }

    .customer-profile-container .checkin-checkout>div {
        flex-basis: 48%
    }
}

@media (min-width: 768px) {
    .customer-profile-container .phone-tab-name {
        display: none !important
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper {
        margin: 30px 3vw 20px 3vw
    }

    .customer-profile-container .booking-card__middle .profile-card-container>div {
        flex: 50% 1
    }
}

@media (max-width: 1024px) and (max-width: 375px) {
    .customer-profile-container .booking-card__middle .profile-card-container>div {
        flex: 100% 1
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .booking-card__middle .profile-card-container>div .col {
        justify-content: flex-start
    }

    .customer-profile-container .profile-back-button {
        border: none;
        background: #fff
    }

    .customer-profile-container .profile-tabs {
        margin-right: 0
    }

    .customer-profile-container .profile-section .profile-tab-view>ul>li>a {
        margin-left: 15px !important
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs {
        grid-template-columns: 1fr
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab {
        border: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards {
        margin-right: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-desktop {
        display: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone {
        display: block;
        display: flex;
        padding: 10px;
        flex-wrap: wrap
    }
}

@media (max-width: 1024px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone {
        padding: 7.5px 10px
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .transaction-type {
        float: right
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .transaction-type__credit .credited-icon .tours-icon-left-arrow {
        top: -0.5px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .transaction-type__debit .debited-icon .tours-icon-left-arrow {
        position: relative;
        color: #fff;
        font-size: 8px;
        left: 3px;
        top: -0.5px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .pnr {
        justify-content: right;
        font-size: 15px
    }
}

@media (max-width: 1024px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .pnr {
        font-size: 10px
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .reason {
        font-weight: 400;
        font-size: 15px
    }
}

@media (max-width: 1024px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .reason {
        font-size: 10px
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .amount {
        font-weight: 500;
        font-size: 16px
    }
}

@media (max-width: 1024px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .amount {
        font-size: 12px
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .muted {
        color: #b7b7b7;
        font-weight: 400;
        font-size: 16px
    }
}

@media (max-width: 1024px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .muted {
        font-size: 10px
    }
}

@media (max-width: 1024px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone .profile-card-container__grey-text {
        font-size: 10px
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone>div {
        flex: 50% 1;
        font-size: 16px;
        padding: 10px
    }
}

@media (max-width: 1024px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .wallet-card-phone>div {
        padding: 2.5px
    }
}

@media (max-width: 1024px) {
    .customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab {
        grid-template-columns: 4fr 1fr
    }

    .customer-profile-container .text-input {
        height: 41px !important;
        font-size: 14px !important
    }
}

@media (max-width: 768px) {
    .customer-profile-container .booking-card__middle .profile-card-container {
        justify-content: left;
        margin: 0 -20px
    }
}

@media (max-width: 768px) {
    .customer-profile-container .desktop-back-button {
        display: none
    }

    .customer-profile-container .profile-tabs {
        grid-template-columns: 100%
    }

    .customer-profile-container .login-logout-phone {
        display: block !important;
        text-align: center;
        justify-self: flex-end;
        cursor: pointer;
        align-items: center;
        z-index: 15;
        font-weight: 500;
        font-size: 16px;
        color: #676767;
        position: absolute;
        bottom: 20px;
        width: 100%;
        height: 43px;
        border-top: 0.5px solid #dedede;
        border-bottom: 0.5px solid #dedede;
        line-height: 43px
    }

    .customer-profile-container .booking-tab-view {
        margin: 0 0 20px 0 !important;
        width: 100% !important
    }

    .customer-profile-container .booking-tab-view .booking-card-wrapper {
        margin-left: 0 !important
    }

    .customer-profile-container .booking-card-wrapper {
        background: white
    }

    .customer-profile-container .booking-card-view {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 20px !important
    }

    .customer-profile-container .checkin-checkout {
        min-width: 50vw;
        justify-content: center;
        flex: 1 1
    }

    .customer-profile-container .checkin-checkout:after {
        content: "";
        flex: auto
    }

    .customer-profile-container .traveler-info-card {
        height: auto;
        padding-left: 0
    }

    .customer-profile-container .phone-verification-flow .phone-submit-button {
        height: 41px;
        font-size: 17px
    }

    .customer-profile-container .customer-page-wrapper {
        margin: 30px 0 20px 0;
        margin-top: 0
    }

    .customer-profile-container .customer-page-wrapper .phone-errors {
        display: block;
        position: absolute;
        bottom: 100px;
        width: 90%;
        height: 300px;
        z-index: 10
    }

    .customer-profile-container .customer-page-wrapper .customer-profile-picture-edit {
        top: -37px;
        right: -79px
    }

    .customer-profile-container .customer-page-wrapper .customer-profile-picture-edit label {
        top: 5px;
        left: 5px
    }

    .customer-profile-container .customer-page-wrapper .desktop-errors {
        display: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container {
        width: 100%;
        grid-template-columns: 1fr;
        grid-column-gap: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 70vw;
        height: 100vh;
        border-radius: 0px;
        background-color: white;
        left: -100%;
        transition: left 0.3s ease-in-out, box-shadow 0.3s;
        box-shadow: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile {
        grid-template-columns: 1fr 5fr;
        justify-items: left;
        margin-top: 27px;
        margin-left: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile {
        grid-template-columns: 1fr 5fr;
        justify-items: left;
        margin-top: 27px;
        margin-left: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .full-name {
        display: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .full-name-phone {
        font-size: 18px;
        color: #f47625;
        font-weight: 500;
        margin-left: 5px;
        width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .phone-email {
        grid-column: span 2;
        text-align: left
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .phone-email.phone {
        margin-top: 10px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .image {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        margin-top: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .image .customer-profile-picture-edit {
        display: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile .image>img {
        width: 40px;
        height: 40px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-section .profile-tab-view {
        margin-top: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .menu-active {
        visibility: visible;
        opacity: 1;
        width: 70vw;
        box-shadow: 30vw 0 rgba(0, 0, 0, 0.3);
        transition: left 0.3s ease-in-out, box-shadow 0.3s;
        left: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .main-cards div {
        margin: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs {
        background: white;
        grid-template-columns: 1fr;
        width: calc(100vw - 40px);
        margin: 60px 0 0 20px;
        left: 0;
        top: 65px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs .mobile-image-edit {
        display: inline-block !important;
        margin: 0 auto !important;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__form-button {
        margin-right: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs .profile-card-container {
        margin-left: 0px !important
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__header {
        display: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs__input-group>input {
        width: calc(100%)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-tab {
        width: calc(100% + 20px);
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-tab .booking-card-wrapper {
        margin-bottom: 0 !important;
        background: white;
        width: 100%
    }

    .customer-profile-container .customer-page-wrapper .profile-container .change-password {
        margin-top: 0 !important;
        margin-left: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-card {
        margin-left: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-card .sub-card-title {
        margin-right: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card {
        box-shadow: 5px rgba(216, 216, 216, 0.25);
        margin-left: 20px;
        margin-right: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .title {
        font-weight: 500;
        font-size: 17px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-card-bottom {
        padding: 0;
        padding-top: 0;
        flex-direction: column;
        min-height: 60px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-card-bottom>span {
        margin: 10px 10px 0 20px;
        font-size: 12px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-card-bottom>span:first-of-type {
        margin-top: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-card-bottom>span:last-of-type {
        margin-bottom: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-card-bottom .show-button>button {
        font-size: 12px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-card-bottom .show-button>span {
        font-size: 12px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-state {
        font-weight: 400;
        font-size: 10px;
        text-align: center;
        border-radius: 3px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-state__payment_due {
        color: #f47625;
        width: 102px;
        height: 19px;
        background: rgba(244, 118, 37, 0.1)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-state__cancelled {
        color: #ff1a1a;
        width: 72px;
        height: 19px;
        background: rgba(255, 26, 26, 0.1)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-state__confirmed {
        color: #0fb680;
        width: 72px;
        height: 19px;
        background: rgba(15, 182, 128, 0.1)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-state__completed {
        color: #0fb680;
        width: 72px;
        height: 19px;
        background: rgba(15, 182, 128, 0.1)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card .booking-state__confirmation_pending {
        color: #f47625;
        width: 140px;
        height: 19px;
        background: rgba(244, 118, 37, 0.1)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle {
        padding: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle>div {
        margin: 0;
        flex: 50% 1
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle>div:nth-of-type(2) {
        flex-basis: 143px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .col {
        padding: 0 0 20px 0;
        justify-content: left
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .col .content {
        font-weight: 400;
        font-size: 14px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .col .content .pnr,
    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .col .content .dot,
    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .col .content .travellers,
    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .col .content .total-amount {
        font-size: 13px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .col .content .muted {
        font-size: 11px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-card .inventory-pricing-card {
        justify-content: space-evenly;
        margin: 0 10px
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-container .profile-card .inventory-pricing-card {
        justify-content: space-between;
        font-size: 13px;
        color: #636363;
        font-weight: 500
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-card .inventory-pricing-card .pricing-quantity-product {
        font-size: 11px;
        font-weight: 400;
        color: #929292
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-card .inventory-pricing-card .quantity {
        color: #787878
    }
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle>.profile-card-container {
        margin-top: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .vertical-divider {
        width: 0px;
        margin: 20px 10px 20px 10px;
        border: 0.5px solid #e8e8e8;
        justify-content: space-between
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle .checkin-checkout {
        border: 1px solid #e8e8e8;
        border-radius: 10px;
        padding: 0 10px;
        margin-bottom: 10px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .profile-card-container__grey-text {
        font-size: 11px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .profile-card-container>div {
        padding: 5px 10px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .profile-card-container>div:nth-of-type(2),
    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .profile-card-container div:nth-of-type(4) {
        flex-basis: 143px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .vertical-divider {
        width: 0px;
        margin: 20px;
        border: 0.5px solid #e8e8e8;
        justify-content: space-between
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .checkin-checkout {
        border: 1px solid #e8e8e8;
        border-radius: 10px;
        padding: 0 10px;
        margin-bottom: 10px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .muted {
        font-size: 11px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .pnr {
        font-size: 13px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .passengers,
    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .dot,
    .customer-profile-container .customer-page-wrapper .profile-container .booking-card__middle-muted .amount {
        font-size: 13px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab {
        width: 100%;
        margin-left: 0;
        margin-top: 0 !important;
        padding-top: 20px !important
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards {
        margin: 0;
        margin-left: 20px !important
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards>div {
        padding: 0 0 0 10px;
        width: calc(50% - 5px)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards>div {
        font-size: 12px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards {
        padding-top: 20px;
        margin-top: 0 !important
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .main-cards .profile-card {
        box-shadow: 0px 0px 40px 5px rgba(216, 216, 216, 0.25)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card-desktop {
        display: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .select-wallet-type .wallet-type {
        height: 27px;
        line-height: 27px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 3px
    }
}

@media (max-width: 768px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .select-wallet-type .wallet-type {
        font-size: 13px
    }
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards>div span:first-of-type {
        width: calc(0.001 * 100vw + 40px);
        height: calc(0.001 * 100vw + 40px);
        border-radius: 50%;
        background: #eff8ff;
        padding: 8px;
        margin: 10px 10px 10px 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards>div span:first-of-type>img {
        width: calc(0.001 * 100vw + 38px)
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-top-cards .profile-card__title {
        font-weight: 400;
        font-size: 9px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type {
        text-align: right
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type__credit {
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        color: #0fb680
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .transaction-type__debit {
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        color: #e03131
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card-phone {
        display: block;
        display: flex;
        flex-wrap: wrap
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card-phone .pnr {
        justify-content: right;
        font-weight: 500;
        font-size: 10px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card-phone .reason {
        font-weight: 500;
        font-size: 10px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card-phone .amount {
        font-weight: 500;
        font-size: 12px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card-phone .muted {
        color: #b7b7b7;
        font-weight: 500;
        font-size: 12px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .wallet-tab .wallet-card-phone>div {
        flex: 50% 1;
        font-size: 12px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .reset-pass__input {
        width: 100% !important
    }

    .customer-profile-container .customer-page-wrapper .profile-container .reset-pass__label [class^="tours-icon-eye"] {
        left: calc(100% - 30px) !important
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs>div>span {
        font-size: 15px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .profile-tabs {
        margin-top: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-tab {
        margin-top: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel {
        margin: 0;
        padding: 0;
        padding-left: 20px;
        width: 100%
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-submit-buttons {
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
        width: calc(100% - 40px);
        margin: 20px auto 20px auto !important
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-submit-buttons>button {
        border: none;
        background: none;
        border-radius: 5px;
        font-weight: 400;
        font-size: 16px;
        width: 50%
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-submit-buttons .button-submit:hover {
        color: #d62d20
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .payment-amount-submit-buttons .button-cancel {
        background: #f47625;
        padding: 8px 16px;
        color: #fff
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .profile-card {
        margin-right: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .booking-cancel .cancellation-policy {
        margin-right: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .traveler-information>div {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #787878
    }
}

@media (max-width: 768px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .traveler-information>div {
        font-size: 13px
    }
}

@media (max-width: 768px) {

    .customer-profile-container .customer-page-wrapper .profile-container .change-password,
    .customer-profile-container .customer-page-wrapper .profile-container .change-phone-tab,
    .customer-profile-container .customer-page-wrapper .profile-container .profile-edit-tab {
        margin: 20px 0 0 0;
        padding: 0;
        width: calc(100% - 20px);
        box-shadow: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .phone-tab-name {
        grid-column: span 2;
        display: flex;
        justify-content: flex-start;
        height: 56px;
        font-size: 20px;
        font-weight: 500;
        color: #313131;
        background: #fff;
        line-height: 66px;
        border-bottom: 1px solid #efefef;
        height: 65px
    }
}

@media (max-width: 768px) and (max-width: 576px) {
    .customer-profile-container .customer-page-wrapper .profile-container .phone-tab-name {
        font-size: 17px
    }
}

@media (max-width: 768px) {
    .customer-profile-container .customer-page-wrapper .profile-container .phone-tab-name>span {
        margin-left: 20px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .help-tab {
        margin: 0 10px 0 0;
        width: 100%;
        padding: 0;
        box-shadow: none
    }

    .customer-profile-container .customer-page-wrapper .profile-container .help-tab .support-ticket-button {
        width: calc(100% - 40px);
        text-align: center
    }

    .customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards {
        margin: 20px 20px 20px 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .sub-faq {
        margin: 10px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .sub-faq .collapsable {
        margin-right: 0
    }

    .customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .sub-faq .collapsable__title>span {
        font-size: 14px
    }

    .customer-profile-container .customer-page-wrapper .profile-container .help-tab .main-cards .sub-faq .collapsable__body .help-text {
        padding: 0;
        margin: 10px;
        margin-left: 20px
    }
}

.customer-review-wrapper {
    font-family: "Poppins"
}

@media (max-width: 768px) {
    .customer-review-wrapper {
        padding-top: 0px
    }
}

.customer-review-wrapper .customer-review-container {
    margin: 0 auto;
    background-color: #ffffff
}

@media (min-width: 768px) {
    .customer-review-wrapper .customer-review-container {
        max-width: 820px;
        margin-top: 40px;
        border-radius: 10px;
        box-shadow: 0 0 40px 0 rgba(183, 183, 183, 0.4)
    }
}

.customer-review-wrapper .customer-review-container .product-name-card {
    display: flex;
    padding: 20px 0;
    transition: 0.2s background-color;
    border-bottom: 1px solid #d2d2d2
}

@media (min-width: 1024px) {
    .customer-review-wrapper .customer-review-container .product-name-card {
        padding: 20px 25px
    }
}

@media (max-width: 1023px) {
    .customer-review-wrapper .customer-review-container .product-name-card {
        position: relative;
        padding: 20px
    }
}

.customer-review-wrapper .customer-review-container .product-name-card:last-child {
    border: none
}

.customer-review-wrapper .customer-review-container .product-name-card .image {
    height: 64px;
    width: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

@media (max-width: 1023px) {
    .customer-review-wrapper .customer-review-container .product-name-card .image {
        flex: 0 0 64px
    }
}

@media (min-width: 1024px) {
    .customer-review-wrapper .customer-review-container .product-name-card .image {
        height: 48px;
        width: 48px;
        border-radius: 10px
    }
}

.customer-review-wrapper .customer-review-container .product-name-card .product-image {
    height: 74px;
    width: 74px;
    border-radius: 5px
}

.customer-review-wrapper .customer-review-container .product-name-card .product-info {
    margin-left: 15px
}

.customer-review-wrapper .customer-review-container .product-name-card .product-info.upload {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .product-name-card .product-info {
        width: 85%
    }
}

.customer-review-wrapper .customer-review-container .product-name-card .product-info .product-title {
    font-size: 17px;
    margin-right: 8px;
    font-weight: 500;
    font-family: "Poppins"
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .product-name-card .product-info .product-title {
        font-size: 15px
    }
}

.customer-review-wrapper .customer-review-container .product-name-card .product-info .product-variant {
    font-size: 14px;
    margin-right: 8px;
    color: #7e7e7e;
    margin-top: 3px
}

.customer-review-wrapper .customer-review-container .product-name-card .product-info .product-travel-date-container {
    font-family: "Poppins";
    display: flex;
    margin-top: 3px
}

.customer-review-wrapper .customer-review-container .product-name-card .product-info .product-travel-date-container .date-travel-label {
    font-weight: 500;
    font-size: 13px
}

.customer-review-wrapper .customer-review-container .product-name-card .product-info .product-travel-date-container .date-travel {
    font-size: 13px;
    color: #7e7e7e;
    margin-left: 5px
}

.customer-review-wrapper .customer-review-container .review-submitted {
    text-align: center;
    padding: 75px 0
}

.customer-review-wrapper .customer-review-container .review-submitted .review-heading {
    font-weight: 500;
    color: #484848;
    font-size: 19px;
    letter-spacing: 1px
}

.customer-review-wrapper .customer-review-container .review-submitted .emoji-image {
    width: 150px;
    height: 150px
}

.customer-review-wrapper .customer-review-container .review-container {
    padding-bottom: 5px
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box {
    padding: 10px 25px;
    align-items: center
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .rating-text-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 0px
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .rating-text-container {
        padding: 5px 0px 0px 0px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .rating-text-container .rating-text {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins";
    color: #515151
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .rating-text-container .rating-text {
        font-size: 18px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .reviewed-container {
    display: flex
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .reviewed-container .reviewed-title {
    font-family: "Poppins";
    font-weight: 5000
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .reviewed-container .reviewed-title {
        font-size: 13px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .reviewed-container .reviewed-date {
    font-family: "Poppins";
    margin-left: 5px
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .reviewed-container .reviewed-date {
        font-size: 13px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box {
    display: flex;
    justify-content: center;
    margin: 25px 0px 15px 0px
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card {
    width: 75%;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 11.6617px rgba(103, 103, 103, 0.25);
    display: grid;
    grid-template-columns: 85% 5% 10%
}

@media (max-width: 576px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card {
        width: 90%
    }
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card {
        width: 100%
    }
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card {
        grid-template-columns: 80% 8% 12%
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details {
    padding: 25px 25px 30px 50px;
    position: relative
}

@media (max-width: 768px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details {
        padding: 15px 0px 15px 15px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .gift-voucher {
    display: flex;
    align-items: center
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .gift-voucher .voucher {
    width: 50%;
    font-family: "Poppins";
    color: #535353;
    font-size: 28px;
    font-weight: 500;
    border-right: 1.5px solid #cbcbcb
}

@media (max-width: 768px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .gift-voucher .voucher {
        font-size: 28px;
        margin-left: 20px
    }
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .gift-voucher .voucher {
        font-size: 18px;
        margin-left: 20px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .gift-voucher .price {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    font-family: "Poppins";
    color: #f47625;
    font-weight: 600;
    font-size: 50px
}

@media (max-width: 1024px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .gift-voucher .price {
        font-size: 48px;
        margin-right: 20px
    }
}

@media (max-width: 768px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .gift-voucher .price {
        font-size: 28px;
        margin-right: 20px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .coupon-text {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 15px;
    color: #7a7a7a;
    font-size: 13px;
    margin-top: 15px
}

@media (max-width: 768px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .coupon-text {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card .coupon-details .coupon-text {
        font-size: 11px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-card:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    -webkit-clip-path: url(#discount-card-left-clip-path);
    clip-path: url(#discount-card-left-clip-path);
    left: -10px;
    background: white
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .circle-container {
    position: relative
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .circle-container .circle-cutting-top {
    padding: 15px;
    border-radius: 50%;
    top: -15px;
    position: absolute;
    left: 15px;
    z-index: 1;
    background: radial-gradient(circle at top, #fefefe 60%, #e7e7e7 100%)
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .circle-container .circle-cutting-bottom {
    padding: 15px;
    border-radius: 50%;
    bottom: -15px;
    position: absolute;
    left: 15px;
    z-index: 1;
    background: radial-gradient(circle at bottom, #fefefe 60%, #e7e7e7 100%)
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-band {
    background: rgba(244, 118, 37, 0.1);
    position: relative
}

.customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-band:after {
    content: "Gift Voucher";
    position: absolute;
    text-align: center;
    font-size: 18px;
    height: 100%;
    color: #f47625;
    font-weight: 600 !important;
    font-stretch: 85%;
    font-weight: 400;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: 1px;
    left: 30%
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-star-box .coupon-box .coupon-band:after {
        left: 20%;
        font-size: 16px
    }
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container {
    padding-top: 100px;
    text-align: center;
    transition: 0.8s;
    min-height: 450px
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container.shorten {
    min-height: 110px;
    padding-top: 0px
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container.submited {
    border: none
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container .star-review-heading {
    font-weight: 500;
    color: #717171;
    font-size: 19px;
    letter-spacing: 1px;
    margin-top: 20px
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .star-review-container .star-review-heading {
        font-size: 15px
    }
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container .star-review {
    padding-top: 10px
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container .star-review.shorten {
    border-bottom: 1px solid #d2d2d2
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container .star-review .rating-text-container {
    padding: 12px 0px
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container .star-review .rating-text-container .rating-text {
    font-size: 26px;
    color: #494949;
    letter-spacing: 1px;
    font-weight: 500
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .star-review-container .star-review .rating-text-container .rating-text {
        font-size: 22px
    }
}

.customer-review-wrapper .customer-review-container .review-container .star-review-container .star-review .rating-text-container .rating-text .emoji-image {
    margin-left: 5px
}

.customer-review-wrapper .customer-review-container .review-container .review-form {
    position: relative
}

.customer-review-wrapper .customer-review-container .review-container .review-form-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    -webkit-animation: gradient-shimmer 2s infinite;
    animation: gradient-shimmer 2s infinite;
    background-image: linear-gradient(to right, #ff7102 0%, #ff7102 40%, rgba(255, 255, 255, 0.3) 50%, #ff7102 60%, #ff7102 100%);
    background-size: 400% 400%
}

.customer-review-wrapper .customer-review-container .review-container .review-form .image-upload-section {
    padding: 10px 20px 20px;
    border-bottom: 1px solid #d2d2d2
}

.customer-review-wrapper .customer-review-container .review-container .review-form .image-upload-section .heading {
    color: #484848;
    font-weight: 500;
    margin: 5px 0 10px 0px
}

.customer-review-wrapper .customer-review-container .review-container .review-form .description-section {
    padding: 10px 20px 0px
}

.customer-review-wrapper .customer-review-container .review-container .review-form .description-section .description-label {
    color: #484848;
    font-weight: 500;
    margin: 5px 0 10px 0px
}

.customer-review-wrapper .customer-review-container .review-container .review-form .description-section .review-input {
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    padding: 10px
}

.customer-review-wrapper .customer-review-container .review-container .review-form .description-section .submit-button {
    margin: 15px 0px;
    text-align: end
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .review-form .description-section .submit-button .review-submit {
        width: 100%;
        font-size: 14px
    }
}

.customer-review-wrapper .customer-review-container .review-container .review-submitted {
    text-align: center;
    padding: 30px 0
}

.customer-review-wrapper .customer-review-container .review-container .review-submitted .review-heading {
    font-weight: 500;
    color: #484848;
    font-size: 19px;
    letter-spacing: 1px
}

.customer-review-wrapper .customer-review-container .review-container .review-submitted .emoji-image {
    width: 150px;
    height: 150px
}

.customer-review-wrapper .customer-review-container .review-container .submit-button {
    margin: 15px 25px 25px;
    text-align: end
}

@media (max-width: 768px) {
    .customer-review-wrapper .customer-review-container .review-container .submit-button .review-submit {
        font-size: 14px;
        height: 41px;
        padding: 0px 20px
    }
}

@media (max-width: 480px) {
    .customer-review-wrapper .customer-review-container .review-container .submit-button .review-submit {
        width: 100%;
        font-size: 14px
    }
}

.customer-review-wrapper .customer-review-container .link-expired-container {
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px
}

.customer-review-wrapper .customer-review-container .link-expired-container .link-heading {
    font-weight: 500;
    color: #484848;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center
}

.customer-review-wrapper .customer-review-container .link-expired-container .link-image {
    margin-bottom: 15px;
    width: 75px
}

.star-rating {
    margin-top: 5px
}

.star-rating button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 15px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 480px) {
    .star-rating button {
        padding: 0 8px
    }
}

.star-rating button:focus {
    outline: none !important
}

.star-rating button .starRating {
    width: 39px;
    height: 35px
}

.star-rating button .starRatingSmall {
    width: 20px;
    height: 20px
}

@media (max-width: 768px) {
    .star-rating button .starRatingSmall {
        width: 20px;
        height: 18px
    }
}

.image-container {
    padding: 15px 25px 25px 25px
}

.image-container .review-image-placeholder {
    height: 200px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: #8e8e8e;
    font-weight: 200;
    border: 1px dashed #8e8e8e;
    border-radius: 5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

@media (max-width: 480px) {
    .image-container .review-image-placeholder {
        height: 160px
    }
}

.image-container .review-image-placeholder .review-image-wrap {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center
}

@media (max-width: 480px) {
    .image-container .review-image-placeholder .review-image-wrap img {
        width: 20%
    }
}

.image-container .review-image-placeholder .review-image-wrap .browse-files {
    color: #8e8e8e;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px
}

.image-container .review-image-placeholder .review-photo-upload {
    display: none
}

.add-photos-section .heading {
    color: #484848;
    font-weight: 500;
    margin: 10px 0px 10px 25px
}

.review-photo-uploader {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px
}

.review-photo-uploader.upload {
    margin: 0px 25px
}

.review-photo-uploader .review-image-wrap {
    height: 75px;
    width: 75px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: #b4b4b4;
    font-weight: 200;
    margin-right: 10px;
    border: 1px dashed #cacaca;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.review-photo-uploader .review-image-wrap--image {
    border: none
}

.review-photo-uploader .review-image-wrap:focus {
    outline: none !important
}

.review-photo-uploader .review-image-wrap .create-review-image {
    height: 100%;
    border-radius: 5px
}

.review-photo-uploader .review-image-wrap .create-review-image {
    position: absolute;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.review-photo-uploader .review-image-wrap .create-review-images-delete-btn {
    z-index: 2;
    position: absolute;
    background-color: white;
    opacity: 0.7;
    border: none;
    border-radius: 50%;
    color: #8f8f8f;
    height: 18px;
    width: 18px;
    font-size: 6px;
    right: 5px;
    top: 6px
}

.review-photo-uploader .progress-outer {
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 6px;
    display: flex
}

.review-photo-uploader .progress-outer .progress-stats {
    font-size: 8px;
    margin-left: 2px;
    color: #505050
}

.review-photo-uploader .progress-bar-outer {
    background: #f4f4f4;
    width: 100%;
    height: 3px;
    overflow: hidden;
    margin-top: 4px
}

.review-photo-uploader .progress-bar-outer .progress-bar-inner {
    height: 100%;
    background: #fb7b27
}

.review-photo-uploader .review-photo-upload {
    display: none
}

.tags-main-container {
    display: flex;
    border-bottom: 1px solid #d2d2d2
}

.tags-main-container .arrow-container {
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center
}

.tags-main-container .arrow-container .arrow {
    z-index: 2;
    opacity: 70%;
    border-radius: 50%;
    background: white;
    border: none
}

@media (max-width: 768px) {
    .tags-main-container .arrow-container .arrow {
        display: none
    }
}

.tags-main-container .tags-container {
    padding: 20px 0px 15px 0px;
    font-family: "Poppins";
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row;
    width: auto;
    scroll-behavior: smooth;
    flex-direction: column;
    white-space: nowrap;
    min-width: 90%
}

.tags-main-container .tags-container .tags {
    font-size: 12px;
    border: 1px solid #8f8f8f;
    color: #8f8f8f;
    border-radius: 5px;
    padding: 2px 6px;
    margin-left: 10px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tags-main-container .tags-container .tags-active {
    color: #f47625;
    background: rgba(244, 118, 37, 0.1);
    border: 1px solid #f47625
}

.tags-main-container .tags-container .tags:focus {
    outline: none !important
}

.tags-main-container .tags-container .tags .tours-icon-plus::before {
    content: "+";
    font-size: 14px
}

.tags-main-container .tags-container .tags .tours-icon-tick::before {
    content: "\2713"
}

.tags-main-container ::-webkit-scrollbar {
    display: none
}

.tags-main-container ::-moz-scrollbar {
    display: none
}

.winners-main-container {
    display: flex
}

.winners-main-container .arrow-container {
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center
}

.winners-main-container .arrow-container .arrow {
    z-index: 2;
    opacity: 70%;
    border-radius: 50%;
    background: white;
    border: none
}

@media (max-width: 768px) {
    .winners-main-container .arrow-container .arrow {
        display: none
    }
}

.winners-main-container .winners-container {
    padding: 0px 0px 15px 0px;
    font-family: "Poppins";
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row;
    width: auto;
    scroll-behavior: smooth;
    flex-direction: column;
    white-space: nowrap;
    min-width: 90%
}

.winners-main-container .winners-container .winners {
    font-size: 12px;
    border: 1px solid #dfdfdf;
    padding: 20px;
    text-align: center;
    color: #8f8f8f;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.winners-main-container .winners-container .winners-active {
    color: #f47625;
    background: rgba(244, 118, 37, 0.1);
    border: 1px solid #f47625
}

.winners-main-container .winners-container .winners:first-of-type {
    margin-left: 0px
}

.winners-main-container .winners-container .winners:focus {
    outline: none !important
}

.winners-main-container .winners-container .winners .tours-icon-plus::before {
    content: "+";
    font-size: 14px
}

.winners-main-container .winners-container .winners .tours-icon-tick::before {
    content: "\2713"
}

.winners-main-container .winners-container .winners .winner-image {
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.winners-main-container .winners-container .winners .winner-name {
    color: #626262;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 10px 0px;
    font-size: 14px
}

.winners-main-container .winners-container .winners .winner-title {
    color: #717171;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 12px
}

.winners-main-container ::-webkit-scrollbar {
    display: none
}

.winners-main-container ::-moz-scrollbar {
    display: none
}

.currency-modal-open {
    overflow-y: hidden
}

#tour-currency-selector {
    cursor: pointer;
    margin-right: 5px;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 5px
}

#tour-currency-selector .tour-currency-selector-btn {
    font-size: 14px;
    margin-right: 4px;
    border: none;
    background: none;
    color: white
}

#tour-currency-selector .tour-currency-selector-icon {
    color: white;
    font-size: 5px;
    position: relative;
    bottom: 2px;
    margin-left: 5px
}

#tour-currency-selector:hover {
    border: 1px solid white;
    border-radius: 5px
}

.currency-modal-wrapper {
    position: fixed;
    z-index: 200;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s all;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

.currency-modal-wrapper .currency-modal {
    position: absolute;
    height: 85vh;
    background-color: white;
    z-index: 200;
    border-radius: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4)
}

@media (max-width: 1840px) {
    .currency-modal-wrapper .currency-modal {
        width: 65vw
    }
}

@media (max-width: 768px) {
    .currency-modal-wrapper .currency-modal {
        width: 85vw
    }
}

@media (max-width: 576px) {
    .currency-modal-wrapper .currency-modal {
        width: 95vw
    }
}

@media (max-width: 480px) {
    .currency-modal-wrapper .currency-modal {
        width: 95vw
    }
}


.discounts-card-modal-wrapper .discounts-card-modal .discounts-card-footer>span {
    position: relative;
    -webkit-animation-name: animate-down;
    animation-name: animate-down;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.discounts-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px
}

@media (max-width: 576px) {
    .discounts-card {
        padding: 10px 20px
    }
}

.discounts-card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #515151
}

@media (max-width: 576px) {
    .discounts-card-title {
        font-size: 14px;
        line-height: 16px
    }
}

.discounts-card-items-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

.discounts-card-items-item .discount-item-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.discounts-card-items-item .discount-item-heading-icon {
    font-size: 30px;
    margin-right: 10px;
    color: #39b54a
}

@media (max-width: 576px) {
    .discounts-card-items-item .discount-item-heading-icon {
        font-size: 24px
    }
}

.discounts-card-items-item .discount-item-heading-title {
    width: 100%
}

.discounts-card-items-item .discount-item-heading-title-description {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #545454
}

.discounts-card-items-item .discount-item-heading-title-code {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #848484
}

.discounts-card-items-item .discount-item-heading-title>div {
    margin-bottom: 5px
}

.discounts-card-items-item .discount-item-content {
    width: 100%
}

.discounts-card-items-item .discount-item-content-details {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 5px 0;
    margin-top: 5px
}

.discounts-card-items-item .discount-item-content-details-copy-box {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.5px dashed #f37022;
    border-radius: 3px
}

.discounts-card-items-item .discount-item-content-details-copy-box .copy-box-code {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #515151
}

.discounts-card-items-item .discount-item-content-details-copy-box .copy-box-copy-icon {
    position: relative
}

.discounts-card-items-item .discount-item-content-details-copy-box .copy-box-copy-icon:hover .tours-icon-copy-tag {
    cursor: pointer;
    color: #f37022
}

.discounts-card-items-item .discount-item-content-details-copy-box .copy-box-copy-icon:hover .copy-box-copy-icon-onhover {
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadeOut 0.2s 3s ease-in forwards;
    animation: fadeOut 0.2s 3s ease-in forwards
}

.discounts-card-items-item .discount-item-content-details-copy-box .copy-box-copy-icon-onhover {
    position: absolute;
    width: 70px;
    white-space: nowrap;
    background-color: #ff5e00;
    color: white;
    font-weight: 400;
    padding: 2px 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s opacity;
    bottom: 26px;
    left: -25px;
    font-size: 10px;
    text-align: center
}

.discounts-card-items-item .discount-item-content-details-copy-box .copy-box-copy-icon-onhover:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ff5e00 transparent transparent transparent
}

.discounts-card-items-item .discount-item-content-details-description {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #515151
}

.discounts-card-items-item .discount-item-content-details-description .description-amounts {
    margin: 10px 0 0 0
}

.discounts-card-items-item .discount-item-content-details-description .description-dates {
    margin: 15px 0 0 0
}

.discounts-card-items-item .discount-item-content-details-description .description-title {
    margin-bottom: 5px
}

.discounts-card-items-item .discount-item-content-details-description .description-detail {
    font-weight: 500
}

.discounts-card-items-item .discount-item-content-more {
    text-align: end;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4d7eff
}

.discounts-card-offers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #626262
}

.discounts-card-offers-expand {
    margin: 0 5px
}

.discounts-card-offers>.tours-icon-arrow-down {
    font-size: 6px
}

.discounts-card-offers>.tours-icon-arrow-down.rotate-up {
    transform: rotate(180deg)
}

.tours-app .tour-slider {
    margin-top: 40px
}

#kiwi-big-iframe-wrapper {
    width: 80px;
    height: 80px
}

.dropcontent {
    display: none;
    width: 80%;
    margin: auto;
    font-size: 15px !important;
}

.more11 {
    display: none;
    max-height: 120px;
}

.more1 {
    display: none;
}

#more1 {
    width: 100%;
    display: non;
}

.day {

    font-family: sans-serif;
    display: flex;
    flex-direction: column;
}

.day-dd {
    display: flex;
    flex-wrap: nowrap;
}

.day1 {
    text-align: center;
    padding: 0px 16px;
    float: left;

    font-size: 18px;
    font-weight: bold;
    height: 40px;
    margin: 5px 0px;
    color: #ef810d;

}

.daycontent {
    margin: 38px 34px;
    display: none;
}

.dropdoewn {
    float: left;
    padding: 6px 10px;
    font-size: 17px;

}


.dropup {
    padding: 5px 40px;
    border: none;
    background: none;
    color: #ef810d;
    font-weight: bold;
}

.drophead {
    height: 15px;
}

.bestpalce {
    color: #ef810d;
    font-weight: bold;
}

.fa {
    color: #ef810d !important;
}

#readmore {
    position: absolute;
    margin: -12px 478px;
    width: 150px;
    border: none;
    background: none;
    color: #ef810d;
    font-weight: bold;
}

.linkdiv {
    text-decoration: none !important;
    color: #ef810d !important;
}

#readmore1 { 
    position: relative;
    float: right;
    width: 150px;
    border: none;
    background: none;
    color: #ef810d;
    font-weight: bold;
}

#sidebar-sticky-element.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.link-btn {
    color: #ef810d;
}

.link-btn:hover {
    color: #000;
}

.rajasthan-footerslider {
    height: 400px;
    width: 100%;
    background-color: #00bc07;
}

.rajasthan-slide1 {
    height: 380px;
    width: 200px;
    background: #000;
    margin: 10px;
}

.banner__image1 {
    width: 100%;
    height: 190px;
}

.banner__featured-image-wrap1 {
    flex: 0 0 25%;
    display: grid;
    grid-gap: 5px;
    margin-left: 5px;
}

.banner__images-subgrid-item1 {
    position: relative;
}
.num-list{
    width: 86px;
    height: inherit;
    padding: 0px;
    border: none;
    background: none;
}

@media (max-width:1023px) {
    .banner__featured-image-wrap1 {
        display: none;
    }

    #readmore1 {
        margin: -12px 588px;
    }
    #raj-form{
        padding: 20px;
    }
    .section__getinTouch .container .getinTouch-form input {
        height: 4.5rem;
        font-size: 1.8rem;
    }
    .section__getinTouch .container .heading{
        font-size: 15px !important;
    }
}



@media (max-width:768px) {
    .dropcontent{
        width: 90%;
    }
    .banner__title {
        font-size: 23px;
    }

    .banner__avg-rating {
        font-size: 16px;
    }

    .day1,
    .dropdoewn {
        font-size: 12px;
    }

    .day1 {
        height: 15px;
    }

    .dropdoewn {
        padding: 2px 9px 0px 0px;
    font-size: 1.3em;
    }
    .dropcontent{
        font-size: 1.2em;
    }

    #readmore {
        right: 0px;
        margin: 0px 0px;
    }

    #readmore1 {
        right: 0px;
        margin: 0px 0px;
    }

    .banner__info-container {
        padding: 10px;
    }

    .banner {
        margin-top: -44px;
    }

    .main-caption-section {
        padding-left: 10px;
    }

    .base-block .base-block-head {
        font-size: 2.2rem;
    }
    .base-block{
        font-size: 1.3em;
    }
    .more-things-section .btn-holder a{
        font-size: 13px;
    }

}
.hotel-opt{
    border-radius: 10px !important;
    border: 1px solid #d9d9d9;
    width: 100%;
    height:4rem;
    margin-bottom: 1rem;
    padding: 1rem;
    outline: none;
    color: #848484;
    font-size: 14px;
}
#minDate{
    padding: 1rem;

}


.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

@media (max-width: 1023px){
    .rajasthan-banner{
        display: none;
    }
}

@media (max-width: 480px){
    .tour-card-list .tour-card{
        width: 92%;
        margin-left: 75px !important;
    }
}
#check1{
    width: auto !important;
    margin: -5px 6px !important;
}