@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
    color: #0943EF;
}

#alert-container {
    position: fixed;
    z-index: 99999999;
    top: 1rem;
    right: 1rem;
}

.unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

@media (min-width: 1440px) {
    .container,
    .container-fluid {
        padding: 0 96px;
        width: 100%;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}

.row.g-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.g-0 > [class*=col] {
    padding-left: 0;
    padding-right: 0;
}

.page-content {
    margin: 20px 0;
}

.main-wrapper {
    height: auto;
    overflow-x: hidden;
}

.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    margin-bottom: 24px;
}

.main-slider .slick-dots {
    bottom: 0;
}

/*-------------------------
    Typography
-------------------------*/
html {
    scroll-behavior: smooth;
}

html[data-scroll-orientation=horizontal] body {
    width: fit-content;
}
html[data-scroll-orientation=horizontal] [data-scroll-container] {
    display: flex;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #0B0C0D;
    background-color: #ECECF2;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.o-scroll {
    height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0;
}

h1,
.h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
}
@media (max-width: 992px) {
    h1,
    .h1 {
        font-size: 52px;
    }
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 44px;
    }
}
@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 36px;
    }
}

h2,
.h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    line-height: 125%;
}
@media (max-width: 992px) {
    h2,
    .h2 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}

h3,
.h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 120%;
}
@media (max-width: 992px) {
    h3,
    .h3 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    h3,
    .h3 {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    h3,
    .h3 {
        font-size: 26px;
    }
}

h4,
.h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
}
@media (max-width: 992px) {
    h4,
    .h4 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    h4,
    .h4 {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    h4,
    .h4 {
        font-size: 22px;
    }
}

h5,
.h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
}
@media (max-width: 992px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    h5,
    .h5 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    h5,
    .h5 {
        font-size: 16px;
    }
}

h6,
.h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}
@media (max-width: 992px) {
    h6,
    .h6 {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    h6,
    .h6 {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    h6,
    .h6 {
        font-size: 13px;
    }
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
}
@media (max-width: 492px) {
    p br {
        display: none;
    }
}
@media (max-width: 992px) {
    p {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    p {
        font-size: 14px;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
p.light {
    font-weight: 400;
}
p.bold {
    font-weight: 700;
}
@media (max-width: 992px) {
    p {
        font-size: 15px;
    }
}
@media (max-width: 490px) {
    p {
        font-size: 14px;
    }
}

a {
    display: inline-block;
    text-decoration: none;
    color: unset;
}
a:hover {
    color: #0943EF;
    transition: all 0.5s ease-in-out;
}

span {
    display: inline-block;
}

b,
strong {
    font-family: "Montserrat", sans-serif;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}
.pagination li a {
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8F8FF;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 150%;
    border-radius: 8px;
    letter-spacing: 0.32px;
    background: #0B0C0D;
}
@media (max-width: 490px) {
    .pagination li a {
        width: 38px;
        height: 37px;
        border-radius: 6px;
    }
}
.pagination li a i {
    font-size: 16px;
    font-weight: 400;
}
.pagination li a.active {
    background: #0943EF;
    color: #0B0C0D;
}
.pagination li a:hover {
    color: #0B0C0D;
    background: #0943EF;
}

.social-icons {
    display: flex;
    gap: 32px;
}
@media (max-width: 768px) {
    .social-icons {
        width: 100%;
        justify-content: center;
    }
}
.social-icons li a {
    font-size: 32px;
    color: #F8F8FF;
    transition: all 0.5s ease-in-out;
}
.social-icons li a:hover {
    color: #0943EF;
}
.social-icons li a:hover svg {
    stroke: #0943EF;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
    color: #0943EF !important;
}

.color-sec {
    color: #DB9612 !important;
}

.bg-primary {
    background-color: #0943EF !important;
}

.bg-sec {
    background-color: #DB9612 !important;
}

.color-white {
    color: #F8F8FF !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.light-black {
    color: #212627 !important;
}

.lightest-black {
    color: #16191A;
}

.bg-light-black {
    background-color: #212627 !important;
}

.color-black {
    color: #0B0C0D !important;
}

.bg-black {
    background-color: #0B0C0D !important;
}

.dark-black {
    color: #0D0D0D !important;
}

.bg-dark-black {
    background-color: #0D0D0D !important;
}

.light-gray {
    color: #C6CBD2 !important;
}

.bg-lightest-gray {
    background-color: #ECECF2 !important;
}

.bg-light-gray {
    background-color: #C6CBD2 !important;
}

.bg-medium-gray {
    background-color: #9EA2A8 !important;
}
.bg-green {
    background-color: #1D8939 !important;
}

.color-medium-gray {
    color: #9EA2A8 !important;
}

.color-lighter-green {
    color: #9fe5b2 !important;
}
.color-light-green {
    color: #55e279 !important;
}
.color-medium-green {
    color: #37b357 !important;
}
.color-green {
    color: #1D8939 !important;
}

.dark-gray {
    color: #7A7F85 !important;
}

.bg-dark-gray {
    background-color: #7A7F85 !important;
}

.text-shadow {
    text-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}

.light-shadow {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}

.br-30 {
    border-radius: 30px;
}

.br-25 {
    border-radius: 25px;
}

.br-20 {
    border-radius: 20px;
}

.br-15 {
    border-radius: 15px;
}

.br-12 {
    border-radius: 12px;
}

.br-10 {
    border-radius: 10px;
}

.br-5 {
    border-radius: 5px;
}

.b-unstyle {
    border: 0;
    background: transparent;
}

.shadow {
    box-shadow: 4px 4px 10px 0px rgba(77, 115, 252, 0.3) !important;
}

.dark-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.h-61 {
    font-weight: 400;
    font-size: 61px;
    line-height: 120%;
    letter-spacing: -1.22px;
}
.h-61.bold {
    font-weight: 700;
}
@media (max-width: 1399px) {
    .h-61 {
        font-size: 58px;
    }
}
@media (max-width: 1199px) {
    .h-61 {
        font-size: 48px;
    }
}
@media (max-width: 992px) {
    .h-61 {
        font-size: 52px;
    }
}
@media (max-width: 767px) {
    .h-61 {
        font-size: 44px;
    }
}
@media (max-width: 575px) {
    .h-61 {
        font-size: 36px;
        letter-spacing: -0.47px;
    }
}

.h-48 {
    font-size: 48px;
    line-height: 125%;
}
@media (max-width: 1399px) {
    .h-48 {
        font-size: 43px;
    }
}
@media (max-width: 992px) {
    .h-48 {
        font-size: 37px;
    }
}
@media (max-width: 768px) {
    .h-48 {
        font-size: 33px;
    }
}
@media (max-width: 490px) {
    .h-48 {
        font-size: 25px;
    }
}

.h-47 {
    font-size: 47px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.047px;
}
.h-47.light {
    font-weight: 500;
}
.h-47.bold {
    font-weight: 700;
}
@media (max-width: 1399px) {
    .h-47 {
        font-size: 42px;
    }
}
@media (max-width: 992px) {
    .h-47 {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .h-47 {
        font-size: 32px;
        letter-spacing: 0.27px;
    }
}
@media (max-width: 490px) {
    .h-47 {
        font-size: 24px;
        letter-spacing: 0.27px;
    }
}

.h-36 {
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
}
.h-36.bold {
    font-weight: 700;
}
@media (max-width: 992px) {
    .h-36 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .h-36 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .h-36 {
        font-size: 23px;
    }
}

.h-27 {
    font-size: 27px;
    font-weight: 500;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.27px;
}
.h-27.bold {
    font-weight: 700;
}
@media (max-width: 992px) {
    .h-27 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .h-27 {
        font-size: 21px;
    }
}
@media (max-width: 575px) {
    .h-27 {
        font-size: 18px;
    }
}

.h-21 {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 130%;
}
.h-21.light {
    font-weight: 400;
}
.h-21.bold {
    font-weight: 700;
}
@media (max-width: 1399px) {
    .h-21 {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .h-21 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .h-21 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .h-21 {
        font-size: 16px;
    }
}

.h-14 {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.32px;
}
@media (max-width: 992px) {
    .h-16 {
        font-size: 13px;
    }
}
@media (max-width: 490px) {
    .h-16 {
        font-size: 12px;
    }
}

.h-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
}
.h-16.light {
    font-weight: 400;
}
.h-16.bold {
    font-weight: 700;
}
@media (max-width: 992px) {
    .h-16 {
        font-size: 15px;
    }
}
@media (max-width: 490px) {
    .h-16 {
        font-size: 14px;
    }
}

.gap-4 {
    gap: 4px;
}
@media (max-width: 768px) {
    .gap-4 {
        gap: 2px;
    }
}

.gap-8 {
    gap: 8px;
}
@media (max-width: 768px) {
    .gap-8 {
        gap: 4px;
    }
}

.gap-16 {
    gap: 16px;
}
@media (max-width: 768px) {
    .gap-16 {
        gap: 12px;
    }
}

.gap-24 {
    gap: 24px;
}
@media (max-width: 1199px) {
    .gap-24 {
        gap: 20px;
    }
}
@media (max-width: 992px) {
    .gap-24 {
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .gap-24 {
        gap: 12px;
    }
}

.gap-32 {
    gap: 32px;
}
@media (max-width: 1199px) {
    .gap-32 {
        gap: 26px;
    }
}
@media (max-width: 992px) {
    .gap-32 {
        gap: 22px;
    }
}
@media (max-width: 768px) {
    .gap-32 {
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .facility img {
        width: 24px;
    }
}
@media (max-width: 575px) {
    .facility img {
        width: 16px;
    }
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.m-80 {
    margin: 80px 0;
}
@media (max-width: 1199px) {
    .m-80 {
        margin: 64px 0;
    }
}
@media (max-width: 991px) {
    .m-80 {
        margin: 54px 0;
    }
}
@media (max-width: 767px) {
    .m-80 {
        margin: 42px 0;
    }
}

.mt-80 {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .mt-80 {
        margin-top: 64px;
    }
}
@media (max-width: 991px) {
    .mt-80 {
        margin-top: 54px;
    }
}
@media (max-width: 767px) {
    .mt-80 {
        margin-top: 42px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}
@media (max-width: 1199px) {
    .mb-80 {
        margin-bottom: 64px;
    }
}
@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 54px;
    }
}
@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 42px;
    }
}

.mt-64 {
    margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-64 {
        margin-top: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-64 {
        margin-top: 42px;
    }
}
@media (max-width: 767px) {
    .mt-64 {
        margin-top: 32px;
    }
}

.mt-4rem {
    margin-top: 4rem!important;
}

.mb-64 {
    margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-64 {
        margin-bottom: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-64 {
        margin-bottom: 42px;
    }
}
@media (max-width: 767px) {
    .mb-64 {
        margin-bottom: 32px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-60 {
        margin-bottom: 46px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-50 {
        margin-bottom: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-50 {
        margin-bottom: 38px;
    }
}
@media (max-width: 767px) {
    .mb-50 {
        margin-bottom: 32px;
    }
}

.m-48 {
    margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .m-48 {
        margin: 42px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .m-48 {
        margin: 32px 0;
    }
}
@media (max-width: 767px) {
    .m-48 {
        margin: 24px 0;
    }
}

.mt-48 {
    margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-48 {
        margin-top: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-48 {
        margin-top: 32px;
    }
}
@media (max-width: 767px) {
    .mt-48 {
        margin-top: 24px;
    }
}

.mb-48 {
    margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-48 {
        margin-bottom: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-48 {
        margin-bottom: 36px;
    }
}
@media (max-width: 767px) {
    .mb-48 {
        margin-bottom: 32px;
    }
}

.m-40 {
    margin: 40px 0;
}
@media (max-width: 1199px) {
    .m-40 {
        margin: 32px 0;
    }
}
@media (max-width: 991px) {
    .m-40 {
        margin: 28px 0;
    }
}
@media (max-width: 767px) {
    .m-40 {
        margin: 22px 0;
    }
}

.mt-40 {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .mt-40 {
        margin-top: 32px;
    }
}
@media (max-width: 991px) {
    .mt-40 {
        margin-top: 28px;
    }
}
@media (max-width: 767px) {
    .mt-40 {
        margin-top: 22px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .mb-40 {
        margin-bottom: 32px;
    }
}
@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 28px;
    }
}
@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 22px;
    }
}

.mt-32 {
    margin-top: 32px;
}
@media (max-width: 1199px) {
    .mt-32 {
        margin-top: 28px;
    }
}
@media (max-width: 991px) {
    .mt-32 {
        margin-top: 24px;
    }
}
@media (max-width: 767px) {
    .mt-32 {
        margin-top: 20px;
    }
}

.mb-32 {
    margin-bottom: 32px;
}
@media (max-width: 1199px) {
    .mb-32 {
        margin-bottom: 28px;
    }
}
@media (max-width: 991px) {
    .mb-32 {
        margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .mb-32 {
        margin-bottom: 20px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .mb-30 {
        margin-bottom: 28px;
    }
}
@media (max-width: 991px) {
    .mb-30 {
        margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}

.mb-24 {
    margin-bottom: 24px;
}
@media (max-width: 1199px) {
    .mb-24 {
        margin-bottom: 22px;
    }
}
@media (max-width: 991px) {
    .mb-24 {
        margin-bottom: 22px;
    }
}
@media (max-width: 767px) {
    .mb-24 {
        margin-bottom: 20px;
    }
}

.mt-24 {
    margin-top: 24px;
}
@media (max-width: 1199px) {
    .mt-24 {
        margin-top: 22px;
    }
}
@media (max-width: 991px) {
    .mt-24 {
        margin-top: 22px;
    }
}
@media (max-width: 767px) {
    .mt-24 {
        margin-top: 20px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .mb-20 {
        margin-bottom: 18px;
    }
}
@media (max-width: 991px) {
    .mb-20 {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .mb-20 {
        margin-bottom: 14px;
    }
}

.mb-16 {
    margin-bottom: 16px;
}
@media (max-width: 1199px) {
    .mb-16 {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .mb-16 {
        margin-bottom: 14px;
    }
}
@media (max-width: 767px) {
    .mb-16 {
        margin-bottom: 12px;
    }
}

.mt-16 {
    margin-top: 16px;
}
@media (max-width: 1199px) {
    .mt-16 {
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .mt-16 {
        margin-top: 14px;
    }
}
@media (max-width: 767px) {
    .mt-16 {
        margin-top: 12px;
    }
}

.mb-12 {
    margin-bottom: 12px;
}
@media (max-width: 1199px) {
    .mb-12 {
        margin-bottom: 11px;
    }
}
@media (max-width: 991px) {
    .mb-12 {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .mb-12 {
        margin-bottom: 8px;
    }
}

.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-4p {
    margin-bottom: 4px;
}

@media (max-width: 1299px) {
    .mr-4 {
        margin-right: 4px;
    }
}

.p-108 {
    padding: 108px;
}
@media (max-width: 1199px) {
    .p-108 {
        padding: 96px;
    }
}
@media (max-width: 991px) {
    .p-108 {
        padding: 72px;
    }
}
@media (max-width: 767px) {
    .p-108 {
        padding: 60px;
    }
}

.p-96 {
    padding: 96px 0;
}
@media (max-width: 1199px) {
    .p-96 {
        padding: 72px 0;
    }
}
@media (max-width: 991px) {
    .p-96 {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .p-96 {
        padding: 48px 0;
    }
}

.p-80 {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .p-80 {
        padding: 64px 0;
    }
}
@media (max-width: 991px) {
    .p-80 {
        padding: 54px 0;
    }
}
@media (max-width: 767px) {
    .p-80 {
        padding: 42px 0;
    }
}

.pt-80 {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .pt-80 {
        padding-top: 64px;
    }
}
@media (max-width: 991px) {
    .pt-80 {
        padding-top: 54px;
    }
}
@media (max-width: 767px) {
    .pt-80 {
        padding-top: 42px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}
@media (max-width: 1199px) {
    .pb-80 {
        padding-bottom: 64px;
    }
}
@media (max-width: 991px) {
    .pb-80 {
        padding-bottom: 54px;
    }
}
@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 42px;
    }
}

.p-64 {
    padding: 64px 0;
}
@media (max-width: 1199px) {
    .p-64 {
        padding: 56px 0;
    }
}
@media (max-width: 991px) {
    .p-64 {
        padding: 48px 0;
    }
}
@media (max-width: 767px) {
    .p-64 {
        padding: 42px 0;
    }
}

.pt-64 {
    padding-top: 64px;
}
@media (max-width: 1199px) {
    .pt-64 {
        padding-top: 56px;
    }
}
@media (max-width: 991px) {
    .pt-64 {
        padding-top: 48px;
    }
}
@media (max-width: 767px) {
    .pt-64 {
        padding-top: 42px;
    }
}

.pad-64 {
    padding: 64px;
}
@media (max-width: 1199px) {
    .pad-64 {
        padding: 56px;
    }
}
@media (max-width: 991px) {
    .pad-64 {
        padding: 48px;
    }
}
@media (max-width: 767px) {
    .pad-64 {
        padding: 42px;
    }
}

.p-60 {
    padding: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-60 {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-60 {
        padding: 32px 0;
    }
}
@media (max-width: 767px) {
    .p-60 {
        padding: 20px 0;
    }
}

.p-50 {
    padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-50 {
        padding: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-50 {
        padding: 34px;
    }
}
@media (max-width: 767px) {
    .p-50 {
        padding: 27px;
    }
}

.p-48 {
    padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-48 {
        padding: 42px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-48 {
        padding: 32px 0;
    }
}
@media (max-width: 767px) {
    .p-48 {
        padding: 26px 0;
    }
}

.pt-48 {
    padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-48 {
        padding-top: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-48 {
        padding-top: 32px;
    }
}
@media (max-width: 767px) {
    .pt-48 {
        padding-top: 26px;
    }
}

.pb-48 {
    padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-48 {
        padding-bottom: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-48 {
        padding-bottom: 36px;
    }
}
@media (max-width: 767px) {
    .pb-48 {
        padding-bottom: 26px;
    }
}

.p-40 {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .p-40 {
        padding: 32px 0;
    }
}
@media (max-width: 991px) {
    .p-40 {
        padding: 28px 0;
    }
}
@media (max-width: 767px) {
    .p-40 {
        padding: 22px 0;
    }
}

.pt-40 {
    padding-top: 40px;
}
@media (max-width: 1199px) {
    .pt-40 {
        padding-top: 32px;
    }
}
@media (max-width: 991px) {
    .pt-40 {
        padding-top: 28px;
    }
}
@media (max-width: 767px) {
    .pt-40 {
        padding-top: 22px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}
@media (max-width: 1199px) {
    .pb-40 {
        padding-bottom: 32px;
    }
}
@media (max-width: 991px) {
    .pb-40 {
        padding-bottom: 28px;
    }
}
@media (max-width: 767px) {
    .pb-40 {
        padding-bottom: 22px;
    }
}

.pl-36 {
    padding-left: 37px;
}
@media (max-width: 1199px) {
    .pl-36 {
        padding-left: 32px;
    }
}
@media (max-width: 991px) {
    .pl-36 {
        padding-left: 28px;
    }
}
@media (max-width: 767px) {
    .pl-36 {
        padding-left: 22px;
    }
}

.pad-32 {
    padding: 32px;
}
@media (max-width: 1199px) {
    .pad-32 {
        padding: 28px;
    }
}
@media (max-width: 991px) {
    .pad-32 {
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .pad-32 {
        padding: 20px;
    }
}

.p-24 {
    padding: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-24 {
        padding: 21px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-24 {
        padding: 18px;
    }
}
@media (max-width: 767px) {
    .p-24 {
        padding: 14px;
    }
}
@media (max-width: 490px) {
    .p-24 {
        padding: 10px;
    }
}

.pb-24 {
    padding-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-24 {
        padding-bottom: 21px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-24 {
        padding-bottom: 18px;
    }
}
@media (max-width: 767px) {
    .pb-24 {
        padding-bottom: 14px;
    }
}
@media (max-width: 490px) {
    .pb-24 {
        padding-bottom: 10px;
    }
}

.plr-24 {
    padding: 0 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plr-24 {
        padding: 0 21px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .plr-24 {
        padding: 0 18px;
    }
}
@media (max-width: 767px) {
    .plr-24 {
        padding: 0 14px;
    }
}
@media (max-width: 490px) {
    .plr-24 {
        padding: 0 10px;
    }
}

.p-16 {
    padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-16 {
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-16 {
        padding: 13px;
    }
}
@media (max-width: 767px) {
    .p-16 {
        padding: 10px;
    }
}
@media (max-width: 490px) {
    .p-16 {
        padding: 10px;
    }
}

.pl-18 {
    padding-left: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pl-18 {
        padding-left: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pl-18 {
        padding-left: 14px;
    }
}
@media (max-width: 767px) {
    .pl-18 {
        padding-left: 12px;
    }
}
@media (max-width: 490px) {
    .pl-18 {
        padding-left: 10px;
    }
}

.pl-28 {
    padding-left: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pl-28 {
        padding-left: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pl-28 {
        padding-left: 19px;
    }
}
@media (max-width: 767px) {
    .pl-28 {
        padding-left: 16px;
    }
}
@media (max-width: 490px) {
    .pl-28 {
        padding-left: 14px;
    }
}

.pl-16 {
    padding-left: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pl-16 {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pl-16 {
        padding-left: 13px;
    }
}
@media (max-width: 767px) {
    .pl-16 {
        padding-left: 10px;
    }
}
@media (max-width: 490px) {
    .pl-16 {
        padding-left: 10px;
    }
}

/*-------------------------
Elements
-------------------------*/

.countdown {
    padding: 0;
}
.countdown li {
    font-weight: 700;
    font-size: 47px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #F8F8FF;
    margin-right: 32px;
    display: inline-flex;
    align-items: center;
}
@media (max-width: 1600px) {
    .countdown li {
        margin-right: 24px;
    }
}
.countdown li:last-child {
    margin-right: 0;
}
.countdown li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #F8F8FF;
    transform: rotate(-90deg);
    padding: 0;
    background: none;
    border-radius: 0;
    margin-left: 0px;
}

.cus-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
    padding: 16px 32px;
    display: flex;
    justify-content: center;
    width: fit-content;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
    border: none;
    background: #0943EF;
    box-shadow: 4px 4px 10px 0px rgba(77, 115, 252, 0.3);
    color: #F8F8FF;
}
.cus-btn i {
    font-size: 24px;
}
@media (max-width: 492px) {
    .cus-btn i {
        font-size: 20px;
    }
}
.cus-btn:hover {
    background-color: #1037AD !important;
    color: #ffffff;
}
@media (max-width: 1280px) {
    .cus-btn {
        padding: 16px 12px;
    }
}
@media (max-width: 1210px) {
    .cus-btn {
        padding: 16px 8px;
        gap: 4px;
    }
}
@media (max-width: 992px) {
    .cus-btn {
        padding: 16px 32px;
    }
}
@media (max-width: 492px) {
    .cus-btn {
        font-size: 12px;
        padding: 12px 24px;
    }
}
.cus-btn.small-pad {
    padding: 10px 24px;
}
.cus-btn.full-width {
    width: 100%;
}
.cus-btn.extra-width {
    width: 191px;
}
.cus-btn.width-237 {
    width: 237px;
}
@media (max-width: 576px) {
    .cus-btn.width-237 {
        width: fit-content;
    }
}
.cus-btn.primary {
    gap: 16px;
    padding: 16px 24px;
    font-size: 27px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.27px;
    background-color: #ECECF2;
    color: #16191A;
    box-shadow: none;
    border-radius: 5px;
}
@media (max-width: 992px) {
    .cus-btn.primary {
        font-size: 24px;
        padding: 12px 20px;
    }
}
@media (max-width: 768px) {
    .cus-btn.primary {
        font-size: 16px;
        padding: 12px 20px;
    }
}
@media (max-width: 492px) {
    .cus-btn.primary {
        font-size: 16px;
        padding: 12px 18px;
    }
}
.cus-btn.primary.primary-light {
    font-size: 21px;
    line-height: 130%;
    letter-spacing: inherit;
}
@media (max-width: 768px) {
    .cus-btn.primary.primary-light {
        font-size: 16px;
    }
}
@media (max-width: 492px) {
    .cus-btn.primary.primary-light {
        font-size: 16px;
    }
}
.cus-btn.primary.active, .cus-btn.primary:hover {
    background-color: #0943EF;
    color: #F8F8FF;
    box-shadow: 4px 4px 10px 0px rgba(77, 115, 252, 0.3);
}
.cus-btn.sm-light {
    font-size: 14px;
    padding: 4px 9px;
    border-radius: 8px;
    letter-spacing: 0.28px;
}
.cus-btn.grey {
    background-color: #9EA2A8;
    color: #F8F8FF;
    transition: all 0.5s ease-in-out;
}
.cus-btn.grey:hover {
    background: #0943EF;
}
.cus-btn.dark {
    background-color: #212627;
    color: #F8F8FF;
    transition: all 0.5s ease-in-out;
}
.cus-btn.dark:hover {
    background-color: #F8F8FF;
    color: #212627;
}
.cus-btn.btn-sec:hover {
    background-color: #15792F !important;
    color: #F8F8FF;
}

.light-btn {
    display: flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Open Sans", sans-serif;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; /* 24px */
    transition: all 0.5s ease-in-out;
    color: #F8F8FF;
}
@media (max-width: 492px) {
    .light-btn {
        font-size: 16px;
        padding: 12px 24px;
        border-radius: 12px;
    }
}
.light-btn.primary i {
    color: #0943EF;
}
.light-btn.primary:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}

.cus-btn-2 {
    display: flex;
    padding: 10px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #636363;
    backdrop-filter: blur(25px);
    text-align: center;
    color: #636363;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    transition: all 0.5s ease-in-out;
}
.cus-btn-2:hover {
    border-color: #0943EF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}
.cus-btn-2.btn-sec {
    padding: 16px;
    border-radius: 8px;
    color: #212627;
    box-shadow: none;
}
.cus-btn-2.btn-sec:hover {
    border: 1px solid #0943EF;
}
.cus-btn-2.btn-sec.width-237 {
    width: 237px;
    padding: 16px 32px;
}
@media (max-width: 992px) {
    .cus-btn-2 {
        padding: 16px 32px !important;
    }
}
@media (max-width: 576px) {
    .cus-btn-2.btn-sec.width-237 {
        width: fit-content;
    }
}
@media (max-width: 492px) {
    .cus-btn-2 {
        font-size: 12px;
        padding: 12px 24px !important;
    }
    .cus-btn-2.btn-sec.width-237 {
        font-size: 14px;
        padding: 12px 24px;
        border-radius: 12px;
    }
}

.cus-btn-3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 16px 32px;
    display: flex;
    justify-content: center;
    width: fit-content;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
    border: none;
    background-color: #DB9612;
    box-shadow: 0px 3px 6px #00000029;
    color: #F8F8FF;
}
.cus-btn-3:hover {
    background-color: #CB890C;
    color: #ffffff;
}

.modal {
    width: 100%;
    z-index: 999999;
}
.modal-body {
    padding: 1.5rem;
}
.modal-header {
    border: none;
    padding-bottom: 0;
}
.modal .modal-dialog .modal-body .btn-close {
    margin-bottom: 12px;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem 1.75rem 10rem;
    pointer-events: none;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
    position: relative;
}

.input-group {
    position: relative;
    background: #0B0C0D;
    padding: 12px 16px;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.input-group input {
    width: 88%;
    border: none;
    background: transparent;
    color: #9EA2A8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Open Sans", sans-serif;
}
.input-group input:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}
.input-group input::placeholder {
    color: #7A7F85;
    opacity: 1;
}
.input-group button {
    margin-right: 20px;
    border: none;
    background: transparent;
    color: #9EA2A8;
    font-size: 24px;
    padding: 0;
    text-align: end;
    box-shadow: none;
}
.input-group.search-bar {
    width: 100%;
}
.input-group.st-2 {
    border: none;
    background: #C6CBD2;
    border-radius: 20px;
}

.form-control {
    padding: 16px 16px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Montserrat", sans-serif;
    position: relative;
    color: #16191A;
    border: 0;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    outline: 0;
    color: #0B0C0D;
}
.form-control::placeholder {
    color: #16191A;
    opacity: 1;
}

.form-select {
    background: rgba(77, 115, 252, 0.1);
    border: 0;
    position: relative;
}
.form-select::after {
    position: absolute;
    top: 4px;
    right: 4px;
    content: "";
    border-left: 1px solid #212627;
    border-bottom: 1px solid #212627;
}
.form-select.border {
    border: 1px solid #212627;
}

.form-group .form-control {
    background: #F8F8FF;
    padding: 12px 16px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    flex: 1;
    padding: 16px 24px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

select::-ms-expand {
    display: none;
}
.default-select {
    border: 1px solid #939393;
    border-radius: 4px;
}
.select {
    position: relative;
    display: flex;
    line-height: 150%;
    overflow: hidden;
}

.inputGroup {
    width: 100%;
    position: relative;
}
.inputGroup textarea,
.inputGroup input {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    padding: 16px;
    outline: none;
    border: none;
    background-color: #ECECF2;
    border-radius: 20px;
    width: 100%;
    color: #212627;
}
.inputGroup label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    position: absolute;
    left: 0;
    padding: 0.8em;
    margin-left: 0.5em;
    pointer-events: none;
    transition: all 0.3s ease;
    color: #7A7F85;
}

.inputGroup :is(textarea:focus, textarea:valid) ~ label,
.inputGroup :is(input:focus, input:valid) ~ label {
    transform: translateY(-50%) scale(0.9);
    margin-left: 1.3em;
    padding: 0.4em;
    background-color: transparent;
}

textarea {
    height: 149px;
}

label.is-invalid {
    color: #AE3131;
    font-size: 13px;
}

input.is-invalid {
    border: 1px solid #B34041;
    margin-bottom: 0 !important;
}

textarea.is-invalid {
    border: 1px solid #B34041;
}

input[type=checkbox] {
    height: auto;
    width: auto;
    background-color: #9EA2A8;
}

input[type=checkbox]:checked {
    accent-color: #0943EF;
}

input[type=checkbox]:checked {
    accent-color: #0943EF;
    background-color: #0943EF;
    border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
    background: #0943EF;
}

input[type=radio] {
    height: auto;
    width: auto;
}

input[type=radio]:checked {
    accent-color: #0943EF;
}

.alert-message {
    display: none;
}

.search {
    display: inline-block;
    position: relative;
    box-shadow: 4px 4px 10px 0px rgba(77, 115, 252, 0.3);
    overflow: hidden;
    border-radius: 15px;
}
@media (max-width: 768px) {
    .search {
        width: 100%;
    }
}

.search input[type=text] {
    width: 636px;
    padding: 16px;
    border: none;
    box-shadow: 4px 4px 10px 0px rgba(77, 115, 252, 0.3);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    color: #7A7F85;
}
@media (max-width: 1199px) {
    .search input[type=text] {
        width: 500px;
    }
}
@media (max-width: 992px) {
    .search input[type=text] {
        width: 430px;
    }
}
@media (max-width: 768px) {
    .search input[type=text] {
        width: 100%;
    }
}

.search input[type=text]:focus {
    outline: 0;
}

.search button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
}

.checkBox {
    display: block;
}

.checkBox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkBox label {
    position: relative;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    color: #9EA2A8;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 490px) {
    .checkBox label {
        align-items: flex-start;
    }
}

.checkBox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #9EA2A8;
    border-radius: 5px;
    box-shadow: none;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
@media (max-width: 490px) {
    .checkBox label:before {
        margin-top: 5px;
    }
}

.checkBox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #F8F8FF;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}

.card {
    border: none;
    background: transparent;
}
.card .card-header {
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}
.card .card-header .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    margin: 0;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
}
.card .card-header .nav-tabs li.flight-sec {
    width: calc(25% - 1px);
}
.card .card-header .nav-tabs li.flight-sec a {
    width: 100%;
}
.card .card-header .nav-tabs li.flight-sec a.active, .card .card-header .nav-tabs li.flight-sec a:hover {
    background: #0943EF;
}
@media (max-width: 1099px) {
    .card .card-header .nav-tabs li.flight-sec {
        width: calc(50% - 1px);
    }
}
@media (max-width: 420px) {
    .card .card-header .nav-tabs li.flight-sec {
        width: calc(100% - 1px);
    }
}
.card .card-body {
    padding: 0;
}

textarea {
    height: 147px !important;
}

.quantity {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
}
.quantity .number,
.quantity .increment,
.quantity .decrement {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    background: #FFFFFF;
    color: #212627;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    flex-shrink: 0;
    line-height: 140%;
    /* 29.4px */
    border: 1px solid #212627;
    width: 35px;
    height: 45px;
}
@media (max-width: 420px) {
    .quantity .number,
    .quantity .increment,
    .quantity .decrement {
        width: 32px;
        height: 36px;
    }
}
.quantity .number {
    color: #0B0C0D;
    background: transparent;
    border: 0;
}

.radio-button input:checked,
.radio-button input:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-button label {
    color: #0943EF;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 130%;
    /* 29.4px */
}
@media (max-width: 674px) {
    .radio-button label {
        font-size: 16px;
    }
}

.radio-button input:not(:checked) + label {
    color: #7A7F85;
}

.radio-button input:checked + label,
.radio-button input:not(:checked) + label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    display: inline-block;
}
@media (max-width: 674px) {
    .radio-button input:checked + label,
    .radio-button input:not(:checked) + label {
        padding-left: 22px;
    }
}

.radio-button input:checked + label:before,
.radio-button input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 28px;
    height: 28px;
    border: 2px solid #0943EF;
    border-radius: 100%;
    background: #F8F8FF;
}
@media (max-width: 674px) {
    .radio-button input:checked + label:before,
    .radio-button input:not(:checked) + label:before {
        padding-left: 16px;
        width: 20px;
        height: 20px;
    }
}

.radio-button input:not(:checked) + label:before {
    border: 2px solid #0943EF;
}
@media (max-width: 674px) {
    .radio-button input:not(:checked) + label:before {
        border: 1px solid #0943EF;
    }
}

.radio-button input:checked + label:after,
.radio-button input:not(:checked) + label:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #0943EF;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (max-width: 674px) {
    .radio-button input:checked + label:after,
    .radio-button input:not(:checked) + label:after {
        width: 10px;
        height: 10px;
        top: 5px;
        left: 5px;
    }
}

.radio-button input:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-button input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter-checkbox input {
    padding: 0;
    position: absolute;
    opacity: 0;
    border: 1px solid #212627;
    cursor: pointer;
}
.filter-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 12px;
    z-index: 10;
    border: solid #0943EF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.filter-checkbox label {
    position: relative;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
@media (max-width: 992px) {
    .filter-checkbox label {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .filter-checkbox label {
        font-size: 14px;
    }
}
.filter-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #7A7F85;
    border-radius: 5px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    margin-top: -3px;
}
.filter-checkbox label.black-color {
    color: #0B0C0D;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal {
    padding: 0 !important;
    --bs-modal-padding: 0rem !important;
    --bs-modal-margin: 0rem !important;
}
.modal .modal-dialog {
    transform: unset;
}
.modal .modal-dialog .modal-content {
    margin-top: 48px;
    border-radius: 0.5rem;
}
.modal .modal-dialog .modal-content .top_bar {
    background-color: #ECECF2;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-radius: 16px 16px 0 0;
}
.modal .modal-dialog .modal-content .top_bar .modal-title {
    padding-left: 24px;
    color: #212627;
}
.modal .modal-dialog .modal-content .close {
    border: 0;
    background: transparent;
    color: #0943EF;
    padding: 10px 20px 0px 10px;
}
.modal .modal-dialog .modal-content .close span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.modal .modal-dialog .modal-content .close span i {
    font-size: 24px;
}
.modal .modal-dialog .modal-content .close span b {
    font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-body video {
    width: 100%;
    border-radius: 0 0 20px 20px;
}
.modal .modal-dialog .modal-content .modal-body iframe {
    border: 0;
    border: none;
    height: 700px;
    width: 100%;
}

/*-------------------------
  layouts
-------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar-custom {
    background-color: #ECECF1;
    box-shadow: 0px 6px 10px #81818114;
}
.navbar-brand {
    padding-bottom: 0;
}
.navbar-custom .nav-link {
    color: #000;
    font: normal normal normal 17px/20px Montserrat;
    position: relative;
}
.navbar-custom .nav-link.active {
    color: #0943EF;
    font-weight: bold;
}
.navbar-custom .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 4px;
    background-color: #0943EF;
}
@media (max-width: 1100px) {
    .navbar-custom .nav-link {
        font-size: 14px;
    }
}
@media (max-width: 530px) {
    .navbar-brand {
        max-width: 60%!important;
    }
}

.offcanvas-custom {
    background-color: #484848;
}
.offcanvas-custom .nav-link {
    color: #fff;
    font-weight: 500;
}
.offcanvas-custom .nav-link.active {
    color: #0943EF;
}

@media (max-width: 575px) {
    footer {
        padding: 26px 10px !important;
    }
}
footer form {
    position: relative;
}
footer form input {
    position: relative;
}
footer form button {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    position: absolute;
    top: 16px;
    right: 16px;
}
footer form button::before {
    content: "";
    height: 24px;
    width: 1px;
    background: #16191A;
    position: absolute;
    left: -8px;
}
footer .social-link ul {
    display: flex;
    gap: 16px;
}
footer .social-link ul li a {
    border: 1px solid #000000;
    border-radius: 10px;
    font-size: 25px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    min-width: 40px;
}
footer .social-link ul li a:hover {
    border-color: #0943EF;
}

.hero-banner-1 {
    width: 100%;
    background: linear-gradient(180deg, rgba(248, 248, 255, 0) 0%, #F8F8FF 100%);
    padding-bottom: 250px;
}
.hero-banner-1 .content {
    padding: 100px 0 35px 0;
    position: relative;
}
@media (max-width: 1399px) {
    .hero-banner-1 .content {
        padding: 80px 0 35px 0;
    }
}
@media (max-width: 1199px) {
    .hero-banner-1 .content {
        padding: 50px 0 35px 0;
    }
}
@media (max-width: 1099px) {
    .hero-banner-1 .content {
        padding: 35px 0 35px 0;
    }
}
.hero-banner-1 .content .content-block {
    padding-top: 77px;
}
@media (max-width: 1199px) {
    .hero-banner-1 .content .content-block {
        padding-top: 56px;
    }
}
@media (max-width: 1099px) {
    .hero-banner-1 .content .content-block {
        padding-top: 8px;
    }
}
@media (max-width: 576px) {
    .hero-banner-1 .content .content-block {
        padding: 16px 0 32px;
    }
}
.hero-banner-1 .content .image,
.hero-banner-1 .content .content-block {
    position: relative;
    z-index: 100;
}
.hero-banner-1 .content .vector-image svg {
    position: absolute;
    bottom: 4px;
    right: 123px;
    width: 80%;
    z-index: 10;
}
@media (max-width: 1799px) {
    .hero-banner-1 .content .vector-image svg {
        bottom: 11%;
        right: 136px;
        transform: rotate(-13deg);
    }
}
@media (max-width: 1599px) {
    .hero-banner-1 .content .vector-image svg {
        bottom: 72px;
    }
}
@media (max-width: 1399px) {
    .hero-banner-1 .content .vector-image svg {
        bottom: 20px;
        right: 8%;
    }
}
@media (max-width: 1099px) {
    .hero-banner-1 .content .vector-image svg {
        bottom: 0;
    }
}
@media (max-width: 992px) {
    .hero-banner-1 .content .vector-image svg {
        bottom: 16px;
        transform: rotate(-12deg);
        right: 4%;
    }
}
@media (max-width: 871px) {
    .hero-banner-1 .content .vector-image svg {
        display: none;
    }
}
@media (max-width: 576px) {
    .hero-banner-1 .content .vector-image svg {
        display: block;
        bottom: 2px;
        transform: rotate(212deg);
        width: 91%;
        right: 15%;
    }
}
@media (max-width: 499px) {
    .hero-banner-1 .content .vector-image svg {
        bottom: -24px;
        transform: rotate(218deg);
    }
}
@media (max-width: 430px) {
    .hero-banner-1 .content .vector-image svg {
        bottom: -38px;
    }
}
@media (max-width: 378px) {
    .hero-banner-1 .content .vector-image svg {
        bottom: -52px;
        transform: rotate(219deg);
    }
}
.hero-banner-1 .content .vector-image svg .dashed {
    stroke-dasharray: 22;
    animation: dash 8s linear alternate infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-banner-1 .content .vector-image svg .path {
    stroke-dasharray: 22;
    stroke-dashoffset: 0;
}
@keyframes dash {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 500;
    }
}
.hero-banner-1 .content .vector-image .location-image {
    position: absolute;
    bottom: 23%;
    right: 6%;
}
@media (max-width: 1599px) {
    .hero-banner-1 .content .vector-image .location-image {
        bottom: 52%;
        right: 8%;
    }
}
@media (max-width: 1399px) {
    .hero-banner-1 .content .vector-image .location-image {
        bottom: 54%;
        right: 6%;
    }
}
@media (max-width: 1199px) {
    .hero-banner-1 .content .vector-image .location-image {
        bottom: 57%;
    }
}
@media (max-width: 992px) {
    .hero-banner-1 .content .vector-image .location-image {
        bottom: 63%;
        right: 2%;
    }
}
@media (max-width: 876px) {
    .hero-banner-1 .content .vector-image .location-image {
        display: none;
    }
}

.calculator {
    margin-top: -244px;
}
.calculator .content {
    padding: 64px 92px;
    background: white;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}
@media (max-width: 767px) {
    .calculator .content {
        padding: 48px;
    }
}
@media (max-width: 576px) {
    .calculator .content {
        padding: 40px 32px;
    }
}
.calculator .content .card .card-header .nav-tabs li a svg {
    transition: all 0.5s ease-in-out;
}
.calculator .content .card .card-header .nav-tabs li a svg path {
    transition: all 0.5s ease-in-out;
}
.calculator .content .card .card-header .nav-tabs li a.active svg path, .calculator .content .card .card-header .nav-tabs li a:hover svg path {
    fill: #F8F8FF;
}
.calculator .content .card .card-header .nav-tabs li a.active svg.stroke_svg path, .calculator .content .card .card-header .nav-tabs li a:hover svg.stroke_svg path {
    fill: #F8F8FF;
    stroke: #F8F8FF;
}
.calculator .content .card .card-body .tab-pane .card .card-header {
    width: 100%;
}
.calculator .content .card .card-body .tab-pane .card .card-header .nav-tabs {
    width: 100%;
}
.calculator .content .card .card-body .tab-pane .card .card-header .nav-tabs li {
    background: #ECECF2;
    width: calc(33.3% - 1px);
}
@media (max-width: 1199px) {
    .calculator .content .card .card-body .tab-pane .card .card-header .nav-tabs li {
        width: calc(50% - 1px);
    }
}
@media (max-width: 838px) {
    .calculator .content .card .card-body .tab-pane .card .card-header .nav-tabs li {
        width: calc(100% - 1px);
    }
}
.calculator .content .card .card-body .tab-pane .card .card-header .nav-tabs li a.primary-light {
    width: 100%;
    background: #ECECF2;
    border-radius: 5px;
}
.calculator .content .card .card-body .tab-pane .card .card-header .nav-tabs li a {
    width: 100%;
}
.calculator .content .card .card-body .tab-pane .card .card-header .nav-tabs li.v-2 {
    width: calc(50% - 1px);
}
.calculator .content .card .card-body .booking-bar {
    display: flex;
    border: 0px;
}
.calculator .content .card .card-body .booking-bar .nav-item .nav-link {
    color: #212627;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 130%;
    border: 0;
    padding: 16px 24px;
}
@media (max-width: 1199px) {
    .calculator .content .card .card-body .booking-bar .nav-item .nav-link {
        padding: 10px 14px;
    }
}
.calculator .content .card .card-body .booking-bar .nav-item .nav-link.active {
    border-bottom: 2px solid #DB9612;
    transition: all 0.5s ease-in-out;
    background: transparent;
}
.calculator .content .custom-control {
    display: flex;
    align-items: center;
    gap: 32px;
}
@media (max-width: 1099px) {
    .calculator .content .custom-control {
        display: block;
    }
    .calculator .content .calculator-info {
        gap: 16px;
    }
}
@media (max-width: 992px) {
    .calculator .content .calculator-info {
        display: grid;
        gap: 0;
    }
}
.calculator .content .calculator-info.v-2 {
    padding: 8px 24px;
}
.calculator .content .calculator-info.promo-code {
    padding: 12px 24px;
    border: 1px solid #7A7F85;
}
.calculator .content .calculator-info.promo-code .sel-input::placeholder {
    font-size: 16px;
}
.calculator .content .calculator-info .input-date-picker,
.calculator .content .calculator-info .custom-sel-input-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    font-size: 21px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .calculator .content .calculator-info .input-date-picker,
    .calculator .content .calculator-info .custom-sel-input-block {
        margin-bottom: 16px;
    }
}
.calculator .content .calculator-info .input-date-picker.v-2::after,
.calculator .content .calculator-info .custom-sel-input-block.v-2::after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    height: 56px;
    width: 1px;
    background: #9EA2A8;
}
@media (max-width: 576px) {
    .calculator .content .calculator-info .input-date-picker.v-2::after,
    .calculator .content .calculator-info .custom-sel-input-block.v-2::after {
        display: none;
    }
}
.calculator .content .calculator-info .input-date-picker.location-select,
.calculator .content .calculator-info .custom-sel-input-block.location-select {
    width: 100%;
}
.calculator .content .calculator-info .input-date-picker.location-select i,
.calculator .content .calculator-info .custom-sel-input-block.location-select i {
    position: absolute;
    bottom: 0;
    color: #0943EF;
    font-size: 24px;
}
.sel-input {
    width: 100%;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 130%;
    border: 1px solid #939393;
    box-shadow: none;
    padding: 16px;
    border-radius: 4px;
    background: transparent;
}
.passenger-count {
    width: 100%;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 130%;
    border: 1px solid #939393;
    box-shadow: none;
    padding: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.sel-input:focus {
    outline: 0;
    border-color: #0943EF;
}
.sel-input::after {
    content: "\f078";
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 24px;
    font-family: "Font Awesome 5 Pro";
    cursor: pointer;
    pointer-events: none;
    transition: 0.25s all ease;
}
.calculator .content .calculator-info .input-date-picker .sel-input::placeholder,
.calculator .content .calculator-info .custom-sel-input-block .sel-input::placeholder {
    color: #7A7F85;
}
.calculator .content .calculator-info .input-date-picker .sel-input.location-input,
.calculator .content .calculator-info .custom-sel-input-block .sel-input.location-input {
    width: 100%;
    padding: 0 0 0 32px;
}
@media (max-width: 1199px) {
    .calculator .content .calculator-info .input-date-picker .sel-input.calendar,
    .calculator .content .calculator-info .custom-sel-input-block .sel-input.calendar {
        width: 50%;
    }
}
@media (max-width: 399px) {
    .calculator .content .calculator-info .input-date-picker .sel-input.calendar,
    .calculator .content .calculator-info .custom-sel-input-block .sel-input.calendar {
        width: 70%;
    }
}
.calculator .content .calculator-info .input-date-picker .slector-wrapper,
.calculator .content .calculator-info .custom-sel-input-block .slector-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 888;
    background: #ECECF2;
    padding-bottom: 16px;
    overflow: auto;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    border-radius: 8px;
    height: 300px;
}
.calculator .content .calculator-info .input-date-picker .slector-wrapper::-webkit-scrollbar,
.calculator .content .calculator-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar {
    width: 6px;
}
.calculator .content .calculator-info .input-date-picker .slector-wrapper::-webkit-scrollbar-track,
.calculator .content .calculator-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-track {
    background: transparent;
    padding: 0 2px;
    width: 8px;
}
.calculator .content .calculator-info .input-date-picker .slector-wrapper::-webkit-scrollbar-thumb,
.calculator .content .calculator-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-thumb {
    width: 8px;
    background: #7A7F85;
    border-radius: 6px;
}
@media screen and (min-width: 768px) {
    .calculator .content .calculator-info .input-date-picker .slector-wrapper,
    .calculator .content .calculator-info .custom-sel-input-block .slector-wrapper {
        max-width: 265px !important;
        min-width: 265px !important;
        width: auto;
    }
}
.calculator .content .calculator-info .input-date-picker .slector-wrapper li.top-set,
.calculator .content .calculator-info .custom-sel-input-block .slector-wrapper li.top-set {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
}
.calculator .content .calculator-info .input-date-picker .slector-wrapper li span,
.calculator .content .calculator-info .custom-sel-input-block .slector-wrapper li span {
    border-radius: 8px 8px 0 0;
    display: block;
    padding: 10px 16px;
    background: #F8F8FF;
}
.calculator .content .calculator-info .input-date-picker .slector-wrapper li .sel-option,
.calculator .content .calculator-info .custom-sel-input-block .slector-wrapper li .sel-option {
    width: 100%;
    background: transparent;
    border: none;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #16191A;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.calculator .content .calculator-info .input-date-picker .slector-wrapper li .sel-option:hover,
.calculator .content .calculator-info .custom-sel-input-block .slector-wrapper li .sel-option:hover {
    background: #7A7F85;
}
.calculator .content .calculator-info .input-date-picker i,
.calculator .content .calculator-info .custom-sel-input-block i {
    font-size: 21px;
    color: #0943EF;
}
@media (max-width: 1199px) {
    .calculator .content .calculator-info .arrows {
        margin: 32px 0;
    }
}
@media (max-width: 1199px) {
    .calculator .content .calculator-info .arrows svg {
        transform: rotate(90deg);
    }
}
@media (max-width: 992px) {
    .calculator .content .calculator-info .arrows svg {
        transform: rotate(0deg);
    }
}
.calculator .content .calculator-info .passenger-area {
    width: 378px;
    position: absolute;
    top: 0px;
    right: 0;
    display: none;
    z-index: 99999;
    border: 1px solid #939393;
}
@media (max-width: 1799px) {
    .calculator .content .calculator-info .passenger-area {
        top: 89px;
    }
}
@media (max-width: 1299px) {
    .calculator .content .calculator-info .passenger-area {
        top: 110px;
    }
}
@media (max-width: 1199px) {
    .calculator .content .calculator-info .passenger-area {
        width: 362px;
        top: 60px;
        left: unset;
        right: 0;
    }
}
@media (max-width: 576px) {
    .calculator .content .calculator-info .passenger-area {
        right: -36px;
    }
}
@media (max-width: 420px) {
    .calculator .content .calculator-info .passenger-area {
        width: 294px;
    }
}
.calculator .content .calculator-info .vertical-line {
    width: 1px;
    height: 56px;
    background: #9EA2A8;
    margin: 0 16px;
}
@media (max-width: 992px) {
    .calculator .content .calculator-info .vertical-line {
        height: 36px;
    }
}
.calculator .input-date-picker.date-time::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -24px;
    height: 56px;
    width: 1px;
    background: #9EA2A8;
}
@media (max-width: 576px) {
    .calculator .input-date-picker.date-time::before {
        display: none;
    }
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
@media (max-width: 420px) {
    .radio-tile-group {
        gap: 10px;
    }
}
.radio-tile-group.sidebar {
    gap: 30px;
}
@media (max-width: 1899px) {
    .radio-tile-group.sidebar {
        gap: 8px;
    }
}
@media (max-width: 992px) {
    .radio-tile-group.sidebar {
        gap: 32px;
    }
}
@media (max-width: 876px) {
    .radio-tile-group.sidebar {
        gap: 16px;
    }
}
.radio-tile-group .input-container {
    position: relative;
}
.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background: #0943EF;
    border: 1px solid #212627;
    color: white;
    transition: all 0.5s ease-in-out;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: #F8F8FF;
}
.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 52px;
    border: 1px solid #212627;
    background: rgba(77, 115, 252, 0.1);
    border-radius: 5px;
    padding: 14px 8px;
    transition: transform 300ms ease;
}
@media (max-width: 420px) {
    .radio-tile-group .input-container .radio-tile {
        width: 132px;
        height: 50px;
    }
}
.radio-tile-group .input-container .radio-tile.sidebar-radio {
    padding: 16px 22px;
    width: 231px;
    height: 59px;
}
@media (max-width: 1806px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 226px;
    }
}
@media (max-width: 1774px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 214px;
    }
}
@media (max-width: 1704px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 200px;
    }
}
@media (max-width: 1619px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 190px;
    }
}
@media (max-width: 1559px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 180px;
    }
}
@media (max-width: 1499px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 170px;
    }
}
@media (max-width: 1271px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 150px;
    }
}
@media (max-width: 1133px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 140px;
    }
}
@media (max-width: 1074px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 120px;
    }
}
@media (max-width: 992px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 180px;
    }
}
@media (max-width: 437px) {
    .radio-tile-group .input-container .radio-tile.sidebar-radio {
        width: 142px;
    }
}
.radio-tile-group .input-container .radio-tile.sidebar-departure-radio {
    padding: 16px 32px;
    width: 231px;
    height: 100px;
}
.radio-tile-group .input-container .radio-tile.wizard-page {
    width: 100%;
    height: 128px;
    border-radius: 20px;
    border: 0;
}
@media (max-width: 576px) {
    .radio-tile-group .input-container .radio-tile.wizard-page {
        margin-bottom: 16px;
    }
}
.radio-tile-group .input-container .radio-tile i {
    font-size: 20px;
}
.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    color: #16191A;
}
.radio-tile-group .input-container .radio-tile-label.sidebar-label {
    font-size: 20px;
}
@media (max-width: 1074px) {
    .radio-tile-group .input-container .radio-tile-label.sidebar-label {
        font-size: 16px;
    }
}
.radio-tile-group .input-container .radio-tile-label.departure-radio {
    color: #0943EF;
}
.radio-tile-group .input-container .radio-tile-label.wizard-label {
    font-size: 27px;
}

.benefit {
    position: relative;
}
.benefit .arrow {
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 24px;
}

.tu-card .tu-slider {
    margin: 0 -16px;
}
.tu-card .tu-deal-block {
    border-radius: 10px;
    margin: 0 16px;
    position: relative;
    overflow: hidden;
}

.left-content {
    margin-top: 15%;
}
.left-content p span {
    padding: 0 16px;
}
@media (max-width: 992px) {
    .left-content {
        display: grid;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .left-content {
        justify-content: flex-start;
        padding-left: 48px;
        margin-bottom: 48px;
        margin-top: 7%;
    }
}

.right-images-block {
    display: grid;
    justify-content: end;
    position: relative;
    z-index: 1;
}
@media (max-width: 992px) {
    .right-images-block {
        align-items: end;
        left: 15%;
    }
}
@media (max-width: 768px) {
    .right-images-block {
        left: 46px;
        width: 90%;
    }
}
@media (max-width: 599px) {
    .right-images-block {
        margin-top: 0;
    }
}
.right-images-block .border-image {
    position: absolute;
    z-index: -1;
    top: 9.5%;
    right: 9.5%;
}
@media (max-width: 1699px) {
    .right-images-block .border-image {
        right: 10.5%;
        width: 70%;
    }
}
@media (max-width: 1199px) {
    .right-images-block .border-image {
        right: 18.5%;
        width: 71%;
    }
}
@media (max-width: 992px) {
    .right-images-block .border-image {
        top: 25.5%;
    }
}
@media (max-width: 767px) {
    .right-images-block .border-image {
        top: 27px;
    }
}
@media (max-width: 576px) {
    .right-images-block .border-image {
        top: 22px;
    }
}
@media (max-width: 499px) {
    .right-images-block .border-image {
        top: 16px;
    }
}
@media (max-width: 399px) {
    .right-images-block .border-image {
        top: 8px;
    }
}
.right-images-block .side-image {
    margin-top: 50%;
    border-radius: 38px;
    border: 5px solid #F8F8FF;
}
@media (max-width: 1399px) {
    .right-images-block .side-image {
        border-radius: 32px;
    }
}
@media (max-width: 1199px) {
    .right-images-block .side-image {
        border-radius: 25px;
    }
}
@media (max-width: 992px) {
    .right-images-block .side-image {
        border-radius: 20px;
        margin-top: 120%;
        border: 3px solid #F8F8FF;
    }
}
@media (max-width: 767px) {
    .right-images-block .side-image {
        border-radius: 15px;
        margin-top: 58%;
    }
}
@media (max-width: 399px) {
    .right-images-block .side-image {
        border-radius: 8px;
        border: 2px solid #F8F8FF;
    }
}
.right-images-block .center-image {
    border-radius: 60px;
    border: 5px solid #F8F8FF;
}
@media (max-width: 1399px) {
    .right-images-block .center-image {
        border-radius: 50px;
    }
}
@media (max-width: 1199px) {
    .right-images-block .center-image {
        border-radius: 40px;
    }
}
@media (max-width: 992px) {
    .right-images-block .center-image {
        border-radius: 30px;
        margin-top: 35%;
    }
}
@media (max-width: 767px) {
    .right-images-block .center-image {
        border-radius: 20px;
        margin-top: 0;
        border: 3px solid #F8F8FF;
    }
}

.achievement .counter-section .counter-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    margin-right: 22px;
}
@media (max-width: 1499px) {
    .achievement .counter-section .counter-count {
        padding: 16px 32px;
    }
}
@media (max-width: 1299px) {
    .achievement .counter-section .counter-count {
        padding: 16px 24px;
    }
}
@media (max-width: 576px) {
    .achievement .counter-section .counter-count img {
        width: 32px;
        height: 32px;
    }
}
.achievement .achievement-image {
    height: 100%;
    object-fit: cover;
}

.testimonials .testimonials-box {
    padding: 50px 92px 50px 108px;
}
@media (max-width: 499px) {
    .testimonials .testimonials-box {
        padding: 50px 40px 50px 62px;
    }
}
.testimonials .review-block .user-image {
    margin-right: 16px;
}
.testimonials .review-block .user-image img {
    width: 64px;
    height: 64px;
    margin-right: -28px;
    position: relative;
}
.testimonials .review-block .user-image img:nth-child(1) {
    z-index: 15;
}
.testimonials .review-block .user-image img:nth-child(2) {
    z-index: 10;
}
.testimonials .review-block .user-image img:nth-child(3) {
    z-index: 5;
}
@media (max-width: 576px) {
    .testimonials .review-block h6 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

.news-blog .vr-line {
    height: 24px;
    width: 2px;
    background-color: #7A7F85;
}
.slick-slide {
    margin: 0 0.4rem;
}
.slick-list {
    margin: 0 -0.4rem;
}
.news-blog .blog-box .image-box {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.news-blog .blog-box .image-box a {
    height: 100%;
    object-fit: cover;
}
.news-blog .blog-box .image-box img {
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}
@media (max-width: 1699px) {
    .news-blog .blog-box .content-box h5 {
        font-size: 18px;
    }
}
@media (max-width: 1499px) {
    .news-blog .blog-box .content-box h5 {
        font-size: 16px;
        font-weight: 600;
    }
}
@media (max-width: 1199px) {
    .news-blog .blog-box .content-box h5 {
        font-size: 21px;
        font-weight: 500;
    }
}
.news-blog .blog-box:hover .image-box img {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}
.news-blog .nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    border-radius: 5px;
    border: 0;
    background: #F8F8FF;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
@media (max-width: 452px) {
    .news-blog .nav {
        gap: 8px;
    }
}
.news-blog .nav .nav-item .nav-link {
    color: #212627;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 21px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: 0.95px;
    border-radius: 5px;
    border: 0px;
    padding: 16px 8px;
}
.news-blog .nav .nav-item .nav-link.active {
    color: #F8F8FF;
    background: #0943EF;
    transition: all 0.5s ease-in-out;
    border: 0px;
    padding: 16px 24px;
}
.news-blog .nav .vr-line {
    height: 27.5px;
    width: 1px;
    margin-top: 16px;
    background: #7A7F85;
}

.blog-video-sec .video-block {
    position: relative;
    padding: 24px 24px 0 24px;
}
.blog-video-sec .video-block .video-btn {
    position: absolute;
    top: 61%;
    left: 48%;
}
@media (max-width: 1099px) {
    .blog-video-sec .video-block .video-btn {
        top: 65%;
        left: 47%;
    }
}
@media (max-width: 836px) {
    .blog-video-sec .video-block .video-btn {
        top: 69%;
        left: 46%;
    }
}
@media (max-width: 609px) {
    .blog-video-sec .video-block .video-btn {
        top: 73%;
        left: 47%;
        width: 8%;
    }
}
@media (max-width: 480px) {
    .blog-video-sec .video-block .video-btn {
        top: 78%;
        left: 46%;
    }
}
@media (max-width: 430px) {
    .blog-video-sec .video-block .video-btn {
        top: 80%;
    }
}
@media (max-width: 373px) {
    .blog-video-sec .video-block .video-btn {
        top: 83%;
    }
}

.blog-detail .blog_info_bar {
    display: inline-flex;
    gap: 32px;
}
.blog-detail .blog_info_bar .author {
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-detail .blog_info_bar .author img {
    border-radius: 50%;
}
.blog-detail .result-tags {
    display: flex;
    gap: 32px;
}
.blog-detail .tag-words {
    display: flex;
    gap: 16px;
}
.blog-detail .article_detail-img {
    height: 100%;
    object-fit: cover;
}
.blog-detail .architex-tilt {
    height: 100%;
    object-fit: cover;
}
.blog-detail .architex-tilt img {
    height: 100%;
    object-fit: cover;
}
.blog-detail .qoute_img {
    margin-top: 108px;
}
.articles-banner .blurred-text {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
@media (max-width: 992px) {
    .blog-detail .qoute_img {
        margin-top: 24px;
        text-align: right;
    }
}

.title-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3rem;
}
.title-banner .banner-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 72px 16px;
}
.title-banner .banner-area.v-2 {
    padding: 32px 16px 275px;
}
.title-banner .banner-area .content-box {
    text-align: center;
}
@media (max-width: 575px) {
    .title-banner .banner-area .content-box h1 {
        font-size: 26px;
    }
}
.title-banner .banner-area .content-box .title-break {
    display: none;
}
@media (max-width: 899px) {
    .title-banner .banner-area .content-box .title-break {
        display: block;
    }
}
@media (max-width: 575px) {
    .title-banner .banner-area .content-box .title-break {
        display: none;
    }
}

.results-base-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.results-base-block .results-buttons {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.results-disabled-block {
    display: flex;
    justify-content: start;
    align-items: center;
}
.results-logo {
    display: flex;
    justify-content: center;
    max-width: 250px;
    gap: 32px;
}
.results-logo .tu-logo-disabled {
    filter: grayscale(100%);
    display: flex;
    opacity: 0.5;
    max-width: 198px;
}
.results-base-block-inf {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}
.results-base-block-price {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}
.compare-offer-checkbox {
    min-height: 20px;
    min-width: 20px;
    cursor: pointer;
}


.product-compare .product-compare-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    min-width: 20rem;
    max-height: 310px;
    padding: 8px 19px;
}
.product-compare .product-compare-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    border-top: 1px dashed #e5e5e5;
}
.product-compare .product-compare-values {
    flex: 1;
    align-items: stretch;
    flex-flow: row nowrap;
    text-align: left;
    display: flex;
}
.product-compare .product-compare-value {
    padding: 8px 19px;
    position: relative;
    border-left: 1px dashed #e5e5e5;
    word-break: break-word;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 1;
}
.product-compare .product-compare-value > div {
    padding: 40px 0;
}

.product-compare .product-compare-remove {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 30px;
    color: #0943EF;
}
.product-compare img {
    max-height: 40px;
    width: auto;
    margin: auto;
    display: block;
}

@media (max-width: 910px) {
    .compare-container {
        overflow: scroll;
    }
    .product-compare {
        font-size: 10px;
    }
    .product-compare .fal {
        font-size: 15px !important;
    }
    .product-compare .product-compare-head {
        min-width: 7rem;
        max-width: 7rem;
    }
    .product-compare .product-compare-value {
        min-width: 7rem;
    }
}

.detail-block {
    background: rgba(77, 115, 252, 0.1);
    padding: 64px 24px;
    border-radius: 10px;
}
.detail-block img {
    border-radius: 50%;
}
@media (max-width: 767px) {
    .results-base-block {
        display: block;
    }
    .results-base-block .results-logo {
        max-width: none;
        justify-content: space-between;
    }
    .results-base-block .results-logo .tu-logo {
        max-width: 190px;
    }
    .results-base-block-price {
        margin-top: 2rem;
        display: block;
    }
    .detail-block {
        padding: 32px 24px;
    }
}
@media (max-width: 576px) {
    .detail-block {
        text-align: center;
    }
}

.sidebar .sidebar-title {
    background: rgba(77, 115, 252, 0.2);
    padding: 16px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.sidebar .filter-block .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar .filter-block .content-block .custom-control a {
    font-size: 21px;
    font-weight: 500;
}
.sidebar .filter-block .content-block .custom-control a .fas {
    font-size: 27px;
}
.sidebar .filter-block .filter-checkbox .allow_over {
    font-size: 21px;
    font-weight: 500;
    color: #16191A;
}
.sidebar .filter-block .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar .filter-block .list li ul li {
    display: flex;
}
.sidebar .filter-block .slider-track .irs--big {
    height: 22px;
    margin-bottom: 0;
}
.sidebar .filter-block .slider-track .irs--big .irs-line {
    top: 12px;
    height: 3px;
    border: 0;
    background: #C6CBD2;
    cursor: pointer;
    border-radius: 0;
}
.sidebar .filter-block .slider-track .irs--big .irs-bar {
    top: 12px;
    height: 3px;
    border: 0;
    background: #0943EF;
    box-shadow: none;
    cursor: pointer;
}
.sidebar .filter-block .slider-track .irs--big .irs-handle {
    content: "";
    border-radius: 0;
    top: 1px;
    height: 24px;
    width: 24px;
    background-color: #0943EF;
    background: #0943EF;
    border: 0;
    border-radius: 24px;
    box-shadow: none;
}
.sidebar .filter-block .slider-track .irs--big .irs-handle:hover {
    cursor: pointer;
}
.sidebar .filter-block .colors label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 130%;
}
@media (max-width: 992px) {
    .sidebar .filter-block .colors label {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .sidebar .filter-block .colors label {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .sidebar .filter-block .colors label {
        font-size: 16px;
    }
}
.sidebar .filter-block .colors label input {
    display: none;
}
.sidebar .filter-block .colors label .color {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.sidebar .filter-block .colors label .color.non-selected {
    border: 0;
}
.sidebar .filter-block .colors label .color.selected {
    border: 2px solid #F8F8FF;
    width: 22px;
    height: 22px;
}
.sidebar .content-block .custom-control-label {
    color: #16191A;
}

.hotel-sidebar {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
}
.hotel-sidebar .hotel-sidebar_title {
    padding: 16px 32px;
    background: rgba(77, 115, 252, 0.2);
    border-radius: 10px 10px 0 0;
}
.hotel-sidebar .filter-block {
    border-radius: 0 0 10px 10px;
}
.hotel-sidebar .contact-form {
    border-radius: 0 0 10px 10px;
    padding: 24px;
}
.hotel-sidebar .contact-form .hotel-info {
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 32px;
    border-radius: 10px;
    background: rgba(77, 115, 252, 0.1);
    border: 1px solid #212627;
}
.hotel-sidebar .contact-form .hotel-info.car-listing {
    gap: 0;
}
@media (max-width: 1099px) {
    .hotel-sidebar .contact-form .hotel-info {
        gap: 16px;
    }
}
@media (max-width: 992px) {
    .hotel-sidebar .contact-form .hotel-info {
        display: grid;
        gap: 0;
    }
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
@media (max-width: 1199px) {
    .hotel-sidebar .contact-form .hotel-info .input-date-picker,
    .hotel-sidebar .contact-form .hotel-info .custom-sel-input-block {
        margin-bottom: 16px;
    }
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker.location-select,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block.location-select {
    width: 100%;
    position: relative;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker.location-select i,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block.location-select i {
    position: absolute;
    bottom: 0;
    color: #0943EF;
    font-size: 24px;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker.location-select::after,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block.location-select::after {
    content: "\f078";
    position: absolute;
    top: 16px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .sel-input,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .sel-input {
    width: 252px;
    color: #16191A;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    border: none;
    background: transparent;
    padding: 4px 0 0 0;
    box-shadow: none;
}
@media (max-width: 1799px) {
    .hotel-sidebar .contact-form .hotel-info .input-date-picker .sel-input,
    .hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .sel-input {
        width: 100%;
    }
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .sel-input::placeholder,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .sel-input::placeholder {
    color: #212627;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .sel-input.location-input,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .sel-input.location-input {
    width: 100%;
    padding: 0 0 0 32px;
}
@media (max-width: 1199px) {
    .hotel-sidebar .contact-form .hotel-info .input-date-picker .sel-input.calendar,
    .hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .sel-input.calendar {
        width: 50%;
    }
}
@media (max-width: 399px) {
    .hotel-sidebar .contact-form .hotel-info .input-date-picker .sel-input.calendar,
    .hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .sel-input.calendar {
        width: 70%;
    }
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 888;
    background: #ECECF2;
    padding-bottom: 16px;
    overflow: auto;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    border-radius: 8px;
    height: 300px;
    /* Track */
    /* Handle */
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper::-webkit-scrollbar,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar {
    width: 6px;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper::-webkit-scrollbar-track,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-track {
    background: transparent;
    padding: 0 2px;
    width: 8px;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper::-webkit-scrollbar-thumb,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-thumb {
    width: 8px;
    background: #7A7F85;
    border-radius: 6px;
}
@media screen and (min-width: 768px) {
    .hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper,
    .hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper {
        max-width: 265px !important;
        min-width: 265px !important;
        width: auto;
    }
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper li.top-set,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper li.top-set {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper li span,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper li span {
    border-radius: 8px 8px 0 0;
    display: block;
    padding: 10px 16px;
    background: #F8F8FF;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper li .sel-option,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper li .sel-option {
    width: 100%;
    background: transparent;
    border: none;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #16191A;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker .slector-wrapper li .sel-option:hover,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block .slector-wrapper li .sel-option:hover {
    background: #7A7F85;
}
.hotel-sidebar .contact-form .hotel-info .input-date-picker i,
.hotel-sidebar .contact-form .hotel-info .custom-sel-input-block i {
    font-size: 21px;
    color: #0943EF;
}
.hotel-sidebar .contact-form .hotel-info .passenger-count {
    font-weight: 500;
}
.hotel-sidebar .contact-form .hotel-info .passenger-area {
    width: 400px;
    position: absolute;
    top: 65px;
    left: 0;
    display: none;
    z-index: 999;
}
@media (max-width: 1799px) {
    .hotel-sidebar .contact-form .hotel-info .passenger-area {
        top: 89px;
    }
}
@media (max-width: 1299px) {
    .hotel-sidebar .contact-form .hotel-info .passenger-area {
        top: 110px;
    }
}
@media (max-width: 1199px) {
    .hotel-sidebar .contact-form .hotel-info .passenger-area {
        width: 362px;
        top: 60px;
        left: unset;
        right: 0;
    }
}
@media (max-width: 576px) {
    .hotel-sidebar .contact-form .hotel-info .passenger-area {
        right: -36px;
    }
}
@media (max-width: 420px) {
    .hotel-sidebar .contact-form .hotel-info .passenger-area {
        width: 294px;
    }
}
.hotel-sidebar .slider-track .irs--big {
    height: 22px;
    margin-bottom: 0;
}
.hotel-sidebar .slider-track .irs--big .irs-line {
    top: 12px;
    height: 1px;
    border: 0;
    background: #7A7F85;
    cursor: pointer;
    border-radius: 0;
}
.hotel-sidebar .slider-track .irs--big .irs-bar {
    top: 12px;
    height: 3px;
    border: 0;
    background: #0943EF;
    box-shadow: none;
    cursor: pointer;
}
.hotel-sidebar .slider-track .irs--big .irs-handle {
    border-radius: 0;
    top: 1px;
    height: 24px;
    width: 24px;
    background-color: #0943EF;
    background: #0943EF;
    border: 0;
    border-radius: 24px;
    box-shadow: none;
}
.hotel-sidebar .slider-track .irs--big .irs-handle:hover {
    cursor: pointer;
}

.blog-detail .sidebar form {
    position: relative;
}
.blog-detail .sidebar form input {
    background: rgba(77, 115, 252, 0.1);
    padding: 16px 12px;
    border-radius: 10px;
}
.blog-detail .sidebar form button {
    position: absolute;
    top: 17px;
    right: 12px;
    background: transparent;
    border: 0;
}
.blog-detail .sidebar form button::before {
    position: absolute;
    content: "";
    top: 0px;
    left: -8px;
    height: 27px;
    width: 1px;
    background: #7A7F85;
}
.blog-detail .sidebar .filter-block .tags {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.blog-detail .sidebar .filter-block .tags .medics-tag {
    background: rgba(77, 115, 252, 0.1);
    padding: 8px 24px;
    border-radius: 10px;
}
.blog-detail .sidebar .filter-block .article-block {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 16px;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    background: #F8F8FF;
}
@media (max-width: 1699px) {
    .blog-detail .sidebar .filter-block .article-block {
        padding: 12px;
    }
}
.blog-detail .sidebar .filter-block .article-block .article-img-box {
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
}
.blog-detail .sidebar .filter-block .article-block .article-img-box .article-img {
    border-radius: 10px;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}
.blog-detail .sidebar .filter-block .article-block:hover .article-img-box .article-img {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}

.paginations {
    display: flex;
    justify-content: center;
}
.paginations ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.paginations ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 40px;
    padding: 8px 0;
    border-radius: 10px;
    background: rgba(77, 115, 252, 0.1);
    transition: all 0.5s ease-in-out;
}
.paginations ul li a {
    color: #0B0C0D;
}
.paginations ul li:hover {
    transition: all 0.5s ease-in-out;
    background: #0943EF;
    color: #F8F8FF;
    cursor: pointer;
}
.paginations ul li:hover a {
    transition: all 0.5s ease-in-out;
    color: #F8F8FF;
}
.paginations ul li.active {
    background: #0943EF;
    color: #F8F8FF;
}
.paginations ul li.active a {
    color: #F8F8FF;
}
.paginations ul li.arrow a i {
    color: #0943EF;
}
.paginations ul li.arrow:hover a i {
    color: #F8F8FF;
}

.wizard-fieldset {
    position: relative;
    display: none;
}
.wizard-fieldset.show {
    display: block !important;
}

.wizard-form-error {
    display: none;
    background-color: red;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 90%;
    margin: 0 auto;
    border-radius: 2px;
}

.hotel-listing .hotel-block {
    padding: 16px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    border-radius: 30px;
}
.hotel-listing .hotel-block .image-box {
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.hotel-listing .hotel-block .image-box a {
    height: 100%;
    object-fit: cover;
}
.hotel-listing .hotel-block .image-box a img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.hotel-listing .hotel-block .image-box.tour-package {
    position: relative;
}
.hotel-listing .hotel-block .image-box.tour-package .tour-days {
    position: absolute;
    top: 24px;
    left: 0;
    background: #F8F8FF;
    border-radius: 0 10px 10px 0;
    padding: 12px 24px;
}
.hotel-listing .hotel-block .apartment-detail {
    background: rgba(77, 115, 252, 0.1);
    border-radius: 10px;
    padding: 16px;
}
.hotel-listing .hotel-block .rating-number {
    padding: 12px;
    border-radius: 5px;
    background: #0943EF;
    color: #F8F8FF;
}
.hotel-listing .hotel-block:hover .image-box img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.hotel-listing .hotel-block .hotel-detail {
    padding-top: 32px;
}
.hotel-listing .hotel-block .pricing {
    padding-top: 24px;
}
@media (max-width: 692px) {
    .hotel-listing .hotel-block .pricing {
        padding-top: 48px;
    }
}
@media (max-width: 576px) {
    .hotel-listing .hotel-block .pricing {
        padding-top: 8px;
    }
}
.hotel-listing .hotel-block .pricing .review {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
@media (max-width: 576px) {
    .hotel-listing .hotel-block .pricing .review {
        justify-content: center;
        gap: 8px;
    }
}
.hotel-listing iframe {
    width: 100%;
    height: 240px;
    border-radius: 10px;
}

.hotel-detail-sec iframe {
    width: 100%;
    height: 337px;
    border-radius: 10px;
}
.hotel-detail-sec .rating-star i {
    font-size: 24px;
    color: #DB9612;
}
.hotel-detail-sec .facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media (max-width: 767px) {
    .hotel-detail-sec .facilities {
        gap: 22px;
    }
}
@media (max-width: 575px) {
    .hotel-detail-sec .facilities {
        gap: 16px;
    }
}
@media (max-width: 767px) {
    .hotel-detail-sec .facilities img {
        width: 28px;
    }
}
@media (max-width: 575px) {
    .hotel-detail-sec .facilities img {
        width: 20px;
    }
}

.hotel-availability .availability-info {
    display: flex;
    padding: 20px 24px;
    align-items: center;
    gap: 32px;
    border-radius: 10px;
    background: rgba(77, 115, 252, 0.1);
}
@media (max-width: 1099px) {
    .hotel-availability .availability-info {
        gap: 16px;
    }
}
@media (max-width: 992px) {
    .hotel-availability .availability-info {
        display: grid;
        gap: 0;
    }
}
.hotel-availability .availability-info.v-2 {
    padding: 8px 24px;
}
.hotel-availability .availability-info .input-date-picker,
.hotel-availability .availability-info .custom-sel-input-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
@media (max-width: 1199px) {
    .hotel-availability .availability-info .input-date-picker,
    .hotel-availability .availability-info .custom-sel-input-block {
        margin-bottom: 16px;
    }
}
.hotel-availability .availability-info .input-date-picker.v-2::after,
.hotel-availability .availability-info .custom-sel-input-block.v-2::after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    height: 56px;
    width: 1px;
    background: #9EA2A8;
}
@media (max-width: 576px) {
    .hotel-availability .availability-info .input-date-picker.v-2::after,
    .hotel-availability .availability-info .custom-sel-input-block.v-2::after {
        display: none;
    }
}
.hotel-availability .availability-info .input-date-picker.location-select,
.hotel-availability .availability-info .custom-sel-input-block.location-select {
    width: 100%;
}
.hotel-availability .availability-info .input-date-picker.location-select i,
.hotel-availability .availability-info .custom-sel-input-block.location-select i {
    position: absolute;
    bottom: 0;
    color: #0943EF;
    font-size: 24px;
}
.hotel-availability .availability-info .input-date-picker .sel-input,
.hotel-availability .availability-info .custom-sel-input-block .sel-input {
    width: 252px;
    color: #16191A;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 130%;
    border: none;
    background: transparent;
    padding: 4px 0 0 0;
    box-shadow: none;
}
@media (max-width: 1799px) {
    .hotel-availability .availability-info .input-date-picker .sel-input,
    .hotel-availability .availability-info .custom-sel-input-block .sel-input {
        width: 100%;
    }
}
.hotel-availability .availability-info .input-date-picker .sel-input::placeholder,
.hotel-availability .availability-info .custom-sel-input-block .sel-input::placeholder {
    color: #212627;
}
.hotel-availability .availability-info .input-date-picker .sel-input.location-input,
.hotel-availability .availability-info .custom-sel-input-block .sel-input.location-input {
    width: 100%;
    padding: 0 0 0 32px;
}
@media (max-width: 1199px) {
    .hotel-availability .availability-info .input-date-picker .sel-input.calendar,
    .hotel-availability .availability-info .custom-sel-input-block .sel-input.calendar {
        width: 50%;
    }
}
@media (max-width: 399px) {
    .hotel-availability .availability-info .input-date-picker .sel-input.calendar,
    .hotel-availability .availability-info .custom-sel-input-block .sel-input.calendar {
        width: 70%;
    }
}
.hotel-availability .availability-info .input-date-picker .slector-wrapper,
.hotel-availability .availability-info .custom-sel-input-block .slector-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 888;
    background: #ECECF2;
    padding-bottom: 16px;
    overflow: auto;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    border-radius: 8px;
    height: 300px;
    /* Track */
    /* Handle */
}
.hotel-availability .availability-info .input-date-picker .slector-wrapper::-webkit-scrollbar,
.hotel-availability .availability-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar {
    width: 6px;
}
.hotel-availability .availability-info .input-date-picker .slector-wrapper::-webkit-scrollbar-track,
.hotel-availability .availability-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-track {
    background: transparent;
    padding: 0 2px;
    width: 8px;
}
.hotel-availability .availability-info .input-date-picker .slector-wrapper::-webkit-scrollbar-thumb,
.hotel-availability .availability-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-thumb {
    width: 8px;
    background: #7A7F85;
    border-radius: 6px;
}
@media screen and (min-width: 768px) {
    .hotel-availability .availability-info .input-date-picker .slector-wrapper,
    .hotel-availability .availability-info .custom-sel-input-block .slector-wrapper {
        max-width: 265px !important;
        min-width: 265px !important;
        width: auto;
    }
}
.hotel-availability .availability-info .input-date-picker .slector-wrapper li.top-set,
.hotel-availability .availability-info .custom-sel-input-block .slector-wrapper li.top-set {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
}
.hotel-availability .availability-info .input-date-picker .slector-wrapper li span,
.hotel-availability .availability-info .custom-sel-input-block .slector-wrapper li span {
    border-radius: 8px 8px 0 0;
    display: block;
    padding: 10px 16px;
    background: #F8F8FF;
}
.hotel-availability .availability-info .input-date-picker .slector-wrapper li .sel-option,
.hotel-availability .availability-info .custom-sel-input-block .slector-wrapper li .sel-option {
    width: 100%;
    background: transparent;
    border: none;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #16191A;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.hotel-availability .availability-info .input-date-picker .slector-wrapper li .sel-option:hover,
.hotel-availability .availability-info .custom-sel-input-block .slector-wrapper li .sel-option:hover {
    background: #7A7F85;
}
.hotel-availability .availability-info .input-date-picker i,
.hotel-availability .availability-info .custom-sel-input-block i {
    font-size: 21px;
    color: #0943EF;
}
.hotel-availability .availability-info .passenger-count {
    font-size: 21px;
    font-weight: 500;
}
.hotel-availability .availability-info .passenger-area {
    width: 378px;
    position: absolute;
    top: 65px;
    right: -50%;
    display: none;
    z-index: 999;
}
@media (max-width: 1799px) {
    .hotel-availability .availability-info .passenger-area {
        top: 89px;
    }
}
@media (max-width: 1299px) {
    .hotel-availability .availability-info .passenger-area {
        top: 110px;
    }
}
@media (max-width: 1199px) {
    .hotel-availability .availability-info .passenger-area {
        width: 362px;
        top: 60px;
        left: unset;
        right: 0;
    }
}
@media (max-width: 576px) {
    .hotel-availability .availability-info .passenger-area {
        right: -36px;
    }
}
@media (max-width: 420px) {
    .hotel-availability .availability-info .passenger-area {
        width: 294px;
    }
}
.hotel-availability .availability-info .vertical-line {
    width: 1px;
    height: 56px;
    background: #9EA2A8;
    margin: 0 16px;
}
@media (max-width: 992px) {
    .hotel-availability .availability-info .vertical-line {
        height: 36px;
    }
}

@media (max-width: 1299px) {
    .available-rooms-table {
        display: none;
    }
}
.available-rooms-table table {
    background: #F8F8FF;
    border-radius: 20px;
}
.available-rooms-table table thead tr {
    background: rgba(77, 115, 252, 0.1);
    border-radius: 10px 10px 0 0;
}
.available-rooms-table table thead tr th {
    padding: 22.5px 24px;
    font-size: 21px;
    font-weight: 500;
    color: #16191A;
}
.available-rooms-table table tbody:last-child {
    border-radius: 20px;
}
.available-rooms-table table tbody tr td {
    padding: 24px;
    font-size: 21px;
    font-weight: 500;
    line-height: 130%;
}
.available-rooms-table table tbody tr td .blue-text {
    padding: 8px;
    border-radius: 5px;
    background: rgba(77, 115, 252, 0.1);
}

.available-rooms-mobile-view {
    display: none;
}
.available-rooms-mobile-view .room-block {
    background: #F8F8FF;
    padding: 24px;
    border-radius: 20px;
}
@media (max-width: 1299px) {
    .available-rooms-mobile-view {
        display: block;
    }
}

.hotel-detail-sidebar .detail-title {
    border-radius: 10px 10px 0 0;
    background: rgba(77, 115, 252, 0.2);
    padding: 16px 32px;
}
.hotel-detail-sidebar .hotel-content {
    border-radius: 10px;
    background: #F8F8FF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    padding: 32px;
}

.hotel-booking-time {
    display: flex;
    padding: 20px 24px;
    align-items: center;
    gap: 32px;
    border-radius: 10px;
    background: rgba(77, 115, 252, 0.1);
    border: 1px solid #212627;
}
@media (max-width: 1099px) {
    .hotel-booking-time {
        gap: 16px;
    }
}
@media (max-width: 992px) {
    .hotel-booking-time {
        display: grid;
        gap: 0;
    }
}
.hotel-booking-time .input-date-picker,
.hotel-booking-time .custom-sel-input-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
@media (max-width: 1199px) {
    .hotel-booking-time .input-date-picker,
    .hotel-booking-time .custom-sel-input-block {
        margin-bottom: 16px;
    }
}
.hotel-booking-time .input-date-picker.location-select,
.hotel-booking-time .custom-sel-input-block.location-select {
    width: 100%;
}
.hotel-booking-time .input-date-picker.location-select i,
.hotel-booking-time .custom-sel-input-block.location-select i {
    position: absolute;
    bottom: 0;
    color: #0943EF;
    font-size: 24px;
}
.hotel-booking-time .input-date-picker .sel-input,
.hotel-booking-time .custom-sel-input-block .sel-input {
    width: 252px;
    color: #16191A;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 130%;
    border: none;
    background: transparent;
    padding: 4px 0 0 0;
    box-shadow: none;
}
@media (max-width: 1799px) {
    .hotel-booking-time .input-date-picker .sel-input,
    .hotel-booking-time .custom-sel-input-block .sel-input {
        width: 100%;
    }
}
.hotel-booking-time .input-date-picker .sel-input::placeholder,
.hotel-booking-time .custom-sel-input-block .sel-input::placeholder {
    color: #212627;
}
.hotel-booking-time .input-date-picker .sel-input.location-input,
.hotel-booking-time .custom-sel-input-block .sel-input.location-input {
    width: 100%;
    padding: 0 0 0 32px;
}
.hotel-booking-time .input-date-picker .slector-wrapper,
.hotel-booking-time .custom-sel-input-block .slector-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 888;
    background: #ECECF2;
    padding-bottom: 16px;
    overflow: auto;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
    border-radius: 8px;
    height: 300px;
    /* Track */
    /* Handle */
}
.hotel-booking-time .input-date-picker .slector-wrapper::-webkit-scrollbar,
.hotel-booking-time .custom-sel-input-block .slector-wrapper::-webkit-scrollbar {
    width: 6px;
}
.hotel-booking-time .input-date-picker .slector-wrapper::-webkit-scrollbar-track,
.hotel-booking-time .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-track {
    background: transparent;
    padding: 0 2px;
    width: 8px;
}
.hotel-booking-time .input-date-picker .slector-wrapper::-webkit-scrollbar-thumb,
.hotel-booking-time .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-thumb {
    width: 8px;
    background: #7A7F85;
    border-radius: 6px;
}
@media screen and (min-width: 768px) {
    .hotel-booking-time .input-date-picker .slector-wrapper,
    .hotel-booking-time .custom-sel-input-block .slector-wrapper {
        max-width: 265px !important;
        min-width: 265px !important;
        width: auto;
    }
}
.hotel-booking-time .input-date-picker .slector-wrapper li.top-set,
.hotel-booking-time .custom-sel-input-block .slector-wrapper li.top-set {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
}
.hotel-booking-time .input-date-picker .slector-wrapper li span,
.hotel-booking-time .custom-sel-input-block .slector-wrapper li span {
    border-radius: 8px 8px 0 0;
    display: block;
    padding: 10px 16px;
    background: #F8F8FF;
}
.hotel-booking-time .input-date-picker .slector-wrapper li .sel-option,
.hotel-booking-time .custom-sel-input-block .slector-wrapper li .sel-option {
    width: 100%;
    background: transparent;
    border: none;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #16191A;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.hotel-booking-time .input-date-picker .slector-wrapper li .sel-option:hover,
.hotel-booking-time .custom-sel-input-block .slector-wrapper li .sel-option:hover {
    background: #7A7F85;
}
.hotel-booking-time .input-date-picker i,
.hotel-booking-time .custom-sel-input-block i {
    font-size: 21px;
    color: #0943EF;
}

.detail-form textarea {
    border: 1px solid #212627;
    border-radius: 10px;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border-radius: 5px;
    border: 1px solid #212627;
    background: rgba(77, 115, 252, 0.1);
    padding: 4px;
}
.brand-logo .rating {
    padding: 8px 24px;
    border-radius: 5px;
    background: #0943EF;
}

.pricing-area .pre-reg {
    padding: 8px 16px;
    border-radius: 5px;
    background: rgba(77, 115, 252, 0.1);
}

.car-booking-detail {
    border-radius: 15px;
}
.car-booking-detail .car-title {
    padding: 16px 32px;
    background: rgba(77, 115, 252, 0.2);
    border-radius: 15px 15px 0 0;
}
.car-booking-detail .content-block {
    border-radius: 0 0 15px 15px;
}
.car-booking-detail .flight-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.car-booking-detail .vr-line {
    background: #7A7F85;
    height: 62px;
    width: 1px;
}

.contact-us {
    padding-bottom: 0;
}

.contact-us .contact-form {
    background: rgb(255 255 255 / 32%);
    padding: 24px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
}
.contact-us .contact-form input {
    background: #FFFFFF;
}

.contact-us .contact-form textarea {
    background: #FFFFFF;
}
@media (max-width: 992px) {
    .contact-us .contact-form {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .contact-us .contact-form {
        margin-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .contact-us .contact-form {
        margin-bottom: 24px;
    }
}
.contact-us .contact-form button {
    padding: 12px 8px;
}
.contact-us iframe {
    width: 100%;
    height: 568px;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}
@media (max-width: 992px) {
    .contact-us iframe {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .contact-us iframe {
        height: 440px;
    }
}
@media (max-width: 576px) {
    .contact-us iframe {
        height: 380px;
    }
}

.align-right {
    text-align: right;
}

.offer-details-list li {
    margin-bottom: 12px;
}
.offer-details-list li:last-child {
    margin-bottom: 0;
}
.offer-details-documents {
    margin-top: 12px;
}
.offer-details-documents a {
    margin-right: 21px;
}
.offer-details-documents a img {
    margin-right: 5px;
}

.travel-sidebar {
    background: tomato;
    padding: 30px;
}

.insurance-list .insurance-company {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.purpose-option {
    display: flex;
    justify-content: center;
    box-shadow: 0 0 0 1px #939393;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    align-items: center;
}
.purpose-option p {
    margin-right: 0.3rem;
}
.purpose-option:hover {
    box-shadow: 0 0 0 1px #0943EF;
}
.purpose-option.active {
    box-shadow: 0 0 0 3px #0943EF;
}

.tooltip {
    width: 18px;
    height: 18px;
    opacity: 1;
    border: 1px solid black;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    z-index: 2;
}
.tooltip:hover {
    border-color: #0943EF;
    color: #0943EF;
}
.tooltip.active {
    border-color: #0943EF;
    background-color: #0943EF;
    color: #FFFFFF;
}
.tooltip-content {
    background: #FFFFFF;
    display: none;
    width: 300px;
    position: absolute;
    z-index: 3;
    border: 1px solid #939393;
    padding: 1rem;
    font-size: 13px;
    text-align: left;
    cursor: default;
}
.tooltip-content .card-header span {
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.close-tooltip {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.hidden-input {
    display: none;
}

.loader {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 10px solid #0943EF;
    animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.data-search {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .data-search {
        display: block;
    }
}

.coverage-benefit {
    font-size: 14px;
    font-weight: bold;
}
.coverage-benefit > i {
    font-size: 16px;
}

footer h6,
footer .our-links {
    font-size: 14px;
}

.policy-form-header {
    background: #FFFFFF;
    border-radius: 16px;
}
.policy-form-header__header {
    padding: 2rem 3rem;
}
.policy-form-header__header h3 {
    font-size: 22px;
}
.policy-form-header__content {
    padding: 2rem 4rem;
}
.policy-form-header__list p {
    margin-bottom: 1rem;
}

@media (max-width: 420px) {
    .policy-form-header__header {
        padding: 1rem;
    }
    .policy-form-header__content {
        padding: 1rem;
    }
    .policy-form-header__list a {
        margin-bottom: 1rem;
    }
}
