@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap");

@font-face {
    font-family: 'icomoon';
    src: font-url('icomoon.eot');
    src: font-url('icomoon.eot?#iefix') format('embedded-opentype'),
        font-url('icomoon.ttf') format('truetype'),
        font-url('icomoon.woff') format('woff'),
        font-url('icomoon.svg#icomoon') format('svg');
    src: url(../css/slick/fonts/icomoon-0422c9218fb23f143a8deadcdb642d98da078620e9821c5ea0a1bc5e3609dc40.ttf);
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    margin: 0;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}


a {
    color: #000;
    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;
    border: none;
}

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
}


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
}

input::placeholder,
textarea::placeholder {
    font-size: 14px !important;
}

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;
}

@font-face {
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[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;
    color: rgb(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.swipebtn1 {
    height: 70px;
    width: 70px;
    background-color: white;
    z-index: 15;
    position: absolute;
    border-radius: 50%;
    right: -10px;
    bottom: 55px;
    box-shadow: 0px 5px 15px black;
}

.icon-right-arrow {
    z-index: 16;
    position: inherit;
    top: 23px;
    color: #ffb100;
    right: 15px;
    align-items: center;
    margin-right: 10px;
    font-size: 21px;
}

.swipebtn2 {
    height: 70px;
    width: 70px;
    background-color: white;
    z-index: 15;
    position: absolute;
    border-radius: 50%;
    left: -8px;
    bottom: 55px;
    box-shadow: 0px 5px 15px black;
}

@media (max-width: 768px) {
    .swipebtn1 {
        height: 50px;
        width: 50px;

    }

    .swipebtn2 {
        height: 50px;
        width: 50px;

    }

    .icon-right-arrow {
        top: 21px;
        right: 12px;
    }

    .icon-left-arrow {
        top: 21px;
        right: 12px;
    }

}

.icon-left-arrow {
    z-index: 16;
    position: inherit;
    top: 23px;
    color: #ffb100;
    right: 15px;
    align-items: center;
    margin-right: 10px;
    font-size: 21px;
}

.icon-right-arrow:before {
    font: var(--fa-font-solid);

    content: "\f061";
}

.icon-left-arrow:before {
    font: var(--fa-font-solid);

    content: "\f060";
}

.icon-checked:before {
    content: "";
    color: #6ac259;
}

.icon-no-stopping:before {
    content: "";
    color: #e5554e;
}

.icon-sort::before {
    font: var(--fa-font-solid);
    content: ' \f0dc' !important;
}

.icon-close:before {
    content: ""
}

.icon-cancel-music:before {
    font: var(--fa-font-solid);
    content: "\f00d";

}

.icon-search:before {
    font: var(--fa-font-solid);
    content: "\f002";

}

.icon-next:before {
    content: "";
}

.icon-telephone:before {
    content: "";
}

.icon-text-document:before {
    content: "";
}

.icon-arrow-d2:before {
    content: "";
}

.icon-pin:before {
    font: var(--fa-font-solid);
    content: ' \f3c5';
    font-size: 11px;
}

.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-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 {
    transform: rotate(-90deg);
}

.icon-filter:before {
    font: var(--fa-font-solid);
    content: "\f362";


}

.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 {
    font: var(--fa-font-solid);
    content: "\f3c5";
    color: white;

}

[class^="icon-highlight"]:before,
[class*="icon-highlight"]:before {
    color: #ff5e00;
}


.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"
}



.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
}


#header {
    -webkit-tap-highlight-color: #f6f8fb;
    -webkit-tap-highlight-color: #f6f8fb;
    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: #ef2369;
}

#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 {
        display: none !important
    }

    #header.white-nav .header-base .logo {
        display: block !important
    }

    #header.white-nav .header-base .top-panel {
        background-color: #fff;


    }

    #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 #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 {}

    #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: white;
    border-bottom: 1px solid #ffffff;
}

@media (min-width: 1024px) {
    #header.transparent-nav .header-base .top-panel .container {}
}

@media (min-width: 1024px) {
    #header.transparent-nav .header-base .top-panel .container .search-container .search-slide {
        background-color: #ece6e6;
        margin-top: 10px;
    }

    #header.transparent-nav .header-base .top-panel .container .search-container .search-slide .icon-search {
        color: #7c7878;
    }

    #header.transparent-nav .header-base .top-panel .container .search-container .search-slide .icon-cancel-music {
        color: #868990;
    }
}

#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: #ee375c00;
}

#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 {
    display: block !important
}

#header.transparent-nav .header-base .top-panel .container .inner-wrap .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) {}
}

@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: 0px;
    left: 0px;
    width: 100%;
    transition: 0.3s all;
    z-index: 105;
}

.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: sticky;
    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;
}





@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: #ee375d;
    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 #ee375d;
    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: #ee375d
}

.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 {}

.app-header .container .row .download_links a.google_play {}

.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:0px 0 0px;*/
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
}

@media (min-width: 1024px) {
    .top-panel {
        background-color: #fff;
    }
}

.top-panel .container {
    display: flex;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .top-panel .container .inner-wrap {
        padding: 3px 0 7px;
    }
}

@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: 100%;
        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: 25px;
        margin-top: 3px;

    }
}

@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.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: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;

}

#myaccountbtn {
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 4px;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);

}

#mobile-nav-drop .mobile-tool-list li .main-header-link:hover {
    color: #000;
}

@media (max-width: 1023px) {
    #mobile-nav-drop .mobile-tool-list li .main-header-link {
        color: #505050;
        padding: 0 30px 20px;
        display: block;
        width: 100%
    }

    #myaccountbtn {

        font-size: 16px;
        border-radius: 0px;
        background-image: none;

    }
}

#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: #ee375d;
    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: #ee375d
}

.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: #ee375d
}

.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: #ee375d
}

.drop-holder .scrollable-area .quick-links .list a {
    color: #000
}

.drop-holder .scrollable-area .quick-links .list a:hover {
    color: #ee375d
}

.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: 22px
}

@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: 8px;
        top: 16px;
        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: none;
        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 {

    font-size: 20px;
    line-height: 1;
    margin: 4px 0 0;
    right: 33px;
    top: 25px;
    text-decoration: none;
    padding: 20px;
    margin: -10px;
    padding-top: 18px;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: inherit;
}

.search-container .currency-picker-container.selectize-control .selectize-input .item {
    color: #ee375d
}

.search-container .currency-picker-container.selectize-control .selectize-input:after {
    border-color: #ee375d 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 #ee375d
}

.search-container .showBlock .inner-form-container .nav-drop-holder {
    height: 70vh;
    overflow: auto;
    padding: 0px 12px;
}

.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: 0px
}

.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: 0px
}

.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: 10px 0 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: 9px auto
    }
}

.slick-dots {
    height: 0px;
    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, #ff710200 0%, #502a3700 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: #ee375d;
    cursor: pointer
}

.tranding-quick-item .sticky-header-link:hover .sticky-header-dropdown-title {
    color: #ee375d
}

.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 #ee375d;
    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: #ee375d
}

.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: 80px;
    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 #ee375d
}

.currency-modal-open {
    overflow-y: hidden;
}

#currency-selector {
    cursor: pointer;
    margin-right: 13px
}

#currency-selector .currency-icon {
    color: #ef2369;
    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: #ef2369;
}

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: rgb(0, 0, 0);
    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: 2rem
    }
}

h3 {
    color: #f6f8fb;
}

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: 0 10px;
}

@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: #ee375d;
    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-image: linear-gradient(to left, #ffbf2e, #ee375d);
    line-height: 1.3
}

@media (min-width: 768px) {
    .btn {
        font-size: 1.3rem;
        line-height: 1.23;
        min-width: 115px;
        padding: 12px
    }
}


.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 22px;
    }
}

.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 #ee375d;
    background: white;
    color: #ee375d
}

.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 0px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        margin: 0 auto;
    }
}

.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: #ee375d !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 #ee375d;
    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 (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;
    border-radius: 3%;
}

.lazy-image:before {
    content: "";
    background-image: url();
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    display: block
}

.lazy-image:not(.lazy-image-loaded) {}

.lazy-picture img:before {
    content: "";
    background-image: url();
    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: #ee375d;
    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: #ee375d;
    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;
    position: relative;
    z-index: -1;

}




.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: #ee375d !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: #ee375d;
    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: #ee375d transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.select-styled:hover {
    background-color: #fff;
    color: #ee375d
}

.select-styled:active,
.select-styled.active {
    background-color: #fff;
    color: #ee375d
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #ee375d 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: #ee375d
}

.select-options li {
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #ee375d
}

.select-options li:hover {
    background-color: #fff;
    color: #ee375d
}

.select-options li[rel="hide"] {
    display: none
}

.dropdown {
    position: relative;

}

.btn-wrapper {
    text-align: center;
    margin-bottom: 5%
}

.dropbtn {
    background-color: #fff;
    color: #ee375d;
    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: #ee375d;
    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: #ee375d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold
}

.dropdown-link {
    border-bottom: 1px solid #ee375d
}

.dropdown-content a:hover {
    background-color: #ee375d;
    color: #fff
}

.dropdown:hover .dropdown-content {
    display: inline-block
}

.dropdown:hover .dropbtn {
    background-color: #fff;
    color: #ee375d
}

.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: #ee375d;
    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: #ee375d;
    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: #ee375d;
        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() 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() 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(../uploads/logo/loader.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: #ffbf2e;
    margin-left: 10px
}

.view-more-link:hover {}

.view-more-btn {
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    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);

    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
}



.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
}



@media (max-width: 1023px) {
    .read-more-btn {
        font-size: 12px
    }
}

.footer {
    color: #b7b7b7;
    position: relative;
    padding-top: 30px;
    font-size: 10px
}

.footer:before {
    content: "";
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e343d;
    z-index: -1
}

.footer.no-links:before {
    top: 0
}

.footer.no-links .pre-footer {
    display: none
}

.footer.no-links .social-list {
    display: none
}

.footer a {
    color: inherit
}

.footer .footer-titles {
    color: #505050;
    font-size: 1.2em;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    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: #ee375d
}

.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 .onclick-link1 {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
}

.pre-footer .nearby-places-list .col .nearby-places-item .onclick-link1:hover {
    opacity: 1;
}

.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
}

@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: #ee375d;
    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: #ee375d;
    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: #b7b7b7;
    text-align: center;
    padding: 29px 0 14px;
    background-color: #0c0326;
}

.reserved .caption {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    color: #b7b7b7;
    margin-bottom: 5px
}

.reserved p {
    font-size: 1.35em;
    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-image: linear-gradient(to left, #ffbf2e, #ee375d);
}

@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: 33px
    }
}

.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: #ee375d
}

.footer-list {
    margin-bottom: 10px
}

@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: #000;
    font-weight: 700
}

@media (min-width: 1024px) {
    .search-container {
        width: 63.64%
    }
}

.search-container .search-slide {
    border-radius: 26px;
    background-color: rgb(236 230 230);
    margin-top: 11px;
}

@media (max-width: 1023px) {
    .search-container .search-slide {

        position: absolute;
        left: 0;
        top: 35px;
        width: 100%;
        background-color: #F6F8FB;
        border-radius: 0
    }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset {
    border: none;
    color: #868990;
    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 14px;
        margin: 10px 45px;
        background: #ece6e6;
        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;
    color: #989191;
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text {
    color: #868990 !important;
    font-weight: 400;
    border-radius: 10px;
    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: 0px;
    }
}

.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: #ee375d !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 30px;
    }
}

@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: #ee375d;
    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: #ffa200;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    display: block;
    text-decoration: none !important;
}

@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 #ee375d;
    color: #ee375d;
    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
    }

    .card-m {
        margin-bottom: 60px;
    }
}

.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 39px
    }
}


.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, #ee375d, #ee375d 19%, #ee375d);
    -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.5rem;
    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: 10px
}

.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 9px 7px 9px;
    height: auto;
}

.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: 0px;
    background-color: #ee375d;
    font-size: 1.2rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .tour-card .btn {
        padding: 7px 1px;
        width: 100%;
        font-size: 1.4rem;
        font-weight: bold;
    }
}

@media (max-width: 1023px) {
    .tour-card .btn {
        font-size: 1.5rem;
        font-weight: bold
    }
}

.tour-card .icon-flash {
    font-size: 1.7rem;
    color: #ee375d
}

.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: #ee375d;
    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: #ee375d;
    color: #fff;
    border: 1px solid #ee375d
}

.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: #ee375d;
    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;


    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: #ee375d;
    border-color: #ee375d;
    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 #ee375d
}

.login-modal-wrap .login-modal .login-forms-wrap .forms-selector:before {
    position: absolute;
    content: "";
    width: 44%;
    border-bottom: 1px solid #ee375d;
    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: #ee375d;
    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: #ee375d;
    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: calc(100vh - 37px);
    background-image: url(uploads/banner/banner.png), rgba(0, 0, 0, 0.4);
    background-size: cover !important;
    background-blend-mode: saturation;
}

@media (max-width: 1023px) {
    .section__intro {
        background: url(uploads/banner/banner.png), rgba(0, 0, 0, 0.4);
    }
}

@media (min-width: 1024px) {
    .section__intro {
        background-position: center center;
        padding-bottom: 30px;
        height: 100vh
    }
}

.section__intro .container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 100%
}

.section__intro__main.intro-heading {
    color: white;
    text-align: center;
    margin: auto 0
}

@media (max-width: 1023px) {
    .section__intro__main.intro-heading {
        margin: 240px 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;
    color: #ffffff;
}

@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: 0px auto 0;
    display: inline-flex;
    color: white;
}

.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;
    font-size: 1.7rem;
    color: white;
}

.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-image: linear-gradient(to left, #ffbf2e, #ee375d);
}

.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: 10px;
    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: center;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 30px;
        width: 85%;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (max-width: 360px) {
    .section__intro__footer {
        width: 97%;
        padding-left: 10px;
    }
}

.section__intro__footer .stats-item {
    color: #fff;
    opacity: 0.7;
    display: flex;
    align-items: center;
    transition: 0.2s all
}

@media (max-width: 1023px) {
    .section__intro__footer .stats-item {
        flex: 0 0 48%;
        margin: auto;
    }

    .stats-item:nth-child(2) {
        flex: 0 0 40%;
        margin-left: 10px;
    }

    .stats-item:nth-child(4) {
        flex: 0 0 40%;
        margin-left: 10px;
    }

    .stats-item:nth-child(1) {
        flex: 0 0 50%;
        margin-left: 14px;
    }

    .stats-item:nth-child(3) {
        flex: 0 0 50%;
        margin-left: 14px;
    }
}


.section__intro__footer .stats-item:hover {
    cursor: pointer;
    opacity: 1
}

.section__intro__footer .stats-item__logo {
    font-size: 3.6rem;
    margin-right: 0px
}

.section__intro__footer .stats-item__details {
    font-size: 1.1rem;
    padding-left: 10px;
}

@media (max-width: 1023px) {
    .section__intro__footer .stats-item__details {
        font-size: 1.3rem;
        padding-left: 5px;
    }
}

.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
    }
}

@media (max-width: 1023px) {
    .section__intro__footer .stats-item:nth-child(n+3) {
        margin-top: 20px
    }
}

@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: #ee375d
}

@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: #ee375d;
    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: #ee375d;
    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 #ee375d
}

@media (max-width: 1023px) {
    .section__tags .btn.transparent {
        font-size: 1.2rem
    }
}

.section__partners {
    padding-top: 40px;
    padding-bottom: 100px;
    margin-bottom: -100px
}

@media (min-width: 1024px) {
    .section__partners {
        padding-top: 70px
    }
}

.section__partners .our-partners-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 20px
}

.section__partners .our-partners-container .our-partner-logo {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    filter: grayscale(100%);
    transition: 0.5s filter
}

.section__partners .our-partners-container .our-partner-logo:hover {
    filter: none;
    cursor: pointer
}

.fa-bell {
    font-size: 22px;
}

@media (min-width: 1024px) {
    .section__partners .our-partners-container .our-partner-logo {
        flex: 0 0 12.5%
    }
}

.section__partners .our-partners-container .our-partner-logo .our-partner-logo-image {
    max-height: 100px;
    max-width: 100px
}

@media (min-width: 1024px) {
    .section__partners .our-partners-container .our-partner-logo .our-partner-logo-image {
        max-width: 100px
    }
}

#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: 325px
    }
}

#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: #ee375d !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: 13px
}

.nearby-destinations__destinations-bar-item--selected,
.nearby-destinations__destinations-bar-item:hover {
    color: #ffb100 !important;
    border-color: #ffb100 !important;
    cursor: pointer;
}


@media (max-width: 1023px) {
    .nearby-destinations__destinations-grid-wrap {
        width: 100%;
        overflow: auto
    }

    .nearby-destinations {
        margin-top: 30px;
        padding: 10px;
    }

    .nearby-destinations__destinations-bar-item {
        font-size: 1.4rem;
    }

}

.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;
    margin-bottom: 10px;
}

.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;
    /* justify-content: center; */
}

@media (max-width: 1023px) {
    .international-destinations__grid {
        overflow: auto
    }

    .international-destinations {
        margin-top: 30px;
        padding: 10px;
    }
}

@media (min-width: 1024px) {
    .international-destinations__grid {
        flex-wrap: wrap
    }
}

.international-destinations__grid-item {
    flex: 0 0 221px;
    margin-left: 10px;
}

@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-image: linear-gradient(to left, #ffbf2e, #ee375d);
}

.destination-card__destinations-list {
    max-height: 167px;
    column-count: 2;
    margin-bottom: 9px;
}

.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: #ee375d
}

.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: #ee375d
}

.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-image: linear-gradient(to left, #ffbf2e, #ee375d);
        bottom: -14px;
        left: calc(50% - 30.5px)
    }

    .generic-info {
        margin: 30px 0 0;
    }

    .section__trending {
        margin-top: 20px;
    }
}

.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: #ffb100;
}

.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;
}

.icon-star-empty::before {
    font: var(--fa-font-solid);
    content: ' \f005';
}

.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 30%
    }
}

@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: 3rem;
    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% - 30.5px);
    width: 61px;
    height: 2px;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
}

.multi-line-header--centered .multi-line-header__caption {
    color: #949494;
    font-size: 1.6rem;
    line-height: 1.56;
    margin-top: -10px;
    letter-spacing: .5px;
}

.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 {

    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}

.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;
}

.logo-s {
    width: auto;
    height: auto;
}

@media (max-width: 1024px) {
    .logo-s {
        width: 50%;
        margin-left: 100px;
    }
}

@media (max-width: 764px) {
    .logo-s {
        width: 50%;
        margin-left: 50px;
    }
}






.slide-containers {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-contents11 {
    margin: 0 28px;
    overflow: hidden;
}

.cards {
    border-radius: 25px;
    background-color: #FFF;
}

.image-contents,
.card-contents {
    display: flex;
    flex-direction: column;
    align-items: right;

}

.image-contents {
    position: relative;
    /* height: 485px;
    width: 240px; */
    grid-row-gap: 4px;

}

.swiper-button-next11,
.swiper-button-prev11 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-pagination11 {
    text-align: center;
    position: absolute;
    bottom: -8px !important;
}


/* <--------   slider2      ------------> */
.slide-contents2 {
    margin: 0 28px;
    overflow: hidden;
}



.swiper-button-next1,
.swiper-rtl .swiper-button-prev1 {
    right: 10px;
    left: auto;
}

.swiper-button-next1,
.swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

@media (max-width: 768px) {
    .slide-contents11 {
        margin: 0 0px;
    }

    .slide-contents2 {
        margin: 0 0px;
    }

    .image-contents {

        padding: 0px 0px !important;

    }
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 70%;
    width: 100%;

    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 100px;

}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-images {
    position: relative;

    padding: 3px;

}

.card-imgs {
    height: 330px;
    width: 350px;
    object-fit: cover;
    border-radius: 10px;

}

.name {
    font-size: 18px;
    font-weight: 500;
    color: black;

}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
    color: black;
    background-color: #ffb100;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: white;
    display: none !important;
}


.swiper-navBtn {
    color: #ee375d;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    /*color:#ee375d;*/
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next11 {
    right: 0;
}

.swiper-button-prev11 {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: green;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: black;
}

.swiper-pagination1 {
    text-align: center;
    position: absolute;
    bottom: -8px !important;

}

@media screen and (max-width: 768px) {
    .slide-containers {
        overflow: auto;

    }



    .slide-contents11 {


        justify-content: center;
    }

    .slide-content2 {
        margin: 0 20px;

        justify-content: center;
    }

    .swiper-navBtn {
        display: none !important;
    }

    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .swipebtn1 {
        display: none;
    }

    .swipebtn2 {
        display: none;
    }

    .card swiper-slide swiper-slide-active {
        width: 251px;

    }

    .image-contents,
    .card-contents {
        padding-left: 9px;
    }
}

.card-images {
    position: relative;
}

.card-images-content {
    position: absolute;
    bottom: 10px;
    left: 12px;
    color: white;
    width: 150px;
}

.material-symbols-outlined {
    font-weight: 100 !important;
    font-size: 20px !important;
}

.icon-watch::before {
    font: var(--fa-font-solid);
    content: ' \f017';
    font-size: 11px;
}





.service-content {
    /* margin: 345px 34px 1em; */
    text-align: center;
    position: absolute;
    bottom: -30px;
    padding: 0px 25px;
}

@media (max-width: 768px) {


    .service-content {
        margin: 245px 36px 1.5em;
        text-align: center;
        font-size: 22px;
    }

}






.autoslider {
    height: 310px;
    /* margin-top: 50px; */


}

.slide2 {
    height: 360px;
    text-align: center;
    border-radius: 10px;
}

.slide2 img {
    height: 310px;
    width: 100%;

    cursor: pointer;
    margin: auto;
    ;
}

.swiper {
    overflow: visible !important;
}

.search-wrap-icon {
    color: #fff;
}

.search-wrap-icon:hover {
    color: #fff;
}

.destination-card__title1 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    ;
    line-height: 1.33;
    position: relative;
    bottom: 70px;
    border-bottom: 2px solid #ffb100;


}

.escapes__image-wrap:hover {
    transition: .5s;
    transform: translateY(-10px);


}

#lazy-image-loaded1:hover {
    transition: .5s;
    box-shadow:
        6.3px 4.8px 10px rgb(110 106 106 / 62%), 48px 36px 80px rgb(0 0 0 / 0%);

}

#lazy-image-loaded2:hover {
    transition: .5s;
    box-shadow:
        6.3px 4.8px 10px rgb(110 106 106 / 62%), 48px 36px 80px rgb(0 0 0 / 0%);

}

#lazy-image-loaded3:hover {
    transition: .5s;
    box-shadow:
        6.3px 4.8px 10px rgb(110 106 106 / 62%), 48px 36px 80px rgb(0 0 0 / 0%);
}

@media (max-width:750px) {
    .intro-footer-icon {
        width: 25px;
    }

    .escapes {
        margin-bottom: 50px;
    }

    .escapes__images {
        height: 356px;
    }

    .destination-card__title1 {
        margin-bottom: -28px;
        width: 110px;
    }
}

@media (max-width:620px) {
    .intro-footer-icon {
        width: 25px;
    }

    .escapes {
        margin-bottom: 50px;
    }

    .escapes__images {
        height: 380px;
    }

    .destination-card__tite1 {
        margin-bottom: 10px;
        width: 110px;
    }

    .section__intro {
        height: calc(85vh - -3px);
    }

    .card-images {

        padding: 8px;
    }

    .slide2 img {
        height: 200px;
    }

    .autoslider {
        height: 220px;
        width: 94%;
    }



}

@media (max-width:320px) {

    .section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-wrap__input-bar {
        height: 35px;
    }

    .section__intro__main.intro-heading .intro-heading__search-wrap .search-wrap__input-wrap .search-wrap__input-bar {
        padding: 2px;
        padding-left: 10px;
        padding-right: 40px;
    }

    .section__intro__main.intro-heading .intro-heading__title {
        margin-bottom: 0px;
    }

}

.tags-bar__tag a {
    color: #fff;
}

.tours-slider {
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 9px;
    overflow: hidden;
    margin-bottom: -10px !important;
}

.tours-slide1 {
    /* width: 344px !important; */
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 9px;
}

.tours-slide1 img {
    width: 100% !important;
    height: 100% !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 9px;

}

@media (max-width:1024px) {

    .tours-slider {
        height: auto;
        width: auto;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .tours-slide1 {
        height: auto;
        width: 100% !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .tours-slide1 img {

        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;

    }
}

.nearby-destinations__destinations-bar-item:focus {
    color: #ffb100 !important;
    border-color: #ffb100 !important;
    cursor: pointer;
}

.section__sidebar {
    margin-top: 40px;
}

.section__terms-and-conditions--title {
    width: 100%;
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 50px;

}

.section__terms-and-conditions-last-updated {
    font-size: 14px;
}

.term-heading {
    font-size: 24px;
    color: #000;

}

.section__key-terms-section p {
    font-size: 15px;
}

.section__key-terms-section ul li {
    font-size: 14px;
}

.banner-privacy {
    height: 300px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/privacy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.banner-term {
    height: 300px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/privacy-policybg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.banner-copyright {
    height: 300px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/copyright.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}





@media (max-width:820px) {

    .section__terms-and-conditions--title {
        font-size: 30px;
        text-align: center;
    }

    .section__terms-and-conditions-last-updated {
        font-size: 14px;
    }

    .term-heading {
        font-size: 26px;
        color: #000;
        padding: 0px 16px;

    }

    .section__key-terms-section p {
        font-size: 20px;
        padding: 0px 16px;
    }

    .section__key-terms-section ul li {
        font-size: 18px;
        padding: 0px 16px;
    }
}

@media (max-width:520px) {

    .section__terms-and-conditions--title {
        font-size: 22px;
        text-align: center;
    }

    .section__terms-and-conditions-last-updated {
        font-size: 12px;
    }

    .term-heading {
        font-size: 20px;
        color: #000;
        padding: 0px 10px;

    }

    .section__key-terms-section p {
        font-size: 15px;
        padding: 0px 10px;
    }

    .section__key-terms-section ul li {
        font-size: 15px;
        padding: 0px 10px;
    }
}

.ml6 {
    position: relative;
    font-weight: 600;
    font-size: 5.5em;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #000;


}

.text-wrapper img {
    width: 40%;
}

.ml6 .letter {
    display: inline-block;
    line-height: 1em;
}

.thankyou-content {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 50px;
}

.back-home {
    padding: 8px 15px;
    border-radius: 10px;
    background-image: linear-gradient(to left, #ee375d, #ffbf2e);
    color: #fff;
}

@media (max-width:920px) {
    .ml6 {
        font-size: 3em;
    }

    .text-wrapper img {
        width: 35%;
    }

    .thankyou-content {
        font-size: 1.4em;
        margin-bottom: 40px;
    }
}

@media (max-width:620px) {
    .ml6 {
        font-size: 2.3em;
    }

    .text-wrapper img {
        width: 20%;
    }

    .thankyou-content {
        font-size: 1.2em;
        margin-bottom: 30px;
    }
}


.network-error {

    width: 100%;

}

.mainbox {

    margin: auto;
    margin-top: 100px;
    height: auto;
    width: 40%;
    text-align: center;

}

.err {

    width: 40%;
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11rem;
    margin: auto;

}

.back-btn {
    font-size: 20px;
    padding: 6px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}

@media(max-width:1050px) {

    .err {
        width: 60%;
    }

    .small-screen-controller {
        margin-top: 20px;
    }

    .ex {
        padding: 0px !important;
    }
}

@media(max-width:600px) {

    .err {
        width: 80%;
    }
}

#loader {
    background: #000;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 111;
    display: grid;
    place-content: center;

}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #ffffff;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

#preloader {
    overflow: hidden;
    background-image: url(../uploads/loader-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
    display: grid;
    place-content: center;
}


@media(max-width:1024px) {
    .text-s {
        font-size: 15px !important;
    }
}



.text-s {
    font-size: 15px !important;
}

/* help and support modal*/
.modal1-container {

    padding-top: 0px;
    position: relative;
    width: 160px;
}

.modal1-container .modal1-btn {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;

    transition: background 0.3s ease-in;
}

.modal1-content h4 {
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
}

.modal1-container .modal1-content,
.modal1-container .modal1-backdrop {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.2s ease-in;
}

.modal1-container .modal1-close {
    color: #000;
    position: absolute;
    right: 5px;
    top: 5px;
    padding-top: 3px;

    font-size: 16px;
    width: 25px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.modal1-container .modal1-close:hover {
    color: #333;
}

.modal1-container .modal1-content-btn {
    position: absolute;
    text-align: center;
    cursor: pointer;
    bottom: 20px;
    box-shadow: 0px 0px 19px 6px #6c66663b;
    background: #333333e8;
    color: #fff;
    width: 87%;
    border-radius: 2px;
    font-size: 14px;
    height: 32px;
    border: none;
    font-weight: normal;
}

.modal1-container .modal1-content-btn:hover {
    color: #fff;
    background-color: #000;
}

.modal1-container #modal1-toggle {
    display: none;
}

.modal1-container #modal1-toggle.active~.modal1-backdrop,
.modal1-container #modal1-toggle:checked~.modal1-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

.modal11-container #modal1-toggle.active~.modal1-content,
.modal1-container #modal1-toggle:checked~.modal1-content {
    opacity: 1;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    max-width: 400px;
    width: 400px;
    height: 325px;
    padding: 10px 25px;
    position: fixed;
    left: calc(50% - 200px);
    top: 12%;
    border-radius: 4px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}


.modal-input {
    display: flex;
    align-items: center;
}

.modal-input1 {
    padding: 10px 10px !important;
    background: #fff;
    margin: 14px auto;
    font-size: 16px !important;
    border-radius: 6px !important;
}

.modal-input1:focus {
    background: #fff !important;
}

.modal-textarea1 {
    padding: 10px 10px !important;
    font-size: 16px !important;
    background: #fff;
    border-radius: 6px;
}

@media (max-width:1025px) {
    .modal1-container #modal1-toggle:checked~.modal1-content {
        width: 347px;
        left: calc(50% - 150px);
        padding: 10px 15px;
    }

    .modal1-container .modal1-content-btn {
        width: 91%;
    }

    /* .fa-bell,
    .notification1 {
        display: none !important;
    } */
}

@media (max-width: 400px) {

    .modal11-container #modal11-toggle.active~.modal11-content,
    .modal11-container #modal11-toggle:checked~.modal11-content {
        left: 0;
    }
}

.destination-faq {
    display: none;
}

.whatsapp-icon {
    height: 65px;
    width: 65px;
    position: fixed;
    top: 85%;
    left: 20px;
}

@media (max-width: 720px) {
    .whatsapp-icon {
        height: 55px;
        width: 55px
    }
}

.notification {
    position: relative;

}
@media (min-width: 1024px){
    .notification {

        margin-top: 10px;
    }
}

.notification1 {
    position: absolute;
    top: -7px;
    right: -7px;
    width: auto;
    display: grid;
    place-content: center;
    min-width: 16px;
    min-height: 16px;
    border-radius: 50%;
    font-size: 9px;
    background: #ff2727;
    color: #fff;
}


#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 86%;
    right: 20px;
    color: #555;
    text-align: center;
    font-size: 30px;
}
.scroll-up{
    display: none ;
}
.scroll-down{
    display: block !important;
}


/* Boooking */
.booking-ban {
    height: 350px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/booking.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.booking-expiry {
    padding: 16px 20px;
    color: #3a3a3a;
    border: 2px dashed #ff5e00;
    background-color: #fff;
    border-radius: 6px;
}

.booking-step:not(:first-child) {
    margin-top: 20px;
}

.booking-step {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
}

.booking-step__header {
    display: flex;
    align-items: center;
}

.booking-step__title {
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
}

.booking-step__header {
    justify-content: flex-start;
    border-left: 2px solid #ff5e00;
}

.booking-step__header,
.booking-step__content {
    padding: 18px 30px;
}

.ReactCollapse--collapse {
    transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-step__content {
    border-top: 1px solid #ececec;
    display: flex;
    flex-flow: column nowrap;
}

.booking-form {
    display: flex;
    flex-flow: column nowrap;
}

.booking-form__label-text {
    flex: 0 0 100px;
}

.booking-form__submit-btn {
    font-size: 1.2rem !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    min-width: 140px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    outline: none;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    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;
}

.input-group-row .country-code .country-code-select__control {
    width: 67px;
    min-height: unset;
    margin-right: 14px;
    text-align: center;
    border: 1px solid #d9d9d9;
    font-size: 1.2rem;
    padding: 5px 15px;
    line-height: normal;
}

.booking-form__input {
    border-radius: 5px !important;
}

.booking-form__input-wrap {
    width: 100%;
}

.booking-step__content {
    border-top: 1px solid #ececec;
    display: flex;
    flex-flow: column nowrap;
}

.booking-summary {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c3c3c3;
    justify-content: space-between;
}

.booking-summary__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 10px);
}

.booking-summary__item-title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.22;
}

.booking-summary__item-description {
    font-size: 16px;
    font-weight: 500;
    color: #3a3a3a;
}

.booking-summary__item-description--highlighted {
    font-size: 24px;
    font-weight: bold;
    color: #FFC107;
}

.line-items {
    display: flex;
    flex-flow: column nowrap;
}

.line-items__title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 23px;
}

.line-items__row {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    font-size: 16px;
}

.line-items__col:nth-child(1) {
    justify-content: flex-start;
    flex: 0 0 28%;
    min-width: 28%;
    margin: 0;
    display: inline-flex;
    font-weight: 500;
    flex-flow: row wrap;
    word-break: break-word;
}

.line-items__col:nth-child(2) {
    flex: 0 0 33%;
    min-width: 40%;

    display: flex;
    justify-content: flex-start;
}

.line-items__col:not(:first-child) {
    word-break: break-all;
}

.line-items__col {
    padding: 5px;
    font-size: 17px;
    color: #555353;
}

.line-items__discounts-wrap {
    margin: 20px 0;
}

.line-items__btn {
    font-size: 1.4rem !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    margin-left: auto;
    line-height: 1.22;
    margin-top: 15px;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-step__content .offer-text {
    font-size: 14px;
    border-radius: 7px;
    border: 2px dashed;
    padding: 9px 14px;
    margin-bottom: 16px;
}

.payment-mode__radio-icon {
    margin-right: 12px;
}

.payment-mode__selector {
    display: flex;
    flex-flow: row nowrap;
}

.payment-mode__text {
    color: #000;
    line-height: 1;
    font-weight: 600;
}

.payment-mode__amount {
    margin-top: 8px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffc107;
}

.payments-text {
    color: #707070;
    font-size: 14px;
    line-height: 2.08;
    margin-bottom: 20px;
    margin-top: 30px;
}

.link-btn {
    color: #ffc107 !important;
}

#payment-consent-check {
    margin: 5px;

}

#payment-mode-single {
    margin: 5px 10px;
}


.payment-btn:disabled {
    background-color: #909090;
}

.booking-form__label {
    display: flex;
    margin: 5px;
    align-items: center;
    font-size: 16px;
}

#bookingphone {
    border-radius: 6px;
}

.booking-form__input {
    font-size: 14px !important;
}

.link-btns {
    border: none;
    background: none;
    font-weight: 700;
    color: #000;
}

#booking-page {
    margin-top: 60px;
}

#nextbok {
    height: 0px;
    overflow: hidden;
}

.policies-expand-btn {
    background-color: transparent;
    color: #ffc107;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    width: 26px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #ffc107;
    border-image: initial;
    border-radius: 4px;
    outline: none;
}

.minus {
    background-color: #ffc107 !important;
    color: #000 !important;


}

.policybook {
    display: none;

}

.discount-code {
    font-size: 15px;
}

.payment-btn__submit-btn {
    font-size: 1.8rem !important;
    line-height: 1.22222223 !important;
    padding: 10px 12px !important;
    width: 100%;
}

.coupons {
    margin-top: 20px;
    font-size: 15px;
}

.coupons__input-wrap {
    margin-top: 10px;

}

.coupons__input {
    border-radius: 8px !important;
    margin-bottom: 10px;
}

.coupons__apply-btn {
    font-size: 1.5rem !important;
    line-height: 1.22222223 !important;
    padding: 5px 29px !important;
}

#discount-code {
    display: none;
}

.booking-contact-form12 {
    padding: 60px 0px 30px !important;
}

.bookinf-contact-detail {
    width: 50%;
}











.cab-detail {
    list-style: none;
    text-align: left;
    padding: 0;
    font-size: 16px;
}

.cab-detail li {
    padding: 5px 0px;
    border-bottom: 2px solid #ffbf2e;
}

.cab-service1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.cab-service11 {
    width: 30%;
    margin: 10px;

}

.cab-s-img {

    padding: 20px;
    margin: auto;

}

.cab-escap-img {
    justify-content: flex-start !important;
}

.cab-contact-btn {
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    padding: 5px 20px;
    width: fit-content;
    border-radius: 10px;
    font-size: 18px;
    margin-left: 18px;
    color: #fff;
}

.cab-hero {
    padding: 80px 0px 30px;
}

.cab-contact-list {
    font-size: 16px;
}

.cab-service11 p {
    font-size: 16px;
}

.cab-service11 .b-s-head {
    font-size: 20px;
}

.cab-hero-res p {
    font-size: 17px !important;
}

@media (max-width:1050px) {
    .cab-service11 {
        width: 45%;
    }

    .cab-service1 {
        justify-content: center;
    }
}

@media (max-width:620px) {
    .booking-ban {
        height: 250px;
    }

    .cab-service11 {
        width: 90%;
    }

    .cab-hero-res {
        align-items: center !important;
    }

    .cab-contact-list {
        font-size: 14px;
        padding: 0px;
        list-style: none;
    }

    .booking-step__header,
    .booking-step__content {
        padding: 14px 7px;
    }

    .cab-contact-btn {
        padding: 4px 13px;
        font-size: 16px;
    }

    #booking-page {
        margin-top: 30px;
    }

    .booking-summary__item-description {
        font-size: 14px;
    }

    .booking-contact-form12 {
        padding: 5px 0px 0px !important;
    }

    .bookinf-contact-detail {
        width: 80%;
    }

    .cab-about img {
        width: 89% !important;
        padding-bottom: 10px;
    }

    .booking-form__submit-btn {
        min-width: 113px;
    }
}


/* help & Support */

.help-center-search {
    width: 100%;
    position: relative;
    display: flex;
}



.help-center {
    width: 36%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.active-d,
.active-s {
    border-color: #ffb100 !important;
    color: #ffb100 !important;
}

.support-q {


    display: flex;
    justify-content: space-between;
}

.support-section {
    margin: 35px auto;
    border-radius: 5px;
    padding: 5px;
    width: auto !important;
    background-color: #fff;
}

.support1,
.support2 {
    flex: 0 0 47%;
    margin: 10px;
}
.support-sub-heading{
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0 !important;
    padding-top: 20px;
}
.support-content {
    padding: 0px;
    list-style: none;
}

.supp-list {
    border-bottom: 1px solid #FFC107;

    margin: 13px 0px 0px;
}

.supp-list-head {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 8px;
    cursor: pointer;
}

.supp-describ {
    font-size: 15px;

    display: none;
    padding: 0px 8px 27px;
}

.enquiry {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    display: flex;
}

.enquiry-card {
    flex: 0 0 31%;
    display: flex;
    background-color: #f6f8fb;
    align-items: center;
    padding: 5px;
    margin: 20px 10px;
    border-radius: 5px;
    border-left: 2px solid #ff9d00;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-logo {
    height: 150px;
    margin-left: 8px;

    display: grid;
    place-content: center;
}

.card-logo .fa-headset {
    font-size: 40px;
    padding: 17px;
    background: #2a2f35;
    border-radius: 50%;
    color: #ff9d00;
}

.card-logo img {

    padding: 17px;
    background: #2a2f35;
    border-radius: 50%;
    color: #ff9d00;
}



.card-logo-detail ul {
    list-style: none;
    padding-left: 10px;
}

.card-logo-detail ul li {
    font-size: 15px;
}

.support-form {
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 5px;

}

.support-service-heading {
    border: 1.5px solid #949494;
    color: #949494;
    font-weight: 500;
    border-radius: 20px;
    font-size: 16px;
    margin: 10px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    transition: 0.2s color, 0.2s border-color;
}

.support-service {
    margin-top: 40px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
}

@media (max-width:1050px) {
    .help-center {
        width: 60%;
    }
    .card-logo {
    height: 118px;
    }
    .enquiry {
        justify-content: center;
        flex-wrap: wrap;
        margin: 10px;
    }

    .enquiry-card {
        flex: 0 0 45%;
    }

    .support-section {
        margin: 10px;
    }

    .support-form {
        margin: 10px;
    }

    .supp-list-head {
        font-size: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width:520px) {
    .help-center {
        width: 80%;
    }

    .searchTerm {
        padding: 1px 8px !important;
        height: auto !important;
        font-size: 16px !important;
    }

    .searchButton {
        height: 32px;
    }

    .support-q {
        flex-direction: column;
    }

    .support-section {
        padding: 0px 3px;
    }

    .support1,
    .support2 {
        flex: 100%;
    }

    .enquiry {
        flex-direction: column;
        padding: 15px 0px !important;
        margin: 5px;
    }

    .enquiry-card {

        margin: 12px 21px;
    }

    .card-logo-detail ul li {
        font-size: 14px;
    }

    .card-logo {
        height: 121px;
    }

    .supp-list-head {
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .support-service-heading {
        margin: 2px;
        font-size: 14px;

        padding: 7px 13px;

    }

    .support-service {
        justify-content: space-between;
        align-items: center;
    }

    .support-section {
        margin: 5px;
    }

    .support-form {
        margin: 5px;
    }
}


/* contact */

.contact-us {
    height: 300px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/contact-us.jfif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.contact-page {
    height: auto;
    width: 100%;
    padding: 5px;

    margin: 30px 0px;
    display: flex;
    align-items: center;
}

.contact-form {
    width: 50%;

}

.contact-form h1 {
    text-align: center;
}

.contact-form1 {
    width: 80%;
    margin: auto;
}

.contact-input {
    height: 40px !important;
    font-size: 14px !important;
    margin: 10px auto;
    border-radius: 7px !important;

}

.contact-textarea {

    font-size: 14px !important;
    padding: 10px !important;
    border-radius: 7px !important;
}

.contact-btn {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    border-radius: 7px;
    border: none;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    color: #ffffff;
}

.contact-detail {
    width: 50%;
    background: #0c0326;
    color: rgba(255, 255, 255, 0.848);
    padding: 30px 0px;
    border-radius: 7px;
    box-shadow: 18px 18px 40px 0px rgb(12 6 71 / 38%);
}


.contact-detail h1 {
    text-align: center;
}

.contact-aa1 {
    width: 80%;
    margin: auto;

}

.contact-detail-content {
    display: flex;
    width: 85%;
    margin: 15px auto;
}

.contact-icon {
    height: 30px;
    width: 60px;
    padding: 3px 10px;
    text-align: center;

}

.contact-icon-content {
    width: 100%;
}

.contacrt-mail {
    color: #ffffff;
}
.contacrt-mail:hover{
    color: #ffffff;
}

#phone::-webkit-outer-spin-button,
#phone::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#phone[type=number] {
    -moz-appearance: textfield;
}

@media (max-width:620px) {
    .contact-page {
        flex-direction: column;
    }

    .contact-form {
        width: 100%;
        order: 1;
        margin: 30px 0px;
    }

    .contact-detail {
        width: 90%;
        order: 0;
        margin: 30px 0px;
    }

    .contact-form h1 {
        font-size: 27px;
    }

    .contact-detail h1 {

        font-size: 23px;
    }
    .contact-form1 {
        width: 90%;
    }
}

/* ---About-us---- */
.about-us {
    height: 300px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/contact-us.jfif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.about {
    margin: 60px 0px;
}

.about-content {
    width: 100%;
    display: flex;


}

.about-img-cont {
    width: 50%;

}

.about-img-cont img {
    width: 90%;

}

.about-text-cont {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0px 10px;
    font-size: 16px;
}

.client-visit-data {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.visit-data1 {
    flex: 0 0 25%;
}

.visit-data1 h1 {
    font-size: 45px;
    margin: 0px;
}
.testimonial-bg{
    background: linear-gradient(41deg, #f15253, #feb632);
    padding:  45px 30px;
    margin-top: 30px;
}



.test-slide {
    padding: 10px;
  
}

.test-slide1 {
  background-color: #f6f8fb;

    border-radius: 5px;
    padding: 20px 10px;
    margin: auto;

}

.test-slide1 img {
    height: 50px;
    width: 50px;
    margin: 10px auto;


}

.test-slide1 center p {
    font-size: 1.5rem;
}

.our-gallary{
    height: auto; 

    margin: 60px auto 40px;
}
.our-gallary-h{
    height: auto;
    display: flex;
}
.side-line{
    height: 84px;
    width: 3px;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
}
.gallary-h{
    padding-left: 20px;
 

}
.gallary-h strong{
    font-size: 36px;
    font-weight: 600;
 
}
.gallary-h p{
    font-size: 16px;
}
.our-main-h-gallary{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.g-main1{
    height: 250px;
    width: 250px;
    background-color: #f15253; 
    margin: 10px;
}


.auto-grid {
    display: grid;
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--auto-grid-min-size, 28rem), 1fr)
    );
    grid-gap: var(--auto-grid-gap, 0);
    padding: 0;
    list-style: none;
  }
  
  .flow > * + * {
    margin-top: var(--flow-space, 1em);
  }
  
  /* Composition */
  .team {
    --flow-space: 2em;
  }
  
  /* Blocks */
  .profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 1/1;
    position: relative;
    padding: 1.5rem;
    color: #ffffff;
    backface-visibility: hidden;
    text-decoration: none;
    overflow: hidden;
  }
  
  .profile::before,
  .profile::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /*inset: 0;*/
    top: 0;
    left: 0;
  }
  
  .profile::before {
    background: linear-gradient(
      to top,
      hsl(0 0% 0% / 0.79) 0%,
      hsl(0 0% 0% / 0.787) 7.8%,
      hsl(0 0% 0% / 0.779) 14.4%,
      hsl(0 0% 0% / 0.765) 20.2%,
      hsl(0 0% 0% / 0.744) 25.3%,
      hsl(0 0% 0% / 0.717) 29.9%,
      hsl(0 0% 0% / 0.683) 34.3%,
      hsl(0 0% 0% / 0.641) 38.7%,
      hsl(0 0% 0% / 0.592) 43.3%,
      hsl(0 0% 0% / 0.534) 48.4%,
      hsl(0 0% 0% / 0.468) 54.1%,
      hsl(0 0% 0% / 0.393) 60.6%,
      hsl(0 0% 0% / 0.31) 68.3%,
      hsl(0 0% 0% / 0.216) 77.3%,
      hsl(0 0% 0% / 0.113) 87.7%,
      hsl(0 0% 0% / 0) 100%
    );
    transition: 300ms opacity linear;
  }
  
  .profile::after {
    background: linear-gradient(
      45deg,
      hsl(5 97% 63% / 0.7) 0,
      hsl(5 97% 63% / 0) 100%
    );
    opacity: 0;
    transition: 300ms opacity linear;
  }
  
  .profile > * {
    z-index: 1;
  }
  
  .profile img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    object-fit: cover;
    
    transition: filter 200ms ease, transform 250ms linear;
  }
  
  .profile h2,
  .profile p {
    transform: translateY(2ex);
  }
  
  .profile h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.03ch;
    transition: 300ms transform ease;
    color: #fff;
  }
  
  .profile p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
  }
  
  .profile p {
    opacity: 0;
    transition: 300ms opacity linear, 300ms transform ease-in-out;
  }
  
  .profile:focus {
    outline: 0.5rem solid white;
    outline-offset: -0.5rem;
  }
  
  .profile:hover :is(h2, p),
  .profile:focus :is(h2, p) {
    transform: none;
  }
  
  .profile:hover::after,
  .profile:focus::after,
  .profile:hover::before,
  .profile:focus::before {
    opacity: 0.7;
  }
  
  .profile:hover p,
  .profile:focus p {
    opacity: 1;
    transition-delay: 200ms;
  }
@media(max-width:920px) {
    .about-content {
        flex-direction: column;
        align-items: center;
    }

    .about-img-cont {
        width: 80%;
        margin: 30px 0px;
    }

    .about-text-cont {
        width: 82%;
        margin: 10px 0px;
    }

  
    .side-line{
        margin-left: 9px;
    }
 
}

@media(max-width:720px) {
    .testimonial-bg{
        padding:32px 5px ;
    }
    .side-line{
        height: 62px;
  
    }
    .gallary-h strong {
        font-size: 29px;
        font-weight: 600;
    }
    .gallary-h p{
        font-size: 13px;
    }
    .auto-grid{
        grid-template-columns: repeat( auto-fill, minmax(var(--auto-grid-min-size, 22rem), 1fr) );
    }
    .profile h2{
        font-size: 2.1rem;
    }
}






.banner-refund {
    height: 300px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/refund.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}



/*------- Blog ---------*/
.page-content-blog {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px;
    margin-top: 10px;
}

.blog-items {
    width: 47%;
    margin: 20px 0px 20px 10px;
    text-align: left;
}

.blog-items img {
    border-radius: 8px;
    overflow: hidden;
}

.blog {
    height: 300px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/blog.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.blog h2 {
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
}

.page-content {
    height: auto;
    width: auto;
    margin: auto;
    margin-top: 50px;
    display: flex;
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 2%);

}

.page-content1 {
    width: 70%;
}

.page-content2 {
    width: 30%;
}

.popular-blog {
    width: 93%;
    background: #ffffff;

    box-shadow: 0 0 12px 1px rgb(0 0 0 / 20%);
    margin: auto;
    margin-top: 30px;
    padding-bottom: 10px;
}

.popular-blog-recent {
    width: 93%;

    margin: auto;
    margin-top: 30px;
    padding-bottom: 10px;
}

.popular-blog-head {
    width: 90%;
    text-align: center;
    padding: 20px 0px 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid;
    margin: auto;
}

.popular-blogs {
    display: flex;
    width: 90%;
    margin: 20px auto;

}

.p-blogs-img {
    width: 30%;
}

.p-blogs-name {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.p-blogs-name a:hover {
    color: #ffb100 !important;
    transition: 0.3s ease;

}

.page-content-heading {
    font-size: 32px;
    width: 100%;
    font-weight: 600;
    padding: 20px 20px;
    color: #000000;
}

.blog-article {
    width: 95%;
    margin: auto;
    font-size: 16px;
}

.blog-article-h {
    /* width: 38%; */
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    border-left: 5px solid #093d65;
    padding: 0 15px 0 10px;

    color: #000;
}

.article-img {
    text-align: center;
}

.article-img img {
    width: 80%;
    border-radius: 6px;
}

.packeg-btn {
    width: 100%;
    display: flex;
    padding: 15px 0px;
}

.book-blog-packege {
    color: #ffffff;
    width: 60%;
    margin: auto;
    padding: 10px 0px;
    text-align: center;
    background: #0c0326;
    border: 1px solid #0c0326;
    border-radius: 6px;
}

.book-blog-packege:hover {
    color: #0c0326;
    border: 1px solid;
    background: none;
    transition: 0.3s ease;
}

.packeage-link:hover {
    color: #ffbf2e;
    transition: 0.3s ease;

}

.blog-detail-img {
    width: 95%;
    margin: auto;
    text-align: center;
}

.blog-detail-img-h {
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 15px;
    padding-bottom: 10px;
}

.blog-detail-img img {
    border-radius: 5px;
}












@media (max-width:920px) {
    .page-content-blog {
        width: 98%;
    }

    .blog h2 {
        font-size: 30px;
        text-align: center;
    }

    .page-content {
        flex-direction: column;
    }

    .page-content1 {
        margin: auto;
        width: 95%;
    }

    .page-content2 {
        width: 95%;
        margin: auto;
    }
    .p-blogs-name {
        font-size: 19px;
    }
}

@media (max-width:620px) {
    .page-content2 {
        width: 95%;
    }

    .p-blogs-name {
        font-size: 15px;
    }

    .page-content-heading {
        font-size: 24px;
        padding: 20px 10px;
    }

    .blog-article-h {
        font-size: 20px;
    }

}



/* Blog-main-Page */

.learn-more {
    color: #000000;
    padding: 11px 16px;
    text-align: center;
    background: #ffb100;
    border-radius: 18px;
    margin-top: 15px;
    font-size: 14px;
}

.blog-img {
    width: 95%;
    margin: 30px auto;
    margin-bottom: 40px;
    text-align: left;

}

.blog-heading {
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    padding: 15px 0px 0px;
    color: #000000;

}

.blog-text {
    font-size: 15px;
    font-weight: 400;
}

.category {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    list-style: none;
    position: relative;
}

.category a::after {
    display: inline-block;
    position: absolute;
    right: 10px;

    content: "\f105";
    font-family: FontAwesome;
    font-weight: 400;
}
.category li{
    padding: 5px 0px;
}
.category li :hover {
    color: #ffb100 !important;
        transition: 0.3s ease;
}

.pagination{
    display: flex;
    width: 100%;
    height: 43px;
    text-align: center;
    margin: 10px 0px;
    user-select: none;
    justify-content: center;
  }
  
  .pagination li{
    display: inline-block;
    margin: 7px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
  }
  
  .pagination li a{
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    line-height: 30px;
  }
  
  .pagination1{
    display: flex;
    width: 100%;
    height: 43px;
    text-align: center;
    margin: 10px 0px;
    user-select: none;
    justify-content: center;
  }
  
  .pagination1 li{
    display: inline-block;
    margin: 7px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
  }
  
  .pagination1 li a{
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    line-height: 30px;
  }
  .previous-page, .next-page{
    background: linear-gradient(to left, #ffbf2e, #ee375d);
    width: 60px;
    border-radius: 45px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .previous-page:hover{
    transform: translateX(-5px);

  }
  
  .next-page:hover{
    transform: translateX(5px);
  }
  
  .current-page, .dots{
    background: #ccc;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .active{
    background: linear-gradient(to left, #ffbf2e, #ee375d);
  }
  
  .disable{
    background: #000000;
  }
  .disable1{
    background: #000000;
  }
  

@media (max-width:620px) {
    .blog-items {
        width: 95%;
    }

    .blog-heading {
        font-size: 21px;
    }

    .blog-text {
        font-size: 15px;
    }

    .learn-more {
        font-size: 13px;
        padding: 11px 13px;
    }
}


/* faq */

.banner-faq {
    height: 300px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/faq.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.faq{
    height: auto;
    background: #fff;
    margin-top: 60px;
    border-radius: 6px;
}
.faq-heading{
    font-size: 28px;
    padding: 20px 45px;
    border-left: 3px solid #FFC107;
    font-weight: 500;
}
.faq-content{
    padding: 20px 40px 40px;
    list-style: none;
}
.faq-list{
      border: 1px solid #FFC107;
      border-radius: 5px;
    margin: 13px 0px 0px;
}
.faq-list-head{
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
  cursor: pointer;
}
.faq-describ{
    font-size: 15px;
    padding: 20px;
    display: none;
    padding: 0px 20px 27px;
  
}
.fa-plus,.fa-minus{
    font-weight: 600;
    font-size: 18px;
    float: right;
    color: #FFC107;
}
@media (max-width:620px){
    .faq-content{
        padding: 20px 15px 40px;
    }
    .faq-list-head{
        font-size: 13px;
        padding: 10px 8px;
    }
    .faq-describ{
        font-size: 14px;
    }
    .fa-plus,.fa-minus{
        font-size: 14px;
    }
    .faq-heading{
        font-size: 23px;
        padding: 10px 17px;
    }
    .about-text-cont{
        width: 99%;
    }
    .client-visit-data{
        flex-wrap: wrap;
    }
    .visit-data1 {
        flex: 0 0 42%;
    }
    .visit-data1 h1{
        font-size: 30px;
    }
}


/* bike rental */

.bike-rental {
    display: flex;
    padding: 10px;
    margin-top: 100px;
    margin-bottom: 30px;
}

.bike-banner1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-btn {
    padding: 8px;
    font-size: 1.2em;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    width: 140px;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
}

.video-btn:hover {
    color: #000000;
}

.bike-head {
    font-size: 3.2em;
    color: #000000;
}

.bike-head::before {
    content: "";
    width: 19%;
    height: 2px;
    position: absolute;

    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    margin-top: 60px;
}

.bike-banner2 {

    height: auto;

    width: 50%;

    background: url(../uploads/bike-rental/blob1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;



}

.bike-slider {


    overflow: hidden;

    animation: bikebanner .7s;
    text-align: center;
}

@keyframes bikebanner {
    0% {
        scale: 0;
    }

    100% {
        scale: 1;
    }
}

.bike-slide1 img {
    width: 65%;

}

.bike-service {

    width: 100%;

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;

}

.bike-service1 {
    width: 30%;
    margin: 10px;

    text-align: center;
}

.bike-s-img {
    width: 35%;
    padding: 25px;
    margin: auto;

    border-radius: 50%;
}

.bike-s-img:hover {
    transition: 1s;
    /* background-image: linear-gradient(to left, #ffbf2e, #ee375d); */
    background: #ffffff;
    box-shadow: 0 0 30px 0px grey;

}

.b-s-head {
    font-size: 1.4em;
    padding-top: 5px;
    font-weight: 600;
}

.about-bike-rental {

    display: flex;
    padding: 0px 10px;

    margin-bottom: 30px;
}

.about-bike-banner1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-bike-banner2 {
    height: auto;

    width: 50%;


}

.about-bike-banner2 .bike-slide1 img {
    width: 80%;

}

.bike-book-service {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;

}

.bike-use1 {
    width: 23%;
    margin: 5px;

    text-align: center;
}

.bike-use-img {
    width: 25%;

    margin: auto;
    opacity: .6;
}

.bike-use-img::before {
    content: "";
    border-top: 5px dashed #000;
    position: absolute;
    height: 5px;
    background-color: #000000;
}

.bike-use-img::after {
    content: "";
    border-top: 1px dashed #000;
    position: absolute;
    height: 1px;
    width: 150px;
    margin-top: 40px;
    margin-left: 10px;
}

.bike-use-img1 {
    width: 30%;

    margin: auto;
    opacity: .6;
}

.bike-use-img:hover,
.bike-use-img1:hover {
    opacity: 1;
}

.b-us-head {
    font-size: 1.4em;
    padding-top: 5px;
    font-weight: 600;
}

.b-us-head small {

    padding-top: 5px;
    font-weight: 500;
}

.qr-code {
    width: 70%;
    display: flex;
}

.qr-code1 {
    width: 50%;

}

.qr-code1 img {
    padding: 10px;
}


@media(max-width:1050px) {
    .bike-rental {
        flex-direction: column;
        justify-content: center;

    }

    .bike-banner1 {
        width: 60%;
        margin: auto;
        order: 2;

    }

    .bike-banner2 {

        margin: auto;
        order: 1;
    }

    .bike-head {
        font-size: 2.7em;
    }

    .bike-head::before {
        margin-top: 40px;
        width: 24%;
    }

    .bike-service {
        width: 75%;
        margin: auto;
        justify-content: center;
    }

    .bike-service1 {
        width: 40%;
    }

    .bike-s-img {
        width: 45%;
    }

    .bike-book-service {
        flex-direction: column;
    }

    .bike-use1 {
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .b-us-head {
        font-size: 2.5em;
        padding: 5px;
        text-align: left;
        width: 70%;
        padding-top: 20px;
    }

    .bike-use-img {
        width: 14%;
        margin: 10px;
        padding: 7px;
    }

    .bike-use-img1 {
        width: 14%;
        margin: 10px;
        padding: 6px;
    }

    .bike-use-img::after {
      display: none;
    }
}

@media(max-width:620px) {
    .bike-banner1 {
        width: 90%;
        text-align: center;
    }

    .bike-banner2 {
        width: 75%;
        margin: auto;

    }

    .bike-service {
        margin-bottom: 30px;
    }

    .bike-service1 {
        width: 42%;
    }

    .bike-service1 p {
        display: none;
    }

    .bike-s-img {
        width: 65%;
        padding: 15px;
    }

    .bike-use1 {
        width: 100%;
        display: flex;
    }

    .bike-use-img {
        width: 16%;
        margin: 10px;
        padding: 7px;
    }

    .bike-use-img1 {
        width: 16%;
        margin: 10px;
        padding: 6px;
    }

    .b-s-head {
        font-size: 1.5em;
        padding-top: 0px;
    }

    .bike-book-service {
        flex-direction: column;
        padding: 10px;
    }

    .b-us-head {
        font-size: 1.5em;
        padding: 5px;
        text-align: left;
        width: 70%;
    }

    .bike-head::before {
        width: 24%;
        left: 37%;
    }

    .video-btn {
        width: 100pxs;
    }

    .about-bike-rental {
        flex-direction: column;
        align-items: center;
    }

    .about-bike-banner2 {
        width: 90%;
    }

    .about-bike-banner2 .bike-slide1 img {
        width: 60%;
        text-align: center;

    }

    .about-bike-banner1 {
        width: 90%;
        text-align: center;
    }

    .bike-use-img::after {
        width: 1px;
        border-left: 1px dashed #000;
        height: 33px;
        margin-top: 59px;
        margin-left: -25px;
    }
}




/* -----------activities-css ------------*/

.activities-rental {

    display: flex;
    padding: 10px;
    margin-top: 100px;
    margin-bottom: 30px;
}

.activities-banner1 {


    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.video-btn {
    padding: 8px;
    font-size: 1.2em;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    width: 140px;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
}

.video-btn:hover {
    color: #000000;
}

.activities-head {
    font-size: 3.2em;
    color: #000000;
}

.activities-head::before {
    content: "";
    width: 19%;
    height: 2px;
    position: absolute;

    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    margin-top: 60px;
}

.activities-banner2 {

    height: auto;

    width: 50%;

    background: url(../uploads/activities-rental/blob1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;



}

.activities-slider {


    overflow: hidden;

    animation: activitiesbanner .7s;
    text-align: center;
}

@keyframes activitiesbanner {
    0% {
        scale: 0;
    }

    100% {
        scale: 1;
    }
}

.activities-slide1 img {
    width: 100%;

}

.activities-service {

    width: 100%;

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;

}

.activities-service1 {
    width: 30%;
    margin: 10px;

    text-align: center;
}

.activities-s-img {
    width: 35%;
    padding: 25px;
    margin: auto;

    border-radius: 50%;
}

.activities-s-img:hover {
    transition: 1s;
    /* background-image: linear-gradient(to left, #ffbf2e, #ee375d); */
    background: #ffffff;
    box-shadow: 0 0 30px 0px grey;

}

.b-s-head {
    font-size: 1.4em;
    padding-top: 5px;
    font-weight: 600;
}

.about-activities-rental {

    display: flex;
    padding: 0px 10px;

    margin-bottom: 70px;
}

.about-activities-banner1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-activities-banner2 {
    height: auto;
    display: flex;
    align-items: center;
    width: 50%;


}

.about-activities-banner2 .activities-slide1 img {
    width: 80%;

}
.about-activities-banner1 p{
    font-size: 15px;
}

.activities-book-service {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;

}

.activities-use1 {
    width: 23%;
    margin: 5px;

    text-align: center;
}

.activities-use-img {
    width: 25%;

    margin: auto;
    opacity: .6;
}

.activities-use-img::before {
    content: "";
    border-top: 5px dashed #000;
    position: absolute;
    height: 5px;
    background-color: #000000;
}

.activities-use-img::after {
    content: "";
    border-top: 1px dashed #000;
    position: absolute;
    height: 1px;
    width: 184px;
    margin-top: 40px;
    margin-left: 10px;
}

.activities-use-img1 {
    width: 25%;

    margin: auto;
    opacity: .6;
}

.activities-use-img:hover,
.activities-use-img1:hover {
    opacity: 1;
}

.b-us-head {
    font-size: 1.4em;
    padding-top: 5px;
    font-weight: 600;
}

.b-us-head small {

    padding-top: 5px;
    font-weight: 500;
}

.qr-code {
    width: 70%;
    display: flex;
}

.qr-code1 {
    width: 50%;

}

.qr-code1 img {
    padding: 10px;
}

.activities-gallary {

    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 19px 0px;
    cursor: pointer;
}

.activities-gallary1 {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 50px;
   
}

.gallary img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    filter: brightness(80%);
 
}

.gallary1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden;
    padding: 10px;
}
.activities-banner1 p, .guide-banner1 p, .about-guide-banner1 p,.bike-banner1 p,.about-bike-banner1 p{
    font-size: 16px;

}
.activities-service1 p{
    font-size: 16px;
}

@media(max-width:1050px) {
    .activities-rental {
        flex-direction: column;
        justify-content: center;

    }

    .activities-banner1 {
        width: 60%;
        margin: auto;
        order: 2;

    }

    .activities-banner2 {

        margin: auto;
        order: 1;
    }

    .activities-head {
        font-size: 2.7em;
        text-align: center;
    }

    .activities-head::before {
        margin-top: 40px;
        width: 24%;
    }

    .activities-service {
        width: 75%;
        margin: auto;
        justify-content: center;
    }

    .activities-service1 {
        width: 40%;
    }

    .activities-s-img {
        width: 45%;
    }

    .activities-book-service {
        flex-direction: column;
    }

    .activities-use1 {
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .b-us-head {
        font-size: 2.5em;
        padding: 5px;
        text-align: left;
        width: 70%;
        padding-top: 20px;
    }

    .activities-use-img {
        width: 14%;
        margin: 10px;
        padding: 7px;
    }

    .activities-use-img1 {
        width: 14%;
        margin: 10px;
        padding: 6px;
    }

    .activities-use-img::after {
       display: none;
    }
}

@media(max-width:620px) {
    .activities-banner1 {
        width: 90%;
        text-align: center;
    }

    .activities-banner2 {
        width: 75%;
        margin: auto;

    }

    .activities-service {
        margin-bottom: 30px;
    }

    .activities-service1 {
        width: 42%;
    }

    .activities-service1 p {
        display: none;
    }

    .activities-s-img {
        width: 65%;
        padding: 15px;
    }

    .activities-use1 {
        width: 100%;
        display: flex;
    }

    .activities-use-img {
        width: 20%;
        margin: 10px;
        padding: 7px;
    }

    .activities-use-img1 {
        width: 20%;
        margin: 10px;
        padding: 6px;
    }

    .b-s-head {
        font-size: 1.5em;
        padding-top: 0px;
    }

    .activities-book-service {
        flex-direction: column;
        padding: 10px;
    }

    .b-us-head {
        font-size: 1.5em;
        padding: 5px;
        text-align: left;
        width: 70%;
    }

    .activities-head::before {
        width: 24%;
        left: 37%;

    }

    .video-btn {
        width: 100pxs;
    }

    .about-activities-rental {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .about-activities-banner2 {
        width: 95%;
    }

    .about-activities-banner2 .activities-slide1 img {
        width: 85%;
        text-align: center;

    }
    

    .about-activities-banner1 {
        width: 90%;
        text-align: center;
    }

    .activities-use-img::after {
        width: 1px;
        border-left: 1px dashed #000;
        height: 33px;
        margin-top: 59px;
        margin-left: -25px;
    }

    .activities-gallary {

        width: 100%;
        overflow: hidden;
        padding: 10px;
    }

    .activities-gallary1 {
        padding: 10px;
        width: 100%;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .gallary img {
        width: 100%;
        height: 100px;
        overflow: hidden;
        object-fit: cover;
    }

    .gallary1 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        overflow: hidden;
        padding: 0px;

    }

    .video-btn {
        padding: 5px;
        font-size: 1em;
        width: 75px;
        margin: auto;
    }
}








.guide-rental {
    display: flex;
    padding: 10px;
    margin-top: 100px;
    margin-bottom: 30px;
}

.guide-banner1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-btn {
    padding: 10px;
    font-size: 1.2em;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    width: 200px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
}

.video-btn:hover {
    color: #000000;
}

.guide-head {
    font-size: 3.2em;
    color: #000000;
}

.guide-head::before {
    content: "";
    width: 19%;
    height: 2px;
    position: absolute;

    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    margin-top: 60px;
}

.guide-banner2 {

    height: auto;

    width: 50%;

    background: url(../uploads/bike-rental/blob2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;



}

.guide-slider {


    overflow: hidden;

    animation: guidebanner .7s;
    text-align: center;
}

@keyframes guidebanner {
    0% {
        scale: 0;
    }

    100% {
        scale: 1;
    }
}

.guide-slide1 img {
    width: 100%;

}

.guide-service {

    width: 100%;

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;

}

.guide-service1 {
    width: 30%;
    margin: 10px;

    text-align: center;
}

.guide-s-img {
    width: 35%;
    padding: 25px;
    margin: auto;

    border-radius: 50%;
}

.guide-s-img:hover {
    transition: 1s;
    /* background-image: linear-gradient(to left, #ffbf2e, #ee375d); */
    background: #ffffff;
    box-shadow: 0 0 30px 0px grey;

}

.b-s-head {
    font-size: 1.4em;
    padding-top: 5px;
    font-weight: 600;
}

.about-guide-rental {

    display: flex;
    padding: 0px 10px;

    margin-bottom: 30px;
}

.about-guide-banner1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-guide-banner2 {
    height: auto;

    width: 50%;


}

.about-guide-banner2 .guide-slide1 img {
    width: 80%;

}

.guide-book-service {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;

}

.guide-use1 {
    width: 23%;
    margin: 5px;

    text-align: center;
}

.guide-use-img {
    width: 25%;

    margin: auto;
    opacity: .6;
}

.guide-use-img::before {
    content: "";
    border-top: 5px dashed #000;
    position: absolute;
    height: 5px;
    background-color: #000000;
}

.guide-use-img::after {
    content: "";
    border-top: 1px dashed #000;
    position: absolute;
    height: 1px;
    width: 150px;
    margin-top: 40px;
    margin-left: 10px;
}

.guide-use-img1 {
    width: 25%;

    margin: auto;
    opacity: .6;
}

.guide-use-img:hover,
.guide-use-img1:hover {
    opacity: 1;
}

.b-us-head {
    font-size: 1.4em;
    padding-top: 5px;
    font-weight: 600;
}

.b-us-head small {

    padding-top: 5px;
    font-weight: 500;
}

.qr-code {
    width: 70%;
    display: flex;
}

.qr-code1 {
    width: 50%;

}

.qr-code1 img {
    padding: 10px;
}


@media(max-width:1050px) {
    .guide-rental {
        flex-direction: column;
        justify-content: center;

    }

    .guide-banner1 {
        width: 60%;
        margin: auto;
        order: 2;

    }

    .guide-banner2 {

        margin: auto;
        order: 1;
    }

    .guide-head {
        font-size: 2.7em;
    }

    .guide-head::before {
        margin-top: 40px;
        width: 24%;
    }

    .guide-service {
        width: 95%;
        margin: auto;
        justify-content: center;
    }

    .guide-service1 {
        width: 40%;
    }

    .guide-s-img {
        width: 45%;
    }

    .guide-book-service {
        flex-direction: column;
    }

    .guide-use1 {
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .b-us-head {
        font-size: 2.5em;
        padding: 5px;
        text-align: left;
        width: 70%;
        padding-top: 20px;
    }

    .guide-use-img {
        width: 14%;
        margin: 10px;
        padding: 7px;
    }

    .guide-use-img1 {
        width: 14%;
        margin: 10px;
        padding: 6px;
    }

 
    .guide-use-img::after {
        display: none;
    }
}

@media(max-width:620px) {
    .guide-banner1 {
        width: 90%;
        text-align: center;
    }

    .guide-banner2 {
        width: 75%;
        margin: auto;

    }
    .guide-head {
        font-size: 2.5em;
    }
    .guide-service {
        margin-bottom: 30px;
    }

    .guide-service1 {
        width: 42%;
    }

    .guide-service1 p {
        display: none;
    }

    .guide-s-img {
        width: 65%;
        padding: 15px;
    }

    .guide-use1 {
        width: 100%;
        display: flex;
    }

    .guide-use-img {
        width: 20%;
        margin: 10px;
        padding: 7px;
    }

    .guide-use-img1 {
        width: 20%;
        margin: 10px;
        padding: 6px;
    }

    .b-s-head {
        font-size: 1.5em;
        padding-top: 0px;
    }

    .guide-book-service {
        flex-direction: column;
        padding: 10px;
    }

    .b-us-head {
        font-size: 1.5em;
        padding: 5px;
        text-align: left;
        width: 70%;
    }

    .guide-head::before {
        width: 24%;
        left: 37%;
    }

    .video-btn {
        width: 100pxs;
    }

    .about-guide-rental {
        flex-direction: column;
        align-items: center;
    }

    .about-guide-banner2 {
        width: 90%;
    }

    .about-guide-banner2 .guide-slide1 img {
        width: 90%;
        text-align: center;

    }
    

    .about-guide-banner1 {
        width: 90%;
        text-align: center;
    }
    .qr-code{
        width: 95%;
    }

   
}
.track-enquiry-event-button:focus{
    background-color: inherit !important;
    color: #ffb100 !important;
}




/* our-application */

.our-application-banner{
    height: 500px;
    width: 100%;
    position: relative;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../uploads/banner/our-application.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.our-application-content{

    margin: auto;
    display: flex;
    padding: 10px !important;
    margin-top: 100px;
    margin-bottom: 30px;
}
.our-application-content-text {
  
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
}
.our-application-content-text i{
    color: #fff;
}
.our-application-content-text p{
    color: #fff;
    font-size: 16px;
}
.our-application-content-head{
    font-size: 3.2em;
    color: #ffffff;
    text-align: start;
}
.our-application-content-head::before {
    content: "";
    width: 19%;
    height: 2px;
    position: absolute;
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    margin-top: 60px;
}
.download-btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.video-btn1 {
    padding: 8px 14px;
    font-size: 1.2em;
    border: 1px solid #ffbf2e;
  color: #ffbf2e;
    width: auto;
    word-spacing: 2px;
    text-align: center;
    border-radius: 8px;
    margin: 5px;
}
.video-btn1 img{
    width: 24px;
}
.video-btn1:hover{
    background-image: linear-gradient(to left, #ffbf2e, #ee375d);
    border: none;
    color: #fff;

}
.our-application-intro {
    display: flex;
    padding: 0px 12px;
    margin: 60px auto 80px;
    align-items: center;
}

.our-application-slider{
    width: 97%;
    margin: auto;


}

.app-service{
    margin: 60px auto 80px;
width: 100%;
}
.app-service-content{
    display: flex;
    align-items: center;
}
.app-service-cont-img{
    flex: 0 0 45%;
}
.app-service-cont-img img{
    width: 90%;
}
.app-service-cont1{
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}



.app-service1{
    display: flex;

}
.app-service-numb{
    font-size: 50px;
    font-weight: 600;
    margin: 0px;
    color: #ff5757;
}
.service-cont{
    margin-left: 10px;
}
.service-cont b{
    font-size: 24px;
    border-bottom: 2px solid #ffb100;
  padding-bottom: 2px;
}
.service-cont p{
    font-size: 16px;
    margin: 0 0 9px;
}
.app-cont-head{

    font-size: 24px;
}

.download-app-step{


    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
}
.download-app-steps1{
    background-color: #ffffff;
    height: 180px;
    flex: 0 0 45%;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-left: 5px solid #ffb100;
    border-radius: 10px ;
}
.download-app-step-img{

    width: 30%;
    flex: 0 0 24%;
    
}
.download-app-step-cont{
    flex: 0 0 68%;
}
.download-app-step-cont b{
    font-size: 20px;
}
.download-app-step-cont p{
    font-size: 14px;
}
@media (max-width:920px){
   

}

@media (max-width:620px){
    .our-application-content-head{
        font-size: 3.4rem;
    }
    .our-application-content-head::before{
        width: 42%;
        margin-top: 39px
    }
    .our-application-intro{
        flex-direction: column;
        align-items: center;
        margin: 40px auto 27px;
    }
    .our-application-intro .about-guide-banner2{
        margin-bottom: 20px;
    }
    .our-application-content-text p{
        margin-bottom: 5px;
    }
    .app-service-content{
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }
    .app-service-numb{
        font-size: 36px;
    }
    .service-cont b{
        font-size: 18px;
    }
    .service-cont p{
        font-size: 13px;
    }
    .our-application-slider{
        width: 90%;
    }
    .app-service-cont-img{
    flex: 0 0 45%;
    text-align: center;
}
.app-service-cont-img img{
    width: 70%;
    margin-bottom: 20px;
}
.app-service{
    margin-bottom: 30px;
}
.app-service1{

    padding: 5px 10px;
    margin: auto;

}
.app-image-slide img {
    width: 80%;
    margin: auto;
}
.download-app-steps1{
    flex: 0 0 95%;
    margin: 10px;
}
.download-app-step{
    margin-top: 20px;
    margin-bottom: 30px;
}
}

@media (max-width:420px){
    .app-image-slide img {
        width: 60%;
        margin: auto;
    }
}

.notification-bar{
    height: auto;
    
    width: 300px;
   
    position: absolute; 
    top: 36px;
    font-size: 14px;
    right: -10px;

    border-top: none;

    /* border-top-right-radius: 0px;
    border-top-left-radius: 0px; */

    visibility: hidden;
    opacity: 0;
}
.notification-bar ul{
    padding: 0;
}
.notification-bar ul li{
    justify-content: flex-start !important;
    align-items: flex-start !important;
    
}
.noti-des{
    padding-left: 5px;
}
.show-notification {
transition: 2s all;
    visibility: visible !important;
    opacity: 1 !important;
  

}
.messagehide {
    background: #fff;
    margin: 5px;
    list-style: none;
    box-shadow: 0px 3px 7px -2px #0000009c;
    border-radius: 6px;
    padding: 10px;
}
  .closs-xmark{
    padding-right: 5px;
    float: right;
  }

  @media (max-width:1024px){
    .messagehide {
        padding: 7px;
    }
  }
  .tour-card-list .tour-card{
    margin: 0 12px 68px !important;
  }
  .nearby-places-list a img {
    width: 50% !important;
    margin: 5px 0px;
  }