﻿@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&amp;display=swap");

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: bold
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

img {
    border: 0
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px)
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-10px)
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px)
    }
}

@keyframes slider-right {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-1775px, 0, 0)
    }
}

@-moz-keyframes slider-right {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-1775px, 0, 0)
    }
}

@-webkit-keyframes slider-right {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-1775px, 0, 0)
    }
}

@-ms-keyframes slider-right {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-1775px, 0, 0)
    }
}

@-o-keyframes slider-right {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-1775px, 0, 0)
    }
}

@keyframes slider-left {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(1775px, 0, 0)
    }
}

@-moz-keyframes slider-left {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(1775px, 0, 0)
    }
}

@-webkit-keyframes slider-left {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(1775px, 0, 0)
    }
}

@-ms-keyframes slider-left {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(1775px, 0, 0)
    }
}

@-o-keyframes slider-left {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(1775px, 0, 0)
    }
}

.header-anchor .anchor-accordion, .header-anchor .slide, .drop-holder .scrollable-area .quick-links .list, .pre-footer .links-list, .social-list, .footer-list, .raiting-list, .additional-list-info, .form-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.thrillo-logo {
  background: url(../images/logo.png);
}
.thrillo-logo.nav-drop-logo {
    width: 268px;
    height: 62px
}

.thrillo-logo.colored-logo {
  background-position: 0 -107px;
  width: 175px;
  height: 44px;
}

.thrillo-logo.white-logo {
  width: 175px;
  height: 35px;
  background-position: 0 -186px
}

.thrillo-logo.ad_ex-logo {
    background-position: 0 0
}

.thrillo-logo.ta-logo {
    background-position: 0 -62px
}

.thrillo-logo.wee_ex-logo {
    background-position: 0 -124px
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

* {
    max-height: 1000000px
}

body {
    color: #000;
    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
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none
}

input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding: 8px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

input[type="text"]::-webkit-scrollbar, input[type="tel"]::-webkit-scrollbar, input[type="email"]::-webkit-scrollbar, input[type="search"]::-webkit-scrollbar, input[type="password"]::-webkit-scrollbar, textarea::-webkit-scrollbar {
    display: none
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #b3b3b3
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #969696
}

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #969696
}

input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #969696
}

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #969696
}

input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder {
    color: #969696
}

select {
    -webkit-border-radius: 0
}

textarea {
    resize: vertical;
    vertical-align: top
}

button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer
}



[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-right-arrow:before {
    content: ""
}

.icon-left-arrow:before {
    content: ""
}



.icon-no-stopping:before {
    content: "";
    color: #e5554e
}

.icon-close:before {
    content: ""
}

.icon-cancel-music:before {
    content: ""
}

.icon-next:before {
    content: ""
}

.icon-telephone:before {
    content: ""
}

.icon-text-document:before {
    content: ""
}

.icon-arrow-d2:before {
    content: ""
}

.icon-pin:before {
    content: ""
}

.icon-mobile:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-gift:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-star-empty:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-linkedin-circle:before {
    content: ""
}

.icon-instagram-circle:before {
    content: ""
}

.icon-group:before {
    content: ""
}

.icon-flash:before {
    content: ""
}

.icon-facebook-circle:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-twitter-circle:before {
    content: ""
}

.icon-youtube-circle:before {
    content: ""
}

.icon-arrow-d:before {
    content: ""
}

.icon-watch:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-restaurant:before {
    content: ""
}

.icon-intro-slider-2:before {
    content: ""
}

.icon-taxi:before {
    content: ""
}

.icon-intro-slider-1:before {
    content: ""
}

.icon-intro-slider-3:before {
    content: ""
}

.icon-intro-slider-4:before {
    content: ""
}

.icon-intro-slider-:before {
    content: ""
}

.icon-intro-slider-tours:before {
    content: ""
}

.icon-intro-slider-stays:before {
    content: ""
}

.icon-intro-slider-things-to-do:before {
    content: ""
}

.icon-intro-slider-rentals:before {
    content: ""
}

.icon-intro-slider-events:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-go-to-top:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-savings:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-google .icon-google-1:before {
    content: "";
    color: #fbbb00
}

.icon-google .icon-google-2:before {
    content: "";
    margin-left: -1em;
    color: #518ef8
}

.icon-google .icon-google-3:before {
    content: "";
    margin-left: -1em;
    color: #28b446
}

.icon-google .icon-google-4:before {
    content: "";
    margin-left: -1em;
    color: #f14336
}

.icon-facebook:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-password:before {
    content: ""
}

.icon-filter:before {
    content: ""
}

.icon-sort:before {
    content: ""
}

.icon-home-white:before {
    content: ""
}

.icon-globe-white:before {
    content: ""
}

.icon-cab-white:before {
    content: ""
}

.icon-traveler-white:before {
    content: ""
}

.icon-boat-white:before {
    content: ""
}

.icon-warning:before {
    content: ""
}

.icon-play-video {
    border-radius: 20px;
    background: white;
    padding: 10px
}

.icon-play-video:before {
    content: ""
}

.icon-warning:before {
    content: ""
}

.icon-pin-bold:before {
    content: ""
}

[class^="icon-highlight"]:before, [class*="icon-highlight"]:before {
    color: #ff5e00
}

.icon-highlight-thrillophilia-originals:before {
    content: "\e94b"
}

.icon-highlight-thrillophilia-safe:before {
    content: "\e94c"
}

.icon-highlight-meals-included:before {
    content: "\e94d"
}

.icon-highlight-free-cancellation:before, .icon-highlight-conditional-cancellation:before, .icon-highlight-no-cancellation:before {
    content: "\e94e"
}

.icon-highlight-guided-tour:before, .icon-highlight-guide:before {
    content: "\e94f"
}

.icon-highlight-tour-language:before {
    content: "\e950"
}

.icon-highlight-free-cancellation-upto-24-hours:before {
    content: "\e951"
}

.icon-highlight-transport-included:before {
    content: "\e952"
}

.icon-highlight-conditional-cancellation:before {
    content: "\e953"
}

.icon-highlight-cashback:before {
    content: "\e954"
}

.icon-highlight-mobile-vouchers:before, .icon-highlight-mobile-voucher:before {
    content: "\e955"
}

.icon-highlight-meet-at-location-1:before {
    content: "\e956"
}

.icon-highlight-meet-at-location:before {
    content: "\e957"
}

.icon-highlight-printed-ticket:before, .icon-highlight-printed-tickets:before, .icon-highlight-fixed-day-tickets:before, .icon-highlight-fixed-day-ticket:before {
    content: "\e958";
    font-size: 0.7em
}

.icon-highlight-no-cancellation:before {
    content: "\e959"
}

.icon-highlight-instant-confirmation:before {
    content: "\e95a"
}

.icon-highlight-hotel-pickup:before {
    content: "\e95b"
}

.icon-highlight-group-tour:before {
    content: "\e95c"
}

.icon-highlight-private-tour:before {
    content: "\e95d"
}

.icon-highlight-camping:before {
    content: "\e980"
}

.icon-highlight-stay-included:before {
    content: "\e97a"
}

.icon-highlight-water-sports:before {
    content: "\e978"
}

.icon-highlight-travel-insurance:before {
    content: "\e97d"
}

.icon-highlight-seaplane-transfers:before {
    content: "\e97b"
}

.icon-highlight-speedboat-transfers:before {
    content: "\e97c"
}

.icon-highlight-airport-transfers:before {
    content: "\e979"
}

.icon-highlight-sightseeing:before {
    content: "\e97f"
}

.icon-highlight-honeymoon-freebies:before {
    content: "\e97e"
}

.icon-highlight-biking:before {
    content: "\e938"
}

.icon-highlight-trekking:before {
    content: "\e93a"
}

.icon-highlight-jeep-safari:before {
    content: "\e973"
}

.icon-highlight-permits:before {
    content: "\e939"
}

.icon-highlight-free-cancellation-upto-72-hours .path1:before {
    content: "\e93b"
}

.icon-highlight-free-cancellation-upto-72-hours .path2:before {
    content: "\e93c";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path3:before {
    content: "\e93d";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path4:before {
    content: "\e93e";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path5:before {
    content: "\e93f";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path6:before {
    content: "\e940";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path7:before {
    content: "\e941";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path8:before {
    content: "\e942";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path9:before {
    content: "\e943";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path10:before {
    content: "\e944";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path11:before {
    content: "\e945";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path12:before {
    content: "\e946";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path13:before {
    content: "\e947";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path14:before {
    content: "\e948";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path15:before {
    content: "\e949";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path16:before {
    content: "\e94a";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path17:before {
    content: "\e95e";
    margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path18:before {
    content: "\e95f";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path1:before {
    content: "\e960"
}

.icon-highlight-free-rescheduling-upto-72-hours .path2:before {
    content: "\e961";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path3:before {
    content: "\e962";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path4:before {
    content: "\e963";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path5:before {
    content: "\e964";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path6:before {
    content: "\e965";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path7:before {
    content: "\e966";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path8:before {
    content: "\e967";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path9:before {
    content: "\e968";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path10:before {
    content: "\e969";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path11:before {
    content: "\e96a";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path12:before {
    content: "\e96b";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path13:before {
    content: "\e96c";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path14:before {
    content: "\e96d";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path15:before {
    content: "\e96e";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path16:before {
    content: "\e96f";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path17:before {
    content: "\e970";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path18:before {
    content: "\e971";
    margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path19:before {
    content: "\e972";
    margin-left: -1.349609375em
}

.icon-highlight-free-room-upgradation .path1:before {
    content: "\e974"
}

.icon-highlight-free-room-upgradation .path2:before {
    content: "\e975";
    margin-left: -0.4619140625em
}

.icon-highlight-free-room-upgradation .path3:before {
    content: "\e976";
    margin-left: -0.4619140625em
}

.icon-highlight-free-room-upgradation .path4:before {
    content: "\e977";
    margin-left: -0.4619140625em
}

.icon-highlight-request-to-book:before {
    content: "\e981"
}

.icon-highlight-2-hour-response-time:before {
    content: ""
}

.icon-highlight-2-hour-response-time .path1:before {
    content: "\e982"
}

.icon-highlight-2-hour-response-time .path2:before {
    content: "\e983";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path3:before {
    content: "\e984";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path4:before {
    content: "\e985";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path5:before {
    content: "\e986";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path6:before {
    content: "\e987";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path7:before {
    content: "\e988";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path8:before {
    content: "\e989";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path9:before {
    content: "\e98a";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path10:before {
    content: "\e98b";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path11:before {
    content: "\e98c";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path12:before {
    content: "\e98d";
    margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path13:before {
    content: "\e98e";
    margin-left: -1.001953125em
}

.icon-spinner:before {
    content: "\e98f"
}

.icon-share:before {
    content: "\e990"
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before, .slick-next:before {
    font-size: 2rem;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 0px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media (max-width: 767px) {
    .intro-slider .slick-dots {
        bottom: -10px
    }
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.selectize-control .dropdown-header {
    position: relative;
    padding: 10px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-control .dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-control .dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
    display: flex
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button .item {
    display: inline-flex;
    align-items: center;
    padding-right: 0 !important
}

.selectize-control.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    margin-left: 6px
}

.selectize-control.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, 0.05)
}

.selectize-control.plugin-remove_button .item.active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled .item .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-smoothing: inherit
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0)
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input > * {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    user-select: auto !important;
    box-shadow: none !important
}

.selectize-input > input::-ms-clear {
    display: none
}

.selectize-input > input:focus {
    outline: none !important
}

.selectize-input > input[placeholder] {
    box-sizing: initial
}

.selectize-input.has-items > input {
    margin: 0 0px !important
}

.selectize-input::after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
    padding: 5px 8px
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    overflow-scrolling: touch
}

.selectize-dropdown-emptyoptionlabel {
    text-align: center
}

.selectize-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px
}

.selectize-dropdown .spinner:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent gray transparent
}

.selectize-control.rtl {
    text-align: right
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa
}

.flag {
    background-image: url(https://ui-assets-gc.thrillophilia.com/assets/tours-app/flag_sprite-297df1b90ca7bacbfb7b1d404ea60336c4375162569c9dd1e587f6ed7c61b153.png);
    background-repeat: no-repeat;
    background-size: 100% 49494%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box
}

.flag-CHF .flag-NPR {
    box-shadow: none !important
}

.flag-DZD {
    background-position: center 0.2287%
}

.flag-AOA {
    background-position: center 0.4524%
}

.flag-XOF {
    background-position: center 0.6721%
}

.flag-BWP {
    background-position: center 0.8958%
}

.flag-XOF {
    background-position: center 1.1162%
}

.flag-BIF {
    background-position: center 1.3379%
}

.flag-XAF {
    background-position: center 1.5589%
}

.flag-CVE {
    background-position: center 1.7805%
}

.flag-XAF {
    background-position: center 2.0047%
}

.flag-XAF {
    background-position: center 2.2247%
}

.flag-CDF {
    background-position: left 2.4467%
}

.flag-DJF {
    background-position: left 2.6674%
}

.flag-EGP {
    background-position: center 2.8931%
}

.flag-XAF {
    background-position: center 3.1125%
}

.flag-ETB {
    background-position: left 3.3325%
}

.flag-ETB {
    background-position: center 3.5542%
}

.flag-XAF {
    background-position: center 3.7759%
}

.flag-GMD {
    background-position: center 4.0015%
}

.flag-GHS {
    background-position: center 4.2229%
}

.flag-GNF {
    background-position: center 4.441%
}

.flag-XOF {
    background-position: left 4.66663%
}

.flag-XOF {
    background-position: center 4.8844%
}

.flag-KES {
    background-position: center 5.1061%
}

.flag-LSL {
    background-position: center 5.3298%
}

.flag-LRD {
    background-position: left 5.5495%
}

.flag-LYD {
    background-position: center 5.7712%
}

.flag-MGA {
    background-position: center 5.994%
}

.flag-MWK {
    background-position: center 6.2156%
}

.flag-XOF {
    background-position: center 6.4363%
}

.flag-MRO {
    background-position: center 6.658%
}

.flag-MUR {
    background-position: center 6.8805%
}

.flag-MAD {
    background-position: center 7.3231%
}

.flag-MZN {
    background-position: left 7.5448%
}

.flag-NAD {
    background-position: left 7.7661%
}

.flag-XOF {
    background-position: center 7.98937%
}

.flag-NGN {
    background-position: center 8.2099%
}

.flag-XAF {
    background-position: center 8.4316%
}

.flag-RWF {
    background-position: right 8.875%
}

.flag-GBP {
    background-position: center 9.0967%
}

.flag-STD {
    background-position: center 9.32237%
}

.flag-XOF {
    background-position: center 9.5426%
}

.flag-SCR {
    background-position: left 9.7628%
}

.flag-SLL {
    background-position: center 9.9845%
}

.flag-SOS {
    background-position: center 10.2052%
}

.flag-ZAR {
    background-position: left 10.4269%
}

.flag-SSP {
    background-position: left 10.6486%
}

.flag-SDG {
    background-position: center 10.8703%
}

.flag-SRD {
    background-position: center 11.0945%
}

.flag-SZL {
    background-position: center 11.3135%
}

.flag-XOF {
    background-position: left 11.5354%
}

.flag-TND {
    background-position: center 11.7593%
}

.flag-UGX {
    background-position: center 11.9799%
}

.flag-TZS {
    background-position: center 12.2005%
}

.flag-YER {
    background-position: center 12.644%
}

.flag-ZMK {
    background-position: center 12.8664%
}

.flag-ZWD {
    background-position: left 13.0873%
}

.flag-XCD {
    background-position: center 13.309%
}

.flag-XCD {
    background-position: center 13.5307%
}

.flag-ARS {
    background-position: center 13.7524%
}

.flag-AWG {
    background-position: left 13.9741%
}

.flag-BSD {
    background-position: left 14.1958%
}

.flag-BBD {
    background-position: center 14.4175%
}

.flag-BZD {
    background-position: center 14.8609%
}

.flag-BMD {
    background-position: center 15.0826%
}

.flag-BOB {
    background-position: center 15.306%
}

.flag-BRL {
    background-position: center 15.7496%
}

.flag-CAD {
    background-position: center 15.9694%
}

.flag-KYD {
    background-position: center 16.1911%
}

.flag-CLP {
    background-position: left 16.4128%
}

.flag-COP {
    background-position: left 16.6345%
}

.flag-KMF {
    background-position: center 16.8562%
}

.flag-CRC {
    background-position: center 17.0779%
}

.flag-CUP {
    background-position: left 17.2996%
}

.flag-ANG {
    background-position: center 17.5213%
}

.flag-XCD {
    background-position: center 17.743%
}

.flag-DOP {
    background-position: center 17.968%
}

.flag-ECS {
    background-position: center 18.1864%
}

.flag-SVC {
    background-position: center 18.4081%
}

.flag-FKP {
    background-position: center 18.6298%
}

.flag-XCD {
    background-position: center 19.2987%
}

.flag-GTQ {
    background-position: center 19.7383%
}

.flag-GYD {
    background-position: center 19.96%
}

.flag-HTG {
    background-position: center 20.1817%
}

.flag-HNL {
    background-position: center 20.4034%
}

.flag-JMD {
    background-position: center 20.6241%
}

.flag-MXN {
    background-position: center 21.0685%
}

.flag-XCD {
    background-position: center 21.2902%
}

.flag-NIO {
    background-position: center 21.5119%
}

.flag-PAB {
    background-position: center 21.7336%
}

.flag-PYG {
    background-position: center 21.9553%
}

.flag-PEN {
    background-position: center 22.177%
}

.flag-XCD {
    background-position: center 22.8421%
}

.flag-XCD {
    background-position: center 23.0638%
}

.flag-XCD {
    background-position: center 23.5072%
}

.flag-ANG {
    background-position: left 23.732%
}

.flag-TTD {
    background-position: center 23.9506%
}

.flag-USD {
    background-position: center 24.394%
}

.flag-UYU {
    background-position: left 24.8374%
}

.flag-VEF {
    background-position: center 25.0591%
}

.flag-XCD {
    background-position: center 25.279%
}

.flag-AFN {
    background-position: center 25.5025%
}

.flag-AZN {
    background-position: center 25.7242%
}

.flag-BDT {
    background-position: center 25.9459%
}

.flag-BND {
    background-position: center 26.3885%
}

.flag-KHR {
    background-position: center 26.611%
}

.flag-CNY {
    background-position: left 26.8327%
}

.flag-GEL {
    background-position: center 27.0544%
}

.flag-HKD {
    background-position: center 27.2761%
}

.flag-INR {
    background-position: center 27.4978%
}

.flag-IDR {
    background-position: center 27.7195%
}

.flag-JPY {
    background-position: center 27.9412%
}

.flag-KZT {
    background-position: center 28.1615%
}

.flag-LAK {
    background-position: center 28.3846%
}

.flag-MOP {
    background-position: center 28.6063%
}

.flag-MYR {
    background-position: center 28.829%
}

.flag-MVR {
    background-position: center 29.0497%
}

.flag-MNT {
    background-position: left 29.2714%
}

.flag-MMK {
    background-position: center 29.4931%
}

.flag-NPR {
    background-position: left 29.7148%
}

.flag-KPW {
    background-position: left 29.9365%
}

.flag-PGK {
    background-position: center 30.6016%
}

.flag-PHP {
    background-position: left 30.8233%
}

.flag-SGD {
    background-position: left 31.045%
}

.flag-KRW {
    background-position: center 31.2667%
}

.flag-LKR {
    background-position: right 31.4884%
}

.flag-TWD {
    background-position: left 31.7101%
}

.flag-TJS {
    background-position: center 31.9318%
}

.flag-THB {
    background-position: center 32.1535%
}

.flag-TMT {
    background-position: center 32.5969%
}

.flag-VND {
    background-position: center 32.8186%
}

.flag-ALL {
    background-position: center 33.0403%
}

.flag-AMD {
    background-position: center 33.4837%
}

.flag-BYR {
    background-position: left 33.9271%
}

.flag-BAM {
    background-position: center 34.3705%
}

.flag-BGN {
    background-position: center 34.5922%
}

.flag-HRK {
    background-position: center 34.8139%
}

.flag-CYP {
    background-position: center 35.0356%
}

.flag-CZK {
    background-position: left 35.2555%
}

.flag-DKK {
    background-position: center 35.479%
}

.flag-EEK {
    background-position: center 35.7007%
}

.flag-GIP {
    background-position: center 36.8092%
}

.flag-HUF {
    background-position: center 37.2526%
}

.flag-ISK {
    background-position: center 37.4743%
}

.flag-GBP {
    background-position: center 37.9177%
}

.flag-GBP {
    background-position: center 38.3611%
}

.flag-LVL {
    background-position: center 38.8045%
}

.flag-CHF {
    background-position: left 39.0262%
}

.flag-LTL {
    background-position: center 39.2479%
}

.flag-MTL {
    background-position: left 39.6913%
}

.flag-MDL {
    background-position: center 39.913%
}

.flag-MKD {
    background-position: center 40.7998%
}

.flag-NOK {
    background-position: center 41.0215%
}

.flag-PLN {
    background-position: center 41.2432%
}

.flag-RON {
    background-position: center 41.6866%
}

.flag-RUB {
    background-position: center 41.9083%
}

.flag-RSD {
    background-position: center 42.3517%
}

.flag-SKK {
    background-position: center 42.5734%
}

.flag-SEK {
    background-position: center 43.2385%
}

.flag-CHF {
    background-position: center 43.4602%
}

.flag-TRY {
    background-position: center 43.6819%
}

.flag-UAH {
    background-position: center 43.9036%
}

.flag-GBP {
    background-position: center 44.1253%
}

.flag-BHD {
    background-position: center 44.5687%
}

.flag-IRR {
    background-position: center 44.7904%
}

.flag-IQD {
    background-position: center 45.0121%
}

.flag-ILS {
    background-position: center 45.2338%
}

.flag-KWD {
    background-position: left 45.4555%
}

.flag-JOD {
    background-position: left 45.6772%
}

.flag-KGS {
    background-position: center 45.897%
}

.flag-LBP {
    background-position: center 46.1206%
}

.flag-OMR {
    background-position: left 46.3423%
}

.flag-PKR {
    background-position: center 46.561%
}

.flag-JOD {
    background-position: center 46.7857%
}

.flag-QAR {
    background-position: center 47.0074%
}

.flag-SAR {
    background-position: center 47.2291%
}

.flag-SYP {
    background-position: center 47.4508%
}

.flag-AED {
    background-position: center 47.6725%
}

.flag-UZS {
    background-position: left 47.8942%
}

.flag-AUD {
    background-position: center 48.3376%
}

.flag-FJD {
    background-position: center 49.2244%
}

.flag-XPF {
    background-position: center 49.4445%
}

.flag-XPF {
    background-position: center 50.5546%
}

.flag-NZD {
    background-position: center 50.7763%
}

.flag-SBD {
    background-position: left 51.8848%
}

.flag-TOP {
    background-position: left 52.3282%
}

.flag-VUV {
    background-position: left 52.7716%
}

.flag-XPF {
    background-position: center 52.9933%
}

.flag-EUR {
    background-position: center 53.215%
}

.currency-modal-wrap {
    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;
    backdrop-filter: blur(1px);
    display: none
}

.currency-modal-wrap.show {
    display: block
}

.currency-modal-wrap .currency-modal {
    position: absolute;
    height: 86vh;
    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-wrap .currency-modal {
        width: 65vw
    }
}

@media (max-width: 768px) {
    .currency-modal-wrap .currency-modal {
        width: 85vw
    }
}

@media (max-width: 576px) {
    .currency-modal-wrap .currency-modal {
        width: 95vw
    }
}

@media (max-width: 480px) {
    .currency-modal-wrap .currency-modal {
        width: 95vw
    }
}

.currency-modal-wrap .currency-modal-content {
    display: flex;
    flex-direction: column
}

.currency-modal-wrap .currency-modal-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cbcbcb;
    padding: 20px
}

.currency-modal-wrap .currency-modal-header .currency-modal-title {
    font-size: 18px;
    font-weight: 500;
    color: #515151
}

.currency-modal-wrap .currency-modal-header .currency-modal-close {
    background: none;
    border: none;
    font-size: 14px;
    color: #515151
}

.currency-modal-wrap .currency-modal-search {
    padding: 20px
}

.currency-modal-wrap .currency-modal-search-bar {
    font-size: 14px;
    border-radius: 7px;
    height: 41px
}

.currency-modal-wrap .currency-modal-list-container {
    display: flex;
    flex-direction: column;
    height: calc(86vh - 205px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list {
    display: flex;
    flex-direction: column
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-title {
    font-size: 16px;
    font-weight: 500;
    color: #515151;
    margin-left: 20px
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
    display: grid;
    margin: 20px
}

@media (max-width: 1840px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
        grid-template-columns: 25% 25% 25% 25%
    }
}

@media (max-width: 1024px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
        grid-template-columns: 33.3% 33.3% 33.3%
    }
}

@media (max-width: 576px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
        grid-template-columns: 50% 50%;
        margin: 15px
    }
}

@media (max-width: 320px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
        margin: 10px
    }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item {
    padding: 6px;
    margin: 5px 10px;
    border: 1px solid white;
    border-radius: 5px;
    position: relative;
    font-size: 1rem !important
}

@media (max-width: 1024px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item {
        margin: 3px 5px
    }
}

@media (max-width: 480px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item {
        margin: 2px 2px
    }
}

@media (max-width: 320px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item {
        padding: 5px
    }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-tick {
    display: none
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-flag {
    width: 30px;
    height: 20px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    margin: 5px 10px 5px 0
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-code {
    font-size: 15px;
    font-weight: 500;
    color: #515151;
    line-height: 22.5px
}

@media (max-width: 375px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-code {
        font-size: 12px
    }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-name {
    font-size: 12px;
    font-weight: 400;
    color: #a2a2a2;
    line-height: 18px
}

@media (max-width: 375px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-name {
        font-size: 10px;
        line-height: 1px
    }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item-tick {
    font-size: 16px;
    position: absolute;
    top: 24%;
    left: 82%
}

@media (max-width: 480px) {
    .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item-tick {
        font-size: 12px
    }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .active_currency {
    display: none
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item.active {
    border: 1px solid #f47625;
    color: #f47625
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item.active .currency-modal-list-item-code, .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item.active .currency-modal-list-item-name {
    color: #f47625
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item.active .currency-modal-list-item-tick {
    display: block
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item:hover {
    cursor: pointer;
    border: 1px solid #f47625
}

.currency-modal-wrap .currency-modal-list-container::-webkit-scrollbar {
    display: none
}

.currency-modal-wrap .currency-modal-footer {
    margin: 0 auto;
    padding: 7px
}

@keyframes animate-down {
    0% {
        top: 0px
    }
    25% {
        top: 4px
    }
    50% {
        top: 7px
    }
    75% {
        top: 9px
    }
    100% {
        top: 10px
    }
}

.currency-modal-wrap .currency-modal-footer .arrow-icon {
    border: solid #656565;
    border-width: 0 2px 2px 0;
    padding: 5px;
    float: right;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    animation-name: animate-down;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

#header {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    z-index: 100
}

@media (min-width: 768px) {
    #header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100
    }
}

#header.static-nav {
    position: inherit
}

#header.static-nav .header-base {
    position: inherit
}

@media (max-width: 1023px) {
    #header.static-mobile-nav {
        position: inherit
    }

    #header.static-mobile-nav #currency-selector {
        margin-right: 10px
    }

    #header.static-mobile-nav #currency-selector .currency-picker-btn {
        color: #ff5e00
    }

    #header.static-mobile-nav #currency-selector .currency-icon {
        color: #ff5e00
    }
}

#header.static-mobile-nav .header-base {
    position: inherit
}

#header.white-nav .currency-picker-btn {
    color: #ff5e00
}

#header.white-nav .currency-icon {
    color: #ff5e00
}

#header.white-nav .main-nav-links {
    color: #000 !important
}

@media (min-width: 1024px) {
    #header.white-nav .header-base {
        -webkit-box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
        box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15)
    }

    #header.white-nav .header-base .logo .thrillo-logo.white-logo {
        display: none !important
    }

    #header.white-nav .header-base .logo .thrillo-logo.colored-logo {
        display: block !important
    }

    #header.white-nav .header-base .top-panel {
        background-color: #fff;
        border-bottom: 1px solid #eae7e7
    }

    #header.white-nav .header-base .top-panel .inner-wrap .search-container .search-slide {
        background-color: rgba(0, 0, 0, 0.1)
    }

    #header.white-nav .header-base .top-panel .inner-wrap .search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text {
        color: #000
    }

    #header.white-nav .header-base .top-panel .currency-picker-container.selectize-control .selectize-input .item {
        color: #000
    }

    #header.white-nav .header-base .top-panel .currency-picker-container.selectize-control .selectize-input:after {
        border-color: #000 transparent transparent transparent
    }

    #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li .main-header-link {
        color: #000
    }

    #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .badge {
        color: #fff
    }

    #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li.logged-in img.user-profile {
        border: 1px solid #000
    }

    #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li.logged-in ul.dropdown-menu {
        background-color: #000;
        color: #fff
    }

    #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li.logged-in ul.dropdown-menu:before {
        color: #000
    }

    #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li.logged-in ul.dropdown-menu li a {
        color: #fff
    }

    #header.white-nav .header-base .main-nav {
        background-color: #fff
    }

    #header.white-nav .header-base .main-nav .nav-list li span {
        color: #000
    }
}

#header.transparent-nav .header-base .top-panel {
    background-color: transparent
}

@media (min-width: 1024px) {
    #header.transparent-nav .header-base .top-panel .container {
        border-bottom: 1px solid #a0a0a0
    }
}

@media (min-width: 1024px) {
    #header.transparent-nav .header-base .top-panel .container .search-container .search-slide {
        background-color: transparent
    }

    #header.transparent-nav .header-base .top-panel .container .search-container .search-slide .icon-search {
        color: #fff
    }

    #header.transparent-nav .header-base .top-panel .container .search-container .search-slide .icon-cancel-music {
        color: #fff
    }
}

#header.transparent-nav .header-base .top-panel .container .search-container .currency-picker-container.selectize-control .selectize-input .item {
    color: #fff
}

#header.transparent-nav .header-base .top-panel .container .search-container .currency-picker-container.selectize-control .selectize-input:after {
    border-color: #fff transparent transparent transparent
}

#header.transparent-nav .header-base .top-panel .container .inner-wrap #header-mobile-nav-opener:not(.hamburger-slide-in) span:after, #header.transparent-nav .header-base .top-panel .container .inner-wrap #header-mobile-nav-opener:not(.hamburger-slide-in):before, #header.transparent-nav .header-base .top-panel .container .inner-wrap #header-mobile-nav-opener:not(.hamburger-slide-in):after, #header.transparent-nav .header-base .top-panel .container .inner-wrap #header-mobile-nav-opener:not(.hamburger-slide-in) span {
    background: #fff
}

#header.transparent-nav .header-base .top-panel .container .inner-wrap #header-search-opener {
    color: #fff
}

#header.transparent-nav .header-base .top-panel .container .inner-wrap .logo .thrillo-logo.colored-logo {
    display: none !important
}
#header.transparent-nav .header-base .main-nav {
    background-color: transparent
}

@media (min-width: 1024px) {
    #header.half-nav .header-base .main-nav {
        display: none
    }
}

@media (max-width: 1023px) {
    #header:not(.transparent-nav):not(.static-nav):not(.static-mobile-nav) {
        margin-bottom: 65px
    }
}

@media (min-width: 768px) {
    .fixed-position .header-base {
        top: -900px
    }
}

@media (min-width: 768px) {
    .fixed-position .sticky-header {
        top: 0
    }
}

.header-base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s all;
    z-index: 99
}

.header-base.hidden-top-navbar {
    height: 0;
    transform: translateY(-114px)
}

.sticky-header {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    top: -900px;
    width: 100%;
    transition: 0.3s top
}

@media (max-width: 1023px) {
    .sticky-header {
        display: none
    }
}

.sticky-header.visible-sticky-navbar {
    top: 0px
}

.sticky-header-link {
    padding: 5px 10px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    color: #505050
}

.sticky-header-link:hover {
    border: 1px solid #fa4d00;
    color: #fa4d00
}

.sticky-header-link:focus {
    outline: none
}

@media (min-width: 768px) {
    .sticky-header {
        z-index: 100
    }
}

@media (min-width: 1200px) {
    .sticky-header {
        padding: 10px
    }
}

.sticky-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sticky-header .nav-drop {
    padding-top: 25px;
    position: fixed;
    max-width: 1335px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    top: 85px;
    left: -9999%
}

@media (max-width: 767px) {
    .sticky-header .nav-drop {
        display: none
    }
}

@media (max-width: 1199px) {
    .sticky-header .nav-drop {
        left: 10px;
        right: 10px;
        width: auto
    }
}

@media (min-width: 1200px) {
    .sticky-header .nav-drop {
        padding-top: 50px;
        transform: translateX(-50%)
    }
}

.sticky-header .header-carousel-wrapper {
    position: relative
}

@media (min-width: 768px) {
    .sticky-header .header-carousel-wrapper {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .sticky-header .header-carousel-wrapper {
        margin-bottom: 0
    }
}

.sticky-header .header-carousel-wrapper .slick-dots {
    bottom: -11px
}

@media (min-width: 1024px) {
    .sticky-header .header-carousel-wrapper .slick-dots {
        bottom: -9px;
        display: none !important
    }
}

@media (min-width: 768px) {
    .sticky-header .tranding-quick-list {
        display: flex;
        justify-content: center
    }
}

.sticky-header .tranding-quick-list.slick-dotted {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .sticky-header .tranding-quick-list.slick-dotted {
        margin-bottom: 8px
    }
}

.sticky-header .tranding-quick-item {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0;
    padding: 0 5px
}

.sticky-header .tranding-quick-item .img-wrap {
    margin-bottom: 5px
}

@media (min-width: 1200px) {
    .sticky-header .tranding-quick-item .img-wrap {
        margin-bottom: 13px
    }
}

.sticky-header .submit-holder {
    margin-top: 0
}

@media (min-width: 1200px) {
    .sticky-header .submit-holder {
        margin-bottom: 0
    }
}

.sticky-header .btn {
    font-weight: 700;
    letter-spacing: 0.16px;
    background-color: #ff5300;
    color: #fff;
    border: none;
    border-radius: 5px
}

@media (min-width: 1024px) {
    .sticky-header .btn {
        max-width: 290px;
        min-width: 200px;
        line-height: 1;
        padding: 10px;
        font-size: 1.5rem
    }
}

.sticky-header .nav-drop .first-col .list {
    text-align: left
}

@media (min-width: 768px) {
    .header-anchor {
        max-width: 275px;
        width: 100%;
        margin-right: 20px
    }
}

@media (min-width: 1024px) {
    .header-anchor {
        max-width: 250px;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .header-anchor {
        max-width: 250px;
        margin-bottom: 0
    }
}

.header-anchor .anchor-accordion {
    position: relative
}

.header-anchor .opener {
    color: #505050;
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer
}

@media (min-width: 768px) {
    .header-anchor .opener {
        max-width: 330px;
        width: 100%;
        padding-right: 10px
    }
}

@media (min-width: 1200px) {
    .header-anchor .opener {
        font-size: 13px
    }
}

.header-anchor .slide {
    position: absolute;
    top: calc(100% + 33px);
    width: 100%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
    background-color: rgba(0, 0, 0, 0.88);
    border-bottom: 8px solid #ff5300;
    display: none
}

@media (min-width: 1024px) {
    .header-anchor .slide {
        top: calc(100% + 11px)
    }
}

@media (min-width: 1200px) {
    .header-anchor .slide {
        top: calc(100% + 12px)
    }
}

.header-anchor .slide li {
    border-bottom: 1px solid rgba(232, 232, 232, 0.32);
    color: #fff;
    text-align: center
}

@media (min-width: 1200px) {
    .header-anchor .slide li {
        font-size: 1.2rem
    }
}

.header-anchor .slide li:last-child {
    border: 0
}

.header-anchor .slide li .section-card-title {
    display: block;
    padding: 13px 15px 12px;
    transition: 0.2s all
}

.header-anchor .slide li .section-card-title:hover {
    cursor: pointer;
    color: #ff5300
}

.header-anchor a {
    color: #fff
}

.app-header {
    background-color: #fff;
    padding: 10px 0
}

.app-header .container .row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.app-header .container .row .icon {
    height: 50px;
    width: 50px
}

.app-header .container .row .text {
    margin: 0 20px
}

.app-header .container .row .text p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    opacity: 0.5;
    margin: 0
}

.app-header .container .row .text p.book_tour_activity {
    font-size: 2.4rem;
    font-weight: bold;
    margin: -2px 0 0;
    line-height: 2.8rem;
    opacity: 1
}

.app-header .container .row .download_links {
    margin: 0 auto
}

.app-header .container .row .download_links a {
    display: inline-block;
    width: 143px;
    height: 50px;
    margin: 0 5px;
    text-indent: -9999px
}

.app-header .container .row .download_links a:not(:first-child) {
    margin-left: 10px
}

.app-header .container .row .download_links a.app_store {
    background: url("https://images.thrillophilia.com/image/upload/v1544787592/static_images/app-store.svg") no-repeat left top/143px auto
}

.app-header .container .row .download_links a.google_play {
    background: url("https://images.thrillophilia.com/image/upload/v1544788788/static_images/play-store.svg") no-repeat left top/143px auto
}

.app-header .container .row .js-download_app_block_close {
    font-size: 16px;
    cursor: pointer;
    color: rgba(59, 68, 78, 0.5);
    -webkit-transform: scale(1.5, 1);
    -moz-transform: scale(1.5, 1);
    -ms-transform: scale(1.5, 1);
    -o-transform: scale(1.5, 1);
    transform: scale(1.5, 1);
    font-weight: normal
}

.app-header .container .row .js-download_app_block_close:hover {
    color: #3b444e
}

.top-panel {
    transition: 0.2s all
}

@media (max-width: 1023px) {
    .top-panel {
        padding: 15px 0 15px;
        position: relative;
        z-index: 10;
        background-color: #F6F8FB
    }
}

@media (min-width: 1024px) {
    .top-panel {
        background-color: rgba(0, 0, 0, 0.47)
    }
}

.top-panel .container {
    display: flex;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .top-panel .container .inner-wrap {
        padding: 15px 0 11px
    }
}

@media (min-width: 1024px) {
    .top-panel .container .inner-wrap #header-mobile-nav-opener {
        display: none
    }
}

@media (max-width: 1023px) {
    .top-panel .container .inner-wrap {
        width: 100%;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .top-panel .container .inner-wrap {
        width: 50%;
        height: fit-content;
        height: -moz-fit-content;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width: 1024px) {
    .logo {
        width: 28%
    }
}

#mobile-nav-drop.slideIn {
    transform: translateX(0);
    opacity: 1;
    visibility: unset
}

@media (max-width: 1023px) {
    #mobile-nav-drop {
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.22);
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 311px;
        z-index: 12;
        padding: 23px 30px 6px;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        box-sizing: border-box
    }
}

#mobile-nav-drop .mobile-tool-list li.logged-in {
    text-align: right;
    position: relative
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul {
    float: right;
    padding: 0
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul.logged-in-inner-wrap {
    height: 100%
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile .icon-user {
    font-size: 1.6rem;
    margin-right: 10px
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile .dropdown-toggle .user-profile {
    border: 1px solid white;
    margin-left: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile .dropdown-toggle:hover + .dropdown-menu {
    display: block
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile.open .dropdown-menu {
    display: block
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu {
    display: none;
    background: #2c3038;
    padding: 0 16px 0px;
    width: 170px;
    border-radius: 0;
    margin-top: 0px;
    position: absolute;
    z-index: 3000;
    top: 60px
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu:hover {
    display: block
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu li {
    text-align: center;
    margin: 0
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu li a, #mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu li .main-header-link {
    width: 100%;
    display: block;
    background: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #373b42;
    font-size: 13px;
    color: white !important
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 85px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #2a2f35
}

#mobile-nav-drop .mobile-tool-list {
    padding: 0;
    margin: 0;
    height: 100%
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list {
        height: 100vh
    }
}

#mobile-nav-drop .mobile-tool-list li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: 0.2s all;
    height: 100%
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list li {
        height: auto
    }

    #mobile-nav-drop .mobile-tool-list li.divider {
        height: 1px;
        padding: 0;
        background: #eae7e7
    }

    #mobile-nav-drop .mobile-tool-list li:not(:first-child) .main-header-link {
        padding-top: 20px
    }
}

@media (min-width: 1024px) {
    #mobile-nav-drop .mobile-tool-list li {
        justify-content: center
    }

    #mobile-nav-drop .mobile-tool-list li:not(:last-child) {
        margin-right: 15px
    }
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list li:not(:last-child) {
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    #mobile-nav-drop .mobile-tool-list li:not(.no-underline):hover {
        -webkit-box-shadow: 0px 3px 0px 0px #ff5300;
        -moz-box-shadow: 0px 3px 0px 0px #ff5300;
        box-shadow: 0px 3px 0px 0px #ff5300
    }
}

#mobile-nav-drop .mobile-tool-list li.has-dropdown-arrow:hover .cash-select .cash-drop {
    display: unset;
    opacity: 1;
    visibility: unset
}

#mobile-nav-drop .mobile-tool-list li.has-dropdown-arrow:hover .cash-select span.icon-arrow-d {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#mobile-nav-drop .mobile-tool-list li .main-header-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list li .main-header-link {
        color: #505050;
        padding: 0 30px 20px;
        display: block;
        width: 100%
    }
}

#mobile-nav-drop .mobile-tool-list li .main-header-link:hover {
    cursor: pointer
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.cash-opener .icon-arrow-d {
    display: inline-block;
    font-size: 0.5rem;
    margin-left: 4px;
    transition: 0.2s all
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.get-app-link {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#mobile-nav-drop .mobile-tool-list li .main-header-link .icon-mobile, #mobile-nav-drop .mobile-tool-list li .main-header-link .icon-gift {
    font-size: 1.7rem
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list li .main-header-link .icon-mobile, #mobile-nav-drop .mobile-tool-list li .main-header-link .icon-gift {
        display: none
    }
}

#mobile-nav-drop .mobile-tool-list li .main-header-link .icon-mobile {
    margin-right: 10px
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link {
    position: relative
}

@media (min-width: 1024px) {
    #mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link {
        padding: 0 10px;
        display: flex;
        flex-direction: row
    }
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .text {
    flex-flow: nowrap;
    margin-left: 6px
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .text {
        margin-left: 0
    }
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .icon-gift + span.badge {
    font-size: 0.9rem;
    background-color: #ff5300;
    padding: 2px 5px;
    position: relative;
    position: absolute;
    top: -10px;
    right: 95%
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .icon-gift + span.badge {
        top: 10px;
        right: 150px;
        color: #fff
    }
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list {
        margin: 0 -30px
    }
}

@media (min-width: 1024px) {
    #mobile-nav-drop .mobile-tool-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none
    }
}

.cash-select {
    position: relative
}

@media (max-width: 1023px) {
    .cash-select {
        width: 100%
    }
}

.cash-drop {
    display: none;
    opacity: 0;
    visibility: hidden;
    bottom: -140px;
    width: 100px;
    background-color: #fff;
    z-index: 100;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

@media (min-width: 1024px) {
    .cash-drop {
        position: absolute;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75)
    }
}

.cash-drop .cash-list {
    padding: 0
}

.cash-drop .cash-list li {
    padding: 0 10px;
    height: 41px;
    margin: 0 !important;
    display: flex;
    align-items: center
}

.cash-drop .cash-list li:hover {
    border: none;
    background-color: #000;
    border-bottom: none
}

.cash-drop .cash-list li:hover a {
    color: #fff
}

.cash-drop .cash-list li a {
    color: #505050
}

.main-nav {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 14px 0;
    padding-top: 6px;
    transition: 0.2s all
}

.main-nav .container {
    position: relative
}

.main-nav .nav-list {
    list-style: none;
    width: 51%;
    margin: 0;
    margin-left: 13%;
    display: flex;
    justify-content: space-around
}

@media (min-width: 1024px) {
    .main-nav .nav-list li.nav-drop-holder[data-menu-loaded="false"] .drop-holder {
        height: 510px
    }
}

.main-nav .nav-list li.nav-drop-holder[data-menu-loaded="false"] .loader-inline {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 85px)
}

.main-nav .nav-list li.nav-drop-holder:before {
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    height: 0;
    width: 0;
    bottom: -28px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all
}

.main-nav .nav-list li.nav-drop-holder:hover .nav-drop {
    visibility: unset;
    opacity: 1
}

.main-nav .nav-list li.nav-drop-holder:hover:before {
    opacity: 1;
    visibility: unset
}

.main-nav .nav-list li.nav-drop-holder:hover .hover-enlarge {
    font-size: 2rem;
    line-height: 1.2rem
}

.main-nav .nav-list li.nav-drop-holder a, .main-nav .nav-list li.nav-drop-holder span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-decoration: none;
    color: #fff;
    transition: 0.2s all
}

.main-nav .nav-list li.nav-drop-holder .main-nav-links {
    font-size: 1.5rem;
    margin-right: 10px;
    white-space: nowrap
}

.main-nav .nav-list li.nav-drop-holder .main-nav-links:hover {
    cursor: pointer
}

.main-nav .nav-list .nav-drop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    padding: 27px 0 0;
    left: 7%;
    border-radius: 5px;
    width: 85%;
    z-index: 100;
    transition: 0.3s all
}

.main-nav .nav-list .nav-drop .nav-drop-list li a, .main-nav .nav-list .nav-drop .nav-drop-list li span {
    color: #5a5757
}

.main-nav .nav-list .nav-drop .nav-drop-list li a:hover, .main-nav .nav-list .nav-drop .nav-drop-list li span:hover {
    color: #ff5300
}

.drop-holder {
    border: 1px solid red;
    background-color: #fff;
    height: 100%
}

@media (min-width: 768px) {
    .drop-holder .scrollable-area .quick-links {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -15px
    }
}

@media (min-width: 1024px) {
    .drop-holder .scrollable-area .quick-links {
        margin: 0
    }
}

@media (min-width: 768px) {
    .drop-holder .scrollable-area .quick-links .col {
        padding: 0 15px 30px;
        flex-shrink: 1
    }
}

@media (min-width: 1024px) {
    .drop-holder .scrollable-area .quick-links .col {
        padding: 0 10px 0;
        max-width: 18%
    }
}

@media (min-width: 1200px) {
    .drop-holder .scrollable-area .quick-links .col {
        padding: 0 30px 30px
    }
}

.drop-holder .scrollable-area .quick-links .col:last-child {
    border-right: 0
}

.drop-holder .scrollable-area .quick-links .col.large {
    max-width: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0
}

.drop-holder .scrollable-area .quick-links .col.extralarge {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0
}

.drop-holder .scrollable-area .quick-links .col.resize1 {
    flex: 1 1 60%
}

.drop-holder .scrollable-area .quick-links .col.resize2 {
    flex: 1 1 40%
}

.drop-holder .scrollable-area .quick-links .col.medium {
    max-width: 33%;
    width: 100%;
    padding-bottom: 0
}

.drop-holder .scrollable-area .quick-links .col .weekend-div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.drop-holder .scrollable-area .quick-links .col .weekend-div .margin-right {
    margin-right: 50px
}

.drop-holder .scrollable-area .quick-links .col .weekend-div .margin-right1 {
    margin-right: 10px
}

.drop-holder .scrollable-area .quick-links .col .weekend-div .margin-left {
    margin-left: 30px;
    width: 35%
}

.drop-holder .scrollable-area .quick-links .col .weekend-div .align-div {
    flex: 1 1 50%
}

.drop-holder .scrollable-area .quick-links .col .align-delhi {
    justify-content: flex-start
}

.drop-holder .scrollable-area .quick-links .col .fixed-height {
    height: 200px
}

.drop-holder .scrollable-area .quick-links .inner-col {
    display: flex;
    justify-content: space-evenly
}

.drop-holder .scrollable-area .quick-links .inner-col .large {
    border-right: 0
}

.drop-holder .scrollable-area .quick-links .title-second {
    color: #1f1818;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    line-height: 1.54
}

.drop-holder .scrollable-area .quick-links .title-third {
    color: #1f1818;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

.drop-holder .scrollable-area .quick-links .align-center {
    text-align: center
}

.drop-holder .scrollable-area .quick-links .first-col {
    margin-right: 8px;
    max-width: 25%;
    width: 100%;
    padding: 0 15px
}

.drop-holder .scrollable-area .quick-links .first-col .list {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.drop-holder .scrollable-area .quick-links .first-col .list:last-child {
    border-bottom: 0
}

.drop-holder .scrollable-area .quick-links .first-col .list.winter {
    display: flex;
    flex-wrap: wrap
}

.drop-holder .scrollable-area .quick-links .first-col .list.winter li {
    margin-right: 10px
}

@media (min-width: 1024px) {
    .drop-holder .scrollable-area .quick-links .first-col .list.winter li {
        margin-right: 31px
    }
}

.drop-holder .scrollable-area .quick-links .first-col .list.winter li:last-child {
    margin-right: 0px
}

.drop-holder .scrollable-area .quick-links .first-col .list li {
    margin-bottom: 5px
}

.drop-holder .scrollable-area .quick-links .first-col .list li:last-child {
    margin-bottom: 0px
}

.drop-holder .scrollable-area .quick-links .first-col .list li a {
    color: #5a5757
}

.drop-holder .scrollable-area .quick-links .first-col .list li a:hover {
    color: #ff5300
}

.drop-holder .scrollable-area .quick-links .second-col {
    max-width: 50%
}

.drop-holder .scrollable-area .quick-links [class^="col"] {
    border-right: 1px solid #eae7e7;
    display: flex;
    flex-direction: column
}

.drop-holder .scrollable-area .quick-links .title {
    display: inline-block;
    vertical-align: top;
    font-size: 1.9rem;
    line-height: 18px;
    border-radius: 2.4em;
    font-weight: 700;
    text-align: center
}

.drop-holder .scrollable-area .quick-links .title-inner {
    color: #000;
    font-weight: bold;
    background-color: transparent
}

@media (min-width: 768px) {
    .drop-holder .scrollable-area .quick-links .title {
        margin: 0 0 10px
    }
}

@media (min-width: 1024px) {
    .drop-holder .scrollable-area .quick-links .title {
        line-height: 20px;
        margin: 0 0 12px
    }
}

.drop-holder .scrollable-area .quick-links .list {
    font-size: 1rem;
    line-height: 18px;
    color: #000
}

@media (min-width: 768px) {
    .drop-holder .scrollable-area .quick-links .list {
        padding: 0 0 0 5px;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .drop-holder .scrollable-area .quick-links .list:last-child {
        padding: 0;
        margin: 0
    }
}

.drop-holder .scrollable-area .quick-links .list li {
    margin: 0 0 10px
}

@media (min-width: 1024px) {
    .drop-holder .scrollable-area .quick-links .list li {
        margin: 0 0 3px
    }
}

.drop-holder .scrollable-area .quick-links .list li.active a {
    color: #ff5300
}

.drop-holder .scrollable-area .quick-links .list a {
    color: #000
}

.drop-holder .scrollable-area .quick-links .list a:hover {
    color: #ff5300
}

.drop-holder .scrollable-area .quick-links .list.name {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.drop-holder .scrollable-area .quick-links .list.name li {
    width: 100%
}

@media (min-width: 1024px) {
    .drop-holder .scrollable-area .quick-links .list.name li {
        max-width: 50%
    }
}

#header-mobile-nav-opener.hamburger-slide-in {
    left: 254px;
    top: 8px
}

@media (max-width: 1023px) {
    #header-mobile-nav-opener {
        transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
        height: 16px;
        width: 27px;
        display: block;
        position: relative;
        left: 0px;
        top: 10px;
        z-index: 13
    }

    #header-mobile-nav-opener:hover {
        opacity: 0.8
    }

    .nav-active #header-mobile-nav-opener {
        left: 254px;
        top: 24px
    }

    .nav-active #header-mobile-nav-opener:after {
        right: 10px
    }

    .nav-active #header-mobile-nav-opener span {
        right: 7px
    }

    .nav-active #header-mobile-nav-opener span:after {
        right: 7px
    }

    #header-mobile-nav-opener span:after, #header-mobile-nav-opener:before, #header-mobile-nav-opener:after, #header-mobile-nav-opener span {
        content: "";
        background: #ff5300;
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        height: 1px;
        transition: 0.3s ease 0s
    }

    #header-mobile-nav-opener:after, #header-mobile-nav-opener:before {
        top: 0
    }

    #header-mobile-nav-opener:after {
        bottom: 0;
        top: auto
    }

    #header-mobile-nav-opener span:after {
        left: 0;
        right: 0;
        top: 5px
    }
}

#header-search-opener {
    color: #ff5e00;
    font-size: 20px;
    line-height: 1;
    margin: 4px 0 0;
    right: 33px;
    top: 25px;
    text-decoration: none;
    padding: 20px;
    margin: -20px
}

.search-container {
    display: flex;
    align-items: center
}

.search-container .currency-picker-container.selectize-control .selectize-input .item {
    color: #ff5300
}

.search-container .currency-picker-container.selectize-control .selectize-input:after {
    border-color: #ff5300 transparent transparent transparent
}

.search-container .showBlock .inner-form-container .tranding-quick-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 20px;
    margin: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.search-container .showBlock .inner-form-container .tranding-quick-list .slide {
    padding-bottom: 10px
}

.search-container .showBlock .inner-form-container .tranding-quick-list .slide.active-slide {
    border-bottom: 2px solid #ff5300
}

.search-container .showBlock .inner-form-container .nav-drop-holder {
    height: 70vh;
    overflow: auto
}

.search-container .showBlock .inner-form-container .nav-drop-holder .submenu-holder:not(:first-child) {
    display: none
}

.search-container .showBlock .inner-form-container .nav-drop-holder .submenu-holder .loader-inline {
    position: absolute;
    left: calc(50% - 85px)
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container {
    display: block
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories {
    display: flex;
    flex-direction: row;
    overflow-x: auto
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories .search-subcategory-item {
    background-color: #fff;
    flex: 0 0 95px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories .search-subcategory-item:not(:first-child) {
    margin-left: 10px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories .search-subcategory-item-image {
    height: 64px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories .search-subcategory-item-title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding-top: 3px;
    color: #3b3b3b
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper {
    margin-top: 20px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section {
    position: relative
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section .subcategory-header-image {
    width: 100%
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section .subcategory-header-title {
    position: absolute;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    top: 40%;
    text-align: center;
    width: 100%;
    z-index: 1
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section .subcategory-header-title .big-text {
    font-size: 4.3rem;
    line-height: 1.14;
    display: block;
    text-transform: capitalize;
    letter-spacing: -3px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section .image-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.36), rgba(10, 48, 62, 0));
    opacity: 0.8
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper {
    margin-top: 20px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-heading {
    font-size: 2rem;
    font-weight: bold;
    color: #3b3b3b
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list {
    padding: 0;
    list-style: none
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item {
    position: relative
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item-image {
    height: 55px;
    width: 55px;
    border-radius: 55px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item-title {
    font-weight: normal;
    font-size: 1.5rem;
    display: inline;
    margin: 0;
    margin-left: 10px;
    color: #505050
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item:before {
    font-family: "icomoon";
    content: "";
    font-size: 5px;
    color: rgba(0, 0, 0, 0.3);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 28%
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item .subcategory-title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper {
    margin-top: 20px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-heading {
    font-size: 2rem;
    color: #3b3b3b;
    font-weight: bold
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list {
    padding: 0;
    list-style: none
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item {
    background-color: #fff;
    margin: 0 -22px;
    padding: 22px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #000;
    position: relative;
    display: block
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item-title:before {
    font-family: "icomoon";
    content: "";
    font-size: 5px;
    color: rgba(0, 0, 0, 0.3);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    transition: 0.2s all
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item.expanded-item {
    padding-bottom: 0
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item.expanded-item .subcategory-trending-list-item-title:before {
    transform: rotate(0)
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item.expanded-item .subcategory-trending-sublist {
    display: block
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item .subcategory-trending-sublist {
    display: none;
    padding: 15px;
    list-style: none
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item .subcategory-trending-sublist-item {
    padding: 10px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item .subcategory-trending-sublist-item span {
    display: block;
    color: #505050;
    font-size: 1.3rem
}

.logo {
    display: block
}

@media (max-width: 1023px) {
    .logo {
        margin: 0 auto
    }
}

.slick-dots {
    height: 1px;
    background: rgba(212, 212, 212, 0.5);
    display: none !important
}

.slick-dots li {
    flex: 1;
    margin: 0;
    height: auto
}

.slick-dots li.slick-active button {
    background: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
    border: none
}

.slick-dots li.slick-active button:focus {
    outline: none
}

.slick-dots li button {
    transition: background 0.3s;
    width: 100%;
    height: 2px;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    margin-top: -2px;
    overflow: hidden
}

.tranding-quick-item {
    text-align: center;
    width: 65px;
    margin: 0 10px
}

.tranding-quick-item .sticky-header-link {
    display: inline-block;
    vertical-align: top;
    color: #505050;
    transition: 0.2s all
}

.tranding-quick-item .sticky-header-link:hover {
    color: #ff5300;
    cursor: pointer
}

.tranding-quick-item .sticky-header-link:hover .sticky-header-dropdown-title {
    color: #ff5300
}

.tranding-quick-item .sticky-header-link.dropdown-holder {
    position: relative
}

.tranding-quick-item .sticky-header-link.dropdown-holder:hover .sticky-header-dropdown {
    clip: auto;
    opacity: 1;
    transform: translateY(0) scaleY(1)
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0.1;
    transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
    transform: translateY(-10px) scaleY(0.5);
    transform-origin: top;
    position: absolute;
    left: 0;
    list-style: none;
    width: 250px;
    padding: 0;
    border-bottom: 8px solid #ff5300;
    margin: 0;
    top: 100%;
    padding-top: 11px
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown:hover {
    clip: auto;
    opacity: 1;
    transform: translateY(0) scaleY(1)
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown-item {
    border: 1px solid #b4b4b4;
    border-top: none;
    background-color: #fff
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown-link {
    font-size: 1.2rem;
    color: #000;
    line-height: 1;
    display: block;
    padding: 13px 15px 12px;
    line-height: 1.54;
    transition: 0.2s all;
    white-space: pre-wrap
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown-link:hover {
    color: #ff5300
}

.tranding-quick-item .sticky-header-link .sticky-header-dropdown-title {
    color: #505050;
    transition: 0.2s color
}

.tranding-quick-item .img-wrap {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px
}

.tranding-quick-item .img-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%
}

.tranding-quick-item .title {
    display: block;
    font-size: 12px;
    font-weight: 600
}

.slick-dots li button {
    transition: background 0.3s ease-in-out;
    width: 100%;
    height: 2px;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    margin-top: -2px;
    overflow: hidden
}

.drop-holder {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px/18px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 4;
    padding: 25px 35px 65px
}

.drop-holder .scrollable-area {
    overflow-y: auto;
    height: 400px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.drop-holder .scrollable-area::-webkit-scrollbar {
    display: none
}

@media (min-width: 1024px) {
    .drop-holder {
        padding: 10px
    }
}

@media (min-width: 768px) {
    .text-wrap {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 25px;
        border-bottom: 1px solid #eae7e7
    }
}

@media (min-width: 768px) {
    .alt-logo {
        display: block;
        width: 168px
    }
}

@media (min-width: 1024px) {
    .alt-logo {
        width: 268px
    }
}

.alt-logo a, .alt-logo img {
    display: block
}

@media (min-width: 768px) {
    .description {
        width: calc(100% - 168px);
        padding: 0 0 0 25px
    }
}

@media (min-width: 1024px) {
    .description {
        width: calc(100% - 268px)
    }
}

@media (min-width: 1200px) {
    .description {
        width: calc(100% - 270px);
        padding: 0 0 0 15px
    }
}

.description p {
    margin: 0
}

.opener-down-arrow {
    position: relative
}

.opener-down-arrow:after {
    content: "";
    position: relative;
    top: 10px;
    left: 5px;
    transform: translate(25%);
    border: 6px solid transparent;
    border-top: 6px solid #ff5300
}

.currency-modal-open {
    overflow-y: hidden
}

#currency-selector {
    cursor: pointer;
    margin-right: 13px
}

#currency-selector .currency-icon {
    color: white;
    font-size: 5px;
    position: relative;
    bottom: 2px
}

#currency-selector .currency-picker-btn {
    font-size: 12px;
    margin-right: 4px;
    padding: 0;
    border: none;
    background: none;
    color: white
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 768px) {
    body {
        font-size: 1.5rem
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 2rem
    }
}

body iframe[name="google_conversion_frame"] {
    display: none
}

#wrapper {
    position: relative;
    transition: 0.3s all
}

a {
    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;
    text-decoration: none
}

a:hover {
    color: #ff5300;
    text-decoration: none
}

img {
    vertical-align: top;
    max-width: 100%
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 2.4rem
    }
}

@media (max-width: 479px) {
    h1, .h1 {
        font-size: 1.8rem
    }
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    h2, .h2 {
        font-size: 1.6rem
    }
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 2rem
    }
}

@media (max-width: 479px) {
    h3, .h3 {
        font-size: 1.5rem
    }
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 1.8rem
    }
}

@media (max-width: 479px) {
    h4, .h4 {
        font-size: 1.3rem
    }
}

@media (max-width: 767px) {
    h5, .h5 {
        font-size: 1.6rem
    }
}

@media (max-width: 479px) {
    h5, .h5 {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    h6, .h6 {
        font-size: 1.5rem
    }
}

h3 {
    color: #505050
}

h2, h6 {
    color: #3b3b3b
}

.btn, .btn-gradient {
    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, background-position 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    appearance: none;
    border: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center
}

html {
    font-size: 10px
}

.text-bold {
    font-weight: bold !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.radius-md {
    border-radius: 5px !important
}

.radius-lg {
    border-radius: 10px !important
}

.base-block {
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
    margin: 30px 0
}

@media (min-width: 1024px) {
    .base-block {
        margin: 30px 0
    }
}

@media (min-width: 1200px) {
    .base-block {
        font-size: 1.7rem
    }
}

.content .base-block:first-child {
    margin-top: 0
}

@media (max-width: 767px) {
    .base-block.mobile-expanded {
        margin: 0 -22px;
        margin-bottom: 20px !important;
        border-radius: 0 !important
    }
}

@media (max-width: 374px) {
    .base-block.mobile-expanded {
        margin: 0 -20px;
        margin-bottom: 20px
    }
}

.base-block.mobile-expanded .base-block-head {
    text-transform: capitalize
}

@media (min-width: 769px) {
    .base-block.mobile-expanded .base-block-head {
        padding: 21px 35px 15px 35px
    }
}

.base-block-head {
    position: relative;
    z-index: 2;
    padding: 25px 17px
}

@media (min-width: 768px) {
    .base-block-head {
        padding: 30px 20px
    }
}

@media (min-width: 1200px) {
    .base-block-head {
        padding: 23px 35px
    }
}

.base-block-head + .base-block-body {
    padding-top: 0
}

@media (min-width: 768px) {
    .base-block-head + .base-block-body {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .base-block-head.mobile-hidden + .base-block-body {
        padding-top: 25px
    }
}

.base-block-head:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background-color: #ff5300;
    top: 0;
    bottom: 0;
    z-index: 1
}

@media (min-width: 768px) {
    .base-block-head:before {
        top: 23px
    }
}

.base-block-head h1:only-child, .base-block-head .h1:only-child, .base-block-head h2:only-child, .base-block-head .h2:only-child, .base-block-head h3:only-child, .base-block-head .h3:only-child, .base-block-head h4:only-child, .base-block-head .h4:only-child, .base-block-head h5:only-child, .base-block-head .h5:only-child, .base-block-head h6:only-child, .base-block-head .h6:only-child {
    margin-bottom: 0
}

.base-block-image {
    overflow: hidden
}

.base-block-image img {
    width: 100%
}

.base-block-body {
    padding: 17px;
    padding-bottom: 25px
}

@media (min-width: 768px) {
    .base-block-body {
        padding: 20px;
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .base-block-body {
        padding: 30px;
        padding-bottom: 40px
    }
}

.base-block-body p:last-child {
    margin-bottom: 0
}

.base-block .section-divider {
    width: 95%;
    border: 0.5px solid rgba(0, 0, 0, 0.1)
}

.text-center {
    text-align: center
}

.btn {
    font-size: 1rem;
    padding: 8px 15px;
    color: #fff;
    background: #ff5300;
    line-height: 1.3
}

@media (min-width: 768px) {
    .btn {
        font-size: 1.3rem;
        line-height: 1.23;
        min-width: 115px;
        padding: 12px
    }
}

.btn:hover {
    color: #fff;
    background: #ffb100;
    cursor: pointer
}

@media (max-width: 1023px) {
    .btn:hover {
        color: #fff;
        background: #ff5300
    }
}

.btn:focus {
    outline: none
}

.btn.btn-sm {
    font-size: 0.9rem;
    line-height: 1.22222223;
    padding: 5px
}

@media (min-width: 768px) {
    .btn.btn-sm {
        min-width: 110px;
        font-size: 1.3rem;
        padding: 7px 10px
    }
}

.btn.btn-md {
    font-size: 0.9rem;
    line-height: 1.22222223;
    padding: 5px 12px
}

@media (min-width: 768px) {
    .btn.btn-md {
        font-size: 1.4rem;
        padding: 7px 13px
    }
}

.btn.btn-lg {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 10px
}

@media (min-width: 768px) {
    .btn.btn-lg {
        font-size: 1.8rem;
        padding: 7px 14px
    }
}

.btn.btn-outline {
    border: 2px solid #ff5300;
    background: white;
    color: #ff5300
}

.btn.cta-btn {
    line-height: 1.27;
    letter-spacing: -0.8px;
    font-size: 1.5rem;
    padding: 9px 15px
}

@media (min-width: 768px) {
    .btn.cta-btn {
        font-size: 1.7rem;
        padding: 13px 20px;
        min-width: 160px
    }
}

.btn.cta-btn-md {
    border-radius: 5px;
    line-height: 1.27;
    letter-spacing: -0.8px;
    font-size: 1.3rem;
    padding: 10px 22px
}

@media (min-width: 768px) {
    .btn.cta-btn-md {
        font-size: 1.7rem;
        padding: 13px 20px;
        min-width: 160px
    }
}

.btn.cta-btn-sm {
    border-radius: 5px;
    line-height: 1.27;
    letter-spacing: -0.8px;
    font-size: 1.3rem;
    padding: 8px 22px;
    min-width: 120px
}

@media (min-width: 768px) {
    .btn.cta-btn-sm {
        font-size: 1.7rem;
        padding: 10px 20px;
        min-width: 160px
    }
}

.btn.btn-block {
    display: block;
    width: 100%
}

.btn.btn-gradient-orange {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
    background-position: 35% 0
}

.btn.btn-gradient-orange:hover {
    background-position: 100% 0
}

.btn.btn-pill {
    border-radius: 50px
}

.btn.tour-card-bottom-button {
    padding: 15px;
    display: block;
    margin: 0 17px;
    font-size: 1.3rem;
    font-weight: bold
}

.btn.float-right {
    float: right
}

.btn:disabled {
    background-color: rgba(255, 83, 0, 0.5);
    cursor: not-allowed
}

.container {
    max-width: 1080px;
    margin: 0 auto
}

@media (min-width: 320px) and (max-width: 1023px) {
    .container {
        padding: 0 22px
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        margin: 0 10px
    }
}

.mobile-button-holder {
    padding: 5px 22px;
    height: 67px;
    display: flex;
    align-items: center;
    z-index: 20
}

@media (max-width: 1023px) {
    .mobile-button-holder {
        position: fixed;
        left: 0;
        bottom: 0
    }
}

@media (min-width: 1024px) {
    .mobile-button-holder {
        display: none !important
    }
}

@media (max-width: 1023px) {
    .mobile-button-holder .fixed-block {
        width: 100%
    }
}

.mobile-button-holder .fixed-block .btn {
    padding: 14px 30px;
    overflow: hidden;
    font-weight: 400
}

#go-top-button {
    bottom: 50px;
    font-size: 15px;
    position: fixed;
    background-color: #ff5300 !important;
    color: white !important;
    right: 25px;
    display: inline-block;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    font-weight: bolder;
    font-size: 9px;
    font-weight: 200;
    border-radius: 50%;
    border: 2px solid #ff5300;
    padding: 6px;
    z-index: 40;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

#go-top-button:hover {
    cursor: pointer
}

#go-top-button.show {
    opacity: 1;
    visibility: visible
}

.sticky-footer {
    height: 50px;
    background: #f16f30;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex
}

.sticky-footer .call-icon {
    margin: auto;
    height: 100%;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    flex: 1 1 25%;
    background: #ff9933
}

.sticky-footer .icon-telephone:before {
    font-family: "icomoon";
    content: "";
    font-size: 25px;
    position: absolute;
    left: 10%;
    top: 28%
}

.sticky-footer .icon-telephone.full-width:before {
    width: 100%;
    left: inherit
}

.sticky-footer .send-enquiry {
    flex: 1 1 75%;
    font-size: 2rem;
    text-transform: capitalize
}

#fixed-side-icons {
    width: 90px;
    display: inline-flex;
    z-index: 999;
    right: 5px;
    margin-top: 5px
}

@media (max-width: 1023px) {
    .mobile-hidden {
        display: none !important
    }
}

@media (min-width: 1024px) {
    .desktop-hidden {
        display: none !important
    }
}

.hidden {
    display: none !important
}

.showBlock {
    display: block !important
}

.stickyShow {
    top: 0 !important
}

iframe {
    width: 100%
}

.overlay {
    position: absolute;
    z-index: 20
}

.overlay-top {
    top: 4%
}

.overlay-left {
    left: -5%
}

@media (max-width: 768px) {
    .overlay-left {
        left: -3%
    }
}

.overlay-right {
    right: -5%
}

@media (max-width: 768px) {
    .overlay-right {
        right: -3%
    }
}

.overlay-botton {
    bottom: 10%
}

.overlay-bookmarkStyle {
    background-image: linear-gradient(to left, #5b109b, #ff0058);
    width: fit-content;
    width: -moz-fit-content;
    height: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.8rem 2rem 0.8rem 0.8rem;
    border-radius: 5px;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
    text-transform: uppercase
}

.overlay-bookmarkStyle:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 0;
    position: absolute;
    left: 0;
    bottom: -1em
}

.overlay-discount {
    background-color: #ffb100;
    padding: 0.5rem 1.2rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #fff;
    border-radius: 5px
}

.discount-tag {
    position: absolute;
    top: -15px;
    z-index: 0
}

@media (min-width: 1024px) {
    .discount-tag {
        display: none
    }
}

.discount-tag__image {
    height: 130px
}

.discount-tag__number {
    position: absolute;
    color: #17401a;
    right: 19px;
    font-size: 26px;
    top: 60px;
    font-weight: 600
}

.discount-tag__text {
    position: absolute;
    color: #17401a;
    right: 33px;
    font-size: 13px;
    top: 93px;
    font-weight: normal
}

.discount-tag__percent {
    font-size: 20px
}

img {
    font-size: 1rem
}

.lazy-image {
    opacity: 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.lazy-image:before {
    content: "";
    background-image: url(https://ui-assets-gc.thrillophilia.com/assets/placeholder-6a8d72052f02a3516174c71f9f70e1488f9270fecec4c3bce37428f7a4af3f8b.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    display: block
}

.lazy-image:not(.lazy-image-loaded) {
    border: 1px solid #d9d9d9
}

.lazy-picture img:before {
    content: "";
    background-image: url(https://ui-assets-gc.thrillophilia.com/assets/placeholder-6a8d72052f02a3516174c71f9f70e1488f9270fecec4c3bce37428f7a4af3f8b.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    display: block
}

.instant-confirmation {
    position: relative
}

.instant-confirmation:after {
    font-family: sans-serif;
    content: "Instant Confirmation";
    position: absolute;
    top: -42px;
    left: -72px;
    font-size: 10px;
    white-space: nowrap;
    padding: 10px;
    text-transform: uppercase;
    background-color: #ff5300;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 55% 75%, 50% 100%, 45% 75%, 0% 75%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all
}

.instant-confirmation:hover:after {
    opacity: 1;
    visibility: unset
}

.icon-star-empty.null {
    color: #d3d3d3
}

.photo-credit {
    font-size: 10px;
    color: rgba(59, 68, 78, 0.5);
    clear: both;
    text-align: center;
    padding: 2px
}

.read-more-content[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
    display: block;
    width: 100%
}

.main-card-container.tour-main-card .read-more-content[aria-expanded="false"], .main-card-container.content-main-card .read-more-content[aria-expanded="false"], .main-card-container.attraction-main-card .read-more-content[aria-expanded="false"], .main-card-container.destination-main-card .read-more-content[aria-expanded="false"], .main-card-container.destination-attractions-main-card .read-more-content[aria-expanded="false"], .intro-block .read-more-content[aria-expanded="false"], .destination-description .read-more-content[aria-expanded="false"], .search-page-content-container .read-more-content[aria-expanded="false"], .destination-extra-info .read-more-content[aria-expanded="false"] {
    position: relative
}

.main-card-container.tour-main-card .read-more-content[aria-expanded="false"]:before, .main-card-container.content-main-card .read-more-content[aria-expanded="false"]:before, .main-card-container.attraction-main-card .read-more-content[aria-expanded="false"]:before, .main-card-container.destination-main-card .read-more-content[aria-expanded="false"]:before, .main-card-container.destination-attractions-main-card .read-more-content[aria-expanded="false"]:before, .intro-block .read-more-content[aria-expanded="false"]:before, .destination-description .read-more-content[aria-expanded="false"]:before, .search-page-content-container .read-more-content[aria-expanded="false"]:before, .destination-extra-info .read-more-content[aria-expanded="false"]:before {
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8))
}

.main-card-container.tour-main-card .base-block-body a, .main-card-container.content-main-card .base-block-body a, .main-card-container.attraction-main-card .base-block-body a, .main-card-container.destination-main-card .base-block-body a, .main-card-container.destination-attractions-main-card .base-block-body a, .intro-block .base-block-body a, .destination-description .base-block-body a, .search-page-content-container .base-block-body a, .destination-extra-info .base-block-body a {
    font-weight: bold
}

.read-more-content[aria-expanded="false"] {
    height: 100px
}

@media (max-width: 1023px) {
    .read-more-content[aria-expanded="false"] {
        position: relative
    }

    .read-more-content[aria-expanded="false"]:before {
        position: absolute;
        height: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        content: "";
        background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8))
    }
}

.ui-datepicker-calendar .ui-state-highlight, .ui-datepicker-calendar .ui-state-highlight {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    color: #454545 !important
}

.btn-gradient {
    color: #fff;
    background: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.2px
}

.btn-gradient.btn-lg {
    padding: 10px 25px
}

@media (min-width: 1024px) {
    .btn-gradient.btn-lg {
        padding: 15px 50px
    }
}

.btn-gradient.btn-md {
    padding: 10px 25px
}

@media (min-width: 1024px) {
    .btn-gradient.btn-md {
        padding: 15px 20px
    }
}

.btn-gradient.radius-lg {
    border-radius: 10px
}

.btn-gradient.btn-bold {
    font-weight: bold
}

.btn-gradient:hover {
    cursor: pointer;
    color: #fff
}

.btn-gradient.cta-hover {
    position: relative;
    z-index: 1
}

.btn-gradient.cta-hover:before {
    position: absolute;
    width: 80%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);
    transform: translateX(0px);
    background: #ff7102;
    transition: 0.2s all;
    z-index: -1
}

.btn-gradient.cta-hover:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    border-radius: 10px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
    transform: translateX(0px);
    background: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
    border-radius: 10px;
    transition: 0.2s all;
    z-index: -1
}

.btn-gradient.cta-hover:hover {
    transform: translateX(20px);
    border-radius: 0
}

.btn-gradient.cta-hover:hover:before {
    border-radius: 0;
    transform: translateX(-20px)
}

.btn-gradient.cta-hover:hover:after {
    transform: translateX(20px)
}

.multi-line-header {
    position: relative;
    padding-left: 20px
}

@media (max-width: 1023px) {
    .multi-line-header {
        margin-bottom: 25px
    }
}

@media (min-width: 1024px) {
    .multi-line-header {
        padding-left: 25px
    }
}

.multi-line-header__title {
    font-size: 2rem;
    color: #ff5300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold
}

.multi-line-header__caption {
    font-size: 5rem;
    color: #7c7c7c;
    letter-spacing: -3px;
    font-weight: bold;
    line-height: 1.22
}


.photobanner-slide-right {
    -webkit-animation: slider-right 30s linear infinite;
    -moz-animation: slider-right 30s linear infinite;
    -ms-animation: slider-right 30s linear infinite;
    -o-animation: slider-right 30s linear infinite;
    animation: slider-right 30s linear infinite
}

.photobanner-slide-left {
    position: relative;
    left: -1775px;
    -webkit-animation: slider-left 30s linear infinite;
    -moz-animation: slider-left 30s linear infinite;
    -ms-animation: slider-left 30s linear infinite;
    -o-animation: slider-left 30s linear infinite;
    animation: slider-left 30s linear infinite
}

.selected {
    color: #ff5300 !important;
    background-color: #fff;
    border-radius: 10px
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 2rem;
    color: #fff;
    width: 160px;
    height: 40px
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #ff5300;
    border-radius: 10px;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    padding: 8px 15px
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #ff5300 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.select-styled:hover {
    background-color: #fff;
    color: #ff5300
}

.select-styled:active, .select-styled.active {
    background-color: #fff;
    color: #ff5300
}

.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #ff5300 transparent
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    color: #ff5300
}

.select-options li {
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #ff5300
}

.select-options li:hover {
    background-color: #fff;
    color: #ff5300
}

.select-options li[rel="hide"] {
    display: none
}

.dropdown {
    position: relative;
    display: block
}

.btn-wrapper {
    text-align: center;
    margin-bottom: 5%
}

.dropbtn {
    background-color: #fff;
    color: #ff5300;
    padding: 10px 25px;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    width: max-content;
    margin: 0 auto
}

.arrow:after {
    position: absolute;
    bottom: 20%;
    content: "";
    font-family: "icomoon";
    font-size: 0.9rem;
    transform: rotate(-90deg);
    color: #ff5300;
    padding-left: 5%
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 25%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: calc(50% - 51px)
}

.dropdown-content a {
    color: #ff5300;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold
}

.dropdown-link {
    border-bottom: 1px solid #ff5300
}

.dropdown-content a:hover {
    background-color: #ff5300;
    color: #fff
}

.dropdown:hover .dropdown-content {
    display: inline-block
}

.dropdown:hover .dropbtn {
    background-color: #fff;
    color: #ff5300
}

.arrow-down:after {
    transform: rotate(0deg);
    bottom: 30%;
    padding-left: 1%;
    padding-bottom: 1%
}

#stories-section.photobanner-slide-right {
    position: relative;
    right: 1775px
}

#error_explanation p {
    font-size: 1rem;
    color: #eb595a
}

#error_explanation ul li {
    color: rgba(58, 68, 78, 0.6);
    font-size: 1rem
}

.flash-msg {
    max-width: 1080px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 10px 10px 35px;
    border: 1px solid #fff;
    border-radius: 5px
}

@media (max-width: 1023px) {
    .flash-msg {
        margin-bottom: 14px
    }
}

.alert-danger, .alert-error, #alert-error, #alert-danger {
    background-color: #feeee9;
    color: #e74843;
    border-color: #e74742
}

.alert-success, #alert-success {
    background-color: #f0f6eb;
    background-position: 10px -46px;
    color: #4bad34;
    border-color: #7cbc58
}

@media (min-width: 1024px) {
    .flash-container {
        padding: 20px 0
    }
}

.onclick-link {
    cursor: pointer
}

.promotional-bar {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, #ff7102 0%, #e85132 80%, #ff0256 100%);
    color: #fff;
    font-size: 1.4rem;
    transition: 0.3s all
}

@media (min-width: 1024px) {
    .promotional-bar {
        top: unset;
        bottom: 0;
        background: linear-gradient(to right, #ff7102 0%, #ff0256 100%)
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .promotional-bar {
        padding-left: 30px
    }
}

.promotional-bar .container {
    display: flex;
    align-items: center;
    padding: 5px 22px
}

@media (min-width: 1024px) {
    .promotional-bar .container {
        padding: 5px 0;
        min-height: 40px
    }
}

.promotional-bar .promotion-title {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.8px;
    position: relative
}

@media (min-width: 1024px) {
    .promotional-bar .promotion-title {
        max-width: 200px
    }
}

.promotional-bar .promotion-title:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: white
}

.promotional-bar .promotion-text {
    margin-left: 30px
}

@media (min-width: 1024px) {
    .promotional-bar .promotion-text {
        line-height: 30px
    }
}

.promotional-bar .promotion-text img {
    max-height: 30px !important;
    margin: 0 10px !important
}

.promotional-bar .promotion-cta {
    margin-left: auto;
    background: white;
    color: #ff5300;
    padding: 5px 12px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    min-width: 115px
}

@media (max-width: 1023px) {
    .promotional-bar .promotion-cta {
        display: none
    }
}

.promotional-bar .promotion-cta .cta-arrow {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 7px;
    margin: 0;
    margin-left: 10px
}

.promotional-bar-cb {
    display: none
}

@media (min-width: 1024px) {
    .promotional-bar-cb:checked + .promotional-bar {
        transform: translateY(80px)
    }
}

.promotional-bar-cb:checked + .promotional-bar + .promotional-bar-controller {
    background: #ff5300;
    height: 30px;
    width: 30px;
    transform: rotate(180deg)
}

@media (max-width: 1023px) {
    .promotional-bar-cb:checked + .promotional-bar + .promotional-bar-controller {
        top: 0
    }
}

@media (min-width: 1024px) {
    .promotional-bar-cb:checked + .promotional-bar + .promotional-bar-controller {
        transform: rotate(360deg)
    }
}

.promotional-bar-cb:checked + .promotional-bar + .promotional-bar-controller:before {
    height: 10px;
    left: 11.5px;
    top: 8px
}

.promotional-bar-cb:checked + .promotional-bar + .promotional-bar-controller:after {
    height: 10px;
    right: 11.5px;
    top: 8px
}

.promotional-bar-controller {
    position: fixed;
    left: 10px;
    z-index: 999;
    top: 50px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

@media (min-width: 1024px) {
    .promotional-bar-controller {
        top: unset;
        bottom: 10px;
        height: 20px;
        width: 20px
    }
}

@media (max-width: 1023px) {
    .promotional-bar-controller {
        background: #ff5300;
        left: 65px
    }
}

.promotional-bar-controller:hover {
    cursor: pointer
}

.promotional-bar-controller:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 50%;
    height: 20px;
    width: 0.5px;
    background: white;
    transform: rotate(45deg);
    transition: 0.3s all
}

@media (min-width: 1024px) {
    .promotional-bar-controller:before {
        height: 100%;
        top: 0
    }
}

.promotional-bar-controller:after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 50%;
    height: 20px;
    width: 0.5px;
    background: white;
    transform: rotate(-45deg);
    transition: 0.3s all
}

@media (min-width: 1024px) {
    .promotional-bar-controller:after {
        height: 100%;
        top: 0
    }
}

.santa-tag {
    top: 4%;
    height: 25px;
    background-color: #ff7878;
    background-image: linear-gradient(315deg, #ff7878 0%, red 74%);
    border-radius: 5px;
    width: 150px
}

.santa-tag .santa {
    transform: scale(0.4);
    top: -40px;
    left: 80px;
    animation: bobbing 3s ease-in-out infinite
}

.santa-tag .santa .face .mouth {
    animation: ho-ho-ho 3s linear infinite
}

.santa-tag .santa .hat .hat-end {
    animation: hat-flip 3s linear infinite
}

.santa-tag .santa-tag-text {
    position: absolute;
    top: 0;
    left: 33px;
    font-size: 10px;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 0
}

.santa-tag .flag-ribbon {
    background: url(https://ui-assets-gc.thrillophilia.com/assets/gold-ribbon-49af2ca4f4ddb627a78fafb615d614695b3e58f4c62d58c0d57a6a4b165f53e7.png) left top no-repeat transparent;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 32px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: url(https://ui-assets-gc.thrillophilia.com/assets/search-page-loader-b2cc433302d28caacef957c68e28867340660c9b9731dd99fa767f6f237f5b4b.gif) no-repeat center center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000
}

.loader--inline {
    position: initial;
    height: 300px;
    display: block
}

@media (min-width: 1024px) {
    .loader--inline {
        height: 100%
    }
}

.loader-inline {
    display: inline-block;
    height: 180px;
    width: 170px;
    background: url(https://ui-assets-gc.thrillophilia.com/assets/search-page-loader-b2cc433302d28caacef957c68e28867340660c9b9731dd99fa767f6f237f5b4b.gif) no-repeat center center
}

.view-more-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    color: #3a3a3a;
    transition: 0.2s color
}

.view-more-link .icon-right-arrow {
    color: #ff5300;
    margin-left: 10px
}

.view-more-link:hover {
    color: #ff5300
}

.view-more-btn {
    background-color: #ff5300;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    height: 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 2px solid transparent;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

@media (min-width: 1024px) {
    .view-more-btn {
        height: 34px
    }
}

.view-more-btn--lg {
    font-size: 16px;
    padding: 9px 30px;
    height: 40px
}

.view-more-btn:hover {
    color: #ff5300;
    border: 2px solid #ff5300;
    background-color: #fff
}

.tours-app {
    min-height: 120vh
}

.no-select-effects {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.read-more-btn {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #ff5e00;
    font-weight: 600
}

@media (max-width: 1023px) {
    .read-more-btn {
        font-size: 12px
    }
}

.footer {
    color: #fff;
    position: relative;
    padding-top: 30px;
    font-size: 10px
}

.footer:before {
    content: "";
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e343d;
    z-index: -1;
	background-image:url("../images/footer.jpg");
	  background-repeat: no-repeat;
	  background-size: cover; 
}

.footer.no-links:before {
    top: 0
}

.footer.no-links .pre-footer {
    display: none
}

.footer.no-links .social-list {
    display: none
}

.footer a {
    color: inherit
}

.footer .footer-titles {
    color: #505050;
    font-size: 1.2em;
    letter-spacing: 1.04px;
    
    font-weight: bold;
    display: block;
    margin-block-end: 2.33em;
    font-weight: bold
}

@media (max-width: 1023px) {
    .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: 0 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: #ff5300
}

.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 0.3s ease-in-out;
    text-shadow: 5px 4px 11px rgb(0,0,0), 0 2px 5px rgb(0,0,0);
}

@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
    }
}

.pre-footer .gift-link {
    display: flex;
    align-items: center
}

.pre-footer .gift-link .text {
    outline: none
}

.pre-footer .gift-link:hover .text {
    color: #ff5300;
    font-weight: 600
}

.pre-footer .gift-link .icon-gift {
    position: relative;
    margin-right: 37px
}

@media (max-width: 1023px) {
    .pre-footer .gift-link .icon-gift {
        font-size: 2.5em
    }
}

.pre-footer .gift-link .badge {
    position: absolute;
    top: -5px;
    right: -20px;
    font-size: 0.6em;
    letter-spacing: -0.3px;
    min-width: 25px;
    line-height: 1;
    padding: 3px;
    font-weight: bold;
    width: 0;
    background-color: #ff5300;
    color: #fff;
    font-size: 8px;
    font-family: sans-serif
}

.pre-footer .gift-link .text {
    color: #505050;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out
}

.reserved {
    color: #fff;
    text-align: center;
    padding: 29px 0 14px;
   /* background-color: #2e343d; */
	
}

.reserved .caption {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.reserved p {
    font-size: 1.2em;
    line-height: 1.8
}

.footer-logo {
    position: relative;
    margin-bottom: 39px
}

.footer-logo:before, .footer-logo:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    width: 10%;
    background-color: #b7b7b7
}

@media (min-width: 375px) {
    .footer-logo:before, .footer-logo:after {
        width: 15%
    }
}

@media (min-width: 480px) {
    .footer-logo:before, .footer-logo:after {
        width: 20%
    }
}

@media (min-width: 768px) {
    .footer-logo:before, .footer-logo:after {
        width: 30%
    }
}

@media (min-width: 1200px) {
    .footer-logo:before, .footer-logo:after {
        width: 38%
    }
}

.footer-logo:before {
    left: 0
}

@media (min-width: 1024px) {
    .footer-logo:before {
        left: 33px
    }
}

.footer-logo:after {
    right: 0
}

@media (min-width: 1024px) {
    .footer-logo:after {
        right: 10px
    }
}

.footer-logo .logo-link {
    display: block;
    text-decoration: none;
    max-width: 175px;
    width: 100%;
    margin: 0 auto
}

.footer-logo .logo-link img {
    width: 100%
}

.social-list {
    display: flex;
    justify-content: center
}

.social-list li {
    margin: 0 10px
}

@media (min-width: 1024px) {
    .social-list li {
        margin: 0 14px
    }

    .social-list li .onclick-link {
        font-size: 3.6em
    }
}

.social-list li:first-child {
    margin-left: 0
}

.social-list li:last-child {
    margin-right: 0
}

.social-list li .onclick-link {
    font-size: 3em
}

.social-list a:hover {
    color: #fff
}

.trending-item:not(:last-child) {
    margin-bottom: 12px
}

.trending-item .image-holder {
    min-width: 40px;
    width: 0;
    overflow: hidden;
    border-radius: 50%
}

.trending-item .image-holder img {
    width: 100%
}

.trending-item .trending-content {
    padding: 3px 7px
}

.trending-item p {
    color: #505050;
    font-size: 1em;
    margin-bottom: 5px;
    transition: color 0.3s ease-in-out
}

.trending-item a {
    display: flex
}

.trending-item a:hover p {
    color: #ff5300
}

.footer-list {
    margin-bottom: 10px
}
.footer-list p{
    text-align: justify;
}

@media (min-width: 1024px) {
    .footer-list {
        margin-bottom: 30px
    }
}

.footer-list li {
    position: relative;
    color: #505050;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase
}

.footer-list li:not(:last-child) {
    margin-bottom: 10px
}

.footer-list a, .footer-list .footer-link {
    color: #505050
}

.footer-list a:hover, .footer-list .footer-link:hover {
    color: #ff5300;
    font-weight: 700
}

@media (min-width: 1024px) {
    .search-container {
        width: 63.64%
    }
}

.search-container .search-slide {
    border-radius: 26px;
    background-color: rgba(0, 0, 0, 0.58)
}

@media (max-width: 1023px) {
    .search-container .search-slide {
        display: none;
        position: absolute;
        left: 0;
        top: 65px;
        width: 100%;
        background-color: #F6F8FB;
        border-radius: 0
    }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset {
    border: none;
    color: #505050;
    padding: 0
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 2px 10px
}

@media (max-width: 1023px) {
    .search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap {
        padding: 2px 0;
        margin: 0 10px;
        background: white;
        border-radius: 20px
    }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap .icon-search {
    font-size: 1.7rem;
    margin-right: 7px;
    display: flex;
    align-items: center
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text {
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border: none;
    font-size: 1.2rem;
    flex: 1
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text:focus {
    outline: none
}

@media (max-width: 1023px) {
    .search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text {
        background-color: #fff;
        color: #000;
        border-radius: 16px;
        padding: 10px 15px
    }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap .icon-cancel-music {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    cursor: pointer
}

@media (max-width: 1023px) {
    .search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap .icon-cancel-music {
        margin-right: 10px
    }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap button {
    display: none;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: transparent;
    border: none
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap button:focus {
    outline: none
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu {
    border-radius: 10px;
    left: -34px !important;
    background-color: #fff !important;
    width: 392px !important;
    box-shadow: 0px 2px 4px #ddd;
    max-height: 240px;
    overflow: auto;
    top: calc(100% + 10px) !important
}

@media (max-width: 1023px) {
    .search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu {
        left: 0 !important
    }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-suggestion {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 15px;
    text-align: left;
    line-height: 40px
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-suggestion:hover, .search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-cursor {
    background: #f9ad35
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-selectable:hover {
    cursor: pointer
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-selectable strong {
    color: #ff5300 !important;
    font-size: 15px !important
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-dataset .search-title {
    padding: 15px 20px;
    font-size: 15px;
    background: #edeae4
}

.sidebar-container .nearby-places-container .nearby-places-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px
}

@media (min-width: 1024px) {
    .sidebar-container .nearby-places-container .nearby-places-list {
        padding: 0 10px
    }
}

.sidebar-container .nearby-places-container .nearby-places-list .col {
    padding: 0 5px;
    display: flex;
    width: 33.33%
}

@media (min-width: 480px) {
    .sidebar-container .nearby-places-container .nearby-places-list .col {
        width: 25%
    }
}

@media (min-width: 768px) {
    .sidebar-container .nearby-places-container .nearby-places-list .col {
        width: 20%
    }
}

@media (min-width: 1024px) {
    .sidebar-container .nearby-places-container .nearby-places-list .col {
        width: 33.33%
    }
}

.sidebar-container .nearby-places-container .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;
    min-height: 100px;
    min-height: 24vw;
    padding: 5px;
    overflow: hidden
}

@media (min-width: 480px) {
    .sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item {
        min-height: 18vw
    }
}

@media (min-width: 1024px) {
    .sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item {
        min-height: 6vw
    }
}

.sidebar-container .nearby-places-container .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)
}

.sidebar-container .nearby-places-container .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
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item a {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item:hover .nearby-places-item-image {
    transform: scale(1.2)
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item .caption {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease-in-out
}

@media (min-width: 375px) {
    .sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item .caption {
        font-size: 2vw
    }
}

@media (min-width: 1024px) {
    .sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item .caption {
        font-size: 1rem
    }
}

.pop-card {
    position: relative;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.pop-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (min-width: 1024px) {
    .pop-card::after {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2)
    }
}

@media (min-width: 1024px) {
    .pop-card:hover {
        -webkit-transform: scale(1.04);
        transform: scale(1.02)
    }
}

.pop-card:hover::after {
    opacity: 1
}

.collection-tiles-container .collection-tile-list {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    user-select: auto
}

@media (max-width: 1023px) {
    .collection-tiles-container .collection-tile-list.collection-carousel {
        overflow-x: auto;
        transform: translateZ(0)
    }
}

.collection-tiles-container .collection-tile-list .slick-dots {
    left: 0;
    right: 0;
    bottom: -5px
}

@media (min-width: 1024px) {
    .collection-tiles-container .collection-tile-list .slick-dots {
        display: none !important
    }
}

.collection-tiles-container .collection-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 0.3s ease-in-out
}

.collection-tiles-container .collection-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) {
    .collection-tiles-container .collection-tile-list .slick-arrow {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .collection-tiles-container .collection-tile-list .slick-arrow {
        width: 71px;
        height: 71px
    }
}

.collection-tiles-container .collection-tile-list .slick-arrow:before {
    display: none
}

.collection-tiles-container .collection-tile-list .slick-arrow:hover {
    background-color: #f2f2f2
}

.collection-tiles-container .collection-tile-list .slick-arrow img {
    width: 20px
}

@media (min-width: 1200px) {
    .collection-tiles-container .collection-tile-list .slick-arrow img {
        width: auto
    }
}

.collection-tiles-container .collection-tile-list .slick-prev {
    left: -15px
}

@media (min-width: 1200px) {
    .collection-tiles-container .collection-tile-list .slick-prev {
        left: -40px
    }
}

.collection-tiles-container .collection-tile-list .slick-next {
    right: -15px
}

@media (min-width: 1200px) {
    .collection-tiles-container .collection-tile-list .slick-next {
        right: -40px
    }
}

.collection-tiles-container .collection-tile-list .collection-tile {
    height: 380px;
    min-width: 250px;
    width: 250px;
    margin: 0 10px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.collection-tiles-container .collection-tile-list .collection-tile:hover:before {
    opacity: 1
}

.collection-tiles-container .collection-tile-list .collection-tile:hover .collection-details {
    transform: translateY(-20px)
}

.collection-tiles-container .collection-tile-list .collection-tile:hover .image {
    transform: scale(1.02)
}

.collection-tiles-container .collection-tile-list .collection-tile:before {
    content: "";
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.5) 60%, #000 130%);
    z-index: 1;
    opacity: 0.8
}

.collection-tiles-container .collection-tile-list .collection-tile .image {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.collection-tiles-container .collection-tile-list .collection-tile .collection-details {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    padding: 0 18px 26px 18px;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2
}

.collection-tiles-container .collection-tile-list .collection-tile .collection-details .collection-name {
    color: #fff;
    font-size: 18px
}

.collection-tiles-container .collection-tile-list .collection-tile .collection-details .collection-listings {
    font-size: 16px;
    text-transform: uppercase
}

.collection-tiles-container .collection-tile-list .collection-tile .collection-details .collection-listings span:first-child {
    font-weight: bold
}

.collection-tiles-container .collection-tile-list .collection-tile .collection-details .collection-listings span:last-child {
    letter-spacing: 1.6px
}

.tour-section {
    padding: 20px 0
}

.tour-section .h3 {
    color: #505050
}

@media (min-width: 1024px) {
    .tour-section {
        padding-top: 0;
        padding-bottom: 0
    }

    .tour-section .main-caption-section {
        margin-bottom: -20px
    }

    .tour-section .tour-carousel .tour-card {
        margin: 20px 15px
    }
}

@media (max-width: 1023px) {
    .tour-section {
        padding: 0;
        margin-bottom: 40px
    }
}

.tour-section .jcf-scrollable-wrapper {
    margin-bottom: 20px
}

.tour-section .jcf-scrollable-wrapper .jcf-scrollbar-vertical {
    display: none
}

.tour-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
    height: 2px;
    top: calc(97% + 3px)
}

@media (min-width: 768px) {
    .tour-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
        height: 4px
    }
}

.tour-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    top: 0;
    width: 82px !important;
    height: 2px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #ff7102 0%, #ff0256 100%)
}

@media (min-width: 768px) {
    .tour-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
        height: 7px
    }
}

@media (min-width: 1200px) {
    .tour-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
        top: -1px
    }
}

.tour-section .jcf-scrollable-wrapper .jcf-scrollbar-slider {
    background-color: #d4d4d4;
    height: 2px;
    top: -13px;
    z-index: 1
}

@media (min-width: 768px) {
    .tour-section .jcf-scrollable-wrapper .jcf-scrollbar-slider {
        height: 7px
    }
}

.tour-section .jcf-scrollable-wrapper .jcf-scrollbar-dec, .tour-section .jcf-scrollable-wrapper .jcf-scrollbar-inc {
    width: 0
}

.tour-section .tour-card-list .col {
    flex: 0 25%
}

.main-caption-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline
}

.main-caption-section .section-heading {
    flex: 1;
    color: #3b3b3b
}

.main-caption-section .seeall {
    font-weight: 600;
    color: #ff5300;
    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
}

.main-caption-section .seeall:hover {
    color: #b33a00
}

.main-caption-section .seeall:hover a {
    color: #b33a00
}

@media (max-width: 1023px) {
    .main-caption-section .seeall {
        display: none
    }
}

.main-caption-section .h6 a {
    color: #3b3b3b
}

.main-caption-section .h3 {
    padding-right: 10px;
    width: 90%
}

@media (min-width: 375px) {
    .main-caption-section .h3 {
        margin-right: 20px
    }
}

@media (max-width: 767px) {
    .main-caption-section .h3 {
        font-size: 1.5rem;
        margin-bottom: 0
    }
}

.see-all {
    color: #ff5300;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    display: block
}

@media (min-width: 375px) {
    .see-all {
        display: flex;
        align-items: center
    }
}

@media (max-width: 1023px) {
    .see-all {
        padding-right: 11px;
        min-width: 65px
    }
}

@media (min-width: 768px) {
    .see-all {
        font-size: 1.8rem;
        font-weight: 600;
        text-decoration: underline
    }
}

.see-all-button {
    display: block;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #ff5300;
    color: #ff5300;
    background: #fff;
    border-radius: 5px;
    font-weight: bold
}

.best-seller {
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: sans-serif;
    max-width: 90px;
    padding: 5px 18px 6px 11px
}

@media (min-width: 768px) {
    .best-seller {
        font-size: 0.9rem;
        max-width: 140px;
        padding-top: 3px
    }
}

.best-seller img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 23px;
    width: 100%
}

@media (min-width: 768px) {
    .best-seller img {
        height: 24px
    }
}

.best-seller .text {
    position: relative;
    top: 2px;
    z-index: 1;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.discount {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    background-color: #ffb100;
    padding: 3px;
    max-width: 120px;
    text-align: center;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .discount {
        font-size: 1.3rem;
        letter-spacing: -0.8px;
        min-width: 70px
    }
}

.tour-card-list, .destination-attraction-card-list {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    user-select: auto
}

.tour-card-list.tour-slider:not([class*='slick-initialized']), .destination-attraction-card-list.tour-slider:not([class*='slick-initialized']) {
    overflow-x: auto;
    transform: translateZ(0)
}

@media (min-width: 769px) {
    .tour-card-list.show_8_fold_cards, .destination-attraction-card-list.show_8_fold_cards {
        flex-flow: row wrap
    }
}

@media (max-width: 1023px) {
    .tour-card-list, .destination-attraction-card-list {
        overflow-x: auto;
        transform: translateZ(0)
    }
}

.tour-card-list .col, .destination-attraction-card-list .col {
    flex: 1
}

.tour-card-list.tour-carousel-md, .destination-attraction-card-list.tour-carousel-md {
    padding: 0 5px
}

.tour-card-list.tour-carousel-md .tour-card, .destination-attraction-card-list.tour-carousel-md .tour-card {
    padding: 0 13px
}

.tour-card-list.tour-carousel-md h6, .destination-attraction-card-list.tour-carousel-md h6 {
    font-size: 1.5rem
}

@media (min-width: 1024px) {
    .tour-card-list.tour-carousel-md h6, .destination-attraction-card-list.tour-carousel-md h6 {
        font-size: 1.3rem
    }
}

.tour-card-list.tour-carousel-md .additional-list-info li span, .destination-attraction-card-list.tour-carousel-md .additional-list-info li span {
    font-size: 0.9rem
}

@media (min-width: 1024px) {
    .tour-card-list.slick-slider, .destination-attraction-card-list.slick-slider {
        margin-bottom: 0;
        margin-bottom: 10px
    }
}

.tour-card-list:after, .destination-attraction-card-list:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #d4d4d4
}

.tour-card-list .slick-list, .destination-attraction-card-list .slick-list {
    margin: 0px
}

.tour-card-list .tour-card, .destination-attraction-card-list .tour-card {
    width: 240px;
    margin: 0 15px 20px
}

@media (max-width: 1023px) {
    .tour-card-list .tour-card, .destination-attraction-card-list .tour-card {
        margin: 0 7px 7px
    }
}

.tour-card-list .tour-card.tour-card-sm, .destination-attraction-card-list .tour-card.tour-card-sm {
    width: 90%;
    height: 280px;
    padding: 0;
    padding-bottom: 10px
}

@media (max-width: 1023px) {
    .tour-card-list .tour-card.tour-card-sm, .destination-attraction-card-list .tour-card.tour-card-sm {
        width: 250px
    }
}

.tour-card-list .tour-card.tour-card-md, .destination-attraction-card-list .tour-card.tour-card-md {
    width: 220px;
    height: 290px
}

@media (max-width: 1023px) {
    .tour-card-list .tour-card.tour-card-md, .destination-attraction-card-list .tour-card.tour-card-md {
        width: 250px
    }
}

.tour-card-list .slick-dots, .destination-attraction-card-list .slick-dots {
    left: 0;
    right: 0;
    bottom: -5px;
    display: none !important
}

.tour-card-list .old-price, .destination-attraction-card-list .old-price {
    display: inline-block
}

.tour-card-list .old-price:before, .destination-attraction-card-list .old-price:before {
    left: 0;
    right: 8px
}

.tour-card-list .slick-arrow, .destination-attraction-card-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: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: background-color 0.3s ease-in-out
}

.tour-card-list .slick-arrow [class*="icon-"], .destination-attraction-card-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) {
    .tour-card-list .slick-arrow, .destination-attraction-card-list .slick-arrow {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .tour-card-list .slick-arrow, .destination-attraction-card-list .slick-arrow {
        width: 71px;
        height: 71px
    }
}

.tour-card-list .slick-arrow:before, .destination-attraction-card-list .slick-arrow:before {
    display: none
}

.tour-card-list .slick-arrow:hover, .destination-attraction-card-list .slick-arrow:hover {
    background-color: #f2f2f2
}

.tour-card-list .slick-arrow img, .destination-attraction-card-list .slick-arrow img {
    width: 20px
}

@media (min-width: 1200px) {
    .tour-card-list .slick-arrow img, .destination-attraction-card-list .slick-arrow img {
        width: auto
    }
}

.tour-card-list .slick-prev, .destination-attraction-card-list .slick-prev {
    left: -15px
}

@media (min-width: 1200px) {
    .tour-card-list .slick-prev, .destination-attraction-card-list .slick-prev {
        left: -40px
    }
}

.tour-card-list .slick-next, .destination-attraction-card-list .slick-next {
    right: -15px
}

@media (min-width: 1200px) {
    .tour-card-list .slick-next, .destination-attraction-card-list .slick-next {
        right: -40px
    }
}

.main-card-container .info-head .raiting-holder .counter {
    display: none
}

.main-card-container .info-head .tour-title {
    font-size: 1.5rem
}

@media (min-width: 1024px) {
    .main-card-container .info-head .tour-title {
        font-size: 2.3rem
    }
}

.main-card-container .info-head .title {
    font-size: 1.5rem
}

@media (min-width: 1024px) {
    .main-card-container .info-head .title {
        font-size: 2.3rem
    }
}

.main-card-container .info-head a {
    color: #000 !important
}

@media (max-width: 1023px) {
    .main-card-container.promotion-collection-section {
        margin: 0 -22px
    }
}

.main-card-container.promotion-collection-section .main-caption-section {
    padding: 25px 25px 25px 0
}

@media (min-width: 769px) {
    .main-card-container.promotion-collection-section .tour-card-list {
        display: block
    }
}

.main-card-container .base-block-body a {
    font-weight: bold
}

.tour-card {
    display: block;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    height: 305px;
    margin-bottom: 33px
}

.tour-card:focus {
    outline: none
}

.tour-card.tour-card-sm {
    margin-bottom: 20px
}

.tour-card.tour-card-sm h4 {
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    height: calc(1.4 * 1.5rem * 2)
}

.tour-card.tour-card-sm .card-content {
    padding: 8px 13px 8px 15px
}

.tour-card.tour-card-sm .current-price {
    font-size: 1.2rem;
    margin-bottom: 8px
}

.tour-card.tour-card-sm .btn {
    font-size: 1.2rem;
    font-weight: bold;
    min-width: 100px;
    margin-left: 5px
}

.tour-card.tour-card-sm .raiting-list li {
    font-size: 1.3rem;
    margin-right: 3px
}

.tour-card.tour-card-sm .raiting-holder {
    margin-bottom: 9px
}

.tour-card.tour-card-sm .raiting-holder .counter {
    font-size: 1rem
}

.tour-card .title {
    color: #000;
    line-height: 1.4;
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    height: calc(1.4 * 1.3rem * 2);
    font-weight: bold;
    margin-bottom: 0.5em
}

@media (min-width: 1024px) {
    .tour-card .title {
        font-size: 1.4rem;
        margin-bottom: 4px;
        max-height: calc(1.4 * 1.4rem * 2)
    }
}

.tour-card .image-holder {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 60%;
    z-index: 1
}

.tour-card .image-holder .tour-card-image {
    height: 100%;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    object-fit: cover
}

.tour-card .image-holder .additional-list-info {
    position: absolute;
    bottom: 0;
    height: 56px;
    background-image: linear-gradient(to top, #000, rgba(84, 84, 84, 0));
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 17px
}

.tour-card .image-holder .additional-list-info [class^="icon-"] {
    color: #fff
}

.tour-card .image-holder .additional-list-info li span {
    color: #fff
}

.tour-card .card-content {
    background-color: #fff;
    padding: 10px 13px 7px 17px;
    height: 40%
}

.tour-card .row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.tour-card .col {
    width: 50%
}

.tour-card .col:nth-child(2) {
    display: flex;
    align-items: flex-end
}

.tour-card .col:nth-child(1) {
    padding-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 40%;
    width: 100%
}

.tour-card .col:nth-child(2) {
    text-align: right;
    flex: 1 1 60%
}

@media (min-width: 768px) {
    .tour-card .col:nth-child(2) {
        padding-top: 0;
        padding-bottom: 9px
    }
}

@media (max-width: 767px) {
    .tour-card .col:nth-child(2) {
        padding-bottom: 10px
    }
}

.tour-card .best-seller {
    position: absolute;
    top: 21px;
    left: -8px
}

@media (min-width: 768px) {
    .tour-card .best-seller {
        top: 23px
    }
}

.tour-card .discount {
    position: absolute;
    top: 21px;
    right: -7px
}

@media (min-width: 768px) {
    .tour-card .discount {
        top: 10%;
        right: -12px
    }
}

.tour-card .raiting-holder {
    align-items: baseline
}

@media (min-width: 1024px) {
    .tour-card .old-price {
        padding-right: 12px
    }
}

.tour-card .current-price {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .tour-card .current-price {
        margin-bottom: 13px;
        padding-right: 8px
    }
}

.tour-card .btn-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

@media (max-width: 767px) {
    .tour-card .btn-holder {
        display: block
    }
}

.tour-card .btn {
    margin-left: 5px;
    background-color: #ff5300;
    font-size: 1.2rem
}

@media (min-width: 1024px) {
    .tour-card .btn {
        padding: 7px 6px;
        min-width: 100px;
        width: 85px;
        font-size: 1.2rem;
        font-weight: bold
    }
}

@media (max-width: 1023px) {
    .tour-card .btn {
        font-size: 1.2rem;
        font-weight: bold
    }
}

.tour-card .icon-flash {
    font-size: 1.7rem;
    color: #ff5300
}

.old-price {
    position: relative;
    display: block;
    opacity: 0.56;
    color: #505050;
    font-size: 1.2rem;
    line-height: 0.6;
    margin-bottom: 11px;
    white-space: nowrap;
    display: flex
}

@media (min-width: 768px) {
    .old-price {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 0.78
    }
}

.old-price:before {
    content: "";
    position: absolute;
    top: 48%;
    left: -3px;
    right: -3px;
    background-color: #505050;
    height: 1px
}

.old-price .old-price-inventory-name {
    margin-left: 2px;
    color: #a5a4a4
}

.currency-type {
    font-weight: 600
}

.current-price {
    display: block;
    color: #505050;
    font-size: 1.6rem;
    line-height: 10px;
    font-weight: 600;
    letter-spacing: -0.32px;
    white-space: nowrap;
    display: flex;
    align-items: baseline
}

.current-price span {
    margin-left: 2px
}

@media (min-width: 768px) {
    .current-price {
        font-size: 1.3rem;
        letter-spacing: -0.4px;
        line-height: 0.7
    }
}

.raiting-holder {
    color: #505050;
    font-size: 1.4rem;
    display: flex;
    align-items: center
}

.raiting-holder .counter {
    font-size: 1rem
}

@media (min-width: 768px) {
    .raiting-holder .counter {
        font-size: 1.1rem
    }
}

.raiting-list {
    display: flex
}

.raiting-list li {
    color: #ffb100;
    font-size: 1.3rem;
    margin-right: 3px
}

@media (min-width: 768px) {
    .raiting-list li {
        margin-right: 3px
    }
}

.additional-list-info {
    display: flex
}

.additional-list-info li {
    display: flex;
    margin-bottom: 7px
}

.additional-list-info li:not(:first-child) {
    margin-left: 10px
}

@media (min-width: 768px) {
    .additional-list-info li {
        margin-bottom: 9px
    }
}

.additional-list-info li span {
    color: #505050;
    font-size: 1.2rem
}

@media (min-width: 768px) {
    .additional-list-info li span {
        font-size: 1.1rem
    }
}

@media (min-width: 1024px) {
    .additional-list-info li span {
        color: #fff
    }
}

.additional-list-info [class^="icon-"] {
    margin-right: 10px;
    color: #ff5300;
    font-size: 1.4rem
}

.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: #ff4e00;
    border: 1px solid #d3d3d3
}

.more-things-section .transparent:hover {
    background: #ff5300;
    color: #fff;
    border: 1px solid #ff5300
}

.more-things-section .btn-holder {
    display: flex;
    flex-wrap: wrap
}

.banner-wrapper {
    margin-top: 70px
}

.banner-wrapper .slick-dots {
    display: block !important;
    bottom: 30px;
    background: transparent
}

.banner-wrapper .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #6f6f6f
}

.banner-wrapper .slick-dots li.slick-active button {
    background: #fff
}

.banner-wrapper .slick-arrow {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 1;
    border-radius: 50px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-wrapper .slick-arrow:before {
    content: ''
}

.banner-wrapper .slick-arrow.slick-prev {
    left: 40px
}

.banner-wrapper .slick-arrow.slick-next {
    right: 40px
}

.banner-wrapper .collections-banner {
    position: relative;
    z-index: 0;
    padding: 60px 30px;
    height: 500px
}

@media (min-width: 1024px) {
    .banner-wrapper .collections-banner {
        height: 300px;
        padding: 45px 65px
    }
}

.banner-wrapper .collections-banner__image {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover
}

@media (max-width: 1023px) {
    .banner-wrapper .collections-banner__image {
        object-fit: cover;
        object-position: center
    }
}

.banner-wrapper .collections-banner .small-yellow {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff9d00
}

@media (max-width: 1023px) {
    .banner-wrapper .collections-banner .small-yellow {
        font-size: 1.5rem
    }
}

.banner-wrapper .collections-banner .main-text {
    display: block;
    width: 50%;
    font-weight: bold;
    font-size: 4.5rem;
    color: #fff;
    line-height: 1.22;
    letter-spacing: -2.52px
}

@media (max-width: 1023px) {
    .banner-wrapper .collections-banner .main-text {
        font-size: 5.0rem
    }
}

.banner-wrapper .collections-banner .tag-line {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 10px
}

@media (max-width: 1023px) {
    .banner-wrapper .collections-banner .tag-line {
        font-size: 1.9rem;
        display: block;
        margin: 30px 0
    }
}

@media (max-width: 1023px) {
    .banner-wrapper .collections-banner .tag-line strong {
        display: block
    }
}

.banner-wrapper .collections-banner__button {
    font-size: 1.5rem;
    color: #fff;
    background: #ff5300;
    padding: 7px 10px;
    display: inline-block;
    border: none;
    border-radius: 5px;
    margin-top: 20px
}

.banner-wrapper .collections-banner__button:focus {
    outline: none
}

.banner-wrapper .collections-banner__button:hover {
    color: #fff
}

.banner-wrapper .collections-banner-large {
    display: flex
}

.banner-wrapper .collections-banner-large.slick-slide {
    display: flex
}

.banner-wrapper .collections-banner-large .large-banner-content-wrap {
    width: 50%;
    margin: auto 0 auto auto
}

@media (max-width: 1023px) {
    .banner-wrapper .collections-banner-large .large-banner-content-wrap {
        margin: auto auto auto 0
    }
}

.banner-wrapper .collections-banner-large .small-yellow {
    font-size: 1.8rem
}

.banner-wrapper .collections-banner-large .main-text {
    font-size: 5.0rem;
    width: auto;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.58)
}

.banner-wrapper .collections-banner-large .collections-banner__button {
    font-size: 2.0rem
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, select, .jcf-textarea {
    transition: border-color 0.3s ease-in-out;
    display: block;
    height: 34px;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    font-size: 1.2rem;
    padding: 5px 15px;
    line-height: normal;
    width: 100%;
    color: currentColor;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none
}

input[type="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
}

.jcf-textarea {
    height: 31px;
    border-radius: 21px;
    padding: 15px 0;
    resize: none;
    white-space: normal
}

.jcf-textarea .jcf-resize, .jcf-textarea .jcf-scrollbar-dec, .jcf-textarea .jcf-scrollbar-inc {
    width: 0;
    height: 0
}

.jcf-textarea textarea {
    height: 66px;
    padding: 0 20px;
    width: 100% !important
}

textarea {
    overflow-y: auto;
    height: 80px;
    border-radius: 21px;
    padding: 20px;
    resize: none;
    white-space: normal
}

.input-holder {
    margin-bottom: 14px
}

.input-holder input {
    border-radius: 8px
}

.input-holder.phone-input-wrapper {
    display: flex
}

.input-holder.phone-input-wrapper .phone-country-code {
    padding: 2px 5px;
    width: 30%;
    border-radius: 5px
}

.submit-holder {
    margin-top: 20px
}

@media (min-width: 1200px) {
    .submit-holder {
        margin-top: 30px
    }
}

.input-datepicker input.datepicker {
    padding-right: 60px
}

@media (min-width: 1200px) {
    .ui-datepicker {
        width: 250px
    }
}

@media (min-width: 1600px) {
    .ui-datepicker {
        width: 250px;
        max-width: 100%
    }
}

.ui-datepicker .ui-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header .ui-datepicker-next {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
    order: 10
}

.ui-datepicker .ui-widget-header:after, .ui-datepicker .ui-widget-header:before {
    content: none
}

.ui-datepicker-calendar .ui-state-highlight, .ui-datepicker-calendar .ui-widget-content .ui-state-highlight, .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    background: #ffb100;
    border-color: #ffb100;
    color: #fff
}

.ui-datepicker-calendar .ui-state-active {
    background: #ff5300;
    border-color: #ff5300;
    color: #fff
}

.jcf-textarea.jcf-scrollbar-vertical, .jcf-scrollbar.jcf-scrollbar-vertical {
    width: 9px;
    background-color: transparent
}

.jcf-textarea.jcf-scrollbar-vertical .jcf-scrollbar-handle, .jcf-scrollbar.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    width: 9px;
    border-radius: 8px;
    background: #e0e0e0
}

.jcf-textarea.jcf-scrollbar-horizontal, .jcf-scrollbar.jcf-scrollbar-horizontal {
    height: 9px;
    background-color: transparent
}

.jcf-textarea.jcf-scrollbar-horizontal .jcf-scrollbar-handle, .jcf-scrollbar.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    height: 9px;
    border-radius: 8px;
    background: #e0e0e0
}

.jcf-textarea .jcf-scrollbar-inc, .jcf-textarea .jcf-scrollbar-dec, .jcf-scrollbar .jcf-scrollbar-inc, .jcf-scrollbar .jcf-scrollbar-dec {
    height: 0 !important;
    width: 0 !important
}

.resize-active * {
    transition: none !important
}

form .base-block-head:before {
    display: none
}

.form-list li {
    position: relative;
    padding-left: 25px;
    color: #505050;
    font-size: 1.1rem;
    line-height: 1.6
}

.form-list li:not(:last-child) {
    margin-bottom: 7px
}

.form-list li:before {
    content: "";
    font-family: "icomoon" !important;
    color: #30c55e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.1rem
}

.popup-messages-holder .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%);
    background-color: #fff
}

.popup-msg {
    max-width: 400px;
    width: 100%;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 30px;
    box-shadow: 1px 14px 46px -27px rgba(0, 0, 0, 0.75);
    opacity: 1
}

.popup-msg.hide-popup {
    opacity: 0;
    left: -9999px
}

.popup-msg.thank-popup-msg {
    color: #30c55e
}

.popup-msg.error-popup-msg {
    color: #ff0202
}

.popup-msg .thank-header {
    font-size: 5rem;
    font-weight: 400
}

.popup-msg .thank-text {
    color: #000
}

.popup-msg .logo-holder {
    width: 70px;
    height: 68px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 6rem;
    padding-top: 5px
}

.popup-msg .close {
    position: absolute;
    top: 15px;
    right: 15px
}

.form-with-error .input-holder .form-control.has-error {
    border: 1px solid red
}

.form-with-error .select-holder {
    border-radius: 100px;
    border: solid 1px #d9d9d9
}

.form-with-error .select-holder select {
    border: none;
    margin-left: 5px;
    background-color: transparent;
    width: 95%
}

.form-with-error .error-notice {
    font-size: 12px;
    margin-left: 5px;
    color: red
}

.new_lead_form_enquiry .intro-form .form-inner .input-holder {
    margin-bottom: 12px
}

.new_lead_form_enquiry .intro-form .form-inner .input-holder .form-list {
    padding-top: 0
}

.new_lead_form_enquiry .intro-form .form-inner .submit-holder {
    margin-top: 10px
}

.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: black;
    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
}

@media (min-width: 1024px) {
    .login-modal-wrap {
        padding-top: calc((100vh - 600px) / 2)
    }
}

.login-modal-wrap.show {
    backdrop-filter: blur(1px)
}

.login-modal-wrap.show .login-modal {
    transform: translateY(0)
}

.login-modal-wrap .login-modal {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.2s;
    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, transparent 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;
        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[data-active-form="signup"] .forms-selector:before {
    left: 3%
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="signup"] .forms-holder #signup-form {
    opacity: 1;
    transform: scale(1)
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="signup-success"] .forms-selector:before {
    left: 3%
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="signup-success"] .forms-holder #signup-success {
    opacity: 1;
    transform: scale(1)
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="request-phone-number"] .forms-selector:before {
    left: 3%
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="request-phone-number"] .forms-holder #request-phone-number {
    opacity: 1;
    transform: scale(1)
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="login"] .forms-selector:before {
    left: 53%
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="login"] .forms-holder #login-form {
    opacity: 1;
    transform: scale(1)
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="auth-initial"] .forms-selector:before {
    left: 3%
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="auth-initial"] .forms-holder #auth-initial {
    opacity: 1;
    transform: scale(1)
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="forgot-form"] .forms-selector:before {
    left: 53%
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="forgot-form"] .forms-holder #forgot-form {
    opacity: 1;
    transform: scale(1)
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="forgot-sent-form"] .forms-selector:before {
    left: 53%
}

.login-modal-wrap .login-modal .login-forms-wrap[data-active-form="forgot-sent-form"] .forms-holder #forgot-sent-form {
    opacity: 1;
    transform: scale(1)
}

.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
}

.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 #ff5300
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector:before {
    position: absolute;
    content: "";
    width: 44%;
    border-bottom: 1px solid #ff5300;
    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;
    opacity: 0;
    transform: scale(0);
    transition: 0.1s opacity;
    font-size: 1.5rem;
    color: #5f5f5f;
    overflow: auto
}

@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 .form-back {
    border: none;
    background: #f4f4f4;
    color: #ff5300;
    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
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-wrap .btn-third-party.btn-facebook {
    background: #385c8e;
    color: #fff
}

.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--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;
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__input-label.active-input-field {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-25px) scale(0.9);
    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 .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
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-holder .auth-form__forgot-pwd {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    color: #ff5300;
    margin-top: 5px
}

.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
}

.section__intro {
  height: 60vh;
  background-image: linear-gradient(359deg, transparent, rgba(0, 0, 0, 0.46) 65%, transparent 73%, rgba(0, 0, 0, 0.7)), url(../images/packages.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(30px);
  position: relative;

}

@media (max-width: 1023px) {
    .section__intro {
        background: url(../images/packages.jpg), rgba(0, 0, 0, 0.4)
    }
}

@media (min-width: 1024px) {
    .section__intro {
        background-position: center center;
        padding-bottom: 30px;
        height: 60vh
    }
}

.section__intro .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.section__intro__main.intro-heading {
    color: white;
    text-align: center;
    margin: auto 0
}

@media (max-width: 1023px) {
    .section__intro__main.intro-heading {
        margin: 150px 0 auto
    }
}

.section__intro__main.intro-heading .intro-heading__title {
    margin-bottom: 25px
}

@media (max-width: 1023px) {
    .section__intro__main.intro-heading .intro-heading__title {
        margin-bottom: 50px
    }
}

.section__intro__main.intro-heading .intro-heading__title .intro-heading__base {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: -2px
}

@media (min-width: 1024px) {
    .section__intro__main.intro-heading .intro-heading__title .intro-heading__base {
        font-size: 5rem
    }
}

.section__intro__main.intro-heading .intro-heading__title .intro-heading__animation-window {
    transition: 0.2s all
}

@media (max-width: 1023px) {
    .section__intro__main.intro-heading .intro-heading__title .intro-heading__animation-window {
        animation: swapTitleMobile 8s cubic-bezier(0.22, 1, 0.36, 1) 3s infinite forwards
    }
}

@media (min-width: 1024px) {
    .section__intro__main.intro-heading .intro-heading__title .intro-heading__animation-window {
        animation: swapTitleDesktop 8s cubic-bezier(0.22, 1, 0.36, 1) 3s infinite forwards
    }
}

.section__intro__main.intro-heading .intro-heading__title .intro-heading__animated {
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 600;
    height: calc(1 * 1.2 * 5rem);
    overflow: hidden
}

@media (max-width: 1023px) {
    .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated {
        margin-top: 5px
    }
}

@media (min-width: 1024px) {
    .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated {
        font-size: 8.8rem;
        height: calc(1 * 1.2 * 8.8rem)
    }
}

.section__intro__main.intro-heading .intro-heading__caption {
    font-size: 1.6rem;
    letter-spacing: -0.26px;
    line-height: 1.2;
    margin: 10px 0;
    padding: 0 40px
}

@media (min-width: 1024px) {
    .section__intro__main.intro-heading .intro-heading__caption {
        margin: 0;
        padding: 0;
        font-size: 2rem;
        letter-spacing: -1px
    }
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar {
    background: rgba(67, 67, 67, 0.82);
    border-radius: 8px;
    width: auto;
    margin: 20px auto 0;
    display: inline-flex
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar .tags-bar__tag {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 1.3rem;
    letter-spacing: -0.65px;
    display: flex;
    align-items: center;
    transition: 0.2s all;
    padding: 10px 30px
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar .tags-bar__tag:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar .tags-bar__tag:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar .tags-bar__tag:not(:first-child) {
    border-left: 1px solid #fff
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar .tags-bar__tag.active, .section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar .tags-bar__tag:hover {
    background: #ff5300
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar .tags-bar__tag:focus {
    outline: none
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__tags-bar .tags-bar__tag .tag-icon {
    margin-right: 5px;
    font-size: 1.5rem
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap {
    position: relative
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-wrap__input-bar {
    padding: 10px;
    padding-left: 40px;
    padding-right: 60px;
    font-size: 1.3rem;
    width: 100%;
    border-radius: 8px;
    color: #000
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-wrap__input-bar:focus {
    -webkit-box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15)
}

@media (min-width: 1024px) {
    .section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-wrap__input-bar {
        width: 950px;
        height: unset;
        font-size: 2rem
    }
}

@media (max-width: 1023px) {
    .section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-wrap__input-bar {
        height: 40px;
        font-size: 1.6rem
    }
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-wrap__input-bar:focus {
    outline: none
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-button {
    position: absolute;
    right: 20px;
    font-size: 2rem;
    top: 8px;
    color: #454f63;
    background: transparent;
    border: none
}

@media (min-width: 1024px) {
    .section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-button {
        top: 12px
    }
}

.section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-button:focus {
    outline: none
}

.section__intro__footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
}

@media (max-width: 1023px) {
    .section__intro__footer {
        align-self: flex-start;
        margin-bottom: 30px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.section__intro__footer .stats-item:hover {
    cursor: pointer;
    opacity: 1
}

.section__intro__footer .stats-item__logo {
    font-size: 3.6rem;
    margin-right: 15px
}

.section__intro__footer .stats-item__details {
    font-size: 1.1rem
}

@media (max-width: 1023px) {
    .section__intro__footer .stats-item__details {
        font-size: 1.3rem
    }
}

.section__intro__footer .stats-item__details__caption {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    white-space: nowrap
}

@media (min-width: 1024px) {
    .section__intro__footer .stats-item:not(:first-child) {
        margin-left: 100px
    }
}


@keyframes swapTitleMobile {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(-50px)
    }
    50% {
        transform: translateY(-100px)
    }
    75% {
        transform: translateY(-150px)
    }
    100% {
        transform: translateY(-200px)
    }
}

@keyframes swapTitleDesktop {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(-107px)
    }
    50% {
        transform: translateY(-214px)
    }
    75% {
        transform: translateY(-321px)
    }
    100% {
        transform: translateY(-428px)
    }
}

.section__offers {
    padding-top: 40px
}

@media (min-width: 1024px) {
    .section__offers {
        padding-top: 70px
    }
}

.section__offers .offers-slider {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
}

@media (max-width: 1023px) {
    .section__offers .offers-slider {
        padding: 0 20px;
        margin: 0 -20px;
        overflow-x: auto;
        transform: translateZ(0);
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .section__offers .offers-slider::-webkit-scrollbar {
        display: none
    }
}

@media (min-width: 1024px) {
    .section__offers .offers-slider {
        margin-top: 45px
    }
}

.section__offers .offers-slider .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: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: background-color 0.3s ease-in-out
}

.section__offers .offers-slider .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) {
    .section__offers .offers-slider .slick-arrow {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .section__offers .offers-slider .slick-arrow {
        width: 71px;
        height: 71px
    }
}

.section__offers .offers-slider .slick-arrow:before {
    display: none
}

.section__offers .offers-slider .slick-arrow:hover {
    background-color: #f2f2f2
}

.section__offers .offers-slider .slick-arrow img {
    width: 20px
}

@media (min-width: 1200px) {
    .section__offers .offers-slider .slick-arrow img {
        width: auto
    }
}

.section__offers .offers-slider .slick-prev {
    left: -15px
}

@media (min-width: 1200px) {
    .section__offers .offers-slider .slick-prev {
        left: -40px
    }
}

.section__offers .offers-slider .slick-next {
    right: -15px
}

@media (min-width: 1200px) {
    .section__offers .offers-slider .slick-next {
        right: -40px
    }
}

.section__offers .offers-tile {
    height: 340px;
    width: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: 0.2s all;
    flex: 0 0 200px
}

.section__offers .offers-tile:not(:first-child) {
    margin-left: 20px
}

.section__offers .offers-tile__image {
    height: 100%;
    border-radius: 20px
}

.section__offers .offers-tile.pop-card::after {
    border-radius: 20px
}

.section__featured {
    padding-top: 40px
}

@media (min-width: 1024px) {
    .section__featured {
        padding-top: 70px
    }
}

@media (min-width: 1024px) {
    .section__featured .multi-line-header {
        margin-bottom: 30px
    }
}

.section__featured .featured-grid {
    margin: 0 -7.5px
}

@media (min-width: 1024px) {
    .section__featured .featured-grid {
        display: flex;
        flex-flow: row wrap
    }
}

.section__featured .featured-grid__item {
    margin: 10px 7px 7px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    text-shadow: 2px 2px 5px #000
}

@media (max-width: 1023px) {
    .section__featured .featured-grid__item {
        width: 100%;
        height: 220px;
        font-size: 3.0rem;
        margin: 10px 0
    }
}

.section__featured .featured-grid__item:hover .featured-grid__item-button {
    color: #fff;
    background: #ff5300
}

@media (min-width: 480px) {
    .section__featured .featured-grid__item {
        flex: 0 0 100%;
        height: 220px
    }
}

@media (min-width: 768px) {
    .section__featured .featured-grid__item {
        width: 49%;
        flex: 0 0 50%
    }
}

@media (min-width: 1024px) {
    .section__featured .featured-grid__item {
        width: calc((1080px - 61px) / 4);
        height: 170px;
        flex: 0 0 calc((1080px - 61px) / 4)
    }
}

.section__featured .featured-grid__item-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px
}

.section__featured .featured-grid__item-button {
    margin-top: 10px;
    border: none;
    padding: 5px 20px;
    background: #fff;
    border-radius: 10px;
    font-weight: normal;
    font-size: 1.0rem;
    color: #000;
    transition: 0.2s all
}

@media (max-width: 1023px) {
    .section__featured .featured-grid__item-button {
        font-size: 1.5rem
    }
}

.section__featured .featured-grid__item-button:focus {
    outline: none
}

.section__featured .featured-grid .show-more-item {
    display: none
}

.section__featured .featured-grid .show-more-item.item-shown {
    display: inline-flex
}

.section__banner_ads {
    margin-top: 70px
}

.section__banner_ads .banner-ad-carousel {
    position: relative;
    z-index: 0
}

@media (min-width: 1024px) {
    .section__banner_ads .banner-ad-carousel {
        height: 300px
    }
}

.section__banner_ads .banner-ad-carousel .banner-ad-carousel__image img {
    width: 100%
}

@media (max-width: 1023px) {
    .section__banner_ads .banner-ad-carousel .banner-ad-carousel__image img {
        object-fit: cover;
        object-position: center
    }
}

.section__banner_ads .banner-ad-carousel .slick-dots {
    left: 0;
    right: 0;
    bottom: -5px
}

@media (min-width: 1024px) {
    .section__banner_ads .banner-ad-carousel .slick-dots {
        display: none !important
    }
}

.section__banner_ads .banner-ad-carousel .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 0.3s ease-in-out
}

.section__banner_ads .banner-ad-carousel .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) {
    .section__banner_ads .banner-ad-carousel .slick-arrow {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .section__banner_ads .banner-ad-carousel .slick-arrow {
        width: 71px;
        height: 71px
    }
}

.section__banner_ads .banner-ad-carousel .slick-arrow:before {
    display: none
}

.section__banner_ads .banner-ad-carousel .slick-arrow:hover {
    background-color: #f2f2f2
}

.section__banner_ads .banner-ad-carousel .slick-arrow img {
    width: 20px
}

@media (min-width: 1200px) {
    .section__banner_ads .banner-ad-carousel .slick-arrow img {
        width: auto
    }
}

.section__banner_ads .banner-ad-carousel .slick-prev {
    left: -15px
}

@media (min-width: 1200px) {
    .section__banner_ads .banner-ad-carousel .slick-prev {
        left: -40px
    }
}

.section__banner_ads .banner-ad-carousel .slick-next {
    right: -15px
}

@media (min-width: 1200px) {
    .section__banner_ads .banner-ad-carousel .slick-next {
        right: -40px
    }
}

.section__banner_ads .banner-ad-carousel__image {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

@media (max-width: 1023px) {
    .section__banner_ads .banner-ad-carousel__image {
        object-fit: cover;
        object-position: center
    }
}

.ktm-banner .banner-ad-carousel .slick-dots {
    display: block !important;
    bottom: 40px;
    background-color: transparent
}

.ktm-banner .banner-ad-carousel .slick-dots li {
    height: 10px;
    width: 10px
}

.ktm-banner .banner-ad-carousel .slick-dots li button {
    background-color: white;
    height: 4.5px;
    width: 4.5px;
    border-radius: 50%;
    padding: 3px;
    margin: 0
}

.ktm-banner .banner-ad-carousel .slick-dots li.slick-active button {
    background-color: #ff5300;
    height: 7px;
    width: 7px
}

.section__collections {
    padding-top: 40px
}

@media (min-width: 1024px) {
    .section__collections {
        padding-top: 70px
    }
}

.section__collections .multi-line-header {
    margin-bottom: 35px
}

@media (max-width: 1023px) {
    .section__collections .collection-tile-list {
        flex-flow: row wrap
    }
}

@media (max-width: 1023px) {
    .section__collections .collection-tile-list .collection-tile {
        height: 500px
    }

    .section__collections .collection-tile-list .collection-tile:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .section__collections .collection-tile-list .collection-tile {
        width: 100%
    }
}

.section__trending {
    margin-top: 40px
}

.section__trending .multi-line-header__title {
    display: flex;
    align-items: center
}

.section__trending .multi-line-header .icon-trending {
    color: #ff5300;
    margin-left: 20px
}

@media (min-width: 1024px) {
    .section__trending .tour-card-list {
        margin-top: 45px
    }
}

.section__trending .tour-card-list .tour-card {
    outline: 0.2px solid #b4b4b4
}

.section__trending .tour-card-list .tour-card .title {
    margin-top: 0
}

@media (max-width: 1023px) {
    .section__trending .tour-card-list .tour-card .image-holder .additional-list-info li span {
        font-size: 1.2rem
    }
}

.section__trending .tour-card-list .tour-card h6 {
    margin: 0
}

@media (max-width: 1023px) {
    .section__trending .tour-card-list .tour-card h6 {
        font-size: 1.6rem;
        height: calc(1.4 * 1.6rem * 2)
    }
}

@media (max-width: 1023px) {
    .section__trending .tour-card-list .tour-card .raiting-holder .counter {
        font-size: 1.2rem
    }
}

.section__tags {
    padding-top: 40px
}

@media (min-width: 1024px) {
    .section__tags {
        padding-top: 70px
    }
}

.section__tags .btn.transparent {
    border: 1px solid #ff5300
}

@media (max-width: 1023px) {
    .section__tags .btn.transparent {
        font-size: 1.2rem
    }
}

.section__partners {
    padding-top: 40px;
    padding-bottom: 40px;
   
}

@media (min-width: 1024px) {
    .section__partners {
        padding-top: 70px
    }
}

.section__partners .thrillo-partners-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 20px
}

.section__partners .thrillo-partners-container .thrillo-partner-logo {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    filter: grayscale(100%);
    transition: 0.5s filter
}

.section__partners .thrillo-partners-container .thrillo-partner-logo:hover {
    filter: none;
    cursor: pointer
}

@media (min-width: 1024px) {
    .section__partners .thrillo-partners-container .thrillo-partner-logo {
        flex: 0 0 12.5%
    }
}

.section__partners .thrillo-partners-container .thrillo-partner-logo .thrillo-partner-logo-image {
    max-height: 100px;
    max-width: 80px
}

@media (min-width: 1024px) {
    .section__partners .thrillo-partners-container .thrillo-partner-logo .thrillo-partner-logo-image {
        max-width: 90px
    }
}

#home-banner-search .search-wrap__input-wrap {
    border: none;
    color: #505050
}

#home-banner-search .search-wrap__input-wrap .tt-hint {
    color: #505050
}

#home-banner-search .twitter-typeahead {
    display: block !important
}

#home-banner-search .twitter-typeahead .search-wrap__input-bar {
    padding-left: 25px
}

@media (max-width: 1023px) {
    #home-banner-search .twitter-typeahead .search-wrap__input-bar {
        width: 350px
    }
}

#home-banner-search .twitter-typeahead .tt-menu {
    border-radius: 10px;
    background-color: #fff !important;
    max-height: 350px;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 2px 4px #ddd
}

@media (max-width: 1023px) {
    #home-banner-search .twitter-typeahead .tt-menu {
        left: 0 !important
    }
}

#home-banner-search .twitter-typeahead .tt-menu .tt-suggestion {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 15px;
    text-align: left;
    line-height: 40px
}

#home-banner-search .twitter-typeahead .tt-menu .tt-suggestion:hover, #home-banner-search .twitter-typeahead .tt-menu .tt-cursor {
    background: #f9ad35
}

#home-banner-search .twitter-typeahead .tt-menu .tt-selectable:hover {
    cursor: pointer
}

#home-banner-search .twitter-typeahead .tt-menu .tt-selectable strong {
    color: #ff5300 !important;
    font-size: 15px !important
}

#home-banner-search .twitter-typeahead .tt-menu .tt-dataset .search-title {
    padding: 15px 20px;
    font-size: 15px;
    text-align: left;
    background: #edeae4
}

.nearby-destinations {
    margin-top: 90px
}

.nearby-destinations .container {
    position: relative
}

.nearby-destinations__destinations-bar {
    margin-top: 40px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (min-width: 1024px) {
    .nearby-destinations__destinations-bar {
        justify-content: center
    }
}

.nearby-destinations__destinations-bar::-webkit-scrollbar {
    display: none
}

.nearby-destinations__destinations-bar-item {
    border: 1.5px solid #949494;
    color: #949494;
    font-weight: 500;
    border-radius: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    transition: 0.2s color, 0.2s border-color
}

.nearby-destinations__destinations-bar-item:not(:first-child) {
    margin-left: 14px
}

.nearby-destinations__destinations-bar-item--selected, .nearby-destinations__destinations-bar-item:hover {
    color: #ff5300;
    border-color: #ff5300;
    cursor: pointer
}

@media (max-width: 1023px) {
    .nearby-destinations__destinations-grid-wrap {
        width: 100%;
        overflow: auto
    }
}

.nearby-destinations__destinations-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none
}

@media (max-width: 1023px) {
    .nearby-destinations__destinations-grid {
        width: 740px
    }
}

.nearby-destinations__destinations-grid--visible {
    display: flex
}

.nearby-destinations__destination {
    margin-top: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 0 0 220px;
    padding: 10px
}

@media (min-width: 1024px) {
    .nearby-destinations__destination:not(:nth-child(4n-3)) {
        margin-left: calc((100% - (220px * 4)) / 3)
    }
}

.nearby-destinations__destination:hover {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    border-radius: 10px
}

.nearby-destinations__destination-details {
    margin-left: 14px
}

.nearby-destinations__destination-image {
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
    object-fit: cover;
    border-radius: 8px
}

.nearby-destinations__destination-title {
    color: #3a3a3a;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 5px
}

.nearby-destinations__destination-pricing-wrap {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1.5
}

.nearby-destinations__destination-price {
    font-weight: 600
}

.nearby-destinations__view-more {
    width: 130px;
    margin-top: 40px
}

@media (min-width: 1024px) {
    .nearby-destinations__view-more {
        margin: 53px 0 0 74px
    }
}

.nearby-destinations__view-more:before {
    content: none
}

.nearby-destinations__dropdown {
    position: absolute;
    top: 123px;
    right: 12px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #eaeaea;
    padding: 24px;
    padding-top: 12px;
    background: white;
    border-radius: 12px;
    width: 523px;
    transition: 0.2s visibility, 0.2s opacity;
    visibility: hidden;
    opacity: 0
}

.nearby-destinations__dropdown.visible {
    opacity: 1;
    visibility: unset
}

.nearby-destinations__dropdown-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap
}

.nearby-destinations__dropdown-list-item {
    margin: unset;
    margin-right: 14px;
    margin-top: 12px
}

.international-destinations {
    margin-top: 90px
}

.international-destinations__grid {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width: 1023px) {
    .international-destinations__grid {
        overflow: auto
    }
}

@media (min-width: 1024px) {
    .international-destinations__grid {
        flex-wrap: wrap
    }
}

.international-destinations__grid-item {
    flex: 0 0 240px
}

@media (max-width: 1023px) {
    .international-destinations__grid-item:not(:first-child) {
        margin-left: 20px
    }
}

@media (min-width: 1024px) {
    .international-destinations__grid-item:nth-child(n+5) {
        margin-top: 50px
    }

    .international-destinations__grid-item:not(:nth-child(4n-3)) {
        margin-left: 40px
    }
}

.destination-card__image {
    height: 240px;
    width: 100%;
    object-fit: cover
}

.destination-card__details {
    margin-top: 12px
}

.destination-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 1.33;
    position: relative;
    margin-bottom: 14px
}

.destination-card__title:before {
    position: absolute;
    content: "";
    left: 0;
    width: 32px;
    height: 2px;
    bottom: -8px;
    background-color: #ff5300
}

.destination-card__destinations-list {
    max-height: 167px;
    column-count: 2
}

.destination-card__destinations-list-item {
    font-size: 14px;
    color: #949494;
    line-height: 1.5;
    display: block;
    padding-top: 4px
}

.travel-news-section {
    margin-top: 90px
}

.travel-news-section__wrap {
    margin-top: 60px;
    display: flex
}

@media (max-width: 1023px) {
    .travel-news-section__wrap {
        margin-top: 24px;
        flex-flow: column wrap
    }
}

.travel-news-section__list {
    display: flex;
    flex-flow: column nowrap
}

@media (max-width: 1023px) {
    .travel-news-section__list {
        order: 2
    }
}

.travel-news-section__list-item:not(:first-child) {
    margin-top: 40px
}

@media (max-width: 1023px) {
    .travel-news-section__list-item--view-more {
        margin: 20px auto 0 !important
    }
}

@media (min-width: 1024px) {
    .travel-news-section__list-item--view-more {
        margin-top: 20px;
        margin-left: auto
    }
}

.travel-news-section__featured {
    display: flex;
    flex-flow: column nowrap
}

@media (max-width: 1023px) {
    .travel-news-section__featured {
        order: 1
    }
}

@media (min-width: 1024px) {
    .travel-news-section__featured {
        flex: 0 0 577px;
        margin-left: 50px
    }
}

.travel-news-section__featured-image {
    width: 100%;
    height: 267px;
    object-fit: cover
}

.travel-news-section__featured-title {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: 600;
    line-height: 1.55;
    margin: 14px 0 8px;
    -webkit-line-clamp: 2;
    max-height: calc(2 * 1.55 * 24px);
    overflow: hidden
}

.travel-news-section__featured-title:hover {
    color: #ff5300
}

.travel-news-section__featured-snippet {
    color: #707070;
    font-size: 14px;
    line-height: 1.43;
    -webkit-line-clamp: 2;
    max-height: calc(2 * 1.43 * 14px);
    overflow: hidden
}

.travel-news-section__featured-read-more {
    margin-top: 20px;
    margin-left: auto
}

@media (max-width: 1023px) {
    .travel-news-section__featured-read-more {
        margin: 14px auto 30px
    }
}

.travel-news {
    display: flex;
    flex-flow: row nowrap
}

@media (min-width: 1024px) {
    .travel-news {
        width: 453px
    }
}

.travel-news__image {
    height: 70px;
    flex: 0 0 94px;
    object-fit: cover;
    margin-right: 20px
}

.travel-news__details {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between
}

.travel-news__title {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: calc(2 * 16px * 1.5);
    overflow: hidden
}

.travel-news__title:hover {
    color: #ff5300
}

.travel-news__info {
    font-size: 12px;
    line-height: 1.5;
    color: #949494
}

.generic-info {
    margin: 60px 0 0
}

@media (min-width: 1024px) {
    .generic-info {
        margin-top: 90px;
        margin-bottom: 30px
    }
}

.generic-info .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .generic-info--rtl .container {
        flex-direction: row
    }

    .generic-info--ltr .container {
        flex-direction: row-reverse
    }
}

@media (min-width: 1024px) {
    .generic-info__image {
        height: 213px;
        object-fit: cover;
        flex: 0 0 614px
    }
}

.generic-info__details {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    justify-content: center
}

@media (min-width: 1024px) {
    .generic-info__details {
        flex: 0 0 334px
    }
}

.generic-info__title {
    font-size: 30px;
    color: #3a3a3a;
    font-weight: 600;
    line-height: 1.24;
    margin-bottom: 6px
}

@media (max-width: 1023px) {
    .generic-info__title {
        width: 270px;
        margin-bottom: 30px;
        position: relative
    }

    .generic-info__title:before {
        position: absolute;
        content: "";
        width: 61px;
        height: 2px;
        background-color: #ff5300;
        bottom: -14px;
        left: calc(50% - 30.5px)
    }
}

.generic-info__text {
    color: #949494;
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 18px
}

@media (max-width: 1023px) {
    .generic-info__text {
        width: 334px
    }
}

@media (max-width: 1023px) {
    .generic-info__btn {
        display: none
    }
}

.generic-info__link {
    margin: 20px auto 0
}

@media (min-width: 1024px) {
    .generic-info__link {
        display: none
    }
}

@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;
        margin-left: 25px
    }
}

.tour-card-v2__banner {
    position: relative;
    height: 301px;
    padding: 18px 12px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end
}

@media (max-width: 1023px) {
    .tour-card-v2__banner {
        padding-top: 124.5%;
        height: 0;
        position: relative
    }
}

.tour-card-v2__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    z-index: -1;
    overflow: hidden
}

.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__name:hover {
    color: #ff5300
}

.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 .current-price {
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.56
}

.tour-card-v2__pricing .old-price {
    color: #898989;
    line-height: 1.5;
    margin: 0;
    opacity: 1;
    margin-right: 9px
}

@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(to top, rgba(0, 0, 0, 0.63), transparent)
}

.tour-card-v2__banner-data-wrap {
    z-index: 0
}

@media (max-width: 1023px) {
    .tour-card-v2__banner-data-wrap {
        position: absolute;
        bottom: 18px;
        left: 12px;
        width: calc(100% - 36px)
    }
}

.tour-card-v2__wrap:hover {
    transform: scale(1.02)
}

@media (max-width: 1023px) {
    .tour-card-list--v2 {
        margin: 0 -22px;
        padding: 0 22px
    }
}

@media (max-width: 1023px) {
    .destination-tile {
        flex: 0 0 50%;
        padding: 0 6px
    }
}

@media (min-width: 576px) {
    .destination-tile {
        flex: 0 0 33.33%
    }
}

@media (min-width: 1024px) {
    .destination-tile {
        width: 222px;
        margin-left: 25px
    }
}

.destination-tile-banner {
    position: relative;
    height: 301px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 15px
}

@media (max-width: 1023px) {
    .destination-tile-banner {
        padding-top: 124.5%;
        height: 0;
        position: relative
    }
}

.destination-tile-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    z-index: -1;
    filter: brightness(100%);
    transform: scale(1);
    transition-property: filter, transform;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
    overflow: hidden
}

.destination-tile-banner-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
    z-index: 1
}

@media (max-width: 767px) {
    .destination-tile-banner-title {
        font-size: 13px
    }
}

@media (max-width: 374px) {
    .destination-tile-banner-title {
        font-size: 11px
    }
}

.destination-tile-banner-legibility-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 50%)
}

@media (min-width: 769px) {
    .destination-tile-banner:hover .destination-tile-banner-image {
        transform: scale(1.02);
        filter: brightness(85%);
        transition-property: filter, transform;
        transition-duration: 0.3s, 0.3s;
        transition-timing-function: ease-in-out, ease-in-out;
        transition-delay: 0s, 0s;
        padding: 0
    }
}

.santa {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}

.santa .hat {
    width: 64px;
    height: 31px;
    border-radius: 200px 200px 0 0;
    background: #ef4753;
    margin: 0 auto;
    top: -11px;
    position: relative;
    left: 5px;
    z-index: 20
}

.santa .hat:after {
    width: 60px;
    height: 15px;
    border-radius: 20px;
    content: "";
    display: block;
    background: white;
    position: relative;
    top: 22px;
    left: -3px
}

.santa .face {
    width: 54px;
    height: 57px;
    background: #eee;
    border-radius: 0px 0px 50px 50px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    top: -6px
}

.santa .face .eyes {
    background: #f1ddd5;
    width: 45px;
    height: 15px;
    margin: 0 auto;
    position: relative;
    left: -1px;
    text-align: center;
    top: 4px;
    padding-top: 0px
}

.santa .face .eyes:after, righteye {
    width: 8px;
    height: 6px;
    background: transparent;
    box-shadow: 0px -2px #793623;
    content: "";
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%
}

@media (min-width: 1024px) {
    .santa .face .eyes:after, righteye {
        margin-bottom: 7px
    }
}

.santa .face .eyes:before, lefteye {
    width: 8px;
    height: 6px;
    background: transparent;
    box-shadow: 0px -2px #793623;
    content: "";
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    margin-right: 5px
}

@media (min-width: 1024px) {
    .santa .face .eyes:before, lefteye {
        margin-bottom: 7px
    }
}

.santa .face .mustache {
    content: '';
    width: 10px;
    height: 10px;
    position: relative;
    left: 22px
}

.santa .face .mustache:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    left: -31px;
    top: -6px;
    border: 1px solid #838383;
    border-radius: 50%;
    background: #fff;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%)
}

.santa .face .mustache:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    right: -31px;
    top: -6px;
    border: 1px solid #838383;
    border-radius: 50%;
    background: #fff;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%)
}

.santa .mouth {
    background: #a31f2b;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 20px;
    right: 17px
}

.santa .hat .hat-end {
    width: 13px;
    height: 32px;
    content: "";
    background: #ef4753;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 15px;
    border-radius: 0px 11px 0px 0px
}

.santa .hat .hat-end:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    content: "";
    display: inline-block;
    top: 30px;
    position: absolute;
    left: 0px;
    z-index: 11
}

@keyframes bobbing {
    0% {
        transform: rotate(13deg) scale(0.4)
    }
    50% {
        transform: rotate(-13deg) scale(0.4)
    }
    100% {
        transform: rotate(13deg) scale(0.4)
    }
}

@keyframes ho-ho-ho {
    0% {
        transform: scale(1)
    }
    11% {
        transform: scale(2)
    }
    22% {
        transform: scale(1)
    }
    33% {
        transform: scale(2)
    }
    44% {
        transform: scale(1)
    }
    55% {
        transform: scale(2)
    }
    66% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes hat-flip {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(-20deg)
    }
    50% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(20deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@media (max-width: 1023px) {
    html {
        font-size: 8px
    }
}

body {
    font-family: "Poppins", sans-serif;
    background: #fff
}

.multi-line-header__title {
    font-size: 3rem;
    text-transform: capitalize;
    letter-spacing: -1.3px;
    color: #484848
}

.multi-line-header__caption {
    font-size: 1.5rem;
    letter-spacing: normal;
    color: #a5a4a4;
    font-weight: normal
}

.multi-line-header--centered {
    padding-left: 0;
    text-align: center
}

.multi-line-header--centered:before {
    content: none
}

.multi-line-header--centered .multi-line-header {
    display: flex;
    flex-flow: column nowrap
}

.multi-line-header--centered .multi-line-header__title {
    display: block;
    color: #3a3a3a;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: unset;
    position: relative;
    max-width: 400px;
    margin: 0 auto 40px
}

.multi-line-header--centered .multi-line-header__title:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: calc(50% - 40px);
    width: 80px;
    height: 3px;
    background: #60d522
}

.multi-line-header--centered .multi-line-header__caption {
    color: #949494;
    font-size: 1.6rem;
    line-height: 1.56;
    margin-top: -10px
}

.banner-wrapper .collections-banner {
    height: 550px
}

.btn-show-more {
    display: block;
    font-size: 1.6rem;
    margin: 20px auto 0
}

.pre-footer {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.14)
}

.ktm-banner {
    margin-top: 60px;
    border-radius: 8px;
    overflow: hidden
}

.ktm-banner img {
    object-fit: cover
}

@media (max-width: 1023px) {
    .ktm-banner .ktm-desktop-img {
        display: none
    }
}

@media (min-width: 1024px) {
    .ktm-banner .ktm-mobile-img {
        display: none
    }
}

.akhakdhalsdjals {
    margin-top: 10px
}
.section__intro__title {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}
@media (min-width: 1024px){
.section__intro__title--big {
    font-size: 5rem;
    width: 55vw;
    max-width: 720px;
}
}

.section__intro__title--big {
 
  display: block;
  font-weight: bold;

  line-height: 1.21;
  text-transform: initial;
  margin: 0;
}

.icon-vehicle:before {
    content: "\e952"
}
.icon-dine:before{
    content: "\e94d";
}
.icon-stay:before{
    content: "\e97a";
}
.icon-plan:before{
    content: "\e979";
}
.tour-card-v2__icon
{
    color: #60d522;
}
.tour-card-v2__additional-info span{
    margin-right: 5px;
}
.tour-card-v2__additional-info .icon-stay,.tour-card-v2__additional-info .icon-dine,.tour-card-v2__additional-info .icon-plan,.tour-card-v2__additional-info .icon-vehicle
{
    color: #60d522;
}