/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY RAJODIYA INFOTECH  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!         -
1.   Home                      -
2.   About                     -
3.   Change-password           -
4.   Contact-us                -
5.   Corporate                 -
6.   Edit-profile              -
7.   Location                  -
8.   My-rewards                -
9.   Offer                     -
10.  Profile                   -
11.  Reservation               -
12.  Rewards                   -
13.  Sign-in                   -
14.  Support                   -
15.  Travel                    -
16.  View-rates                -
17.  View-rates-one            -
18.  View-rates-two            -
/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
:root {
    --first-font: 'Poppins';
    --theme-color: #ff7e00;
    --second-color: #5c5c5c;
    --third-color: #343434;
    --border-color: #8c8c8c;
    --grey: #585858;
    --black: #000000;
    --white: #ffffff;
    --blue: #003ace;
    --h1: normal 700 58px/1.1 var(--first-font);
    --h2: normal 700 42px/1.1 var(--first-font);
    --h3: normal 700 32px/1.1 var(--first-font);
    --h4: normal 700 22px/1.1 var(--first-font);
    --h5: normal 700 20px/1.1 var(--first-font);
    --h6: normal 700 18px/1.1 var(--first-font);
    --common-text: normal 400 14px/1.5 var(--first-font);
}

/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    /* overflow-x: hidden; */
}

body,
html {
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

body::-moz-scrollbar {
    display: none;
}

svg,
img {
    width: 100%;
    display: block;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    color: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    cursor: pointer;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
}

.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    color: var(--grey);
}

:-ms-input-placeholder {
    color: var(--grey);
}

::-moz-placeholder {
    color: var(--grey);
}

::-ms-input-placeholder {
    color: var(--grey);
}

::placeholder {
    color: var(--grey);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}

body {
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: var(--white);
    color: var(--black);
}

/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}

h1,
.h1 {
    font: var(--h1);
}

h2,
.h2 {
    font: var(--h2);
}

h3,
.h3 {
    font: var(--h3);
}

h4,
.h4 {
    font: var(--h4);
}

h5,
.h5 {
    font: var(--h5);
}

h6,
.h6 {
    font: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.product-title b {
    color: var(--theme-color);
    font-weight: 800;
}

.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

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

b {
    font-weight: 800;
    display: inline-block;
}

p:not(:last-of-type) {
    margin-bottom: 10px;
}

.small-text {
    font-size: 12px;
    font-weight: 500;
}

/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.large-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row-reverse {
    flex-direction: row-reverse;
}

.no-gutters {
    margin: 0 !important;
}

.row [class*="col-"] {
    padding: 0 15px;
}

.no-gutters [class*="col-"] {
    padding: 0;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.align-items-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.align-items-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.align-items-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.justify-content-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.justify-content-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.justify-content-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.justify-content-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.desk-only {
    display: none !important;
}

.mobile-only {
    display: block !important;
}

/*****  Columns  *****/
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}

/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-bottom: 1px solid var(--white);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 25px 15px 0px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    appearance: none;
}

.nice-select:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 50%;
    background: url('../images/down-arrow-white.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: transform .3s linear, -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear, -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -moz-transition: transform .3s linear, -webkit-transform .3s linear;
    -ms-transition: transform .3s linear, -webkit-transform .3s linear;
}

.nice-select.open:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: var(--border-color);
    color: var(--border-color);
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white);
    color: var(--theme-color);
    border: 0;
    box-shadow: 1px 9px 23px rgb(0 0 0 / 75%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 8px 0px;
    border-radius: 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 2;
    width: 100%;
    -moz-transform: scale(0.75) translateY(-21px);
    -o-transform: scale(0.75) translateY(-21px);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    appearance: none;

}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    list-style: none;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin: 0 !important;
    color: var(--black);
    appearance: none;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: var(--black);
}

.nice-select .option.selected {
    font-weight: 800;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    bottom: 20px;
}

.slick-dots li:not(:last-child) {
    margin-right: 9px;
}

.slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5px;
    width: 5px;
    background: var(--theme-color);
    border-radius: 100%;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.slick-dots li:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    border: 1px solid var(--black);
    top: -4px;
    left: -4px;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    opacity: 0;
}

.slick-dots li.slick-active:before {
    opacity: 1;
}

.slick-dots li button {
    display: none;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    display: inline-block;
    vertical-align: middle;
}

.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
    display: none;
}

.slick-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 1px solid var(--theme-color);
    outline: none;
    z-index: 1;
    border-radius: 100%;
    padding: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-arrow span {
    display: block;
    height: 100%;
    width: 100%;
}

.slick-arrow svg {
    height: 14px;
    width: 14px;
    margin: auto;
}

.slick-arrow svg path {
    stroke: var(--theme-color);
}

.slick-arrow:hover {
    background-color: var(--theme-color);
}

.slick-arrow:hover path {
    stroke: var(--white);
}

.slick-slider .slick-prev {
    left: 8px;
    transform: translateY(-50%) scale(-1);
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-1);
}

.slick-slider .slick-next {
    right: 8px;
}

/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    text-align: center;
    padding: 17px 22px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--theme-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    outline: none;
    border: 1px solid transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    letter-spacing: 1.3px;
}

.btn:hover,
.btn:focus {
    color: var(--black);
    border: 1px solid var(--border-color);
    background-color: var(--white);
}

.btn-secondary {
    border: 1px solid transparent;
    background-color: var(--second-color);
    color: var(--white);
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--second-color);
    border: 1px solid var(--border-color);
    background-color: var(--white);
}

.btn-transparent {
    background-color: transparent;
    color: grey;
    border: 1px solid var(--border-color);
}

.btn-transparent:hover {
    background-color: var(--second-color);
    color: var(--white);
}

.link-btn {
    color: var(--theme-color);
    display: inline-block;
}

.link-btn:hover {
    text-decoration: underline;
}

/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
input:not([type="time"]),
input:not([type="date"]),
select,
textarea {
    position: relative;
    border: 0;
    border-bottom: 1px solid var(--theme-color);
    display: block;
    width: 100%;
    padding: 15px 0px 5px 0px;
    background: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--border-color);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

textarea {
    resize: none;
}

form .row {
    margin: 0 -8px;
}

form .row [class*="col-"] {
    padding: 0 10px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
}

.contact-main-section .form-group .nice-select .list,
.contact-main-section .form-group .form-control {
    border-radius: 0;
}

sup {
    top: -0.5em;
}

sub,
sup {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-left: 5px;
}

.form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-right: 3px;
}

/* checkbox-custom  */
.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-custom label {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 30px;
    line-height: 1.1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--border-color);
}

.checkbox-custom label:before {
    content: '';
    -webkit-appearance: none;
    background: --webkit-gradient(linear, left top, left bottom, from(#b5b5b5a8), to(transparent));
    background: -o-linear-gradient(top, #b5b5b5a8, transparent);
    background: linear-gradient(180deg, #b5b5b5a8, transparent);
    border: 1px solid #e5e5e5;
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.site-footer .checkbox-custom label:before,
.newsletter-section .checkbox-custom label:before {
    background-color: transparent;
    border: 1px solid var(--white);
}

.checkbox-custom input:checked+label:before {
    background-color: var(--theme-color);
    border-color: transparent;
}

.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 43%;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
    margin: 0 4px;
}

/***** COMMON CSS ****/
body.active-menu,
body.no-scroll {
    overflow: hidden;
    position: relative;
}

.pt {
    padding-top: 100px;
}

.pb {
    padding-bottom: 100px;
}

.subtitle {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.section-title {
    margin-bottom: 26px;
    text-transform: capitalize;
}

.section-title h2 {
    color: var(--theme-color);
}

.section-title p {
    margin-top: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: var(--second-font);
}

.img-wrapper img {
    width: 100%;
}

.flex-slider .slick-list,
.flex-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-slider {
    margin: 0 -15px;
}

.flex-slider .card {
    padding: 5px 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-slider .card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.overlay.active {
    content: " ";
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.offset-container {
    position: relative;
}

.offset-left {
    margin-left: calc((100% - 1170px) / 2);
    padding-left: 15px;
}

.offset-right {
    margin-right: calc((100% - 1170px) / 2);
    margin-left: 0;
    padding-right: 15px;
}

/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.header-style-one {
    z-index: 3;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background-color: var(--white);
}

.header-style-one.head-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
    box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
}

/* announcebar */
.announcebar {
    position: relative;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.header-style-one .announcebar {
    background-color: var(--white);
}

.header-style-one .announce-row {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.header-style-one .announce-row .announce-topbar {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 13px;
    background-color: var(--second-color);
    border-radius: 0 0 20px 20px;
}

.header-style-one .announcebar .announce-right {
    padding: 10px 0 0;
}

.header-style-one .announcebar .announce-right .nice-select:after {
    background: url(../images/down-arrow-blue.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 10px;
}

.header-style-one .announcebar .announce-right .nice-select {
    text-transform: uppercase;
    padding: 13px 27px 10px 0px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 600;
    min-width: 100px;
}

.header-style-one .announcebar .announce-right .nice-select .option {
    color: var(--black);
}

header.head-sticky .announcebar {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

/** Main navigation bar css **/
.header-style-one .main-navigationbar {
    padding-bottom: 15px;
    padding-top: 8px;
}

header.head-sticky .main-navigationbar {
    padding: 5px 0;
}

/* .header-style-one .main-navigationbar .logo-col {
    max-width: 95px;
    width: 100%;
} */
.header-style-one .main-navigationbar .logo-col img {
    width: 100%;
}

.header-style-one .main-navigationbar .logo-col a {
    display: block;
}

.header-style-one .main-navigationbar .menu-items-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding: 10px 40px 10px 0;
    position: relative;
}

/* .header-style-one.header-style-one.head-sticky .main-navigationbar .menu-items-col .main-nav>li {
    padding: 20px 30px 20px 0;
} */
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li>ul {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    transform-origin: top;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    min-width: 130px;
    z-index: 5;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li>ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
    color: var(--black);
    text-transform: capitalize;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

/* .header-style-one .main-navigationbar .menu-items-col .main-nav>li:after{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: 21px;
    top: 17px;
    background: url(../images/black-drp.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover::after{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header-style-one .main-navigationbar .menu-items-col .menu-right .btn {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 700;
} */


.header-style-one .main-navigationbar .menu-items-col .main-nav-div>ul>li {
    padding: 10px 40px 10px 0;
    position: relative;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav-div>ul>li>a {
    color: var(--black);
    text-transform: capitalize;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav-div>ul>li>ul {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    transform-origin: top;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    min-width: 130px;
    z-index: 5;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav-div>ul>li>ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav-div>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.site-header .menu-right .profile-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 80px;
}

.site-header .menu-right .profile-header svg {
    height: 45px;
    width: 45px;
}

.site-header .menu-right .profile-header .nice-select {
    /* padding: 15px 12px 15px 0px; */
    color: var(--theme-color);
}

.site-header .menu-right .profile-header .nice-select:after {
    background: url(../images/down-arrow-gray.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 10px;
}

.header-style-one .menu-dropdown ul>li a {
    font-size: 16px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li.active>a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn {
    padding: 10px 20px;
    border: 1px solid var(--theme-color);
    font-weight: 600;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    text-transform: unset;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn:after {
    right: 10px;
    top: 14px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn:before {
    display: none;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn svg {
    margin-left: 14px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn svg path {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

/* drop down  */
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--theme-color);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    min-width: 220px;
    z-index: 2;
    padding: 20px;
    color: var(--white);
    display: none;
    border-top: 2px solid var(--white);
}

.header-style-one .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}

.header-style-one .menu-dropdown ul>li a {
    border-bottom: 1px solid transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-style-one .mobile-menu .mobile-menu-button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    width: 30px;
}

.header-style-one .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--second-color);
}

.header-style-one .menu-right .account-btn .login-icon {
    display: none;
}

/*****  Home Section start *****/
.home-section {
    position: relative;
    padding: 250px 0 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 26%;
    color: var(--white);
}

.home-section .section-title {
    margin-bottom: 10px;
}

.home-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../default-images/Gradient-bg.png);
}

.home-section .container {
    position: relative;
    z-index: 2;
}

.home-section .banner-content-inner {
    max-width: 800px;
    width: 100%;
}

.home-section .banner-content-inner h2 {
    font-size: 60px;
    color: var(--white);
}

.home-section .banner-content-inner p {
    font-weight: 600;
    font-size: 20px;
}

.home-section .home-banner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.img-wrapper {
    position: relative;
    padding-top: 80%;
    width: 100%;
    display: block;
}

.img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.home-section .img-wrapper img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

/* Reserve-parking-section */
.reserve-parking-section .booking {
    position: relative;
    background-color: var(--theme-color);
    padding: 36px 20px;
    color: var(--white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: -60px;
    z-index: 2;
}

.reserve-parking-section .booking h3 {
    margin-bottom: 20px;
    font-weight: 500;
}

.reserve-parking-section .select-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
}

.reserve-parking-section .select-div>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.reserve-parking-section .calender-svg svg {
    height: 20px;
    width: 20px;
}

.reserve-parking-section .nice-select,
.reserve-parking-section .form-group input {
    color: var(--white);
    min-width: 200px;
}

.reserve-parking-section .nice-select {
    padding: 10px 25px 10px 0px;
}

.reserve-parking-section .form-group input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--white);
    padding: 5px 0px 5px 0px;
}

.reserve-parking-section .form-group input::placeholder {
    color: var(--white);
}

.reserve-parking-section .book-now-btn {
    max-width: 200px;
    width: 100%;
    padding: 20px 0;
    gap: 15px;
}

.reserve-parking-section .select-div .date-pick {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--white);
    margin-bottom: 0px;
}

.reserve-parking-section .select-div .date-pick svg path {
    fill: transparent;
    stroke: var(--white);
}

.reserve-parking-section .select-div .date-pick input {
    border-bottom: 0;
    padding: 5px 0px 5px 0px;
}

.reserve-parking-section .select-div .dicount-code::placeholder {
    font-size: 14px;
    font-weight: 500;
}

.reserve-parking-section .nice-select .option {
    font-size: 14px;
    position: relative;
    padding: 8px 15px 8px 45px;
}

.reserve-parking-section .nice-select .option::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/plane.svg);
    background-size: 22px;
    height: 14px;
    width: 25px;
    background-repeat: no-repeat;
}

/* about-section */
.about-section .about-left-col {
    display: flex;
}

.about-section .about-right-col {
    color: var(--grey);
    padding-left: 20px;
}

.about-section .about-right-col p {
    font-size: 14px;
    margin-top: 10px;
}

.about-section .about-left-col img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-section .about-right-col .btn {
    margin-top: 35px;
    padding: 17px 35px;
}

/* service-section */
.service-section .inner-content {
    margin-bottom: 30px;
}

.service-section .inner-content p {
    max-width: 900px;
    width: 100%;
    /* font-size: 18px; */
    line-height: 1.5;
}

.service-section .service-card-inner {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}

.service-section .service-card-inner .img-wrapper {
    padding-top: 130%;
}

.service-section .service-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}

.service-section .service-content-top h4 {
    max-width: 70%;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-section .service-content-bottom p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-section .service-content-bottom {
    width: 100%;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s ease-in-out 0s;
    padding: 25px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}

.service-section .service-content-bottom .btn {
    text-transform: uppercase;
}

.service-section .service-slider .service-box:hover .service-content-bottom {
    bottom: 0px;
    opacity: 1;
}

.service-section .service-slider .service-box:hover .service-card-content {
    padding: 25px 25px 145px 25px;
}

.service-section .service-slider.slick-slider .slick-prev {
    left: -85px;
}

.service-section .service-slider.slick-slider .slick-next {
    right: -85px;
}

/* tab-section */
.tab-section .section-title {
    text-align: center;
}

.tab-section ul.tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.tab-section ul li.active .btn-transparent {
    background-color: var(--second-color);
    color: var(--white);
}

.tab-section ul li a {
    min-width: 220px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.tab-section .tab-btn-div {
    margin-bottom: 90px;
}

.tab-section .tabs-container .tab-img img {
    height: 100%;
    width: 100%;
}

.tab-section .tabs-container {
    background-color: #f7f7f7;
}

.tab-content {
    display: none;
}

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

.tab-section .tabs-container .tab-content-inner {
    padding: 20px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: var(--black);
    height: 100%;
    width: 100%;
}

.tab-section .tabs-container .tab-content-top {
    width: 100%;
}

.tab-section .tabs-container .tab-content-top h4,
.tab-section .tabs-container .minits-label {
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

.tab-section .tabs-container .tab-content-top h4 {
    max-width: 80%;
    width: 100%;
}

.tab-section .tabs-container .minits-label {
    margin-bottom: 5px;
}

.tab-section .tabs-container .tab-content-top p {
    margin-bottom: 20px;
}

.tab-section .tabs-container .tab-content-top .contact-text {
    line-height: 1;
}

.tab-section .tabs-container .tab-content-top .contact-text a {
    color: var(--theme-color);
    font-weight: 700;
    position: relative;
}

.tab-section .tabs-container .tab-content-top .contact-text a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    background-color: var(--theme-color);
    width: 100%;
    height: 1.6px;
}

.tab-section .tabs-container .tab-content-bottom .btn {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
}

.tab-section .tabs-container .tab-content-middle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
}

.tab-section .tabs-container .tab-img {
    height: 100%;
}

.sub-label {
    font-size: 18px;
    font-weight: 500;
}

.tab-section .tab-card-wrp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.tab-section .tab-card-wrp .tab-card {
    max-width: 50%;
    width: 100%;
    display: flex;
    height: 100%;
}

/******** About-page ********/
.common-banner-sec {
    padding: 145px 0;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}

.common-banner-sec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(215deg, #000000 0%, #000000 100%);
    opacity: 0.600;
    z-index: -1;
}

.common-banner-sec h2 {
    margin-bottom: 20px;
}

.common-banner-sec h3 {
    line-height: 24px;
    font-weight: 600;
}

.common-banner-content {
    max-width: 500px;
    width: 100%;
}

.about-full-width {
    color: var(--grey);
    margin-top: 30px;
}

/******** Password-page ********/
.pass-section .section-title {
    max-width: 515px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

.pass-section {
    background-color: #fffbf7;
}

.change-pass-form {
    border: 1px solid var(--theme-color);
    border-radius: 26px;
    background-color: var(--white);
}

.change-pass-form .pass-btn {
    width: 100%;
    border-radius: 26px;
    border-top: 0;
}

.change-pass-form .form-container {
    padding: 0px 15px 15px;
}

.change-pass-form .form-group input {
    padding: 15px 0px 5px 0px;
    border: 0;
    border-bottom: 1px solid var(--theme-color);
}

.change-pass-form .black-btn {
    padding: 15px 35px;
    margin-top: 10px;
}

.black-btn {
    background-color: #282828;
}

.black-btn:hover {
    color: var(--black);
    border: 1;
}

/******** contact-page ********/
.contact-page-sec {
    margin-bottom: 80px;
}

.contact-page-sec .contact-card {
    border: 1px solid var(--theme-color);
    padding: 30px 20px 20px 20px;
    border-radius: 22px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.4;
    -webkit-transition: all ease-in-out 0.4;
    -moz-transition: all ease-in-out 0.4;
    -ms-transition: all ease-in-out 0.4;
    -o-transition: all ease-in-out 0.4;
}

.contact-page-sec .contact-card:hover {
    box-shadow: 9.676px 11.207px 9px rgba(255, 126, 0, 0.26);
}

.contact-page-sec .contact-card:hover svg path {
    fill: var(--theme-color);
}

.contact-page-sec .contact-card svg {
    height: 80px;
    width: 80px;
}

.contact-page-sec .contact-card h3 {
    margin: 20px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact-page-sec .contact-card svg {
    height: 50px;
    width: 50px;
}

/******** corporate-page ********/
.corporate-banner-sec .btn {
    margin-top: 20px;
}

.corporate-banner-sec .common-banner-content {
    max-width: 615px;
}

.corporate-banner-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/corporate-gradient.png);
}

.corporate-main-sec .corporate-card-inner {
    border: 1px solid rgba(255, 126, 0, 0.5);
    padding: 30px 15px 15px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.corporate-main-sec .corporate-card-top {
    display: flex;
    flex-direction: column;
}

.corporate-main-sec .corporate-card-bottom {
    flex: 1;
}

.corporate-main-sec .corporate-card svg {
    height: 80px;
    width: 80px;
}

.corporate-main-sec .corporate-card h3 {
    margin: 20px 0px 10px;
    color: var(--theme-color);
}

.corporate-start-sec {
    padding: 100px 0;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    text-align: center;
}

.corporate-start-sec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(215deg, #000000 0%, #000000 100%);
    opacity: 0.650;
    z-index: -1;
}

.corporate-start-wrp {
    max-width: 594px;
    margin: 0 auto;
}

/******** edit-page ********/
.edit-main-sec {
    background-color: #fffbf7;
}

.edit-main-sec .edit-form-inner {
    border: 1px solid var(--theme-color);
    border-radius: 26px;
    background-color: var(--white);
}

.edit-main-sec .edit-form-inner .pass-btn {
    width: 100%;
    border-radius: 26px;
    border-top: 0;
}

.edit-main-sec .edit-form-inner .pass-btn:hover {
    background-color: var(--theme-color);
    color: var(--white);
    cursor: unset;
}

.edit-main-sec .form-container {
    padding: 10px 30px 20px;
}

.edit-main-sec .form-group input,
.edit-main-sec .edit-select .nice-select {
    padding: 20px 0px 5px 0px;
    border: 0;
    border-bottom: 1px solid var(--theme-color);
}

.edit-main-sec .edit-select .nice-select:after {
    background: url(../images/grey-dropdown.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 10px;
    top: 70%;
}

.edit-main-sec .edit-select .nice-select {
    color: var(--grey);
}

.edit-form .checkbox-custom label:before {
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
}

.edit-form .checkbox-custom {
    padding-top: 15px;
    color: var(--black);
}

.edit-form .checkbox-custom label {
    color: var(--grey);
    line-height: 1.4;
}

.edit-main-sec .edit-form .form-center-btn {
    margin-bottom: 30px;
}

.edit-main-sec .edit-form .edit-form-inner:not(:last-of-type) {
    margin-bottom: 30px;
}

.edit-main-sec .edit-form .vhcl-btn {
    margin-top: 15px;
}

/******** location-page ********/
.location-main-sec {
    padding-bottom: 80px;
}

.location-banner .common-banner-content {
    max-width: 330px;
}

.location-main-sec .section-title {
    max-width: 830px;
    margin: 0 auto 40px;
}

.location-main-sec .section-title p {
    margin-bottom: 20px;
}

.location-main-sec .location-card {
    border: 1px solid var(--theme-color);
    border-radius: 22px;
    margin-bottom: 20px;
    overflow: hidden;
}

.location-main-sec .location-card .location-card-image {
    position: relative;
}

.location-main-sec .location-card .img-wrapper img {
    border-radius: 22px 22px 0px 0px;
}

.location-main-sec .location-card-content {
    padding: 20px;
}

.location-main-sec .location-card .location-content-top h3 {
    color: var(--theme-color);
    margin-bottom: 5px;
}

.location-main-sec .location-card .location-content-top span {
    font-size: 17px;
    font-weight: 500;
}

.location-main-sec .location-card .address {
    margin: 20px 0px 25px;
}

.location-main-sec .location-card ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.location-main-sec .location-card ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

/******** rewards-page ********/
.rewards-banner-sec .common-banner-content h3 {
    margin-bottom: 15px;
}

.two-call-sec .two-call-left {
    display: block;
}

.two-call-sec .two-call-left img {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.two-call-sec .two-call-right .subtitle {
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 700;
}

.two-call-sec .two-call-right .section-title p {
    margin-top: 20px;
}

.rewards-form-sec .rewards-form-wrp {
    max-width: 900px;
    margin: 0 auto;
}

.rewards-form-sec {
    text-align: center;
}

.rewards-form-sec .reward-form p {
    max-width: 600px;
    margin: 20px auto 15px;
}

.faqs-sec .set {
    border-bottom: 1px solid #282828;
    padding-bottom: 20px;
}

.faqs-sec .set .acnav-label {
    padding: 20px 20px 0px 0px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

.faqs-sec .set .acnav-label::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 2px;
    width: 10px;
    background: #282828;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.faqs-sec .acnav-label:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 10px;
    width: 2px;
    background: #282828;
    transition: ease-in-out all 0.5s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
}

.faqs-sec .is-open>.acnav-label:after {
    opacity: 0;
}

.faqs-sec .acnav-list {
    padding-top: 8px;
}

.faqs-sec .section-title {
    max-width: 740px;
}

.faqs-sec .section-title a {
    text-decoration: underline;
}

.faqs-sec .faq-bottom-wrp p {
    margin: 25px 0px 15px;
}

/******** reservation-page ********/
.reservation-sec .reservation-main {
    max-width: 900px;
    margin: 0 auto;
    background-color: var(--white);
    border: 1px solid var(--theme-color);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    text-align: center;
    padding: 40px;
}

.reservation-sec .reservation-img {
    display: flex;
    justify-content: center;
}

.reservation-sec .reservation-img img {
    max-width: 150px;
    width: 100%;
}

.reservation-sec .reservation-main p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.reservation-sec {
    background-color: #fffbf7;
}

.reservation-sec .section-title {
    margin-bottom: 40px;
}

/******** sign-in-page ********/
.sign-in-sec {
    margin-top: 20px;
    background-color: #FFFDFC;
}

.sign-in-sec .sign-in-wrp,
.forgot-pass-sec .forgot-in-wrp,
.password-second-sec .pass-second-wrp {
    display: flex;
    width: 100%;
}

/* .sign-in-sec .signin-left,
.forgot-pass-sec .forgot-right,
.password-second-sec .pass-second-right{
    flex: 1;
} */
.sign-in-sec .signin-right,
.forgot-pass-sec .forgot-left,
.password-second-sec .pass-second-left {
    max-width: 50%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 0px 120px 50px;
}

.sign-in-sec .sign-img,
.forgot-pass-sec .forgot-img,
.password-second-sec .pass-second-img {
    display: flex;
    height: 100%;
}

.sign-in-sec .sign-img img,
.forgot-pass-sec .forgot-img img,
.password-second-sec .pass-second-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.forgot-pass-sec .offset-left,
.password-second-sec .offset-left {
    margin-left: calc((100% - 1300px) / 2);
}

.sign-in-sec .signin-right .section-title p {
    font-size: 16px;
    font-weight: 500;
}

.sign-in-sec .signin-right .section-title p a {
    text-decoration: underline;
    color: #2a90e6;
}

.sign-in-sec .signin-form .form-group input {
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.sign-in-sec .signin-form .form-group input::placeholder {
    color: var(--border-color);
}

.sign-in-sec .signin-form .form-group .input-box,
.forgot-pass-sec .forgot-pass-form .form-group .input-box,
.password-second-sec .second-pass-form .form-group .input-box {
    position: relative;
}

.sign-in-sec .signin-form .form-group .input-box .btn-subscibe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-decoration: underline;
    color: #2a90e6;
    background: transparent;
    font-weight: 500;
    line-height: 1;
}

.sign-in-sec .signin-form .form-group,
.forgot-pass-sec .forgot-pass-form .form-group {
    margin-bottom: 20px;
}

.sign-in-sec .signin-form .form-group .input-box input {
    padding: 15px 50px 15px 15px;
}

.sign-in-sec .signin-form-bottom button {
    margin: 10px 0px 30px;
}

.sign-in-sec .signin-form-bottom p a {
    color: #2a90e6;
    font-weight: 500;
    text-decoration: underline;
}

.sign-in-sec .signin-form .forgot-btn button {
    border: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    color: #2a90e6;
    background: transparent;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.sign-in-sec .signin-form .forgot-btn {
    text-align: end;
}

.sign-in-sec .signin-form .form-group .input-box .eye-icon,
.forgot-pass-sec .forgot-pass-form .form-group .email-icon,
.password-second-sec .second-pass-form .form-group .change-pass-icon {
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.sign-in-sec .signin-form .form-group .input-box .fa-eye-slash::after {
    content: '';
    position: absolute;
    background-image: url(../images/show-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    height: 16px;
    width: 24px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.sign-in-sec .signin-form .form-group .input-box .eye-icon.show svg {
    display: none;
}

.sign-in-sec .custom-checkbox-wrp label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sign-in-sec .custom-checkbox-wrp input {
    margin: 0;
}

.sign-in-sec .custom-checkbox-wrp {
    margin-bottom: 10px;
}

/******** my-reward-page ********/
.my-reward-sec {
    background-color: #fffbf7;
    margin-top: 20px;
}

.my-reward-sec .my-reward-wrp {
    max-width: 950px;
    margin: 0 auto;
}

.my-reward-sec .section-title {
    max-width: 45%;
    margin: 0 auto 40px;
}

.reward-table {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.reward-table tr td {
    color: var(--grey);
    border-right: 1px solid var(--theme-color);
}

.reward-table tr th {
    position: relative;
}

.reward-table tr th::after {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 3px;
    right: 0;
    background: var(--white);
}

.reward-table tr th:last-child:after {
    display: none;
}

/** TABLE CSS **/
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
    text-align: left;
    border: 1PX solid var(--theme-color);
}

table tr {
    display: block;
}

@media (min-width: 576px) {
    .size-tbl table tr {
        display: table-row;
    }
}

table tr th {
    text-align: center;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--theme-color);
    color: var(--white);
}

table tr td[data-label="Stamp ID"],
table tr td[data-label="Country"],
table tr td[data-label="Scott"] {
    font-weight: 700;
}

table tr td[data-label="Stamp ID"] {
    text-align: center;
    background-color: #C0C0C0;
}

table tr td {
    padding: 5px 10px 5px;
    display: block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}

table tr {
    padding: 20px 0 0;
}

@media (min-width: 768px) {
    table tr td {
        padding: 10px;
        display: table-cell;
    }

    table tr {
        display: table-row;
    }
}

/******** support-page ********/
.support-banner .common-banner-content {
    max-width: 400px;
}

.support-service-sec .service-card-inner .img-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(215deg, #000000 0%, #000000 100%);
    opacity: 0.600;
    z-index: -1;
}

.support-service-sec .service-card-content {
    z-index: 1;
}

.support-question-sec .support-question-list li p {
    font-size: 16px;
    font-weight: 600;
}

.support-question-sec .support-question-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

.support-service-sec .service-content-top h4 {
    line-height: 1.3;
}

.support-question-sec .set .acnav-label {
    padding: 12px 40px 12px 12px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #000;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
}

.support-question-sec .set .acnav-label:after {
    content: "";
    position: absolute;
    background-image: url(../images/down-arrow-gray.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 20px;
    width: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 30px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.support-question-sec .set {
    margin-bottom: 20px;
}

.support-question-sec .set.is-open .acnav-label:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.support-question-sec .set .acnav-list {
    padding: 15px;
    background-color: var(--white);
    border: 1px solid var(--theme-color);
    border-radius: 10px;
}



/******** offer-page ********/
.offer-sec {
    background-color: #fffbf7;
    margin-top: 20px;
}

.offer-sec .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-sec .section-title h2 {
    color: var(--black);
}

.offer-sec .section-title a {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 500;
    text-decoration: underline;
    font-weight: 600;
}

.offer-sec .offer-wrp .offer-card {
    border: 1px solid var(--theme-color);
    background-color: var(--white);
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.offer-sec .offer-wrp .offer-card h3 {
    margin-bottom: 15px;
}

.offer-sec .date-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.offer-sec .date-wrp li:not(:last-of-type) {
    margin-right: 50px;
}

.offer-sec .date-wrp li p {
    margin-bottom: 2px;
}

.offer-sec .date-wrp li span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.offer-wrp .cost-wrp .cost-svg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer-wrp .cost-wrp .cost-svg svg {
    height: 20px;
    width: 20px;
}

.offer-wrp .cost-wrp .cost-svg span {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

.offer-sec .cost-wrp .price {
    font-size: 16px;
    font-weight: 600;
}

.offer-sec .warning-text {
    color: #d40000;
}

.offer-sec .theme-text {
    color: var(--theme-color);
}

.offer-sec .offer-wrp .offer-card:not(:last-of-type) {
    margin-bottom: 20px;
}

.offer-sec .mail-wrp li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.offer-sec .offer-card p a {
    text-decoration: underline;
    color: #2a90e6;
}

.offer-sec .offer-card p {
    margin-bottom: 15px;
}

.offer-sec .vehicle-wrp {
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer-sec .vehicle-wrp li {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--border-color);
}

.offer-sec .vehicle-wrp li:not(:last-of-type) {
    margin-right: 20px;
}

.offer-sec .vehicle-wrp li p {
    margin-bottom: 0px;
}

.offer-sec .flight-wrp {
    justify-content: start;
}

.offer-sec .confirm-card {
    padding: 20px;
    color: var(--white);
    background-color: var(--theme-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer-sec .confirm-card .confirm-title span {
    display: block;
    margin: 20px 0px 8px;
}

.offer-sec .confirm-card .confirm-title {
    flex: 1;
}

/******** travel-page ********/
.travel-banner-sec h3 a {
    text-decoration: underline;
}

.travel-banner-sec .common-banner-content {
    max-width: 800px;
}

.travel-banner-sec .common-banner-content .btn {
    margin-top: 20px;
}

.travel-client-sec .corporate-card-bottom p a {
    color: #2a90e6;
    text-decoration: underline;
}

.travel-client-sec .corporate-card-inner {
    padding: 30px 15px 30px;
}

.sign-up-sec .section-title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px;
}

.sign-up-sec .signup-wrp h3 {
    color: var(--theme-color);
    margin-bottom: 20px;
}

.sign-up-sec .signup-wrp p a {
    color: #2a90e6;
}

.sign-up-sec .company-reward {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign-up-sec .company-reward .company-logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.sign-up-sec .company-reward .company-reward-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-sec .company-reward p {
    margin-left: 50px;
}

.sign-up-sec .signup-inner {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--border-color);
}

/******** view-rates-page ********/
.view-form-sec {
    background-color: #fffbf7;
}

.view-form-sec .booking {
    position: relative;
    background-color: var(--theme-color);
    padding: 30px 40px;
    color: var(--white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 2;
}

.view-form-sec .select-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.view-form-sec .select-div>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.view-form-sec .booking .subtitle {
    margin-bottom: 0px;
    font-size: 14px;
}

.view-form-sec .form-group label {
    color: var(--white);
    font-size: 16px;
}

.view-form-sec .form-group input {
    background: transparent;
    border-bottom: 1px solid var(--white);
    color: var(--white);
    padding: 0px 0px 5px 0px;
    font-size: 12px;
    font-weight: 300;
    min-width: 200px;
}

.view-form-sec .form-group input::placeholder {
    color: var(--white);
}

.subscribe-sec {
    background-color: #fffbf7;
}

.subscribe-sec .subscribe-card {
    position: relative;
    background: var(--white);
    padding: 15px 20px;
    display: flex;
    z-index: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    color: var(--border-color);
    border: 1px solid transparent;
    transition: all ease-in-out 0.4;
    -webkit-transition: all ease-in-out 0.4;
    -moz-transition: all ease-in-out 0.4;
    -ms-transition: all ease-in-out 0.4;
    -o-transition: all ease-in-out 0.4;
}

.subscribe-sec .subscribe-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.subscribe-sec .subscribe-card .shape {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100px;
    z-index: -1;
    border-right: 1px solid var(--border-color);
}

.subscribe-card:before {
    content: '';
    background: #a1a1a1;
    position: absolute;
    z-index: -1;
    height: 40%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.subscribe-sec .subscribe-card:after {
    content: '';
    background: #a1a1a1;
    position: absolute;
    z-index: -1;
    height: 70px;
    width: 1px;
    top: 36%;
    left: 0;
}

.subscribe-sec .subscribe-card-top {
    flex: 1;
    height: 100%;
}

.subscribe-sec .subscribe-card .price {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: start;
    justify-content: center;
    line-height: 1;
    gap: 2px;
}

.subscribe-sec .subscribe-card .price .currency-type {
    font-size: 15px;
}

.subscribe-sec .subscribe-card .price ins {
    font-size: 17px;
}

.subscribe-sec .subscribe-card-bottom p {
    margin: 20px 0 25px;
}

.subscribe-sec .subscribe-card-bottom .btn-transparent {
    padding: 0;
    border: 0;
    text-decoration: underline;
}

.subscribe-sec .subscribe-card-top .price-text {
    display: block;
    margin: 5px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.subscribe-card .subscribe-card-top h2 {
    color: var(--white);
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.subscribe-card .subscribe-card-top .rating-text {
    color: var(--white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 55px;
    line-height: 1.3;
}

.subscribe-sec .subscribe-card-top .description {
    margin: 20px 0 15px;
    color: var(--black);
}

.subscribe-sec .subscribe-card-bottom .btn-transparent:hover {
    background: transparent;
    border: 0;
    color: grey;
}

.features-sec .feature-card-wrp {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.features-sec .feature-card-wrp li {
    max-width: 33.33%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 30px 20px;
    border-bottom: 1px solid var(--border-color);
}

.features-sec .feature-card-wrp li:not(:last-of-type) {
    border-right: 1px solid var(--border-color);
}

.features-sec .features-card svg {
    height: 60px;
    width: 60px;
}

.features-sec .features-card h3 {
    margin: 10px 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.features-sec .features-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.features-sec .feature-card-wrp li:first-child {
    padding: 0 30px 20px 0px;
}

.features-sec .feature-card-bottom li {
    padding: 20px 30px 20px;
    border-bottom: 0;
}

.features-sec .feature-card-bottom li:first-child {
    padding: 20px 30px 20px 0px;
}

.subscribe-sec input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.subscribe-sec label {
    display: flex;
}

.subscribe-sec input[type="radio"]:checked+label .subscribe-card {
    border: 1px solid var(--theme-color);
    box-shadow: 9.676px 11.207px 9px rgba(255, 126, 0, 0.26);
}

.subscribe-sec input[type="radio"]:checked+label .subscribe-card:before {
    background-color: var(--theme-color);
}

.subscribe-sec input[type="radio"]:checked+label .subscribe-card .price {
    color: var(--theme-color);
}

.subscribe-sec input[type="radio"]:checked+label .subscribe-card .btn-secondary {
    background-color: var(--theme-color);
    color: var(--white);
    transition: all ease-in-out 0.4;
    -webkit-transition: all ease-in-out 0.4;
    -moz-transition: all ease-in-out 0.4;
    -ms-transition: all ease-in-out 0.4;
    -o-transition: all ease-in-out 0.4;
}

.subscribe-sec input[type="radio"]:checked+label .subscribe-card .btn-transparent {
    color: var(--theme-color);
}

.subscribe-sec input[type="radio"]:checked+label .subscribe-card .shape {
    border-right: 0;
}

.subscribe-sec input[type="radio"]:checked+label .subscribe-card:after {
    background: transparent;
}

/******** view-rates-one-page ********/
.view-rate-one .subscribe-card .shape {
    border-right: 0;
}

.view-rate-one .view-card-content {
    padding-left: 60px;
}

.view-rate-one .view-card-content .icon-wrp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.view-card-content .view-card-top-content span {
    display: block;
    font-size: 16px;
    margin: 10px 0px;
}

.view-card-content .view-card-top-content a {
    color: var(--theme-color);
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 20px;
}

.view-card-content .view-card-center-content p {
    margin: 5px 0px 20px;
}

.view-card-content .subtitle {
    margin-bottom: 5px;
}

.view-rate-one .view-map {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border: 1px solid var(--theme-color);
}

.view-rate-one .view-map iframe {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.view-corporate-sec {
    background-color: #fffbf7;
    padding-bottom: 80px;
}

.view-corporate-sec .corporate-wrp {
    padding-top: 100px;
    border-top: 1px solid var(--border-color);
}

.view-corporate-sec .section-title h2 {
    color: var(--black);
}

.view-corporate-sec .corporate-card-inner {
    background-color: var(--white);
}

.view-corporate-sec .corporate-card-inner h3 {
    color: var(--black);
}

.corporate-main-sec .corporate-card svg {
    height: 60px;
    width: 60px;
}

.view-corporate-sec .corporate-card {
    margin-bottom: 20px;
}

/******** view-rates-two-page ********/
.view-rate-two-sec .subscribe-card {
    margin-bottom: 40px;
    border: 1px solid var(--border-color);
    padding: 20px 30px;
}

.view-rate-two-sec .subscribe-card:after {
    display: none;
}

.view-rate-two-sec .subscribe-card .shape {
    border-right: 0;
    top: 90px;
}

.view-rate-two-sec .subscribe-card-top .btn-secondary {
    width: 100%;
}

.view-rate-two-sec {
    padding-bottom: 60px;
}

/******** profile-page ********/
/* .profile-sec {
    background-color: #fffbf7;
    padding-bottom: 80px;
}

.profile-sec .profile-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.profile-sec .profile-info li {
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 15px;
}

.profile-sec .profile-info li label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.profile-sec .profile-left-wrp .section-title {
    max-width: 80%;
    width: 100%;
}

.profile-sec .profile-left-wrp .btn-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
} */

/* .search-select select {
    display: none !important;
} */
.search-select .dropdown-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-bottom: 1px solid var(--white);
    cursor: pointer;
    display: block;
    color: var(--grey);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 25px 15px 0px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    appearance: none;
    padding: 20px 0px 5px 0px;
    border: 0;
    border-bottom: 1px solid var(--theme-color);
}

.search-select .dropdown-select:focus {
    background-color: #fff;
}

.search-select .dropdown-select:hover {
    background-color: #fff;
}

.search-select .dropdown-select:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 28px;
    background: url(../images/grey-dropdown.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: transform .3s linear, -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear, -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -moz-transition: transform .3s linear, -webkit-transform .3s linear;
    -ms-transition: transform .3s linear, -webkit-transform .3s linear;
}

.search-select .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.search-select .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.search-select .dropdown-select.open .option {
    cursor: pointer;
}

.search-select .dropdown-select.wide {
    width: 100%;

}

.search-select .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.search-select .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 1px 9px 23px rgb(0 0 0 / 75%);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
}

.search-select .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.search-select .dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}

.search-select .dropdown-select .dd-searchbox {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
}

.search-select .dropdown-select .list ul {
    padding: 0;
}

.search-select .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.search-select .dropdown-select .option:hover,
.search-select .dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.search-select .dropdown-select .option.selected {
    font-weight: 600;
    color: var(--black);
}

.search-select .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.search-select .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.search-select .dropdown-select a:hover {
    color: #666;
}

.search-select .search-select .nice-select {
    display: none;
}

.dropdown-select {
    display: none;
}

.search-select .nice-select {
    display: none;
}

/***********   prashant vekariya  *********/
/*********** my-profile page css  ********/
.my-profile-sec {
    padding-top: 20px;
}

.my-profile-sec .section-title h2 {
    font-weight: 500;
}

.my-profile-sec .tab-btn-div {
    background-color: #F7F7F7;
    padding: 15px;
    margin-bottom: 0;
    height: 100%;
}

.my-profile-sec .tab-btn-div ul li svg {
    width: 25px;
    height: 25px;
}

.my-profile-sec .tab-btn-div ul li a {
    gap: 10px;
    padding: 0;
}

.my-profile-sec .tab-btn-div ul {
    gap: 20px;
    flex-direction: column;
    align-items: start;
}

.my-profile-sec .tab-btn-div ul li a span {
    color: #A4A4A4;
    display: block;
    line-height: 1.2;
}

.my-profile-sec .tab-btn-div .active a svg path {
    fill: var(--theme-color);
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.my-profile-sec .tab-btn-div .active a span {
    color: var(--theme-color);
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.my-profile-sec .tab-section {
    padding-top: 0;
    padding-bottom: 0;
}

.my-profile-sec .tab-section,
.my-profile-sec .tabs-container {
    background-color: var(--white);
}

.profile-inner {
    flex-direction: column;
    padding-top: 40px;
}

.profile-inner .profile-img {
    max-width: 150px;
    margin: 0 auto;
    width: 100%;
    outline: 8px solid #FF7E0033;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
}

.profile-inner .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-inner .section-title {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.profile-inner .section-title p {
    font-weight: 500;
}

.profile-img .profile-icon label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -7px;
    right: -5px;
    width: 50px;
    height: 50px;
    background-color: var(--theme-color);
    border: 3px solid var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.profile-img .profile-icon label img {
    width: 20px;
    height: 20px;
}

.profile-from input::placeholder {
    color: var(--border-color);
}

.password-form input {
    padding: 10px 30px 10px 10px !important;
}

.vehicle-form input:not([type="date"]),
.password-form input:not([type="date"]),
.profile-from input:not([type="date"]) {
    border: 1px solid var(--border-color);
    color: var(--black);
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.vehicle-form .form-control:focus,
.password-form .form-control:focus,
.profile-from .form-control:focus {
    border-color: var(--theme-color);
}

.password-form .form-group label,
.profile-from .form-group label {
    margin-bottom: 8px;
}

.password-form .form-group,
.profile-from .form-group {
    margin-bottom: 20px;
}

.vehicle-form .btn-transparent,
.password-form .btn-transparent,
.profile-from .btn-transparent {
    margin-left: 10px;
}

.flight-detail-btn .btn,
.vehicle-form .btn,
.password-form .btn,
.profile-from .btn {
    width: 120px;
    gap: 15px;
}

.my-profile-page .header-style-one .main-navigationbar .menu-items-col .menu-right a {
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.my-profile-page .header-style-one .main-navigationbar .menu-items-col .menu-right a svg {
    width: 15px;
    height: 15px;
}

.password-icon {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--theme-color);
    outline: 8px solid #FF7E0033;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 15px;
    margin: 0 auto 15px;
}

.password-icon svg {
    width: 50px;
    height: 50px;
}

.wallet-inner,
.my-reservation-inner,
.password-inner {
    padding-top: 40px;
}

.password-inner .section-title {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 26px;
}

.password-box {
    position: relative;
}

.password-box .toggle-password-two,
.password-box .toggle-password-one,
.password-box .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.vehicle-inner .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vehicle-inner .section-title .vehicle-search-icon {
    background-color: var(--theme-color);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: none;
}

.vehicle-inner .section-title a {
    width: 45px;
    height: 45px;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.vehicle-inner .section-title a svg {
    width: 18px;
    height: 18px;
}

.vehicle-inner .section-title a svg path {
    fill: var(--white);
}

.vehicle-inner .section-title .vehicle-search-icon svg {
    width: 18px;
    height: 18px;
}

.vehicle-card {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 15px;
    box-shadow: 2.073px 9.327px 52.233px 3.109px rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}

.vehicle-card h3 {
    color: var(--theme-color);
    font-weight: 500;
}

.vehicle-card ul {
    margin-top: 20px;
}

.vehicle-card ul li span {
    width: 40%;
    font-size: 18px;
    color: #A4A4A4;
}

.vehicle-card ul li:not(:last-of-type) {
    margin-bottom: 10px;
    gap: 5px;
}

.vehicle-card ul li p {
    font-weight: 500;
    font-size: 16px;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.my-profile-sec .vehicle-inner .vehicle-card {
    margin-bottom: 20px;
}

.my-profile-sec .my-reservation-inner .resevation-card {
    background-color: #F7F7F7;
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
}

.my-profile-sec .my-reservation-inner .row .col-12 a {
    display: block;
}

.my-reservation-inner .resevation-price button {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
}

.my-reservation-inner .resevation-price p b {
    font-weight: 600;
    margin-bottom: 5px;
}

.my-reservation-inner .resevation-price span {
    color: var(--theme-color);
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.my-reservation-inner .Vehicle-info,
.my-reservation-inner .resevation-price {
    border-bottom: 1px solid #A4A4A4;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.my-reservation-inner .Vehicle-info li span {
    color: #A4A4A4;
    display: block;
}

.my-reservation-inner .details li p,
.my-reservation-inner .Vehicle-info li p {
    font-weight: 600;
}

.my-reservation-inner .Vehicle-info li {
    gap: 10px;
}

.my-reservation-inner .Vehicle-info li:not(:last-of-type) {
    margin-bottom: 5px;
}

.my-reservation-inner .details li span {
    width: 25%;
    color: #A4A4A4;
    display: block;
}

.my-reservation-inner .details li p {
    flex: 1;
}

.my-reservation-inner .details li b {
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 10px;
}

.my-reservation-inner .departure-details {
    margin-bottom: 20px;
}

.my-reservation-inner .details li {
    gap: 5px;
}

.vehicle-card-text button {
    border: none;
    background: transparent;
    padding: 0;
}

.pagination-row {
    margin-top: 15px;
}

.pagination-row ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.pagination-row ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-row ul .paginate-li a::after {
    content: '';
    position: absolute;
    right: -15px;
    width: 15px;
    height: 1px;
    background: linear-gradient(90deg, #FF7E00 0%, rgba(225, 225, 225, 0.00) 100%);
}

.pagination-row ul li:last-of-type a::after {
    display: none;
}

.pagination-row ul span {
    display: flex;
}

.pagination-row ul li a {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    display: flex;
    min-width: auto;
    font-weight: 600;
    border: 1px solid var(--border-color);
    color: var(--border-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pagination-row ul li:last-child a,
.pagination-row ul li:first-child a {
    border: none;
    width: auto;
    height: auto;
}

.pagination-row ul li a.active {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.pagination-row ul span a svg {
    height: 15px;
    width: 15px;
}

.wallet-top-wrp {
    padding: 25px;
    background-color: #FAFAFA;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.wallet-icon {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--theme-color);
    outline: 8px solid #FF7E0033;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wallet-title h3 {
    margin-bottom: 10px;
    font-weight: 500;
}

.wallet-title p {
    color: var(--border-color);
}

.wallet-top-wrp .wallet-text {
    flex: 1;
    gap: 10px;
}

.wallet-price li {
    gap: 10px;
}

.wallet-price li:not(:last-of-type) {
    margin-bottom: 10px;
}

.wallet-price li span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    flex: 1;
}

.wallet-price li p {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 16px;
    min-width: 25%;

}

.wallet-table {
    border: none;
    box-shadow: 0px 21px 42px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.wallet-table tr {
    display: table-row;
}

.wallet-table tr th {
    background-color: #FFEFDF;
    color: var(--theme-color);
    text-align: start;
    padding: 10px 20px;
    font-weight: 600;
    white-space: nowrap;
}

.wallet-table tr td {
    text-align: start;
    padding: 10px 20px;
    font-weight: 500;
    display: table-cell;
    white-space: nowrap;
}

.wallet-table tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.wallet-table tr td::before {
    display: none;
}

.wallet-table thead {
    overflow: visible;
    position: unset;
    height: 100%;
    width: 100%;
}

.table-responsive {
    overflow-x: auto;

}

/******** vehicle-popup css  *********/
.vehicle-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 3;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
}

.vehicle-popup.active {
    opacity: 1;
    visibility: visible;
}

.vehicle-wrapper {
    max-width: 900px;
    max-height: 90vh;
    width: 100%;
    margin: 0 auto;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.vehicle-wrapper .vehicle-wrapper-inner {
    overflow-y: auto;
    max-height: 90vh;
    padding: 30px 20px;
}

.vehicle-top-wrp {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.vehicle-top-wrp .section-title {
    flex: 1;
    max-width: 400px;
    width: 100%;
    margin-bottom: 0;
}

.vehicle-top-wrp .section-title p {
    margin-top: 10px;
}

.vehicle-top-wrp .section-title h2 {
    font-weight: 500;
}

.vehicle-popup .vehicle-icon {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--theme-color);
    outline: 8px solid #FF7E0033;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.vehicle-popup .vehicle-icon svg {
    width: 70px;
    height: 70px;
}


.vehicle-popup .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    z-index: 2;
}

.vehicle-dropdown {
    position: relative;
}

.vehicle-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    width: 100%;
    background-color: var(--white);
    padding: 15px;
    z-index: 2;
    box-shadow: 2.073px 9.327px 52.233px 3.109px rgba(0, 0, 0, 0.10);
    margin-top: 0;
    border-radius: 10px;
}

.vehicle-dropdown .dropdown-menu li a {
    min-width: 100%;
    padding: 0;
    font-size: 14px;
    color: var(--black);
}

.vehicle-popup .vehicle-wrapper .vehicle-wrapper-inner::-webkit-scrollbar {
    width: 6px;
}

.vehicle-popup .vehicle-wrapper .vehicle-wrapper-inner ::-webkit-scrollbar-track {
    background: rgb(197, 196, 196);
}

.vehicle-popup .vehicle-wrapper .vehicle-wrapper-inner::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

.profile-icon input {
    display: none;
}

.vehicle-form .dropdown-select {
    border: 1px solid var(--border-color);
    padding: 14px 25px 14px 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.vehicle-form .dropdown-select .open {
    border-color: var(--theme-color);
}

.vehicle-form .dropdown-select:after {
    background: url(../images/grey-dropdown.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 10px;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.vehicle-form label {
    margin-bottom: 8px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
}

.vehicle-form .dropdown-select.open {
    border-color: var(--theme-color);
}

.vehicle-form .dropdown-select.open:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.vehicle-form .form-group,
.vehicle-form .search-select {
    margin-bottom: 25px;
    position: relative;
}
.search-select .loader {
    position: absolute;
    bottom: 12%;
    z-index: 1;
    left: 50%;
    width: 25px;
    height: 25px;
    border-right:2px solid var(--theme-color) ;
}
.search-select .loader::before,
.search-select .loader::after{
    display: none;
}
.vehicle-form .form-group input::placeholder,
.vehicle-form .dropdown-select span {
    color: #A4A4A4;
}

.vehicle-form .search-select .select2 {
    width: 100%;
}

/****************************************************/
/************  my-resevation page css  ****************/
.my-resevation-sec {
    padding-top: 50px;
}

.resevation-date .date {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.resevation-date .date p {
    color: #A4A4A4;
}

.resevation-date .date span {
    font-weight: 600;
}

.user-detail {
    max-width: 150px;
    width: 100%;
}

.user-detail span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.resevation-date {
    margin-bottom: 10px;
}

.resevation-date .date:not(:last-of-type) {
    margin-bottom: 5px;
}

.user-detail p {
    margin-bottom: 5px;
    color: #A4A4A4;
}

.user-detail a {
    color: #A4A4A4;
}

.qr-code {
    margin-top: 15px;
    display: flex;
    justify-content: end;
}

.qr-code svg {
    width: 100px;
    height: 100px;
}

.vehicle-detail li:not(:last-of-type),
.return-detail li:not(:last-of-type),
.passenger-detail li:not(:last-of-type) {
    margin-bottom: 10px;
}

.vehicle-detail li b,
.return-detail li b,
.passenger-detail li b {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
}

.vehicle-detail li p,
.return-detail li p,
.passenger-detail li p {
    width: 45%;
    color: #A4A4A4;
}

.vehicle-detail li span,
.return-detail li span,
.passenger-detail li span {
    font-weight: 600;
    flex: 1;
}

.flight-detail {
    margin: 40px 0;
}

.my-resevation-sec h3 {
    background-color: #FFEFDF;
    padding: 10px 20px;
    font-size: 15px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.flight-detail ul>li {
    flex: 0 0 33.33%;
}

.flight-detail ul>li.vehicle-detail {
    text-align: end;
    flex: 0 0 230px;
    max-width: 230px;
}

.flight-detail ul>li.vehicle-detail ul li:first-of-type {
    text-align: left;
}

.flight-detail ul>li.vehicle-detail p {
    width: 50%;
}

.flight-detail ul>li.vehicle-detail span,
.flight-detail ul>li.vehicle-detail p {
    text-align: left;
}

.service-table tr th {
    background-color: transparent;
    font-weight: 600;
}

.service-table tbody tr td {
    font-weight: 600;
}

.service-table tbody tr td p {
    color: #A4A4A4;
    flex: 1;
    font-weight: 500;
}

.service-table tbody tr td span {
    width: 25%;
    display: block;
}

.table-two {
    margin-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #A4A4A4;
}

.table-two tbody tr:nth-child(1) td {
    background-color: #F7F7F7;
    padding: 10px 20px;
}

.table-two tbody tr td {
    background-color: var(--white);
}

.table-two tbody tr td {
    padding: 5px 0;
}

.resevation-tab .tabs-container {
    background-color: #f7f7f7;
}

.tab-section.resevation-tab {
    padding-top: 40px;
    background-color: var(--white);
}

.resevation-tab .tab-btn-div {
    padding: 0;
    margin-bottom: 30px;
    background-color: var(--white);
}

.tab-card-content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex: 1;
    height: 100%;
}

.tab-card-content h2 {
    font: var(--h5);
}

.tab-card-content span {
    color: #A4A4A4;
    margin-bottom: 15px;
    font-size: 14px;
}

.tab-card-content a {
    color: var(--theme-color);
    /* display: block; */
    font-weight: 500;
    text-decoration: underline;
}

.tab-card-content p {
    margin-top: 15px;
    color: #A4A4A4;
    font-size: 14px;
}

.tab-card-content p a {
    padding: 0 5px;
}

.resevation-tab .tab-btn-div ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-section.resevation-tab .tab-btn-div ul li a {
    padding: 12px 15px;
}

.resevation-tab ul li a {
    min-width: 160px;
    background-color: #f7f7f7;
    color: #000000;
    border-color: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.resevation-tab ul li.active a {
    background-color: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}

.resevation-tab .tab-card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.tab-card-image a {
    position: relative;
    padding-top: 55%;
    display: block;
    width: 100%;
}

.tab-card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-card .tab-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-card .tab-card-inner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-card .tab-card-inner a {
    height: 100%;
    width: 100%;
    display: block;
}

.resevation-tab .third-card .tab-card-inner {
    padding: 30px 15px;
    gap: 10px;
}

.resevation-tab .tab-content-info p,
.tab-content-info .subtitle {
    color: #A4A4A4;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.resevation-tab .tab-content-info p {
    margin-bottom: 0 !important;
}

.resevation-tab .tab-content-info .subtitle,
.resevation-tab .tab-content-info h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

.resevation-tab .third-card .tab-content-middle {
    margin: 0 auto;
    padding-right: 0;
    width: auto !important;
}

.resevation-tab .third-card .tab-content-bottom,
.resevation-tab .third-card .tab-content-top {
    gap: 10px;
}

.tab-content-info {
    flex: 1;
}

.tab-icon {
    width: 70px;
    height: 70px;
}

.tab-icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.resevation-tab #tab-11,
.resevation-tab #tab-10,
.resevation-tab #tab-9,
.resevation-tab #tab-8 {
    background-color: var(--white);
}

.resevation-tab .section-title h2 {
    color: #000000;
    font-weight: 600;
}

.resevation-tab .section-title p {
    color: #A4A4A4;
}

.resevation-tab .section-title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px;
}

.pro-description li {
    display: flex;
}

.pro-description li:not(:last-of-type) {
    margin-bottom: 20px;
}

.pro-description li .pro-icon img {
    width: 30px;
    height: 30px;
}

.pro-description li .pro-content {
    flex: 1;
    padding-left: 10px;
}

.pro-description li .pro-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    /* font: var(--h5); */
}

.pro-description li .pro-content p {
    color: #A4A4A4;
}

.pro-description {
    height: 100%;
}

.vehicle-drop-left {
    border-right: 1px solid #A4A4A4;
    padding-right: 30px;
}

.vehicle-drop-left h3 {
    margin-bottom: 15px;
    font: var(--h5);
}

.vehicle-drop-left ul {
    padding-left: 20px;
}

.vehicle-drop-left li {
    color: #A4A4A4;
    list-style: disc;
}

.vehicle-drop-left li:not(:last-of-type) {
    margin-bottom: 15px;
}

.vehicle-drop-right {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.vehicle-drop-right li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.vehicle-drop-right li svg {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.vehicle-drop-right li h4 {
    max-width: 145px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.vehicle-drop-right li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    right: -25px;
    width: 55px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--theme-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
}

.vehicle-drop-right li:nth-child(2)::after {
    opacity: .5;
}

.vehicle-drop-right li:nth-child(3)::after {
    opacity: .2;
}

.vehicle-drop-left p {
    color: #A4A4A4;
    margin-bottom: 15px;
}

.resevation-tab .service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--white);
    padding: 15px;
    z-index: 1;
}

.resevation-tab .service-image-wrapper {
    position: relative;
    padding-top: 65%;
}

.resevation-tab .service-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resevation-tab .service-content .service-content-top {
    margin-bottom: 15px;
}

.resevation-tab .service-content .service-content-top h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.resevation-tab .service-content .service-content-top p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resevation-tab .service-content .service-content-bottom a {
    color: var(--theme-color);
    text-decoration: underline;
}

.resevation-tab .service-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.990257740020752%, rgba(0, 0, 0, 1) 100%);
}

.second_tab_content.active {
    display: block;
}

.second_tab_content {
    display: none;
}

/* ============================================= */
/* !!!!             FOOTER CSS             !!!! */
/* ============================================= */
.site-footer {
    position: relative;
    /* z-index: 1; */
    padding: 80px 0 0px 0;
    color: var(--white);
    background: var(--third-color);
    border-top: 1px solid #f0f0f085;
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-logo-col h3 b {
    font-weight: 600;
    color: var(--theme-color);
}

.footer-logo-col .logo-col {
    margin-bottom: 20px;
    /* max-width: 130px; */
    /* width: 100%; */
}

.footer-widget h3,
.footer-widget h4 {
    margin-bottom: 20px;
}

.footer-widget h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.site-footer .footer-widget ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

.social-iocns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer .footer-social-link ul.social-iocns-list li {
    margin: 0 15px 0 0;
}

.social-iocns-list li a {
    height: 32px;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
}

.social-iocns-list li a svg {
    height: 16px;
    width: 16px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.social-iocns-list {
    margin-top: 24px;
}

.social-iocns-list li a svg path {
    fill: var(--white);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.site-footer .footer-widget ul li a {
    font-weight: 400;
    text-transform: capitalize;
}

.site-footer .footer-bottom {
    margin-top: 65px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(105, 71, 38, 1) 0%, rgba(188, 102, 17, 1) 50%) 1;
}

.site-footer .footer-bottom .footer-bottom-row {
    padding: 20px 0;
    gap: 15px;
}

.site-footer .footer-bottom .footer-bottom-row .footer-copyright p {
    font-size: 14px;
}

.site-footer .footer-bottom .footer-links ul {
    display: flex;
    align-items: center;
}

.site-footer .footer-bottom .footer-links li {
    line-height: 1;
}

.site-footer .footer-bottom .footer-links li a {
    text-transform: capitalize;
}

.site-footer .footer-bottom .footer-links li:not(:first-of-type) {
    padding-left: 15px;
}

.site-footer .footer-bottom .footer-links li:not(:last-of-type) {
    padding-right: 15px;
    border-right: 1px solid var(--white);
}

.site-footer .footer-row-menu ul {
    /* display: flex; */
    /* flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; */
}

.site-footer .footer-row-menu li {
    /* width: 100%; */
    /* max-width: 100%;
    flex: 0 0 50%; */
}

.site-footer .top-footer-left-col {
    justify-content: space-between;
}

.site-footer .footer-logo-col {
    max-width: 340px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
}

.site-footer .top-footer-right-col .footer-col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 120px;
}

/* ============================================= */
/* !!!!       DESKTOP HOVER CSS             !!!! */
/* ============================================= */
@media (hover: hover) {

    a:hover,
    a:focus {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .header-style-one .main-navigationbar .menu-items-col .main-nav>li.active>a:hover,
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li.active>a {
        color: var(--theme-color);
    }

    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover {
        background: var(--theme-color);
        color: var(--white);
        border-color: var(--theme-color);
    }

    .social-iocns-list li a:hover {
        background: var(--theme-color);
        margin: 0 !important;
    }

    .social-icons .social-ul li:hover {
        background: var(--border-color);
    }

    .footer-bottom .footer-links a:hover {
        text-decoration: underline;
    }

    .tabs .tab-link:hover {
        background-position: 100%;
        color: var(--white);
    }
}

/* register page css  */
.sign-in-sec .custom-checkbox-wrp label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sign-in-sec .custom-checkbox-wrp input {
    margin: 0;
}

.sign-in-sec .custom-checkbox-wrp {
    margin-bottom: 10px;
}

/* Header dropdown */
.header-style-one .announce-right .custom-country-select {
    position: relative;
}

.header-style-one .announce-right .dropdown {
    position: relative;
}

.header-style-one .announce-right .custom-country-select .list {
    position: absolute;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: 35px;
    width: max-content;
    z-index: -1;
    visibility: hidden;
    padding: 15px;
    border: 1px solid var(--theme-color);
    z-index: 99;
    border-radius: 10px;
}

.header-style-one .announce-right .dropdown.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.header-style-one .announce-right .dropdown .caption {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.header-style-one .announce-right .dropdown .caption img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.header-style-one .announce-right .custom-country-select .list .item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-style-one .announce-right .custom-country-select .list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.header-style-one .announce-right .custom-country-select .list .item img {
    height: 50px;
    width: 50px;
}

.header-style-one .announce-right .custom-country-select .list li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-style-one .announce-right .custom-country-select .list li a i {
    display: block;
}




/******** login-page ********/
.login-sec {
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}

.login-sec .login-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    object-fit: cover;
}

.login-sec .login-wrp {
    max-width: 40%;
    width: 100%;
    margin-left: auto;
    background-color: var(--white);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.login-sec .login-wrp .section-title p a {
    color: var(--theme-color);
}

.login-form input {
    padding: 12px 50px 12px 12px;
    border: 0px;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 1px 9px 23px rgb(0 0 0 / 11%);
}

.login-form input:focus {
    box-shadow: 1px 9px 23px rgb(0 0 0 / 11%);
}

.login-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.login-form .form-group .submit-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 15px;
    padding: 0;
    border: 0;
}

.login-form .form-group .submit-btn img {
    object-fit: cover;
    max-width: 25px;
    max-height: 25px;
}

.login-form .form-group .eye-icon {
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.login-form .form-group .fa-eye-slash::after {
    content: '';
    position: absolute;
    background-image: url(../images/show-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    height: 16px;
    width: 24px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.login-sec .login-form .form-group .eye-icon.show svg {
    display: none;
}

.login-wrp .forget-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 25px;
}

.login-wrp .forget-wrp .checkbox-custom label {
    color: var(--black);
}

.login-wrp .forget-wrp .checkbox-custom label:before {
    background: transparent;
    border: 1px solid var(--black);
}

.login-wrp .forget-wrp .checkbox-custom input:checked+label:after {
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.login-wrp .forget-wrp .btn-transparent {
    border: 0;
}

.login-wrp .forget-wrp .btn-transparent:hover {
    color: grey;
    background: transparent;
}

.login-wrp .login-btn {
    width: 100%;
    margin-bottom: 25px;
}

.login-wrp .social-icon {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 15px 0px;
}

.login-wrp .social-icon li a {
    display: block;
}

.login-wrp .social-icon li a img {
    min-height: 30px;
    min-width: 30px;
    object-fit: cover;
}

.login-wrp .login-bottom span a {
    color: var(--theme-color);
}

/* Register */
.login-wrp .reg-forget {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.login-wrp .reg-forget .checkbox-custom label {
    color: var(--black);
}

.login-wrp .reg-forget .checkbox-custom label:before {
    background: transparent;
    border: 1px solid var(--black);
}

.login-wrp .reg-forget .checkbox-custom input:checked+label:after {
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.login-wrp .reg-forget .btn-transparent {
    border: 0;
}

.login-wrp .reg-forget .btn-transparent:hover {
    color: grey;
    background: transparent;
}

/******** forgot-password-section ********/
.forgot-pass-sec,
.password-second-sec {
    margin-top: 20px;
    background-color: #fffcf7;
}

.forgot-pass-sec .forgot-left,
.password-second-sec .pass-second-left {
    max-width: 45%;
    width: 100%;
    align-items: unset;
    padding: 120px 100px 120px 0px;
}

.forgot-pass-sec .forgot-right,
.password-second-sec .pass-second-right {
    max-width: 55%;
    width: 100%;
}

.forgot-pass-sec .forgot-pass-form .form-group input {
    border: 1px solid var(--theme-color);
    padding: 15px 50px 15px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.forgot-pass-sec .forgot-pass-form .forgot-form-bottom .forgot-btn,
.password-second-sec .second-pass-form .forgot-form-bottom .save-btn {
    width: 100%;
    margin-bottom: 15px;
}

.forgot-pass-sec .forgot-pass-form .back-login svg {
    width: auto;
}

.forgot-pass-sec .forgot-pass-form .back-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.forgot-pass-sec .forgot-left .forgot-detail,
.password-second-sec .pass-second-left .password-detail {
    margin-bottom: 20px;
}

/* Email verification */
.email-sec {
    background-color: #fffbf7;
}

.header-inner .menu-items-col .custom-country-select {
    margin-left: 20px;
}

.header-inner .menu-items-col .email-user {
    margin-left: 120px;
}

.email-sec .section-title h2 {
    color: var(--black);
}

.email-sec .email-inner {
    flex-direction: column;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.email-sec .mail-detail {
    margin-bottom: 20px;
    font-weight: 500;
}

.email-sec .mail-resend {
    font-weight: 500;
}

.email-sec .mail-detail a {
    text-decoration: underline;
    font-weight: 600;
}

.email-sec .mail-resend a {
    color: var(--theme-color);
    text-decoration: underline;
    font-weight: 600;
}

.email-btn-wrp {
    margin-bottom: 20px;
}

.email-sec .email-icon {
    padding: 45px;
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 15px;
}

/******** password-second-section ********/

.forgot-pass-sec,
.password-second-sec {
    margin-top: 20px;
    background-color: #fffcf7;
}

.forgot-pass-sec .forgot-left,
.password-second-sec .pass-second-left {
    max-width: 45%;
    width: 100%;
    align-items: unset;
    padding: 120px 100px 120px 0px;
}

.forgot-pass-sec .forgot-right,
.password-second-sec .pass-second-right {
    max-width: 55%;
    width: 100%;
}

.forgot-pass-sec .forgot-pass-form .form-group input {
    border: 1px solid var(--theme-color);
    padding: 15px 50px 15px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.forgot-pass-sec .forgot-pass-form .forgot-form-bottom .forgot-btn,
.password-second-sec .second-pass-form .forgot-form-bottom .save-btn {
    width: 100%;
    margin-bottom: 15px;
}

.forgot-pass-sec .forgot-pass-form .back-login svg {
    width: auto;
}

.forgot-pass-sec .forgot-pass-form .back-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.forgot-pass-sec .forgot-left .forgot-detail,
.password-second-sec .pass-second-left .password-detail {
    margin-bottom: 20px;
}

/******** password-second-section ********/
.password-second-sec .second-pass-form .form-group input {
    border: none;
    filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.13));
    padding: 15px 65px 15px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.password-second-sec .second-pass-form .form-group {
    margin-bottom: 30px;
}


.second-pass-form .form-group .eye-icon {
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.second-pass-form .form-group .fa-eye-slash::after {
    content: '';
    position: absolute;
    background-image: url(../images/show-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    height: 16px;
    width: 24px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.password-second-sec .second-pass-form .form-group .eye-icon.show svg {
    display: none;
}

/* header */
/**************************************  */
.menu-right .select-dropdown {
    position: relative;
}

.menu-right .select-dropdown .dropdown {
    display: flex;
}

.menu-right .select-dropdown .caption {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.menu-right .select-dropdown .caption img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu-right .select-dropdown .caption span {
    display: block;
    font-size: 16px;
}

.menu-right .select-dropdown .list span {
    display: block;
    font-size: 16px;
}

.menu-right .select-dropdown .list .item:not(:last-of-type) {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.menu-right .select-dropdown .list {
    position: absolute;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: 40px;
    width: 130px;
    z-index: -1;
    visibility: hidden;
    padding: 8px;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    z-index: 99;
    right: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.menu-right .select-dropdown .list .item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-right .select-dropdown .open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.site-header .menu-right .profile-header a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subscribe-booking-section {
    padding: 50px 0;
}

.subscribe-booking-section .booking {
    padding: 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.subscribe-booking-section .booking .book-now-btn {
    display: flex;
    align-items: center;
}

.subscribe-booking-section .booking .book-now-btn .btn {
    width: 150px;
    padding: 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.subscribe-booking-section .booking-box {
    display: flex;
    align-items: start;
    gap: 15px;
    max-width: 240px;
    width: 100%;
    border-right: 1px solid #A4A4A4;
}

.subscribe-booking-section .booking-box .book-text {
    flex: 1;
}

.subscribe-booking-section .booking-icon {
    background-color: var(--theme-color);
    width: 25px;
    height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-booking-section .booking-icon svg {
    width: 14px;
    height: 14px;
}

.subscribe-booking-section .booking-box .book-text p {
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 500;
}

.subscribe-booking-section .booking-box .book-text h2 {
    margin-bottom: 5px;
    font-weight: 600;
}

.subscribe-booking-section .booking-box .book-text span {
    color: #A4A4A4;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.search-select .dropdown-select:hover {
    background-color: transparent;
}

.subscribe-card-sec .subscribe-card::before {
    display: none;
}

.subscribe-card-sec .subscribe-card {
    display: flex;
    width: 100%;
    height: 100%;
}

.subscribe-card-sec .subscribe-card .subscribe-card-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    box-shadow: 0px 21px 42px 0px rgba(0, 0, 0, 0.08);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid var(--white);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.subscribe-card-sec .subscribe-card:hover .subscribe-card-inner {
    border-color: var(--theme-color);
}

.subscribe-card-sec .subscribe-card .subscribe-content-top {
    padding-bottom: 20px;
    height: 100%;
    flex: 1;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top h2 {
    background-color: var(--theme-color);
    color: var(--white);
    font-weight: 600;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .price {
    margin: -35px auto 30px;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .price-number {
    background-color: var(--white);
    width: 90px;
    height: 90px;
    box-shadow: 0px 21px 42px 0px rgba(0, 0, 0, 0.08);
    color: var(--theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .price .line-left {
    width: 60px;
    height: 2px;
    background-color: var(--theme-color);
    position: relative;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .price .line-left::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .price .line-right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .price .line-right {
    position: relative;
    width: 60px;
    height: 2px;
    background-color: var(--theme-color);
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .price h3 {
    font-weight: 600;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .dic-price {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .dic-price span {
    color: var(--theme-color);
    font-weight: 500;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top .price-text {
    text-align: center;
    color: #A4A4A4;
    display: block;
    margin-bottom: 15px;
}

.subscribe-card-sec .subscribe-card .subscribe-content-top p {
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.subscribe-card-sec .subscribe-card .subscribe-content-bottom {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.subscribe-card-sec .subscribe-card .subscribe-content-bottom button {
    width: 155px;
    margin: 0 auto;
    font-weight: 500;
    padding: 14px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    gap: 15px;
}

.subscribe-card-sec .subscribe-card .subscribe-content-bottom .btn-link {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: var(--theme-color);
    padding: 0;
    width: auto;
    display: flex;
    justify-content: center;
}

.subscribe-card-sec .view-details-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #A4A4A4;
    margin-bottom: 25px;
    gap: 20px;

}

.view-details-top .view-details-tab-top {
    text-align: right;
}

.view-details-left {
    padding: 20px 0 20px 20px;
    height: 100%;
}

.view-details-tab{
    position: relative;
    margin-top: 80px;
    background-color: #F7F7F7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.view-details-tab .view-details-top .view-details-tab-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.view-details-tab .view-details-top .view-details-tab-middle .tab-icon {
    width: 70px;
    height: 70px;
}

.view-details-tab .view-details-top .view-details-tab-middle .tab-icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.view-details-tab .view-details-top .subtitle {
    color: #A4A4A4;
    margin-bottom: 15px;
}

.view-details-tab .view-details-top h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.view-details-tab .view-details-top p {
    color: #A4A4A4;
    font-weight: 500;
}

.view-details-tab .view-details-bottom h3 {
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 25px;
}

.view-details-right a {
    width: 100%;
    height: 100%;
    display: block;
}

.view-details-right a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-description li .pro-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.view-details-right {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    height: 100%;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.view-details-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-details-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17.755858600139618%, rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    height: 100%;
}

.view-details-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    color: var(--white);
    z-index: 2;
}

.view-details-content .view-content-top h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

.view-details-content .view-content-top p {
    margin-bottom: 15px;
}

.view-content-bottom a {
    text-decoration: underline;
    color: var(--theme-color);
}

/******   login and sign popup  css  ********/
.sign-up-popup,
.login-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 3;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
}

.sign-up-popup.active,
.login-popup.active {
    opacity: 1;
    visibility: visible;
}

.sign-up-wrapper,
.login-wrapper {
    max-width: 500px;
    max-height: 90vh;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);

}

.sign-up-wrapper .sign-wrapper-inner,
.login-wrapper .login-wrapper-inner {
    background-color: var(--white);
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sign-up-wrapper .sign-wrapper-inner .sign-wrp-inner,
.login-wrapper .login-wrapper-inner .login-wrp-inner {
    overflow-y: auto;
    max-height: 90vh;
    padding: 70px 60px;
}

.sign-up-wrapper .sign-wrapper-inner .section-title h2,
.login-wrapper .login-wrapper-inner .section-title h2 {
    font-weight: 600;
}

.sign-up-wrapper .sign-wrapper-inner .section-title p,
.login-wrapper .login-wrapper-inner .section-title p {
    color: #A4A4A4;
    padding-bottom: 25px;
    border-bottom: 1px solid #A4A4A4;
}

.sign-wrapper-inner .form-group svg,
.login-wrapper-inner .form-group svg {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.sign-wrp-inner::-webkit-scrollbar,
.login-wrp-inner::-webkit-scrollbar {
    width: 6px;
}

.sign-wrp-inner::-webkit-scrollbar-track,
.login-wrp-inner::-webkit-scrollbar-track {
    background: rgb(197, 196, 196);
}

.sign-wrp-inner::-webkit-scrollbar-thumb,
.login-wrp-inner::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

.sign-wrapper-inner .forget-wrp,
.login-wrapper-inner .forget-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.login-wrapper-inner .forget-wrp .btn-transparent {
    border: 0;
    color: var(--theme-color);
    font-weight: 500;
}

.login-wrapper-inner .forget-wrp .btn-transparent:hover {
    color: var(--theme-color);
    background: transparent;
}

.sign-wrapper-inner .forget-wrp .checkbox-custom label,
.login-wrapper-inner .forget-wrp .checkbox-custom label {
    color: var(--black);
    font-weight: 500;
}

.sign-wrapper-inner .sign-btn,
.login-wrapper-inner .login-btn {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 25px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sign-wrapper-inner .sign-form .password-box input,
.login-wrapper-inner .login-form .password-box input {
    padding: 12px 30px 12px 12px;
}

.sign-wrapper-inner .sign-form input,
.login-wrapper-inner .login-form input {
    border: 1px solid #a4a4a4;
    color: var(--black);
    box-shadow: none;
    padding: 12px 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sign-wrapper-inner .sign-form input::placeholder,
.login-wrapper-inner .login-form input::placeholder {
    color: #A4A4A4;
}

.sign-wrapper-inner .forget-wrp .checkbox-custom label:before,
.login-wrapper-inner .forget-wrp .checkbox-custom label:before {
    background: transparent;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.sign-wrapper-inner .forget-wrp .checkbox-custom input:checked+label:after,
.login-wrapper-inner .forget-wrp .checkbox-custom input:checked+label:after {
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.sign-wrapper-inner .sing-bottom span,
.login-wrapper-inner .login-bottom span {
    font-weight: 500;
}

.sign-wrapper-inner .sing-bottom span a,
.login-wrapper-inner .login-bottom span a {
    color: var(--theme-color);
    font-weight: 500;
}

.sign-up-popup .close-btn,
.login-popup .close-btn {
    position: unset;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: var(--white);
    border-radius: 8px;
    margin-bottom: 11px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.close-btn svg {
    width: 18px;
    height: 18px;
}

.sign-form .form-control:focus,
.login-form .form-control:focus {
    border-color: var(--theme-color);
}

.sign-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

/********* reserve-parking-section css *******/
.booking .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none !important;
    padding: 5px 0 !important;

}

.booking .select2-container {
    border-bottom: 1px solid var(--white);
}

.booking .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--white);
}

.booking .select2-container--default .select2-selection--single::after {
    background-image: url(../images/angle-down-small-white.svg);
    background-size: 20px;
    width: 18px;
    height: 18px;
}

/*********  vehicle page css  start *********/
.vehicle-detail-sec {
    padding-bottom: 50px;
}

.flight-detail-sec .vehicle-form {
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 25px;
}

.vehicle-detail-sec .vehicle-form {
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 60px 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.flight-detail-btn,
.vehicle-detail-btn {
    text-align: end;
}

.vehicle-detail-sec .section-title h2,
.flight-detail-sec .section-title h2 {
    font-weight: 500;
}

.vehicle-detail-sec .vehicle-form .form-group input,
.flight-detail-sec .vehicle-form .form-group input {
    background-color: transparent;
}

.flight-detail-sec .vehicle-form .search-select input{
    background: transparent!important;
}

.flight-detail-sec .vehicle-form h3 {
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.vehicle-detail-sec .vehicle-form .btn,
.flight-detail-sec .btn {
    padding: 13px 0;
}

.vehicle-detail-sec .vehicle-box input {
    display: none;
}

.vehicle-detail-sec .vehicle-inner .vehicle-card {
    margin-bottom: 20px;
    border: 1px solid #ff7e00;
    box-shadow: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    cursor: pointer;
}

.vehicle-detail-sec label .vehicle-card .vehicle-dropdown svg path {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.vehicle-detail-sec input[type=radio]:checked~label .vehicle-card .check {
    outline-color: var(--white);
    background-color: var(--white);
    outline-offset: 3px;
}

.vehicle-detail-sec input[type=radio]:checked~label .vehicle-card .vehicle-dropdown svg path {
    fill: var(--white);
}

.vehicle-detail-sec input[type=radio]:checked~label .vehicle-card .vehicle-card-text {
    border-color: var(--white);
}

.vehicle-detail-sec input[type=radio]:checked~label .vehicle-card .vehicle-text h3,
.vehicle-detail-sec input[type=radio]:checked~label .vehicle-card ul li span {
    color: var(--white);
}

.vehicle-detail-sec .vehicle-box input[type=radio]:checked+label .vehicle-card {
    background-color: var(--theme-color);
    color: var(--white);
}

.vehicle-box {
    border-radius: 10px;
    padding: 25px;
    background-color: #F7F7F7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}

.vehicle-box .vehicle-card-text {
    padding-bottom: 20px;
    border-bottom: 2px solid var(--theme-color);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.vehicle-box .vehicle-card-text h3 {
    position: relative;
    padding-left: 20px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.vehicle-box .check {
    max-width: 20px;
    height: 20px;
    width: 100%;
    border-radius: 50%;
    background-color: var(--white);
    outline: 3px solid var(--theme-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
}

.vehicle-text {
    flex: 1;
}

.service-tab-sec .section-title h2,
.payment-details-sec .section-title h2 {
    font-weight: 500;
}

.service-tab-sec ul.tabs {
    justify-content: space-around;
}

.service-tab-box label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-tab-sec ul li a {
    background-color: transparent;
    color: black;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service-tab-sec ul li a:hover {
    border: 1px solid transparent;
    background-color: transparent;
}

.service-tab-sec ul li.active a {
    background-color: var(--theme-color);
    color: var(--white);
}

.first-checkbox label {
    padding-left: 0;
}

.first-checkbox .dec-row {
    padding-left: 30px;
}

.service-tab-box .dec-row {
    gap: 10px;
}

.service-tab-sec .tabs-wrapper {
    background-color: #f7f7f7;
    padding: 25px 15px 25px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.service-tab-sec .tab-btn-div {
    margin-bottom: 30px;
}

.service-tab-box label span {
    display: block;
    color: var(--black);
    font-weight: 600;
}

.service-tab-box {
    padding: 25px;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 15px;
}

.service-tab-box .checkbox-custom label:before {
    background: #E7E7E7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.service-tab-box .checkbox-custom input:checked+label:after {
    top: 3px;
    transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
}

.service-tab-box .dec p {
    color: #A4A4A4;
}

.service-tab-box .dec {
    margin-top: 15px;
}

.service-tab-sec .tabs-container .tab-content {
    height: 450px;
    overflow-y: auto;
    padding-right: 10px;
}

.service-tab-sec .tabs-container .tab-content::-webkit-scrollbar {
    width: 6px;
}

.service-tab-sec .tabs-container .tab-content::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 5px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service-tab-sec .tab-section {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.service-tab-sec .tab-section .tabs-container {
    padding: 0;
}

.service-tab-sec {
    padding-bottom: 50px;
}

.wallet {
    background-color: var(--theme-color);
    color: var(--white);
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 50px;
}

.wallet label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
}

.wallet label h3 {
    font-weight: 500;
}

.wallet label a {
    background-color: var(--white);
    padding: 7px;
    width: 120px;
    color: var(--theme-color);
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.wallet label a:hover {
    color: var(--theme-color);
    border-color: var(--white);
}

.wallet .checkbox-custom label:before {
    background: var(--white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px;
}

.wallet .checkbox-custom input:checked+label:before {
    background-color: var(--white);
}

.wallet .checkbox-custom input:checked+label:after {
    border-color: var(--theme-color);
    height: 12px;
    left: 8px;
}

.details-title {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--theme-color);
    padding: 25px 30px;
}

.details-title h4 {
    font-weight: 500;
    color: var(--white);
}

.details-title svg {
    width: 20px;
    height: 20px;
}

.details-title .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.details-box {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.details-dec {
    background-color: #F7F7F7;
    padding: 25px;
    height: 100%;
}

.details-dec li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.details-dec li:not(:last-of-type) {
    margin-bottom: 10px;
}

.details-dec li span {
    width: 40%;
    font-size: 18px;
    color: #A4A4A4;
    display: block;
}

.details-dec li p {
    flex: 1;
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.price-details li:last-of-type {
    border-top: 1px solid #A4A4A4;
    padding-top: 10px;
}

.price-details li:last-of-type p,
.price-details li:last-of-type span {
    color: var(--theme-color);
}

.price-details-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.details-title a {
    color: var(--white);
    text-decoration: underline;
    font-weight: 500;
}

.payment-details-sec {
    padding-bottom: 50px;
}

.details-price {
    padding-bottom: 50px;
    border-bottom: 1px solid #A4A4A4;
}

.payment-sec .section-title h2 {
    font-weight: 500;
}

.payment-sec label {
    display: block;
    position: relative;
}

.payment-sec label .check {
    display: flex;
    outline: 3px solid #AAAAAA;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin: 0 0 0 auto;
    z-index: 5;
    transition: all ease-in-out .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.payment-sec label input[type=radio]:checked~.card .check {
    outline-color: var(--white);
    background-color: var(--white);
    outline-offset: 3px;
}

.payment-sec label .card {
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #a4a4a4;
    padding: 15px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.payment-sec label input[type=radio]:checked+.card {
    background-color: var(--theme-color);
    color: var(--white);
}

.payment-sec label .card svg path {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.payment-sec label input[type=radio]:checked+.card svg path {
    fill: var(--white);
}

.payment-sec label input {
    display: none;
    position: relative;
}

.payment-sec .card-icon svg {
    width: 35px;
    height: 35px;
}

.payment-sec .card-icon {
    margin-bottom: 15px;
}

.payment-sec .card h3 {
    margin-bottom: 15px;
    font-weight: 500;
}

.payment-sec .row .col-12 {
    margin-bottom: 15px;
}

.card-number {
    padding: 0 15px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    gap: 10px;
    border: 1px solid #B6B6B6;
    display: flex;
    align-items: center;
    height: 40px;
}

.card-number .form-control {
    padding: 0;
    border-bottom: none;
}

.card-number h5 {
    font-weight: 500;
}

.payment-sec .submit-btn {
    width: 100%;
    text-align: end;
}

.payment-sec .submit-btn .btn {
    width: 134px;
    padding: 12px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    gap: 15px;
}

.card-number .card-text p {
    color: #A4A4A4;
}

/*******  */

.view-details-right iframe {
    width: 100%;
    height: 100%;
}

.view-details-left .tab-image {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 15px;
}

.view-details-left .tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/********  loader css  ****  */

.loader {
    border-right: .1em solid currentcolor;
    border-radius: 100%;
    animation: loader 800ms linear infinite;
    -webkit-animation: loader 800ms linear infinite;
    display: none;
}

.loader.active {
    display: block;
}

.loader::after {
    width: 9.6px;
    height: 9.6px;
    top: calc(50% - 4.8px);
    left: calc(50% - 4.8px);
    border: 0;
    border-right: .05em solid currentcolor;
    animation: none;
    animation: loader 800ms linear infinite;
    -webkit-animation: loader 800ms linear infinite;
}

.loader::before,
.loader::after {
    content: '';
    width: 12.8px;
    height: 12.8px;
    display: block;
    position: absolute;
    top: calc(50% - 6.4px);
    left: calc(50% - 6.4px);
    border-left: .08em solid currentcolor;
    border-radius: 100%;
    animation: loader 400ms linear infinite reverse;
    -webkit-animation: loader 400ms linear infinite reverse;
}

@keyframes loader {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.details-box {
    position: relative;
}

.details-box .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    width: 50px;
    height: 50px;
    border-right: 2px solid var(--theme-color);
}

.details-box .loader::before,
.details-box .loader::after {
    display: none;
}
.card-number {
    position: relative;
}
.card-number .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.location-main-sec .location-card .location-card-inner .location-card-image {
    position: relative;
    width: 100%;
    padding-top: 0%; /* Adjust the aspect ratio of the map container */
}

.location-main-sec .location-card .location-card-inner .location-card-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.final-total p,
.final-total span{
    color: var(--theme-color) !important;
}
.final-total{
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}
.wallet-checked li:last-of-type{
    border: none;
    padding-top: 0;
}

.location-section.tab-section .tab-btn-div {
    margin-bottom: 0;
}

.location-section .second_tab_wrapper .tab-btn-div {
    margin-bottom: 40px;
}
.location-section .tab-btn-div ul {
    gap: 20px;
}
.location-section .tab-section.resevation-tab {
    padding-bottom: 40px;
}
.location-section .resevation-tab .second_tab_content:not(:first-of-type) {
    padding: 30px;
}
