:root {
    /* Colors  */
    /* --text_primary: #e9003f; */
    --bg_primary: #272624;
    --bg_secondary: #e9003f;
    --bg_gray: #efefef;
    --text_primary: #272624;
    --text_secondary: #e9003f;
    --text_white: #fff;
    --bg_white: #fff;
    --text_black: #000;
    --bg_black: #000;
    /* Font family  */
    --primary_font: 'Montserrat', sans-serif;
    --secondary_font: 'Poppins', sans-serif;
}
::selection {
    background-color: var(--bg_primary);
    color: var(--bg_white);
}
body {
    font-family: var(--primary_font);
    overflow-x: hidden;
    background-position: center;
}
body,
h1,
h2,
h3,
p,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    transition: all 0.3s;
}
.bg-primary {
    background-color: var(--bg_primary) !important;
}
.bg-secondary {
    background-color: var(--bg_secondary) !important;
}
.bg-gray {
    background-color: var(--bg_gray) !important;
}
.bg-gray-2 {
    background-color: #f3f7ff;
}
.text-primary {
    color: var(--text_primary) !important;
}
.text-secondary {
    color: var(--text_secondary) !important;
}
.primary-font {
    font-family: var(--primary_font);
}
.secondary-font {
    font-family: var(--secondary_font);
}
.transition-color {
    transition: color 0.5s ease;
}
.transition-all {
    transition: all 0.5s ease;
}
.transition-bg {
    transition: background-color 0.5s ease;
}
.no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.opacity-70 {
    opacity: 0.7;
}
.fs-9-25 {
    font-size: 9.25px;
}
.fs-12 {
    font-size: 12px;
}
.fs-12-33 {
    font-size: 12.33px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-25 {
    font-size: 25px;
}
.fs-27 {
    font-size: 27px;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-33 {
    font-size: 33px;
}
.fs-35 {
    font-size: 35px;
}
.fs-40 {
    font-size: 40px;
}
.fs-48 {
    font-size: 48px;
}
.fs-133 {
    font-size: 133px;
}
/* Sapcing style start */
.ps-20 {
    padding-left: 20px;
}
.ps-30 {
    padding-left: 30px;
}
.pe-150 {
    padding-right: 150px;
}
.pe-30 {
    padding-right: 30px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-145 {
    padding-top: 145px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-115 {
    padding-bottom: 115px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.me-10 {
    margin-right: 10px;
}
/* Sapcing style ends */
.header {
    transition: all 0.5s ease;
}
.header.position-absolute.top-0.end-0.start-0.z-3.pt-50.sticky {
    position: fixed !important;
    background-color: var(--bg_white);
    padding: 28px 0 27px 0;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
/* dropdown css  */
li.has-sub > ul {
	background-color: var(--bg_white);
	padding: 24px 17px;
	box-shadow: 0 0 0px 1px #0002;
}
.stellarnav.mobile li.has-sub>ul>li>a {
    padding: 0 !important;
}
.dd-toggle i {
    color: var(--text_primary);
}
li.has-sub>ul>li>a {
    padding: 0 !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
li.has-sub>ul>li {
    padding: 0 0 15px !important;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(83, 82, 80, 20%);
}
.stellarnav li.has-sub>a::after {
    border-top: 6px solid var(--text_primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: border 0.4s;
}
/* dropdown css  */
.contact-info a {
    padding: 10px 14px 12px 43px;
}
.swiper-slide-thumb-active {
    border: 2px solid var(--bg_secondary);
}
.h-price {
    line-height: 3.2rem;
}
.contact-info span {
    content: '';
    position: absolute;
    background: url(/assets/images/sprite/sprite.png) -18px -26px;
    width: 17px;
    height: 17px;
    left: 18px;
    top: 13px;
    z-index: 9;
}
.navigation li a {
    padding: 11px 25px !important;
}
.navigation li a:hover,
.navigation li a.active {
    color: var(--text_secondary) !important;
}
.navigation li a:hover::after,
.navigation li a.active::after {
    border-top: 6px solid var(--text_secondary);
    transition: border 0.4s;
}
.inner-page .banner {
    background-color: #f3f7ff;
    padding: 19px 0;
}
.banner-heading h1 {
    font-size: 51.43px;
    font-weight: 500;
    color: var(--text_primary);
    text-transform: uppercase;
    line-height: 4rem;
    letter-spacing: -1px;
}
.banner-heading h1 strong {
    font-size: 67.4px;
    font-weight: 800;
    display: block;
}
.banner-heading h1 span {
    color: var(--text_secondary);
}
.query-form .form-control {
    padding: 13px 10px 14px 20px;
    box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.banner-media {
    margin-bottom: -15px;
    padding: 65px 0 0 0;
}
.border-gray {
    border-color: #ededed !important;
}
.bottom-border {
    border-bottom: 1px solid #cccccc;
}
label.error {
    display: none !important;
}
.baloon-animation {
    animation: 6s infinite float;
    left: 55px;
}
@keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(80px)
    }
    100% {
        transform: translateY(0px)
    }
}
.about-content .top-heading h1 {
    margin-bottom: 20px;
}
.inner-page .topbar-content h1,
.inner-page .topbar-content h2,
.inner-page .topbar-content h3,
.inner-page .topbar-content h4,
.inner-page .topbar-content h5,
.inner-page .topbar-content h6 {
    margin-bottom: 20px;
}
.company-intro {
    padding: 100px 0 0 0;
}
.company-intro p {
    line-height: 2rem;
}
.company-intro ul li {
    opacity: 0.7;
}
.inner-page .home-content {
    padding: 0;
}
.company-intro h1 {
    word-spacing: -3px;
}
.inner-page .fcts {
    padding: 90px 0 100px 0;
}
.arrival::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 16px;
    background: url(/assets/images/sprite/sprite.png) -170px -24px;
}
.holiday-detail .main {
    padding-top: 75px !important;
}
.holidayGallery {
    width: 200px;
    height: 100%;
    margin: 0;
}
.holidayGallery .swiper-slide {
    width: 100% !important;
    height: 126.5px !important;
}
.holidayGallery .swiper-slide img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}
.unordered-size::before {
    content: '';
    position: absolute;
    border: 2px solid var(--text_secondary);
    border-radius: 50%;
    left: 0;
    top: 5px;
    width: 10px !important;
    height: 10px !important;
}
.unordered-style::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid var(--text_secondary);
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.itinerary-view {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.holidayGalleryView {
    width: 742px;
    margin: 0;
}
.pckage-swiper {
    height: 580px;
}
.pckg-body sub {
    bottom: -8px;
}
.pckg-body sup {
    top: 7px !important;
}
.pckg-body small {
    top: 8px !important;
}
.pckg-header {
    padding: 19px 5px 17px 5px;
}
.pckg-body {
    padding: 27px 20px 0 23px;
    border: 1px solid #cccc;
    border-top: 0;
}
.pck-feature {
    padding: 30px 0 21px 0;
    border-bottom: 1px solid #d8d8d8;
    flex-wrap: wrap;
}
.query-contact {
    background-color: #d8d8d8;
    padding: 21px 24px 0 24px;
}
.query-contact a {
    margin-left: 10px;
    margin-bottom: 13px;
    display: flex;
    padding-left: 30px;
}
.query-contact a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 22px;
    height: 22px;
    background: url(/assets/images/sprite/sprite.png) -219px -26px;
}
.callme-back {
    padding-top: 20px;
    border-top: 1px solid #afafaf;
}
.callme-back .btn {
    padding: 12px 0 12px 0;
}
.pck-feature img:not(.pck-feature img:last-child) {
    margin-right: 20px;
}
.free-cancellation {
    padding: 15px 0 0 0;
}
.enquire-now {
    margin: 18px 0 29px 0;
}
.enquire-now .btn {
    padding: 9px 5px 11px 5px;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
    font-family: var(--primary_font);
    color: var(--text_secondary);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-size: 18px;
}
.content-text-dark h1,
.content-text-dark h2,
.content-text-dark h3,
.content-text-dark h4,
.content-text-dark h5,
.content-text-dark h6 {
    color: var(--text_primary);
}
.content-area p {
    font-family: var(--primary_font);
    font-size: 15px;
    font-weight: 300;
    color: #6e7b8e;
    margin-bottom: 18px;
}
.spacing-content {
    padding: 40px 47px 35px 38px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.content-area p:last-child {
    margin-bottom: 0;
}
.content-height {
    max-height: 541px;
    overflow-y: scroll;
}
.content-area strong {
    font-weight: 700;
    color: var(--text_secondary);
}
.content-area a {
    color: var(--text_secondary);
    text-decoration: underline;
    font-weight: 500;
}
.content-area ul,
.content-area ol {
    padding: 15px 0 15px 0;
    width: 100%;
}
.content-area ol {
    padding-left: 23px;
}
.content-area ul li,
.content-area ol li {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_primary);
    margin-bottom: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 32px;
}
.content-area ol li {
    display: flow-root list-item;
    padding-left: 0;
}
.content-area ul li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid var(--text_secondary);
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.content-area blockquote {
    width: 100%;
    border-left: 6px solid var(--bg_primary);
    padding: 20px 0 20px 15px;
    font-size: 15px;
    background-color: var(--bg_white);
}
.topbar-content h1,
.topbar-content h2,
.topbar-content h3,
.topbar-content h4,
.topbar-content h5,
.topbar-content h6 {
    margin-bottom: 38px;
    text-transform: uppercase;
    font-weight: 800;
}
.topbar-content h1 {
    font-size: 30px;
}
.topbar-content h2 {
    font-size: 28px;
}
.topbar-content h3 {
    font-size: 26px;
}
.topbar-content h4 {
    font-size: 24px;
}
.topbar-content h5 {
    font-size: 22px;
}
.topbar-content h6 {
    font-size: 20px;
}
.topbar-content p {
    font-size: 16px;
    color: #6e7b8e;
    font-weight: 400;
    font-family: var(--secondary_font);
    opacity: 0.8;
}
.topbar-content p:last-child {
    margin-bottom: 0;
}
.rating li i.rated {
    color: #faa11f;
}
.rating li i {
    color: #d4d4d3;
}
.holiday-package {
    /* padding: 17px 19px 11px 21px; */
    border: 1px solid transparent;
}
.holiday-package img {
    max-width: 222px;
    height: auto;
    transition: 0.5s ease all;
}
.holiday-package:hover img {
    bottom: 15px !important;
}
.h-package-title {
    max-width: 335px;
    line-height: 1.5rem;
    transition: 0.5s ease all;
    z-index: 1;
    padding: 0 0;
}
.unordered-style-remove li {
    padding: 0 !important;
    margin: 0 3px 0 0 !important;
}
.unordered-style-remove li::before {
    content: initial !important;
}
.tour-type::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid var(--text_secondary);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.h-price sup {
    top: 2px;
    margin-right: 4px;
}
.h-price small {
    margin-right: 3px;
    position: relative;
    top: 3px;
}
.best-selling-package {
    padding: 100px 0 80px 0;
}
.special-holiday-offer {
    padding: 110px 0 90px 0;
}
.popular-activities {
    padding: 115px 0 120px 0;
}
.home-content {
    padding: 0 0 70px 0;
}
.h-price sub {
    margin-left: 2px;
    bottom: -4px;
}
.h-package-info {
    padding-right: 195px;
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: initial;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: initial;
}
.holidaySwiper .swiper-slide,
.specialHolidaysSwiper .swiper-slide {
    padding: 8px 8px;
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
    transition: 0.5s ease all;
}
.holidaySwiper .swiper-slide img {
    max-width: 240px;
}
.holidaySwiper .swiper-slide:hover,
.specialHolidaysSwiper .swiper-slide:hover {
    border: 1px solid #bcbcbc;
}
.specialHolidaysSwiper .swiper-slide {
    padding: 22px 12px 32px 28px;
}
.holidaySwiper .swiper-slide {
    padding: 17px 19px 11px 21px !important;
}
.specialHolidaysSwiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--bg_secondary);
    transition: all 0.5s ease;
}
.specialHolidaysSwiper .swiper-slide:hover::after {
    left: 0;
    width: 0;
}
.Inclusion-exclusion .day-to-day span:nth-child(2n+1) {
    flex: 0 0 73%;
}
.swiper-arrows {
    width: 97px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0;
    margin: 0;
    transition: all 0.5s ease;
}
.swiper-button-prev.swiper-arrows::before {
    transform: rotate(180deg);
}
.swiper-arrows::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 15px;
    background: url(/assets/images/sprite/sprite.png) -79px -26px;
    transition: all 0.3s ease;
}
.swiper-button-prev.swiper-arrows {
    margin-left: 6px;
}
.swiper-arrows.swiper-button-disabled {
    background-color: var(--bg_secondary);
    opacity: 1;
}
.swiper-arrows.swiper-button-disabled::before {
    background: url(/assets/images/sprite/sprite.png) -121px -26px;
}
.swiper-arrows:hover {
    background-color: var(--bg_secondary);
}
.swiper-arrows:hover::before {
    /* filter: brightness(150); */
    background: url(/assets/images/sprite/sprite.png) -121px -26px;
}
.rating-info {
    box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.rating-info:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 255);
}
.v-detail::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #c1c1c1;
}
.sh-package-media {
    bottom: calc(0px + -32px);
    right: calc(0px + -12px);
    max-width: 148px;
    height: auto;
    transition: all 0.5s ease;
}
.specialHolidaysSwiper .swiper-slide:hover .sh-package-media {
    bottom: -8px;
}
.hp-discount {
    width: 101px;
    height: 37px;
    top: 23px;
}
.hp-discount::before {
    content: '';
    position: absolute;
    top: 0;
    left: -13px;
    background-image: url(/assets/images/d-shape.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 100%;
}
.feature-item {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 24px 10px 21px 35px;
    cursor: pointer;
}
.package-includes {
    position: sticky;
    top: 118px;
}
.feature-item-icon {
    width: 79px;
    height: 76px;
    background-image: url(/assets/images/animation/shape-1.png);
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transform: rotate(0deg);
}
.feature-item span {
    line-height: 22px;
}
.brdr-animation::before,
.brdr-animation::after,
.feature-item::after,
.feature-item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--bg_secondary);
    transition: all 0.5s ease;
}
.brdr-animation::before {
    left: 0;
    top: -100%;
    bottom: 0;
    height: 0;
}
.brdr-animation::after {
    right: 0;
    bottom: -100%;
    height: 0;
}
.similarHotels .swiper-slide {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.hotel-body {
    padding: 23px 17px 0 24px;
}
.facilities-list img {
    width: 18px;
    height: 14px;
    margin-right: 4px;
    object-fit: contain;
}
.modal .facilities-list img {
    width: 23px;
    height: 23px;
    margin-right: 15px;
}
.hotel-footer {
    padding-top: 15px;
}
.sim-heading {
    font-weight: 800;
}
.hotel-footer a {
    border: 0;
    border-right: 1px solid #fff;
    padding: 10px 5px 11px 5px;
}
.hotel-footer a:last-child {
    border-right: 0;
    border-left: 1px solid #fff;
}
.feature-item::before {
    top: 0;
    right: -100%;
    height: 1px;
    width: 0;
}
.main {
    margin-bottom: 70px;
}
.feature-item::after {
    bottom: 0;
    right: 0;
    left: -100%;
    height: 1px;
    width: 0;
}
.feature-item:hover .brdr-animation::before {
    height: 100%;
    top: 0;
}
.feature-item:hover .brdr-animation::after {
    height: 100%;
    bottom: 0;
}
.feature-item:hover::after {
    width: 100%;
    left: 0;
}
.feature-item:hover::before {
    width: 100%;
    right: 0;
}
.feature-item:hover .feature-item-icon {
    transform: rotate(-35deg);
}
.feature-item-icon img {
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.feature-item:hover .feature-item-icon img {
    transform: rotate(9deg);
}
.activities-item {
    padding: 27px 15px 10px 15px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.activities-item img {
    width: 190px;
    /* height: 170px; */
    object-fit: contain;
}
.activities-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: var(--bg_secondary);
    transition: all 0.5s ease;
}
.activities-item:hover::before {
    width: 0;
}
@-webkit-keyframes bounce-in {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}
.activities-item:hover span {
    padding: 0 10px;
    -webkit-animation: bounce-in .3s ease infinite alternate;
}
.activities-item span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--bg_secondary);
    z-index: -1;
    transition: all 0.5s ease;
    border-radius: 5px;
}
.error-heading {
    line-height: 8rem;
}
.error-404 a {
    padding: 18px 39px 18px 39px;
}
.enquiryCall .form-control,
.enquiryCall .form-select {
    height: 48px;
    padding-left: 20px;
    margin-bottom: 24px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.activities-item:hover span::before {
    width: 100%;
}
.activities-item:hover span {
    color: #fff !important;
}
.footer {
    margin-top: 190px;
    padding: 160px 0 0 0;
    background-color: rgba(39, 38, 36, 0.9);
}
.footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 632px;
    background-image: url(/assets/images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    max-width: 1320px;
    margin: auto;
    z-index: -1;
}
/* .footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(39, 38, 36, 0.9);
    z-index: 3;
} */
.footer-logo {
    z-index: 9;
    margin-bottom: 85px;
}
.footer .footer-shapes::before {
    content: '';
    position: absolute;
    top: -211px;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url(/assets/images/footer-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 211px;
}
.usefull-links {
    position: relative;
    z-index: 9;
}
.usefull-links span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--text_white);
    margin-bottom: 82px;
    text-transform: uppercase;
}
.usefull-links ul li {
    margin-bottom: 26px;
}
.usefull-links ul li.active a {
    color: var(--text_secondary);
    font-weight: 600;
}
.usefull-links ul li a {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--secondary_font);
    color: var(--text_white);
    opacity: 0.7;
}
.usefull-links ul li a:hover {
    color: var(--text_secondary);
}
.social-media ul li a {
    display: flex;
    align-items: center;
}
.social-media ul li .svg {
    font-size: 20px;
    fill: var(--text_white);
    width: 20px;
    height: 20px;
    margin-right: 23px;
    transition: fill 0.4s;
}
.social-media ul li a:hover .svg {
    transition: fill 0.4s;
    fill: var(--bg_secondary);
}
.social-media ul li a:hover span {
    transition: color 0.4s;
    color: var(--bg_secondary) !important;
}
.social-media ul li span {
    font-family: var(--secondary_font);
    font-size: 16px !important;
    transition: color 0.4s;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
}
.footer-contact-info {
    max-width: 261px;
    z-index: 9;
}
.website {
    margin-top: 12px;
    margin-bottom: 45px;
}
.address {
    margin-bottom: 12px;
}
.inner-page .header {
    padding: 28px 0 27px 0;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
    position: relative !important;
}
.inner-page .main {
    padding: 112px 0 100px 0;
}
.inner-page .main .popular-activities {
    padding: 0;
}
.inner-page .main .popular-activities .activities-item {
    margin-bottom: 97px;
}
.contact-us .top-heading {
    max-width: 550px;
}
.contact-us .top-heading h1 {
    margin-bottom: 20px;
}
.contact-us-form .form-control {
    height: 53px;
    padding: 0 23px 0 23px;
}
textarea.form-control {
    padding-top: 22px !important;
    height: auto !important;
}
/* .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 0, 63, 0.3);
} */
.form-check-input:checked {
    background-color: var(--bg_secondary);
    border-color: var(--bg_secondary);
}
.form-check-input:focus {
    border-color: var(--bg_secondary);
    outline: 0;
    box-shadow: 0 0 0 .15rem rgb(233, 0, 63, 0.2);
}
.form-check .form-check-input {
    width: 15px;
    height: 15px;
}
.snd-msg {
    padding: 16px 23px 16px 23px;
}
/* .contact-media {
	margin-top: 85px;
} */
.copyright {
    margin-top: 140px;
    padding: 25px 0 19px 0;
    background-color: #1f1e1c;
    z-index: 9;
}
.booking-contact {
    max-width: 919px;
    margin: auto;
    padding: 40px 50px 36px 50px;
    top: -116px;
    z-index: 10;
}
.arrows-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.order-now {
    padding-left: 29px;
}
.order-now::before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #fff;
}
@keyframes shake {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    4% {
        -webkit-transform: translateX(-10);
        transform: translateX(-10);
    }
    8% {
        -webkit-transform: translateX(10);
        transform: translateX(10);
    }
    13.2% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    16% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    24% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    32% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(3.5deg);
        transform: translate(0, 0) rotate(3.5deg);
    }
    51% {
        -webkit-transform: translate(0, 0) rotate(-0.5deg);
        transform: translate(0, 0) rotate(-0.5deg);
    }
    52% {
        -webkit-transform: translate(0, 0) rotate(-2.5deg);
        transform: translate(0, 0) rotate(-2.5deg);
    }
    53% {
        -webkit-transform: translate(0, 0) rotate(2.5deg);
        transform: translate(0, 0) rotate(2.5deg);
    }
    54% {
        -webkit-transform: translate(0, 0) rotate(3.5deg);
        transform: translate(0, 0) rotate(3.5deg);
    }
    55% {
        -webkit-transform: translate(0, 0) rotate(-0.5deg);
        transform: translate(0, 0) rotate(-0.5deg);
    }
    56% {
        -webkit-transform: translate(0, 0) rotate(-2.5deg);
        transform: translate(0, 0) rotate(-2.5deg);
    }
    57% {
        -webkit-transform: translate(0, 0) rotate(2.5deg);
        transform: translate(0, 0) rotate(2.5deg);
    }
    58% {
        -webkit-transform: translate(0, 0) rotate(3.5deg);
        transform: translate(0, 0) rotate(3.5deg);
    }
    59% {
        -webkit-transform: translate(0, 0) rotate(-0.5deg);
        transform: translate(0, 0) rotate(-0.5deg);
    }
    60% {
        -webkit-transform: translate(0, 0) rotate(-2.5deg);
        transform: translate(0, 0) rotate(-2.5deg);
    }
    61% {
        -webkit-transform: translate(0, 0) rotate(2.5deg);
        transform: translate(0, 0) rotate(2.5deg);
    }
    62% {
        -webkit-transform: translate(0, 0) rotate(3.5deg);
        transform: translate(0, 0) rotate(3.5deg);
    }
    63% {
        -webkit-transform: translate(0, 0) rotate(-0.5deg);
        transform: translate(0, 0) rotate(-0.5deg);
    }
    64% {
        -webkit-transform: translate(0, 0) rotate(-2.5deg);
        transform: translate(0, 0) rotate(-2.5deg);
    }
    65% {
        -webkit-transform: translate(0, 0) rotate(2.5deg);
        transform: translate(0, 0) rotate(2.5deg);
    }
    66% {
        -webkit-transform: translate(0, 0) rotate(3.5deg);
        transform: translate(0, 0) rotate(3.5deg);
    }
    67% {
        -webkit-transform: translate(0, 0) rotate(-0.5deg);
        transform: translate(0, 0) rotate(-0.5deg);
    }
    68% {
        -webkit-transform: translate(0, 0) rotate(-2.5deg);
        transform: translate(0, 0) rotate(-2.5deg);
    }
    69% {
        -webkit-transform: translate(0, 0) rotate(2.5deg);
        transform: translate(0, 0) rotate(2.5deg);
    }
    70% {
        -webkit-transform: translate(0, 0) rotate(3.5deg);
        transform: translate(0, 0) rotate(3.5deg);
    }
    71% {
        -webkit-transform: translate(0, 0) rotate(-0.5deg);
        transform: translate(0, 0) rotate(-0.5deg);
    }
    72% {
        -webkit-transform: translate(0, 0) rotate(-2.5deg);
        transform: translate(0, 0) rotate(-2.5deg);
    }
    73% {
        -webkit-transform: translate(0, 0) rotate(2.5deg);
        transform: translate(0, 0) rotate(2.5deg);
    }
    74% {
        -webkit-transform: translate(0, 0) rotate(3.5deg);
        transform: translate(0, 0) rotate(3.5deg);
    }
    75% {
        -webkit-transform: translate(0, 0) rotate(-0.5deg);
        transform: translate(0, 0) rotate(-0.5deg);
    }
    76% {
        -webkit-transform: translate(0, 0) rotate(-2.5deg);
        transform: translate(0, 0) rotate(-2.5deg);
    }
    77% {
        -webkit-transform: translate(0, 0) rotate(2.5deg);
        transform: translate(0, 0) rotate(2.5deg);
    }
    78% {
        -webkit-transform: translate(0, 0) rotate(3.5deg);
        transform: translate(0, 0) rotate(3.5deg);
    }
    79% {
        -webkit-transform: translate(0, 0) rotate(-0.5deg);
        transform: translate(0, 0) rotate(-0.5deg);
    }
    80% {
        -webkit-transform: translate(0, 0) rotate(-2.5deg);
        transform: translate(0, 0) rotate(-2.5deg);
    }
    41%,
    49%,
    81%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}
.phone-icon {
    -webkit-animation: shake 5s ease both infinite;
    animation: shake 5s ease both infinite;
}
.queryFeed .modal-header {
    padding: 19px 30px 17px 30px;
    border-color: #c2c6cc;
}
.queryFeed .modal-body {
    padding: 45px 30px 52px 30px;
}
.btn-close {
    width: 28px;
    height: 28px;
    --bs-btn-close-bg: none;
}
.bg-dark-hover {
    transition: background-color 0.4s;
}
.bg-dark-hover:hover {
    background-color: var(--bg_primary) !important;
    transition: background-color 0.4s;
}
.bg-sec-hover {
    transition: background-color 0.4s;
}
.bg-sec-hover:hover {
    background-color: var(--bg_secondary) !important;
    transition: background-color 0.4s;
}
.text-sec-hover:hover {
    color: var(--bg_secondary) !important;
    transition: color 0.4s;
}
.text-sec-hover {
    transition: color 0.4s;
}
.text-prim-hover:hover {
    color: var(--bg_primary) !important;
    transition: color 0.4s;
}
.text-prim-hover {
    transition: color 0.4s;
}
/* Nights  */
form .search-popup {
    width: 327px;
}
#nights ul li {
    margin-bottom: 1px;
    background-color: #f3f3f3;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding: 13px 30px 11px;
}
#nights ul li:hover {
    background-color: #e8e8e8;
    color: var(--text_secondary) !important;
}
#nights .modal-dialog {
    max-width: 286px;
    margin: 0 auto;
}
#nights ul li:hover:after {
    position: absolute;
    content: url('/assets/images/checkmark.png');
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.night-tit {
    font-weight: 500;
}
/* preloader start here */
.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.container-preloader.loaded {
    display: none;
}
.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}
.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid var(--bg_gray);
    border-top-color: var(--bg_secondary);
    /* It is not in alphabetical order so that you do not overwrite it */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}
.container-preloader .animation-preloader .txt-loading {
    font: bold 3em 'Montserrat', sans-serif;
    text-align: center;
    user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 2s infinite;
    color: var(--bg_secondary);
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters {
    color: var(--bg_gray);
    position: relative;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(8):before {
    animation-delay: 1.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(9):before {
    animation-delay: 1.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(10):before {
    animation-delay: 1.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(11):before {
    animation-delay: 2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(12):before {
    animation-delay: 2.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(13):before {
    animation-delay: 2.4s;
}
.container-preloader .loader-section {
    background-color: var(--bg_primary);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
    left: 0;
}
.container-preloader .loader-section.section-right {
    right: 0;
}
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}
@keyframes characters {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}
@media (min-width: 575px) {
    .w-sm-50 {
        width: 50% !important;
    }
}
@media (min-width: 992px) {
    .queryFeed .modal-lg {
        --bs-modal-width: 650px;
    }
}
/* Search forms popups  */
/* Passenger Fields css  */
.search-popup {
    background-color: #fff;
    box-shadow: 0px 0px 4px #0002;
    z-index: 99;
    /* display: none; */
    width: 318px;
}
.search-popup .form-check {
    padding: 0;
    margin-right: 7px;
    margin-bottom: 7px;
}
.search-popup .form-check .form-check-label {
    padding: 8px 9px 10px 12px;
    background-color: #ececec;
    font-size: 12px;
    border: 1px solid transparent;
    color: var(--bg_primary);
    letter-spacing: -0.4px;
}
.search-popup .form-check .form-check-input:checked+.form-check-label {
    border-color: var(--bg_primary);
}
.dropSectionFields {
    padding: 20px 0 20px 0;
}
.passenger {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.passenger span.label {
    font-size: 13px;
    font-weight: 500;
    color: #747474;
    margin-left: 0;
    flex: 0 0 50%;
}
.passenger span.minus,
.passenger span.plus {
    font-size: 18px;
    width: 20px;
    height: 20px;
    color: var(--text_secondary);
    background: none;
    border: 1px solid var(--text_secondary);
    display: inline-block;
    text-align: center;
    line-height: 18px;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    flex: 0 0 auto;
    font-weight: bold;
}
.passenger input {
    width: 35px;
    border: none;
    border-bottom: none;
    text-align: center;
    padding: 0;
    flex: 0 0 auto;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    color: #62696c;
    border-radius: 0;
    background-color: #fff;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
span.minus.light-color {
    color: #b7bdcb;
    border-color: #b7bdcb;
}
p.title-pass {
    font-weight: 600;
    color: var(--text_secondary);
}
.search-popup .dropSection {
    border-bottom: 1px solid #0002;
    border-top: 1px solid #0002;
    margin: 17px 0;
}
.search-popup .dropSection .dropSectionFields {
    max-width: 160px;
    margin-right: auto;
}
.pess-btn button {
    flex: 0 0 47%;
    font-size: 13px;
    font-weight: 500;
    color: var(--text_white);
    background-color: var(--bg_secondary);
    border-radius: 0;
}
.remove-room:hover,
.search-popup .add-room:hover,
.search-popup .add-room,
.pess-btn button:hover {
    border: 1px solid;
}
.pess-btn button:nth-of-type(2n+2) {
    background-color: var(--bg_primary);
}
.pess-btn button:nth-of-type(2n+2):hover {
    background-color: transparent;
}
.ui-widget-header .ui-icon {
    background-image: url("/assets/images/datepicker/ui-icons_ffffff_256x240.png");
}
.s-engine select {
    padding: 12px 10px 12px 20px;
    box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0;
}
.s-engine select:focus {
    box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='8px'%3e%3cpath fill-rule='evenodd' opacity='0.8' fill='%23272624' d='M9.480,0.805 L4.944,7.181 L4.944,7.181 L0.408,0.805 L9.480,0.805 Z'/%3e%3c/svg%3e");
    background-size: 11px;
}
.room-detail select:focus,
.room-detail select {
    border: none;
    border-bottom: 1px solid var(--bg_primary);
    font-size: 12;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}
.room-detail select:not(:nth-last-of-type(1)) {
    margin-right: 16px;
}
.room-detail {
    padding: 18px 0;
    margin-top: 18px;
}
.room-detail:nth-of-type(1) {
    border-top: 1px solid #cccccc;
}
.room-detail span {
    font-weight: 600;
}
.remove-room,
.search-popup .add-room {
    border-radius: 0;
}
/* Datepicker styling  */
.ui-datepicker {
    font-family: var(--primary_font);
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    background-color: var(--bg_white);
    border-color: var(--bg_gray);
    color: var(--text_primary);
    text-align: center;
}
.ui-state-default.ui-state-active {
    background-color: var(--bg_secondary);
    color: var(--text_white);
}
.ui-widget-header {
    color: var(--text_white);
    background-color: var(--bg_secondary);
    font-weight: 500;
}
.ui-datepicker-calendar>thead>tr>th {
    font-weight: 500;
}
/* preloader starts here  */
.load {
    position: relative;
}
.load::before {
    content: "";
    position: absolute;
    right: 30px;
    width: 25px;
    height: 25px;
    font-size: 3px;
    bottom: 12px;
    border-top: 1em solid var(--bg_secondary);
    border-right: 1em solid transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
}
@-ms-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}
/* Error inputs Settings  */
input.error {
    border-bottom-color: #f00 !important;
    color: #f00 !important
}
input.error::placeholder {
    color: rgba(255, 0, 0, 0.561) !important;
}
.z-max {
    z-index: 999 !important;
}
.lt-search {
    display: none;
}
/* Thank you  */
.bck-to-home {
    padding: 14px 34px 14px 34px;
    margin-top: 45px;
}
.thank-you {
    padding: 20px 19px 0 19px;
    max-width: 760px;
    margin-right: auto;
}
.need-help {
    padding: 30px 30px 31px 22px;
}
.thnk-bg {
    background-repeat: no-repeat;
    background-position: 40px 13px;
}
.thnk-holiday {
    background-position: 15px -28px;
}
.bcolor-1 {
    border-color: #e1e1e1;
}
/* Thank you  */
.ui-autocomplete {
    z-index: 1066;
}
.ui-autocomplete .ui-state-active {
    background-color: var(--bg_primary);
    color: var(--text_white);
    border: none;
}
@media (max-width: 767.98px) {
    .sim-heading {
        font-size: 24px;
    }
    .gt-search {
        display: none;
    }
    .lt-search {
        display: block;
    }
    .Inclusion-exclusion {
        padding-right: 0;
    }
    .Inclusion-exclusion .day-to-day span {
        flex: 0 0 100% !important;
    }
    .search-popup .btn-close {
        --bs-btn-close-color: var(--bg_secondary);
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e9003f'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    }
    .search-popup .modal-dialog {
        max-width: 335px;
        margin: auto;
    }
    .form .pess-btn button {
        flex: 0 0 47%;
    }
    .search-popup .form-check .form-check-label {
        line-height: normal;
    }
    .room-detail {
        margin-top: 10px;
    }
}
@media (max-width: 1700px) {
    .footer .footer-shapes::before {
        content: initial;
    }
}
@media (max-width: 1399.98px) {
    .banner .banner-heading {
        padding: 0 0 55px 0 !important;
    }
    .banner-heading h1 {
        font-size: 40.43px;
        line-height: 3rem;
    }
    .banner-heading h1 strong {
        font-size: 45.4px;
    }
    .banner .banner-heading {
        padding: 0 0 0 0;
    }
    .h-package-info {
        padding-right: 135px;
    }
    .holidaySwiper .swiper-slide img {
        max-width: 190px;
    }
    .footer {
        margin-top: 115px;
        padding: 130px 0 0 0;
    }
    .inner-page .main .popular-activities .activities-item {
        margin-bottom: 45px;
    }
    .Inclusion-exclusion .day-to-day span:nth-child(2n+1) {
        flex: 0 0 40%;
    }
    .pckg-header span {
        font-size: 14px;
    }
    .h-price {
        font-size: 40px;
    }
    .pckg-body {
        padding: 27px 13px 0 13px;
    }
    .pck-feature img:not(.pck-feature img:last-child) {
        margin-right: 15px;
    }
    .query-contact a {
        font-size: 16px;
        padding-top: 6px;
    }
    .query-contact {
        padding: 21px 15px 0 15px;
    }
    .holidayGalleryView {
        width: 608px;
    }
    .pckage-swiper {
        height: 465px;
    }
}
@media (max-width: 1199.98px) {
    .feature-item {
        margin-bottom: 24px;
    }
    .activities-item img {
        width: 150px;
    }
    .activities .activities-item .mb-20 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .banner .banner-heading {
        padding: 30px 0 55px 0 !important;
    }
    .banner-heading h1 {
        font-size: 30.43px;
        line-height: 2.5rem;
    }
    .banner-heading h1 strong {
        font-size: 35.4px;
    }
    .topbar-content h1,
    .topbar-content h2,
    .topbar-content h3,
    .topbar-content h4,
    .topbar-content h5,
    .topbar-content h6 {
        margin-bottom: 15px;
    }
    .special-holiday-offer {
        padding: 75px 0 55px 0;
    }
    .popular-activities {
        padding: 75px 0 75px 0;
    }
    .special-holiday-offer .pt-60 {
        padding-top: 25px;
    }
    .usefull-links span {
        margin-bottom: 50px;
    }
    .footer-logo {
        margin-bottom: 55px;
    }
    .website {
        margin-bottom: 20px;
    }
    .copyright {
        margin-top: 90px;
    }
    .topbar-content h1 {
        font-size: 24px;
    }
    .booking-contact {
        max-width: 919px;
        margin: auto;
        padding: 20px 30px 20px 40px;
        top: -116px;
        z-index: 10;
    }
    .booking-contact {
        padding: 25px 35px 25px 35px;
        top: -77px;
    }
    .booking-contact .order-now span {
        font-size: 20px;
    }
    .booking-contact .order-now a {
        font-size: 28px;
    }
    .footer-contact-info .fs-33 {
        font-size: 25px;
    }
    .pckage-swiper {
        flex-direction: column;
        height: 617px;
    }
    .holidayGalleryView {
        width: 612px;
    }
    .holidayGallery {
        width: 100%;
        height: auto;
        max-width: 695px;
        order: 2;
        margin-top: 24px;
    }
    .holidayGallery .swiper-wrapper {
        display: flex;
    }
    .holidayGallery .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row !important;
    }
    .holidayGallery .swiper-slide {
        width: 200px !important;
        height: 126px !important;
    }
}
@media (max-width: 991.98px) {
    .modal-dialog {
        max-width: 645px;
    }
    .rating-info {
        margin-bottom: 25px;
    }
    .activities-item {
        margin-bottom: 24px;
    }
    .stellarnav .full {
        width: auto;
        padding: 0;
    }
    .contact-info a {
        padding: 10px 0 12px 43px;
        background-color: transparent !important;
        color: var(--bg_secondary) !important;
    }
    .contact-info span {
        background: url(/assets/images/sprite/sprite.png) -51px -26px;
    }
    .banner {
        padding-top: 65px;
    }
    .logo {
        max-width: 195px;
        position: absolute;
        left: 50%;
        transform: translateX(calc(-50% - 28px));
    }
    .logo img {
        max-width: 100%;
        height: auto;
    }
    .menu-toggle i {
        width: 26px;
        height: 21px;
        background: url(/assets/images/sprite/sprite.png) -273px -23px;
    }
    .menu-toggle i::before {
        content: '';
    }
    .header {
        transition: all 0.5s ease;
        padding-top: 25px !important;
    }
    .banner-media {
        margin-bottom: 0;
        padding: 45px 0 0 0;
        text-align: center;
    }
    .banner .banner-heading {
        padding: 30px 0 35px 0 !important;
        text-align: center;
    }
    .header.sticky {
        position: fixed !important;
        background-color: #fff;
        padding: 8px 0 8px 0 !important;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
    }
    .search-popup {
        right: 0 !important;
        left: auto !important;
    }
    .best-selling-package {
        padding: 45px 0 50px 0;
    }
    .special-holiday-offer {
        padding: 45px 0 50px 0;
    }
    .popular-activities {
        padding: 45px 0 50px 0;
    }
    .special-holiday-offer .pt-60 .best-selling-package .pt-60 {
        padding-top: 25px;
    }
    .topbar-content h1 {
        font-size: 20px;
    }
    .topbar-content h1,
    .topbar-content h2,
    .topbar-content h3,
    .topbar-content h4,
    .topbar-content h5,
    .topbar-content h6 {
        margin-bottom: 10px;
    }
    .topbar-content p {
        font-size: 15px;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .usefull-links span {
        margin-bottom: 13px;
        margin-top: 32px;
    }
    .copyright {
        margin-top: 57px;
        padding: 19px 0 15px 0;
    }
    /* .rsp-atch{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    } */
    .footer-contact-info {
        max-width: 100%;
        z-index: 9;
    }
    .address {
        margin-bottom: 0px;
    }
    .website {
        margin-bottom: 15px;
        margin-top: 2px;
    }
    .atol-protection {
        justify-content: flex-start !important;
    }
    .atol-protection img {
        margin-right: 15px;
    }
    .stellarnav.mobile ul {
        background-color: #fff;
        z-index: 999;
    }
    .stellarnav.mobile.active .navigation .close-menu.full {
        width: 100%;
        padding: 18px 30px;
        font-size: 14px;
        font-weight: 600;
        color: var(--text_primary);
        text-transform: capitalize;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 25px;
    }
    .stellarnav.mobile.active .navigation .close-menu.full::before {
        position: absolute;
        content: "Menu";
        background: initial;
        top: 19px;
        left: 29px;
        width: auto;
        height: auto;
        color: var(--text_secondary);
    }
    .stellarnav.mobile li a {
        border-bottom: 1px solid #fff !important;
        padding: 15px 12px 15px 26px !important;
        display: block;
    }
    .stellarnav.mobile li a.active {
        border-bottom: 1px solid #fff !important;
        background-color: #f8f8f9;
        color: var(--text_secondary) !important;
    }
    .stellarnav.mobile.active .navigation .close-menu.full .fa-close {
        display: none;
        opacity: 0 !important;
        z-index: -9;
    }
    .contact-media {
        display: none;
    }
    .inner-page .main {
        padding: 75px 0 78px 0;
    }
    .inner-page .main .popular-activities .activities-item {
        margin-bottom: 30px;
    }
    .not-found-media img {
        display: none;
    }
    .error-heading {
        line-height: 5rem;
        font-size: 105px !important;
    }
    .error-404 a {
        padding: 14px 30px 14px 30px;
        margin-top: 25px;
    }
    .not-found {
        padding-top: 0;
    }
    .error-404 {
        margin-top: 25px;
    }
    .holidayGalleryView {
        width: auto;
    }
    .wsm-100 {
        width: 100%;
        height: auto;
    }
    .pckage-swiper {
        height: auto;
    }
    .company-intro {
        padding: 50px 0 0 0;
    }
}
@media (max-width: 767.98px) {
    .feature-item {
        padding: 10px;
        text-align: center;
        height: 100%;
    }
    .rs-coulmn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .feature-item-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .contact-info a p {
        display: none;
    }
    .contact-info a {
        padding: 14px 14px;
        background-color: var(--bg_secondary) !important;
        border-radius: 4px !important;
    }
    .contact-info span {
        background: url(/assets/images/sprite/sprite.png) -18px -26px !important;
        left: 5px;
        top: 6px;
    }
    .logo {
        transform: translateX(calc(-50% - 3px));
    }
    .banner-heading h1 {
        font-size: 25.43px;
        line-height: 2rem;
    }
    .banner-heading h1 strong {
        font-size: 26.4px;
    }
    .banner .banner-heading {
        padding: 25px 0 19px 0 !important;
    }
    .social-media.usefull-links span {
        display: none;
    }
    .social-media.usefull-links ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    }
    .social-media ul li {
        margin-bottom: 0;
    }
    .social-media ul li .svg {
        margin-right: 0;
    }
    .contact-us-form .form-control {
        margin-bottom: 15px !important;
    }
    .inner-page .main .popular-activities .activities-item {
        margin-bottom: 10px;
    }
    .mw-md {
        max-width: 320px;
    }
}
@media (max-width: 575.98px) {
    .inner-page .fcts {
        padding: 40px 0 50px 0;
    }
    .sim-heading {
        font-size: 18px;
    }
    .container-preloader .animation-preloader .spinner {
        height: 6em;
        width: 6em;
    }
    .container-preloader .animation-preloader .txt-loading {
        font: bold 1.5em 'Montserrat', sans-serif;
    }
    .mw-sm {
        max-width: 320px;
    }
    .h-package-info {
        padding-right: 0;
    }
    .holidaySwiper .swiper-slide img {
        max-width: 200px;
    }
    .swiper-arrows {
        width: 80px;
        height: 40px;
    }
    .rating-info {
        margin-bottom: 10px !important;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .activities-item {
        margin-bottom: 10px;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .feature-item {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        height: auto;
    }
    /* .specialHolidaysSwiper, .holidaySwiper{
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    } */
    .form-control.dest {
        margin-bottom: 16px;
    }
    .logo {
        max-width: 160px;
    }
    .baloon-animation {
        max-width: 50px;
    }
    .usefull-links ul li {
        margin-bottom: 9px;
    }
    .usefull-links span {
        margin-top: 8px;
    }
    .copyright {
        margin-top: 30px;
    }
    .social-media.usefull-links ul {
        justify-content: space-around;
    }
    .atol-protection {
        justify-content: space-between !important;
        margin-bottom: 20px;
    }
    .booking-contact {
        padding: 14px 20px 15px 20px;
        top: -16px;
    }
    .order-now::before {
        width: 0;
    }
    .phone-icon img {
        max-width: 100px;
        order: -1;
    }
    .order-now {
        padding-left: 0;
    }
    .booking-contact .order-now a {
        font-size: 24px;
    }
    .home-content {
        padding: 0 0 20px 0;
    }
    .footer {
        margin-top: 0;
    }
    .contact-us-form .form-control {
        margin-bottom: 8px !important;
        height: 40px;
    }
    .inner-page .main {
        padding: 50px 0 50px 0;
        margin-bottom: 50px;
    }
    .snd-msg {
        padding: 10px 18px 10px 18px;
    }
    .error-heading {
        line-height: 4rem;
        font-size: 68px !important;
    }
    .error-404 .fs-32 {
        font-size: 25px;
    }
    .error-404 .fs-20 {
        font-size: 16px;
    }
    .error-404 a {
        padding: 10px 20px 10px 20px;
        margin-top: 11px;
    }
    .spacing-content {
        padding: 25px 20px 20px 15px;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
    }
    /* packages  */
    .h-price {
        font-size: 28px;
    }
    .booking-contact .order-now span {
        font-size: 18px;
    }
}
@media (max-width: 479.98px) {
    .footer {
        margin-top: 100px;
    }
    .booking-contact .d-flex {
        flex-direction: column;
        text-align: center;
    }
    .booking-contact {
        top: -85px;
    }
    .phone-icon {
        margin-bottom: 7px;
        order: -1;
    }
    .arrows-slider {
        padding: 0 5px;
    }
    .swiper-arrows {
        width: 50px;
    }
    .ps-30 {
        padding-left: 24px;
    }
    .pe-30 {
        padding-right: 24px;
    }
    .enquiryCall .form-control,
    .enquiryCall .form-select {
        margin-bottom: 5px;
    }
}
/* Faq  */
.accordion {
    background: var(--bg_gray);
    padding: 20px;
}
.accordion-header {
    margin-bottom: 0 !important;
}
.accordion-button {
    outline: none !important;
    box-shadow: none !important;
}
.accordion .accordion-item {
    border: 0;
    box-shadow: 0 0 1px 0px #0002;
}
.accordion .accordion-item+.accordion-item {
    border-top: 1px solid #e9003f35;
}
.accordion .accordion-button {
    font-weight: 400;
    font-size: 16px;
    padding: 15px 15px;
    color: #e9003fd6;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav .accordion .accordion-button::after,
.accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e9003f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}
.page-title span {
    color: var(--text_primary);
}
.accordion .accordion-body {
    padding: 0 30px 20px;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    border-bottom: 1px solid #e9003f35;
}
.accordion .accordion-body {
    background-color: #fff;
}
.accordion p {
    margin: 0 0 10px;
}
.duabi-back-top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 40px;
    z-index: 999;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.duabi-back-top.show {
    opacity: 1;
    visibility: visible;
}

.sh-package {
	height: 100%;
}