@import"https://use.typekit.net/pol1iqq.css";
@import"https://use.typekit.net/pol1iqq.css";

@font-face {
    font-family: "AktivGrotesk-bold";
    src: url("../../fonts/AktivGrotesk-Bold.woff2") format("woff2"), url("../fonts/AktivGrotesk-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "AktivGrotesk-semibold";
    src: url("../../fonts/AktivGrotesk-Medium.woff2") format("woff2"), url("../fonts/AktivGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "AktivGrotesk";
    src: url("../../fonts/AktivGrotesk-Regular.woff2") format("woff2"), url("../fonts/AktivGrotesk-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

:root {
    --bs-btn-hover: #e9c824;
    --ev-hover: #0f8505;
    --bs-body-font-family: "AktivGrotesk";
    --bs-body-font-family-semibold: "AktivGrotesk-semibold";
    --bs-body-font-family-bold: "AktivGrotesk-bold";
    --bs-heading-medium: "ballinger", sans-serif;
    --bs-heading-medium-1: "ballinger", sans-serif;
    --bs-heading-medium-2: "ballinger", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: normal;
    --bs-body-line-height: 1.5;
    --bs-primary-color: #EF0730;
    --bs-heading-color: #27171A;
    --primary-light: 200, 16, 46;
    --bs-btn-hover: #951328;
    --bs-text-color: #27171A;
    --bs-white-color: #ffffff;
    --text-2: 42, 48, 52;
    --bs-yellow-color: #f7de61;
    --light-gray: 42, 48, 52;
    --common-red: #F26B3D;
    --green: #14A907;
    --black: #27171A;
    --bg-body: #FFFBF3
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-text-color);
    background-color: var(--bs-white-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bg-body)
}

html {
    font-size: var(--bs-body-font-size)
}

@media(min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1304px
    }

    .setWidth {
        max-width: 1140px
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100px;
    border-radius: 100px
}

::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .09)
}

::-webkit-scrollbar-thumb:vertical {
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0);
    min-height: 10px
}

::-webkit-scrollbar-thumb:vertical:active {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

::-webkit-scrollbar-thumb:horizontal {
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0);
    min-height: 10px
}

::-webkit-scrollbar-thumb:horizontal:active {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

a {
    color: var(--bs-primary-color);
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

a:hover {
    color: var(--bs-white-color)
}

.link-text {
    color: var(--bs-primary-color);
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.link-text:hover {
    color: #23a6f0
}

.scrollNone,
.formHidden {
    overflow: hidden
}

.bg-sky-light-blue {
    background: rgba(213, 215, 217, .3)
}

.bg-sky-light-blue {
    background: var(--bs-light-skyblue-color)
}

.color-white {
    color: var(--bs-white-color)
}

.bg-grey-light {
    background: #edeeee
}

.fullWidth {
    width: 100%
}

.heading-title {
    font-family: var(--bs-heading-medium-1);
    font-style: normal;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.5;
    color: var(--bs-heading-color)
}

.h-small {
    font-size: 1rem;
    line-height: 1.5
}

.rw-btn-outline {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    min-width: 125px;
    height: auto;
    border: 1px solid var(--bs-primary-color);
    border-radius: 5px;
    font-family: var(--bs-heading-medium);
    background: var(--bs-white-color);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.rw-btn-outline:hover {
    color: var(--bs-white-color);
    background: var(--bs-primary-color)
}

@media(max-width: 767px) {
    .rw-btn-outline {
        height: auto;
        min-height: 42px;
        text-align: center;
        padding-block: 8px
    }
}

.rw-btn-outline.rw-btn-fill {
    border: 1px solid var(--bs-primary-color);
    background: var(--bs-primary-color);
    color: var(--bs-white-color)
}

.rw-btn-outline.rw-btn-fill:hover {
    color: var(--bs-primary-color);
    background: var(--bs-white-color)
}

.h-txt-container .h-title {
    font-size: 2.25rem;
    line-height: 1.5;
    margin-bottom: 10px
}

.h-txt-container .h-small-0 {
    font-size: 1.875rem;
    line-height: 1.5;
    margin-bottom: 10px
}

.h-txt-container .h-small-1 {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 10px
}

.h-txt-container .h-small-2 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 15px
}

.h-txt-container .h-small-3 {
    font-size: 1.063rem;
    line-height: 1.5;
    margin-bottom: 15px
}

.h-txt-container .h-small-4 {
    font-size: 1rem;
    line-height: 1.5
}

.h-txt-container p {
    line-height: 30px
}

.h-txt-container p span {
    display: block
}

.smallTxt {
    font-size: .875rem;
    text-transform: initial;
    font-weight: 300;
    font-family: var(--bs-body-font-family)
}

.line-height {
    line-height: 1.5 !important
}

.common-space {
    padding: 60px 0
}

.common-bottom-space {
    padding-bottom: 60px
}

.border-bottom-cb {
    border-bottom: 1px solid rgba(99, 100, 102, .3)
}

.list-none {
    list-style: none
}

.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: var(--bs-white-color);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preloader .dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px
}

.preloader .dual-ring::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--bs-primary-color);
    border-color: var(--bs-primary-color) rgba(0, 0, 0, 0) var(--bs-primary-color) rgba(0, 0, 0, 0);
    -webkit-animation: dualring 1.2s linear infinite;
    animation: dualring 1.2s linear infinite
}

label.errorCustom {
    color: red;
    font-size: .875rem;
    font-style: italic
}

@-webkit-keyframes dualring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dualring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media(max-width: 767px) {
    html {
        font-size: 14px;
        line-height: 25px
    }

    body {
        font-size: 14px;
        line-height: 25px
    }

    .common-bottom-space {
        padding-bottom: 40px
    }

    .h-txt-container .h-title {
        font-size: 2.143rem;
        line-height: 38px;
        margin-bottom: 10px
    }

    .h-txt-container p {
        line-height: inherit
    }

    .h-txt-container p span {
        display: inline
    }
}

.text-primary {
    color: var(--bs-primary-color) !important
}

.sp-o-cb {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
    overflow: initial
}

.sp-o-cb .sp-ic-cb {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 15px;
    top: 0;
    left: 0
}

.sp-o-cb .sp-i-cb {
    max-width: 1000px;
    margin: 0px auto;
    margin-top: 90px;
    padding: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.sp-o-cb .sp-i-cb .sp-close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #ebebeb url(images/close-i.svg) center no-repeat;
    background-size: 80%;
    border-radius: 50%;
    opacity: 1;
    width: 40px;
    height: 40px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    text-indent: -99999px;
    cursor: pointer
}

.sp-o-cb .sp-i-cb img {
    width: 100%
}

.suggested-date-block {
    display: none
}

[tooltip] {
    position: relative
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[tooltip]::before {
    content: "";
    border: 5px solid rgba(0, 0, 0, 0);
    z-index: 1001
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, .35);
    background: #333;
    color: #fff;
    z-index: 1000
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block
}

[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important
}

[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
    bottom: calc(100% + 5px)
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
    left: 50%;
    transform: translate(-50%, -0.5em)
}

[tooltip][flow^=down]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333
}

[tooltip][flow^=down]::after {
    top: calc(100% + 5px)
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
    left: 50%;
    transform: translate(-50%, 0.5em)
}

[tooltip][flow^=left]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%)
}

[tooltip][flow^=left]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%)
}

[tooltip][flow^=right]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%)
}

[tooltip][flow^=right]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%)
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%)
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards
}

.header-container {
    z-index: 1;
    position: relative
}

.n-common-modal .n-common-modal-container {
    padding-right: 26px !important
}

.slider-container-box .grid-box-img {
    padding: 0 21px
}

.banner-i-container.openPopup {
    z-index: 5
}

.maxWidth-1 {
    max-width: 410px
}

.maxWidth-1000 {
    max-width: 1000px
}

.n-common-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 992;
    display: none;
    overflow: hidden;
    overflow-y: auto
}

.n-common-modal.active-popup {
    display: block
}

.n-common-modal .n-common-modal-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    padding-bottom: 50px
}

.n-common-modal .n-common-g-box {
    background-color: var(--bs-white-color);
    padding: 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .45);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    position: relative
}

.n-common-modal .n-common-g-box .n-common-close-icon {
    position: absolute;
    top: 13px;
    right: 12px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background: url(../images/close-popup.svg) no-repeat center center;
    background-size: auto;
    text-indent: -99999px
}

.n-common-modal .n-common-g-box .n-common-header {
    position: relative
}

.n-common-modal .n-common-g-box .n-common-header .heading-title {
    font-family: var(--bs-heading-medium-2);
    color: var(--bs-heading-color);
    text-shadow: none;
    font-size: 1.563rem;
    line-height: 30px;
    margin-bottom: 5px
}

.n-common-modal .n-common-g-box .form-control {
    font-size: .875rem;
    height: 46px
}

.n-common-modal .n-common-g-box .lang-submit-btn {
    padding: 12px 25px 8px;
    min-width: 1px;
    height: auto;
    background: var(--bs-primary-color);
    color: var(--bs-white-color)
}

@media(max-width: 767px) {
    .n-common-modal .n-common-modal-container .n-common-g-box {
        padding-left: 20px;
        padding-right: 20px
    }

    .n-common-modal .n-common-modal-container .n-common-g-box .form-control {
        font-size: 1rem;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.header-container {
    position: relative;
    z-index: 9;
    padding-top: 22px;
    padding-bottom: 22px
}

.header-container .logo-container {
    display: flex;
    align-items: center;
    max-width: 100px;
    position: relative;
    z-index: 9
}

.header-container .nav-container {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    padding-left: 5%;
    max-width: 1240px
}

.header-container .nav-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-container .nav-container ul a {
    color: var(--bs-text-color);
    font-size: 16px
}

.header-container .nav-container .nav-menu ul {
    display: flex
}

.header-container .nav-container .nav-menu li {
    font-family: var(--bs-body-font-family-bold);
    font-size: 1.125rem;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 15px
}

.header-container .nav-container .nav-menu li:last-child {
    padding-right: 0
}

.header-container .nav-container .nav-menu-other ul {
    display: flex
}

.header-container .nav-container .nav-menu-other li {
    font-size: .938rem;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center
}

.header-container .nav-container .nav-menu-other li:first-child {
    padding-left: 0
}

.header-container .language-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 15px;
    font-family: var(--bs-body-font-family-bold)
}

.header-container .language-container .language-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
    position: relative
}

.header-container .language-container .language-selector img {
    max-width: 17px
}

.header-container .language-container .lang-s-o-cb {
    padding-top: 10px;
    position: absolute;
    top: 100%;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5
}

.header-container .language-container .lang-s-o-cb .lang-s-i-cb {
    background-color: var(--bs-white-color);
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 9;
    font-size: .875rem;
    min-width: 290px
}

.header-container .language-container .lang-s-o-cb .lang-s-i-cb .form-control {
    font-size: .875rem
}

.header-container .language-container .lang-s-o-cb .lang-s-i-cb .lang-submit-btn {
    padding: 10px 20px 10px;
    min-width: 1px;
    height: 36px;
    background: var(--bs-primary-color);
    color: var(--bs-white-color)
}

.header-container .language-container.actvieLang .lang-s-o-cb {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media(max-width: 767px) {

    .header-container .language-container .language-selector,
    .header-container .language-container .lang-s-o-cb .lang-s-i-cb {
        font-size: 1rem
    }
}

.header-container .mobile-burger-menu {
    width: 24px;
    height: 24px;
    cursor: pointer;
    right: 0px;
    border: 0px;
    z-index: 20;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px
}

.header-container .mobile-burger-menu span {
    width: 100%;
    height: 2px;
    background-color: var(--bs-white-color);
    display: block;
    transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out
}

.header-container .mobile-burger-menu span::before {
    content: "";
    width: 100%;
    background-color: var(--bs-white-color);
    display: block;
    transition: all .5s ease-in-out;
    height: 2px;
    transform: translateY(-8px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px)
}

.header-container .mobile-burger-menu span::after {
    content: "";
    width: 100%;
    background-color: var(--bs-white-color);
    display: block;
    transition: all .5s ease-in-out;
    border-radius: 12px;
    height: 2px;
    transform: translateY(10px);
    margin-top: -4px
}

.header-container .mobile-burger-menu.active span {
    background-color: rgba(0, 0, 0, 0)
}

.header-container .mobile-burger-menu.active span::before {
    transform: rotateZ(45deg) translateY(-1px);
    -webkit-transform: rotateZ(45deg) translateY(-1px);
    -moz-transform: rotateZ(45deg) translateY(-1px);
    -ms-transform: rotateZ(45deg) translateY(-1px);
    -o-transform: rotateZ(45deg) translateY(-1px)
}

.header-container .mobile-burger-menu.active span::after {
    transform: rotateZ(-45deg) translateY(1px);
    -webkit-transform: rotateZ(-45deg) translateY(1px);
    -moz-transform: rotateZ(-45deg) translateY(1px);
    -ms-transform: rotateZ(-45deg) translateY(1px);
    -o-transform: rotateZ(-45deg) translateY(1px)
}

.header-container.header-booking-container {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-container.header-booking-container .nav-container {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-container.header-booking-container .steps {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    text-align: center
}

.header-container.header-booking-container .steps li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .04em;
    line-height: 16px;
    color: var(--bs-white-color);
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

@media(min-width: 1200px) {
    .header-container.header-booking-container .steps li {
        min-width: 200px
    }
}

@media(max-width: 767px) {
    .header-container.header-booking-container .steps li {
        font-size: .929rem
    }
}

.header-container.header-booking-container .steps li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 50%;
    top: 12px;
    background: #f0f1f2;
    z-index: 1
}

.header-container.header-booking-container .steps li:last-child::after {
    display: none
}

.header-container.header-booking-container .steps li.active .circle {
    background: var(--bs-yellow-color)
}

.header-container.header-booking-container .steps li.active::after {
    background: var(--bs-yellow-color)
}

.header-container.header-booking-container .steps .step-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.header-container.header-booking-container .steps .circle {
    width: 28px;
    height: 28px;
    background: var(--bs-white-color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-heading-color);
    font-family: var(--bs-heading-medium);
    position: relative;
    z-index: 2;
    line-height: 12px
}

.header-container.header-booking-container .steps p {
    margin: 0;
    margin-top: 10px
}

@media(max-width: 767px) {
    .header-container.header-booking-container .logo-container {
        margin: 0px auto
    }

    .header-container.header-booking-container .steps {
        margin-top: 20px
    }
}

.nav-menu-mobile {
    display: none
}

@media(max-width: 991px) {
    .header-container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .header-container .language-container .language-selector img {
        max-width: 15px;
        line-height: 1;
        margin-top: -4px
    }

    .nav-menu-mobile {
        position: fixed;
        right: -100%;
        top: 0px;
        background: var(--bs-primary-color);
        width: 100%;
        height: 100%;
        z-index: 8;
        display: block;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

    .nav-menu-mobile .inner-sm {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-top: 80px;
        top: 0;
        left: 0px
    }

    .nav-menu-mobile .inner-menu {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
        overflow-y: auto;
        border-top: 1px solid rgba(0, 0, 0, .1);
        background: var(--bs-white-color)
    }

    .nav-menu-mobile .inner-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid rgba(42, 48, 52, .2);
        margin-bottom: 15px;
        margin-top: 10px;
        font-family: var(--bs-heading-medium);
        padding-bottom: 10px
    }

    .nav-menu-mobile .inner-menu ul li {
        display: block
    }

    .nav-menu-mobile .inner-menu ul a {
        display: block;
        color: var(--bs-heading-color);
        padding: 5px 0;
        font-size: 1.143rem
    }

    .nav-menu-mobile.active-menu {
        right: 0%;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }
}

#header-common {
    z-index: 9;
    position: relative;
    background-color: var(--bg-body) !important
}

.menu-active #header-common {
    z-index: 99
}

.header-container .mobile-burger-menu span::after,
.header-container .mobile-burger-menu span::before,
.header-container .mobile-burger-menu span {
    background-color: var(--bs-text-color)
}

.menu-active .logo-container img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.menu-active .header-container .mobile-burger-menu span::after,
.menu-active .header-container .mobile-burger-menu span::before {
    background-color: var(--bs-white-color)
}

@media(max-width: 991px) {
    #header-common {
        z-index: 99
    }

    .mobile-booking #header-common {
        z-index: 1
    }
}

.footer-container .footer-copyright-container {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: .875rem;
    border-top: 1px solid var(--bs-text-color)
}

.footer-container .footer-copyright-container .copy-right-i-cb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-container .footer-copyright-container .f-cr-cb {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.footer-container .footer-copyright-container .f-cr-cb p {
    margin-bottom: 0
}

.footer-container .footer-copyright-container .f-cr-cb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px
}

.footer-container .footer-copyright-container .f-cr-cb li {
    padding-right: 20px;
    position: relative
}

.footer-container .footer-copyright-container .f-cr-cb li::after {
    content: "";
    position: absolute;
    right: 11px;
    width: 1px;
    height: 12px;
    background: var(--bs-text-color);
    top: 6px
}

.footer-container .footer-copyright-container .f-cr-cb li:last-child {
    padding-right: 0
}

.footer-container .footer-copyright-container .f-cr-cb li:last-child::after {
    display: none
}

.footer-container .footer-copyright-container .f-cr-cb li a {
    color: var(--bs-text-color);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.footer-container .footer-copyright-container .f-cr-cb li a:hover {
    color: var(--bs-primary-color);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.footer-container .footer-copyright-container .f-h-cb {
    max-width: 75px
}

.footer-container .footer-copyright-container .f-h-cb img {
    max-width: 100%
}

.tab-link {
    gap: 25px;
    margin-bottom: 10px
}

.tab-link .heading-title {
    color: rgba(var(--text-2), 0.5);
    cursor: pointer;
    border-bottom: 3px solid rgba(0, 0, 0, 0)
}

.tab-link .heading-title.active {
    color: var(--black);
    border-bottom: 3px solid var(--bs-primary-color)
}

.tab-content .tab-item {
    display: none
}

.tab-content .tab-item ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px
}

.tab-content .tab-item ul li {
    list-style: none;
    width: 32%;
    margin-bottom: 8px
}

.tab-content .tab-item ul li a {
    color: var(--black);
    font-size: 14px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.tab-content .tab-item ul li a:hover {
    color: var(--bs-primary-color)
}

.tab-content .tab-item.active {
    display: block
}

.social-container {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.social-container .social-icon {
    margin-right: 15px
}

.social-container .social-icon a,
.social-container .social-icon a:hover {
    width: 28px;
    height: 28px;
    display: block;
    background-position: center;
    background-size: contain !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.social-container .social-icon a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

@media(max-width: 767px) {
    .tab-content .tab-item ul {
        gap: 5px;
        justify-content: space-between
    }

    .tab-content .tab-item ul li {
        width: 46%;
        margin-bottom: 0px
    }

    .copy-right-i-cb {
        align-items: start !important;
        flex-direction: column;
        gap: 10px
    }

    .copy-right-i-cb .f-cr-cb,
    .copy-right-i-cb .d-flex {
        display: block !important
    }

    .copy-right-i-cb .f-cr-cb ul,
    .copy-right-i-cb .d-flex ul {
        margin-left: 0 !important
    }
}

.breadcrumb-container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--bs-light-skyblue-color)
}

.breadcrumb-container .breadcrumb {
    margin: 0
}

.breadcrumb-container .breadcrumb-item a {
    color: var(--bs-primary-color)
}

.slider-container-box {
    position: relative
}

.slider-container-box * {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.slider-container-box .grid-box-item {
    position: relative;
    height: 100%
}

.slider-container-box .grid-box-img {
    position: relative;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.slider-container-box .grid-box-link {
    display: flex;
    flex-direction: column;
    text-align: center
}

.slider-container-box .grid-box-text {
    font-family: var(--bs-heading-medium)
}

.slider-container-box .grid-box-text p {
    color: var(--bs-primary-color)
}

.slider-container-box .slick-next {
    background: url(../images/blue-right.svg) center;
    right: 50%;
    margin-right: -30px
}

.slider-container-box .slick-next::before {
    display: none
}

.slider-container-box .slick-prev {
    background: url(../images/blue-left.svg) center;
    left: 50%;
    margin-left: -30px
}

.slider-container-box .slick-prev::before {
    display: none
}

@media(max-width: 991px) {

    .slider-container-box .slick-next,
    .slider-container-box .slick-prev {
        position: absolute;
        top: auto;
        bottom: -5px;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-size: auto 80% !important
    }

    .slider-container-box .slick-list {
        padding-left: 20%;
        padding-right: 20%
    }

    .slider-container-box .grid-box-img {
        min-height: 1px
    }
}

@media(max-width: 767px) {
    .slider-container-box .grid-box-text {
        font-size: 1.286rem
    }
}

@media(max-width: 991px) {
    .slider-container-box {
        padding-bottom: 40px
    }
}

.feature-box {
    margin: 0;
    padding: 0;
    gap: 20px;
    justify-content: space-evenly
}

.feature-box * {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.feature-box li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--bs-heading-medium);
    color: #000;
    font-size: 1.25rem;
    line-height: 24px;
    gap: 30px;
    padding-left: 12px;
    padding-right: 12px
}

.feature-box .icon-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 54px;
    height: 54px;
    position: relative
}

.feature-box .icon-box::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0px;
    right: -10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: var(--bs-primary-color);
    opacity: .15
}

.feature-box .icon-box img {
    margin-top: 3px
}

.feature-box .box-content {
    margin-bottom: 0
}

.feature-box .box-content span {
    display: block
}

@media(max-width: 767px) {
    .feature-box li {
        font-size: 1.143rem;
        line-height: 17px;
        gap: 20px;
        padding-left: 0px;
        padding-right: 0px
    }

    .feature-box .icon-box {
        width: 42px;
        height: 42px
    }

    .feature-box .icon-box::after {
        width: 42px;
        height: 42px
    }

    .feature-box .icon-box img {
        margin-top: 3px
    }
}

.list-item {
    margin: 0;
    position: relative;
    padding: 0
}

.list-item li {
    list-style: none;
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px
}

.list-item.number-list {
    padding-left: 22px
}

.list-item.number-list li {
    list-style: decimal;
    padding-left: 5px
}

.list-item.number-list li::before {
    display: none
}

.list-item.circle-tick li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/tick-circle-blue.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0px
}

.list-item.arrow-right li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/list-right-arrow.svg) no-repeat center;
    background-size: 40%;
    position: absolute;
    top: 4px;
    left: 0px
}

@media(max-width: 767px) {
    .list-item.circle-tick li::before {
        top: 5px
    }
}

.terms-conditions .list-item {
    font-size: .875rem;
    line-height: 1.5
}

.terms-conditions .list-item.arrow-right li::before {
    background-size: 30%;
    top: 2px
}

.terms-conditions .more-details {
    font-size: .875rem;
    line-height: 1.5
}

@media(max-width: 767px) {
    .terms-conditions .more-details a:after {
        top: 1px;
        background-size: 70%
    }
}

.more-details {
    display: inline-flex;
    position: relative
}

.more-details a {
    color: var(--bs-primary-color);
    position: relative;
    padding-right: 18px
}

.more-details a.active:after {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg)
}

.more-details a:after {
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    right: 2px;
    top: 6px;
    background: url(../images/down-arrow-blue.svg) no-repeat center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-size: 70%
}

.o-tab-container {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    justify-self: center;
    flex-grow: 1;
    border-bottom: 1px solid #ececec
}

.o-tab-container li {
    display: inline-flex;
    padding-left: 20px;
    padding-right: 20px
}

.o-tab-container li.activeTab a {
    color: var(--bs-primary-color);
    border-bottom: 3px solid var(--bs-primary-color)
}

.o-tab-container li a {
    color: var(--bs-heading-color);
    padding: 15px 10px;
    text-decoration: none;
    font-family: var(--bs-heading-medium);
    font-size: 1.125rem;
    line-height: 22px;
    border-bottom: 3px solid #e9eaeb;
    text-align: center
}

.o-tab-container li a:hover {
    color: var(--bs-primary-color);
    border-bottom: 3px solid var(--bs-primary-color)
}

.o-tab-description {
    padding-top: 50px
}

.o-tab-data {
    display: none
}

.o-tab-data.active-d-tab {
    display: block
}

.o-grid-box {
    position: relative;
    margin-bottom: 20px
}

.o-grid-box .o-grid-inner-box {
    background-color: #f6f7f8;
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.o-grid-box .o-grid-inner-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    background: #f0f1f2;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-grid-inner-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    background: var(--bs-primary-color);
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-grid-inner-box:hover::after {
    height: 60%;
    background: var(--bs-primary-color);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-grid-inner-box:hover::before {
    content: "";
    height: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-grid-inner-box:hover .o-grid-i-item {
    color: var(--bs-white-color);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-grid-inner-box:hover .o-grid-i-item .heading-title {
    color: var(--bs-white-color);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-grid-inner-box:hover .o-btn-rental {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-grid-i-item {
    position: relative;
    z-index: 3;
    display: block;
    color: var(--bs-text-color);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-grid-i-item .heading-title {
    font-size: 1.563rem;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-btn-rental {
    font-family: var(--bs-heading-medium);
    color: var(--bs-yellow-color);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--bs-yellow-color);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.o-grid-box .o-new-cb {
    max-width: 60px;
    height: 30px;
    position: absolute;
    top: -12px;
    right: -40px;
    display: inline-flex
}

@media(max-width: 991px) {
    .o-grid-box .o-grid-inner-box {
        padding-left: 20px;
        padding-right: 20px
    }

    .o-grid-box .o-grid-inner-box::after {
        height: 60%;
        background: var(--bs-primary-color);
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

    .o-grid-box .o-grid-inner-box .o-grid-i-item {
        color: var(--bs-white-color);
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

    .o-grid-box .o-grid-inner-box .o-grid-i-item .heading-title {
        color: var(--bs-white-color);
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

    .o-grid-box .o-grid-inner-box .o-btn-rental {
        visibility: visible;
        opacity: 1
    }

    .o-grid-box .o-new-cb {
        right: -30px
    }
}

.vh-c-o-cb {
    position: relative;
    display: flex;
    align-items: center
}

.vh-c-o-cb .h-title {
    margin-bottom: 25px
}

.vh-c-o-cb .vh-img-cb {
    position: relative;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 550px
}

.vh-c-o-cb .vh-c-cb {
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 700px
}

.vh-c-o-cb .vh-img-set {
    float: left;
    margin: 10px;
    margin-right: 15px
}

.vh-c-o-cb .vh-b-cb {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    color: var(--bs-white-color);
    display: flex
}

.vh-c-o-cb .vh-bg-blue {
    flex: 1 0 0%;
    background: var(--bs-primary-color)
}

.vh-c-o-cb .vh-img-cb {
    overflow: hidden
}

.vh-c-o-cb .vh-g-box {
    background: url(../images/blue-strip.png) no-repeat bottom left;
    max-width: 710px;
    flex: 0 0 auto;
    flex-grow: 1;
    min-height: 96px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 48px;
    padding-right: 48px
}

.vh-c-o-cb .vh-g-box .h-title {
    color: var(--bs-white-color);
    font-size: 2rem;
    margin-bottom: 0;
    padding-right: 10px
}

.vh-c-o-cb .vh-g-box .rw-btn-outline {
    font-size: .938rem;
    border: 1px solid var(--bs-white-color);
    background: rgba(0, 0, 0, 0);
    color: var(--bs-white-color)
}

.vh-c-o-cb .vh-g-box .rw-btn-outline:hover {
    color: var(--bs-primary-color);
    background: var(--bs-white-color)
}

@media(max-width: 1300px) {
    .vh-c-o-cb .vh-g-box .h-title {
        font-size: 2rem
    }
}

@media(max-width: 991px) {
    .vh-c-o-cb .vh-g-box {
        background: var(--bs-primary-color);
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
        min-height: 1px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .vh-c-o-cb .vh-g-box .h-title {
        font-size: 1.5rem
    }

    .vh-c-o-cb .vh-bg-blue {
        display: none
    }

    .vh-c-o-cb .h-title {
        margin-bottom: 10px
    }

    .vh-c-o-cb .vh-c-cb {
        padding-top: 30px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 20px;
        height: auto;
        max-width: 720px;
        margin: 0px auto
    }
}

@media(max-width: 767px) {
    .vh-c-o-cb .vh-g-box {
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px
    }

    .vh-c-o-cb .vh-g-box .h-title {
        padding-right: 0;
        margin-bottom: 10px
    }

    .vh-c-o-cb .vh-img-cb {
        min-height: 360px
    }

    .vh-c-o-cb .vh-img-set {
        max-width: 150px
    }
}

.faq-cb {
    position: relative
}

.faq-cb .faq-i-cb {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

.faq-cb .faq-i-cb a {
    background: rgba(0, 0, 0, 0)
}

.faq-cb .faq-i-cb a:hover {
    background: var(--bs-primary-color)
}

.faq-cb .accordion-cb {
    position: relative
}

.faq-cb .accordion-i-cb {
    border-bottom: 1px solid #e2e6ef;
    margin-bottom: 8px
}

.faq-cb .accordion-i-cb.active-accordion .h-title::after {
    background: url(../images/minus-icon-circle.svg) no-repeat center;
    background-size: 110% auto !important
}

.faq-cb .accordion-i-cb .accordion-txt-cb {
    display: none
}

.faq-cb .accordion-i-cb .h-title {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.5;
    cursor: pointer;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px
}

.faq-cb .accordion-i-cb .h-title::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/plus-icon-circle.svg) no-repeat center;
    background-size: contain !important
}

@media(max-width: 991px) {
    .faq-cb .faq-i-cb {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .faq-cb .accordion-cb {
        padding-top: 30px
    }
}

.container-o-cb .h-title {
    font-size: 1.875rem
}

.slider-o-cb {
    position: relative
}

.slider-o-cb .slider-item {
    position: relative;
    padding: 20px;
    background: var(--bs-white-color);
    border: 1px solid #e4e8ed;
    border-radius: 5px;
    height: 100%;
    margin-left: 12px;
    margin-right: 12px
}

.slider-o-cb .slider-item .s-i-img {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

.slider-o-cb .slider-item .s-c-item {
    position: relative
}

.slider-o-cb .slider-item .s-c-item span {
    font-size: .875rem
}

.slider-o-cb .slider-item .s-c-item .h-title {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 10px
}

.slider-o-cb .slider-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e4e8ed;
    display: flex;
    justify-content: space-between
}

.slider-o-cb .slider-item ul p {
    margin: 0;
    text-align: center
}

.slider-o-cb .slider-price-cb {
    border-top: 1px solid #e4e8ed
}

.slider-o-cb .slider-price-cb p {
    margin: 0;
    padding: 0;
    font-family: var(--bs-heading-medium);
    font-size: 1.125rem;
    color: var(--bs-heading-color)
}

.slider-o-cb .slider-price-cb p span {
    font-family: var(--bs-body-font-family);
    color: var(--bs-text-color);
    font-size: .813rem
}

.slider-o-cb .loc-s-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: .875rem
}

.slider-o-cb .loc-s-item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 12px;
    height: 16px;
    background: url(../images/location-s-icon.svg) no-repeat center;
    background-size: contain
}

.slider-o-cb .slick-next,
.slider-o-cb .slick-prev {
    width: 20px;
    height: 20px;
    background-size: contain !important
}

.slider-o-cb .slick-next {
    background: url(../images/right-arrow.svg) no-repeat center
}

.slider-o-cb .slick-next::before {
    display: none
}

.slider-o-cb .slick-next.slick-disabled {
    opacity: .3
}

.slider-o-cb .slick-prev {
    background: url(../images/left-arrow.svg) no-repeat center
}

.slider-o-cb .slick-prev::before {
    display: none
}

.slider-o-cb .slick-prev.slick-disabled {
    opacity: .3
}

@media(max-width: 767px) {
    .slider-o-cb .slick-list {
        padding-right: 14%
    }

    .slider-o-cb .slider-item .s-c-item span {
        font-size: 1rem
    }

    .slider-o-cb .slider-item .s-c-item .h-title {
        font-size: 1.286rem
    }

    .slider-o-cb .slider-price-cb p {
        font-size: 1.286rem
    }

    .slider-o-cb .slider-price-cb p span {
        font-size: 1rem
    }

    .slider-o-cb .loc-s-item {
        font-size: 1rem
    }

    .slider-o-cb .loc-s-item::before {
        top: 4px
    }
}

.location-cb .h-title {
    background: #f2f3f4;
    padding: 8px 20px 8px;
    font-family: var(--bs-heading-medium-2);
    font-size: 1.563rem;
    line-height: 1.5
}

.location-cb .list-link-content {
    color: var(--bs-primary-color)
}

.scrollElement {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px
}

.loc-i-cb {
    margin-right: 10px;
    max-width: 50px;
    height: fit-content
}

.loc-i-cb {
    margin-right: 10px;
    max-width: 50px;
    height: fit-content;
    margin-top: 1px
}

.add-cover-extras {
    position: relative
}

.add-cover-extras .no-transition:hover {
    background: var(--bs-white-color);
    color: var(--bs-primary-color)
}

.i-d-cb {
    background: var(--bs-white-color);
    border: 1px solid var(--bs-primary-color);
    color: #070710;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    height: 42px;
    display: inline-flex;
    user-select: none
}

.i-d-cb .i-c-input-cb {
    max-width: 40px;
    text-align: center;
    border: 0px;
    outline: none
}

.i-d-cb .icon-cb {
    display: flex;
    width: 42px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.i-d-cb .icon-cb:active {
    background: #f0f0f0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.extras-container .o-grid-box .o-grid-i-item {
    height: 100%;
    display: flex;
    flex-direction: column
}

:root {
    --Dollar_Red_Primary1: #EF0730
}

.header-container {
    background-color: rgba(0, 0, 0, 0) !important
}

.header-container .nav-container .d-flex {
    justify-content: flex-end !important
}

.header-container .nav-container ul a {
    color: var(--bs-text-color);
    font-size: 16px;
    letter-spacing: 0
}

@media(max-width: 991px) {
    .nav-menu-mobile {
        background-color: var(--bg-body) !important
    }
}

.menu-active .header-container .mobile-burger-menu span::after,
.menu-active .header-container .mobile-burger-menu span::before {
    background-color: var(--bs-text-color)
}

.menu-active .logo-container img {
    filter: none;
    -webkit-filter: none
}

.footer-container .footer-link-container,
.footer-container .footer-copyright-container {
    background-color: rgba(0, 0, 0, 0) !important
}

.submenu-drawer {
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: right .3s ease-in-out;
    z-index: 999;
    padding: 20px;
    overflow: scroll;
    padding-bottom: 100px
}

.submenu-drawer.active {
    right: 0
}

.submenu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.submenu-header h3 {
    margin: 0;
    font-size: 16px
}

.submenu-header .back-to-main {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #5b6770;
    display: flex;
    align-items: center;
    gap: 5px
}

.submenu-header .back-to-main img {
    width: 14px;
    height: 12.6px
}

.submenu-drawer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.submenu-drawer ul li {
    padding: 0
}

.submenu-drawer ul li a {
    text-decoration: none;
    color: #333;
    display: block
}

.has-submenu>a {
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

.has-submenu>a::after {
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(../../img/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 10px;
    margin-left: 6px;
    transition: transform .3s ease
}

.nav-menu-mobile .inner-menu {
    border-top: none !important
}

.nav-menu-mobile .inner-menu li {
    border-bottom: 1px solid #e4e4e4 !important
}

.nav-menu-mobile .inner-menu li a {
    padding: 12px 0
}

.nav-menu-mobile .have-vehicles ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.nav-menu-mobile .have-vehicles ul li {
    width: 46%;
    max-width: 200px;
    padding: 0;
    border-bottom: none !important
}

.nav-menu-mobile .have-vehicles ul li a {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 15px !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: var(--bs-primary-color) !important
}

.menu-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--bs-text-color)
}

.view-all-btn {
    text-decoration: underline !important;
    color: var(--bs-primary-color) !important
}

.nav-menu-mobile .inner-menu li:last-child {
    border-bottom: none !important
}

.nav-menu-mobile .inner-menu ul {
    border: none !important
}

.content img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

@media screen and (min-width: 1024px) {

    .top-bar-section .has-dropdown.wd_mega-menu,
    .top-bar-section {
        position: static
    }

    .top-bar-container .top-bar-section .wd_mega-menu .dropdown {
        right: auto !important;
        left: 0 !important
    }

    .top-bar-container .top-bar-section .wd_mega-menu .has-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 0 !important;
        gap: 10px
    }

    .top-bar-section .has-dropdown.wd_mega-menu>a:after {
        position: static
    }
}

@media(max-width: 991px) {
    .nav-menu-mobile .inner-menu ul {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media(max-width: 991px) {
    .nav-menu-mobile .inner-menu ul {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .nav-menu-mobile .inner-menu a.view-all-btn {
        margin-bottom: 30px
    }
}

:root {
    --bs-body-font-family: "AktivGrotesk";
    --bs-body-font-family-semibold: "AktivGrotesk-semibold";
    --bs-body-font-family-bold: "AktivGrotesk-bold";
    --bs-heading-medium: "ballinger";
    --bs-heading-medium-1: "ballinger";
    --bs-heading-medium-2: "ballinger"
}

.text-block {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease
}

.text-block.expanded {
    -webkit-line-clamp: unset
}

.read-more-btn {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    color: var(--bs-primary-color);
    cursor: pointer;
    margin-top: 10px;
    text-decoration: underline;
    display: none
}

.img-cover {
    object-fit: cover;
    transition: height .3s;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s
}

.img-theme-thumb {
    border-radius: 20px
}

.n-booking-widget .search-error {
    margin-bottom: 10px
}

.heading-title {
    font-family: var(--bs-heading-medium-1) !important
}

.breadcrumb-container {
    margin-bottom: 30px;
    background: #fff
}

.h-txt-container p {
    line-height: 26px
}

.vvn-top-section .feature-box li .discriotion {
    line-height: 162.5% !important
}

.tab-title li {
    padding: 5px 0 !important
}

.tab-title li p {
    line-height: 24px !important
}

.bg-sky-light-blue,
.bg-gray {
    background-color: #fff !important
}

.rw-btn-outline {
    padding: 12px 18px 8px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px
}

.btn-solid {
    background: var(--bs-primary-color);
    border: 1px solid var(--bs-primary-color);
    color: var(--bs-white-color);
    padding: 13px 35px 11px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px
}

.btn-solid:hover {
    color: var(--bs-primary-color);
    background-color: #fff
}

.link-text:hover {
    color: #ba0a29
}

@media(min-width: 991px) {
    .bookingAutocompleteOuter {
        top: 114px !important
    }
}

.b-bg-inner {
    padding: 0 !important;
    border: 1px solid var(--bs-text-color) !important;
    border-radius: 10px;
    margin-top: 0px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 9
}

.b-bg-inner .n-booking-inner {
    background-color: rgba(0, 0, 0, 0) !important
}

.b-bg-inner .n-booking-widget {
    padding: 0 !important
}

.b-bg-inner .n-booking-widget .n-booking-l-container .n_close_con {
    right: -2px
}

.b-bg-inner .n-booking-widget #promocode_placeholder {
    text-decoration: underline !important
}

.b-bg-inner .n-booking-widget .n-booking-bg-container {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    min-height: auto !important;
    background-color: rgba(0, 0, 0, 0)
}

.b-bg-inner .n-booking-widget .n-booking-bg-container .rw-btn-outline {
    padding: 13px 35px 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px
}

.b-bg-inner .n-booking-widget .n-booking-o-cb,
.b-bg-inner .n-booking-widget .n-r-i-cb,
.b-bg-inner .n-booking-widget .n-booking-r-container {
    gap: 25px
}

.b-bg-inner .n-booking-widget .n-drop-l-hide {
    padding-left: 25px;
    height: 50px
}

.b-bg-inner .n-booking-widget .n-full-location-width .n-drop-l-hide {
    padding-left: 0px
}

.b-bg-inner .n-booking-widget .n-location-input {
    border-bottom: 1px solid var(--bs-text-color) !important;
    background-position: left center !important;
    height: 25px !important;
    background-image: none !important;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0) !important
}

.b-bg-inner .n-booking-widget .dividerLine::after {
    display: none
}

.b-bg-inner .n-booking-inner {
    padding: 18px
}

.b-bg-inner .n-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    z-index: 10;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.b-bg-inner .n-close-btn:hover {
    background-color: var(--bs-primary-color)
}

.b-bg-inner .n-close-btn:hover .n-close-icon svg path {
    fill: #fff
}

@media(max-width: 1199px) {
    .b-bg-inner .n-booking-widget .n-booking-r-container {
        width: 100%
    }

    .b-bg-inner .n-booking-widget .n-r-i-cb {
        flex: 1
    }

    .b-bg-inner .n-booking-widget .n-r-i-cb .n-input-o-cb {
        width: 100%
    }
}

@media(max-width: 767px) {
    .b-bg-inner .n-close-btn {
        display: none
    }

    .b-bg-inner .n-booking-widget .n-top-strip .n-promo-code {
        padding-left: 0
    }
}

@media(max-width: 767px) {
    .mobile-booking .n-booking-widget .n-input-box .n-driver-input {
        padding: 0 4px !important
    }
}

.tab-data .cmn-spacing {
    margin-bottom: 0px
}

.booking-summary {
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    background: #fefbf3;
    border-radius: 10px;
    outline: 1px solid #000;
    outline-offset: -1px;
    padding: 22px 24px
}

.booking-summary__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    gap: 20px;
    flex-wrap: wrap
}

.booking-summary__col {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-width: 525px
}

.booking-summary__title {
    font-size: 16px;
    font-weight: 700;
    color: #27171a;
    line-height: 20.8px
}

.booking-summary__details {
    font-size: 16px;
    font-weight: 400;
    color: #636466;
    line-height: 20.8px;
    border-bottom: 1px solid #000
}

.booking-summary__change {
    font-size: 16px;
    font-weight: 400;
    color: #c8102e;
    text-decoration: underline;
    cursor: pointer;
    align-self: center
}

@media only screen and (min-width: 1200px) {

    #header-container,
    .van-h-menu-bar.envigo-sticky #header-container .logo-box img {
        width: 330px !important
    }

    a.euro_logo.rb_h_logo {
        right: auto;
        left: 130px !important;
        height: 34px !important;
        top: 22px !important;
        top: 6px !important
    }
}

#nav-container .location-dropdwn table thead td {
    background: #ffd100 !important
}

#nav-container .location-dropdwn table td {
    background: #fff !important
}

@media only screen and (min-width: 1200px) {
    .van-h-menu-bar #nav-container .nav-menu dd a {
        color: #222;
        height: auto;
        white-space: normal;
        padding: 15px !important;
        line-height: 20px !important
    }
}

.n-booking-widget .n-top-strip {
    border: none
}

.ui-widget-content.ui-datepicker .ui-widget-header {
    background-color: var(--Dollar_Red_Primary1);
    color: var(--bs-white)
}

.ui-widget-header .ui-icon {
    filter: brightness(0) invert(1)
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none;
    background: rgba(0, 0, 0, 0);
    font-weight: normal;
    color: #2b2b2b
}

.breadcrumb-item.active {
    color: var(--bs-text-color)
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-text-color)
}

.breadcrumb-container .breadcrumb-item a {
    color: var(--Dollar_Red_Primary1)
}

.vvn-top-section .feature-box li .box-content {
    line-height: 1.5;
    font-family: var(--bs-heading-medium-1);
    font-weight: 600
}

.faq-cb .accordion-i-cb .h-title::after {
    background-image: url(../images/plus-icon-circle-new.svg)
}

.faq-cb .accordion-i-cb.active-accordion .h-title::after {
    background-image: url(../images/minus-icon-circle-new.svg);
    background-size: contain !important
}

.tab-title {
    background: #fff !important
}

.pick-ups-location.vh-c-o-cb .vh-c-cb {
    padding: 10px !important;
    border: none !important
}

.pick-ups-location.vh-c-o-cb .bor-s {
    border-radius: 10px
}

.news_activity_box figure img {
    height: 285px;
    object-fit: cover
}

@media(max-width: 767px) {
    .img-cover {
        height: 200px !important
    }
}

.tab-title {
    padding-left: 0
}

.offers-wrapper {
    background-image: url(../images/offers-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 25px 50px;
    min-height: 270px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: .3s all;
    position: relative;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    overflow: hidden
}

.offers-wrapper .h-txt-container {
    z-index: 99;
    position: relative
}

.offers-wrapper .h-txt-container .heading-title {
    font-style: italic;
    line-height: 37px
}

.offers-wrapper .h-txt-container p {
    font-size: 18px;
    max-width: 350px
}

.offers-wrapper .h-txt-container a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .05);
    border-bottom: 3px solid var(--bs-primary-color);
    display: inline-block;
    padding-bottom: 4px
}

.offers-wrapper .h-txt-container *,
.offers-wrapper a {
    color: #fff
}

.offers-wrapper::after {
    content: "";
    opacity: .5;
    background: linear-gradient(90deg, #010101 -10.79%, rgba(1, 1, 1, 0) 83.81%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.footer-container .footer-link-container {
    padding-top: 40px
}

.img-content-lr-sec a:hover {
    text-decoration: underline
}

.tab-title li {
    border-bottom: 4px solid rgba(0, 0, 0, 0) !important
}

.tab-title li.active {
    border-bottom: 4px solid var(--bs-primary-color) !important
}

.description-acc h3.heading-title {
    font-size: 18px;
    font-weight: 700
}

.footer-container .footer-link-container .footer-nav-link {
    border-top: none !important
}

.accordion-cb {
    margin-bottom: 70px
}

.faq-cb .accordion-i-cb .h-title::after {
    top: 16px
}

.tab-title li {
    top: 4px !important
}

.map-locate-box .bg-light-gray {
    background-color: rgba(0, 0, 0, 0)
}

.map-locate-box .bg-light-gray .location-address ul li {
    border-bottom: 1px solid #2a2727
}

.map-locate-box .bg-light-gray .locations-details {
    align-items: stretch
}

.map-locate-box .bg-light-gray .locations-details>img {
    width: 140px;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.top-rented-car .v-grid-o-cb {
    border: 1px solid rgba(42, 48, 52, .2);
    border-radius: 12px;
    overflow: hidden
}

.slick-prev:before,
.slick-next:before {
    content: ""
}

.slick-prev {
    width: 25px;
    height: 25px;
    background: url("../../img/left-arrow-red.svg") no-repeat center center;
    background-size: contain;
    left: -20px;
    z-index: 10
}

.slick-prev:hover,
.slick-prev:focus {
    width: 25px;
    height: 25px;
    background: url("../../img/left-arrow-red.svg") no-repeat center center
}

.slick-next:hover,
.slick-next:focus {
    width: 25px;
    height: 25px;
    background: url("../../img/right-arrow-red.svg") no-repeat center center
}

.slick-next {
    width: 25px;
    height: 25px;
    background: url("../../img/right-arrow-red.svg") no-repeat center center;
    background-size: contain;
    right: -20px;
    z-index: 10
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .3;
    pointer-events: none;
    filter: grayscale(100%)
}

.slick-prev.slick-disabled {
    background-image: url("../../img/left-arrow-disabled.svg")
}

.slick-next.slick-disabled {
    background-image: url("../../img/right-arrow-disabled.svg")
}

.list-item.circle-tick li::before {
    background: url(../images/tick-circle-new.svg) no-repeat center;
    background-size: contain !important
}

@media(max-width: 767px) {

    .slick-next,
    .slick-prev {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border: 1px solid #989898;
        border-radius: 50%;
        padding: 10px;
        background-size: 15px
    }

    .slick-next {
        right: 0px
    }

    .slick-prev {
        left: 0px
    }
}

.slick-list {
    padding-bottom: 10px
}

.v-grid-o-cb {
    background: rgba(0, 0, 0, 0);
    border-radius: 12px;
    border: 1px solid rgba(42, 48, 52, .2);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    overflow: hidden
}

.v-grid-o-cb .v-g-i-cb {
    background: rgba(0, 0, 0, 0)
}

.v-grid-o-cb:hover {
    box-shadow: none;
    border: 1px solid rgba(42, 48, 52, .4);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02)
}

.bg-light-sky-blue {
    background: #daecf2 !important
}

.location-address a:hover,a:hover {
    color: var(--bs-primary-color);
}

.check-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
}

.check-wrap p {
    margin: 0;
    line-height: 1.4;
}

/* Hide default checkbox */
.check-wrap input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--bs-primary-color);

    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

/* Checked state */
.check-wrap input[type="checkbox"]:checked {
    background: var(--bs-primary-color);
    ;
    border-color: var(--bs-primary-color);
    ;
}

/* Tick mark */
.check-wrap input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Focus (keyboard accessibility) */
.check-wrap input[type="checkbox"]:focus {
    outline: none;
}

@media (max-width: 767px) {
    .n-booking-widget .n-booking-l-container .n-input-o-cb:last-child {
        padding-left: 0px;
        margin-top: 10px;
    }
}

@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {

  .n-booking-o-cb label {
    display: inline-block;
    font-size: 14px;
  }
}

.dollar-make-sanse {
    padding-top: 30px;
}

/*# sourceMappingURL=inner-pages-revamp.css.map */