@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: "DM Sans", sans-serif;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */

    font: inherit;
    /* 2 */

    margin: 0;
    /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */

    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    box-sizing: content-box;
    /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

::-moz-selection {
    background-color: #46b298;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #46b298;
    color: #fff;
    text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif !important;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    display: block;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
}

p {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
}

/**************global css end*******/
#prelodaer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
}

.cta {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    padding: 12px 25px;
    border: 2px solid #F7B93A;
    background: #F7B93A;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    /* min-width: 140px; */
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* .cta:after {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
} */

.cta:hover {
    color: #f7b93a;
    background: transparent;
}

/* 
.cta:hover:after {
    left: 0;
    opacity: 1;
} */

.heading {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    line-height: 60px;
    position: relative;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

.heading>span {
    color: #F7B93A;
}

.subheading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
    line-height: 24px;
    position: relative;
}

.wow {
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/*===================scroll top=================== */
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 20px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 999999;
    color: #fff;
    text-align: center;
    background: #f7b93a;
    border: 1px solid #f7b93a;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    padding: 0;
}

.scroll-top.cta {
    min-width: 0;
}

.scroll-top:hover {
    color: #f7b93a;
    background: #fff;
    border: 1px solid #f7b93a;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
    box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 0.6);
}

.scroll-top.open {
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ================header================= */
.main_header {
    width: 100%;
    display: block;
    position: sticky;
    margin: 0;
    padding: 15px 0;
    background: #424952;
    border-bottom: 1px solid #ffffff24;
    top: 0;
    left: 0;
    z-index: 99;
    -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;
    transition: all 0.5s ease-in-out;
}

.main_header.sticky-header {
    position: fixed;
    background: #4e4f53;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}

.main_header .header_logo img {
    width: auto;
    height: 48px;
    display: block;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

.main_header .logo {
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.main_header .logo a {
    flex: 0 0 auto;
}

.main_header .logo a+a {
    padding-left: 10px;
    border-left: 1px solid #bababa;
}

.main_header .logo img {
    max-height: 60px;
}

.main_header .navigation_sec {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/*========================= Start navigation ==================*/
.navigation_sec .nav_sec {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.navigation_sec .nav_sec>ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}

.navigation_sec .nav_sec>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}

.navigation_sec .nav_sec>ul>li+li {
    margin-left: 35px;
}

.navigation_sec .nav_sec>ul>li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.navigation_sec .nav_sec ul li:hover>a {
    color: #f7b93a;
}

.navigation_sec .nav_sec ul li.active>a {
    color: #f7b93a;
}

.navigation_sec .arw-nav {
    position: absolute;
    right: -20px;
    width: 14px;
    height: 14px;
    top: 5px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/chevron.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: cover;
}

.navigation_sec ul>li:hover>.arw-nav {
    transform: rotate(180deg);
}

.navigation_sec .nav_sec ul li ul {
    width: 250px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.navigation_sec .nav_sec ul li ul li ul {
    top: 50%;
    left: 100%;
    right: auto;
}

.navigation_sec .nav_sec>ul>li:hover>ul {
    display: block;
}

.navigation_sec .nav_sec ul li ul li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.navigation_sec .nav_sec ul li ul li .arw-nav {
    right: 10px;
    top: 10px;
}

.navigation_sec ul>li>ul>li:hover>.arw-nav {
    transform: rotate(180deg);
}

.navigation_sec .nav_sec>ul>li>ul>li:hover>ul {
    display: block;
}

.navigation_sec .nav_sec ul li ul li+li {
    border-top: 1px solid #F7B93A;
}

.navigation_sec .nav_sec ul>li>ul>li>ul>li>a,
.navigation_sec .nav_sec ul>li>ul>li>a {
    margin: 0;
    padding: 10px 10px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: left;
}

.navigation_sec .nav_sec>ul>li>ul>li>ul>li:hover>a,
.navigation_sec .nav_sec>ul>li>ul>li:hover>a {
    color: #fff;
    background: #F7B93A;
}

span.toggle-menu {
    display: none;
}

.nav_sec li.active {
    background: #F7B93A;
    border-radius: 23px;
    padding: 6px 15px !important;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.nav_sec .about_list li.active a {
    color: #fff !important;
}


/* ================banner================== */
.main_banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* padding: 155px 0 120px; */
    min-height: 100vh;
    align-content: center;
    z-index: 1;
    background-color: #062E39;
}

.main_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #091C33 0%, #091c3357 59%, #070c1247 100%);
    ;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.section-title {
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

/* .section-title span{
    color: #f7b93a;
} */
.eachService {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.banner_content h1 {
    font-size: 52px;
    line-height: 66px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding-bottom: 50px;
    position: relative;
}

.banner_content h1::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background: #f7b93a;
    bottom: 30px;
    left: 0;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.banner_content p {
    color: #fff;
    text-align: left;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    max-width: 440px;
    margin: 0 0 50px;
    font-family: "DM Sans", sans-serif;
}

/* ==========about=========== */
.aboutUs {
    position: relative;
    padding: 100px 0 0;
}

.aboutUs .row {
    --bs-gutter-y: 30px;
}

.aboutUs .aboutUs_content .heading {
    margin-bottom: 25px;
}

.aboutUs .aboutUs_content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}

.aboutUs img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* ==========about end=========== */
/* ==========service=========== */
.service {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    z-index: 1;
}

.service .heading {
    text-align: center;
    margin-bottom: 40px;
}

.service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 71%) 40%, rgb(255 255 255 / 0%) 100%);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.service_box {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.service_content {
    position: relative;
    padding: 20px 30px;
}

.service_content::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #f7b93a;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.service_content h3 {
    font-size: 28px;
    line-height: 32px;
    color: #f7b93a;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.service_content span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;

}

.service_content p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.service_content p>span {
    font-weight: 600;
    display: block;
    margin: 0;

}

.viewMore {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline !important;
    color: #E99C03;
    margin-bottom: 15px;
}

.viewMore:hover {
    color: #000;
}



.eachBaggageDetails .modal-header {
    text-align: center;
    border: none;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 0;
    flex-direction: column;
    gap: 10px;
}

.eachBaggageDetails .modal-header h5 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #E6B657;
    padding-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.eachBaggageDetails .modal-header p {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #000;
}

.eachBaggageDetails .modal-header h5::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #E6B657;
    border-radius: 10px;
}

.eachBaggageDetails .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
}

.eachPriceList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

.eachPriceList:last-child {
    border-bottom: none;
}

.eachPriceList p {
    font-size: 16px;
    font-weight: 400;

}

.eachPriceList span {
    font-size: 12px;
    font-weight: 400;

}





/* ==========service end=========== */
/* ============whyChooseUs=========== */
.whyChooseUs {
    position: relative;
    padding: 70px 0;
}

.section_title {
    text-align: center;
    margin-bottom: 50px;
}

.choose_box {
    position: relative;
    text-align: center;
}

.choose_icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(247, 185, 58, 0.2);
}

.choose_icon img {
    width: 56px;
    height: 56px;
}

.choose_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.choose_box p span {
    color: #F7B93A;
}


/* =========getInTouch========== */
.getInTouch {
    position: relative;
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.getInTouch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 71%) 40%, rgb(255 255 255 / 0%) 100%);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.getInTouch_content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

/* =========== */
.form_banner {
    position: relative;
    padding: 100px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F3F3F3;
    background-attachment: fixed;
}

.multistepForm {
    position: relative;
    background: #fff;
    border-radius: 20px;
    /* overflow: hidden; */
}

.step {
    display: none;
    padding: 20px 30px;
}

.step.active {
    display: block;
}

.step .row {
    --bs-gutter-y: 20px
}

.baggage_first .step .row {
    --bs-gutter-y: 0;
}

.baggage_first .eachInputWrap {
    margin-bottom: 15px;
}

.steps-indicator {
    display: flex;
    justify-content: space-around;
    /* margin-bottom: 40px; */
    padding: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.steps-indicator div {
    width: 100%;
    text-align: center;
}

.step-indicator span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    font-size: 16px;

    justify-content: center;
    z-index: 1;
    position: relative;
    align-items: center;
    background: #F0F0F0;
    font-weight: 600;
}

.steps-indicator .step-indicator h5 {
    font-size: 16px;
    color: #A4A4A4;
    font-weight: 600;
}

.steps-indicator .step-indicator.completed span,
.steps-indicator .step-indicator.active span {
    color: #000;
    background: #E6B657;
}

.steps-indicator .step-indicator.completed h5,
.steps-indicator .step-indicator.active h5 {
    color: #000;

}

/* .mainForm {
    padding: 20px 30px;
} */

.tabFilter {
    position: relative;
    /* margin-bottom: 30px; */
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 20px 30px;
}

.tabFilter ul {
    display: inline-flex;
    background-color: #EBEBEB;
    padding: 5px 10px;
    border-radius: 50px;
    gap: 20px;
    align-items: center;
    /* margin-bottom: 20px; */
}

.selectWay {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tabFilter ul li {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: transparent;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.tabFilter ul li.active {
    background: #F7B93A;
    color: #000;
}

.noteWrap {
    padding: 20px 30px;
}

.eachNote {
    padding: 15px;
    background: #F0F0F0;
    border-radius: 5px;
}

.eachNote p {
    font-size: 16px;
    font-weight: 600;
}

.eachNote ul {
    padding-left: 20px;
}

.eachNote ul li {
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
}

.form-row {
    margin-bottom: 10px;
}

.iti {
    width: 100%;
}

.steps-indicator .step-indicator {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
}

/* .error-message {
    color: red;
} */

/* .error {
    background: #ffcece;
} */

.steps-indicator .step-indicator::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 85px;
    background-color: #A4A4A4;
    z-index: 0;
    left: -95px;
    top: 20px;
}

.steps-indicator .step-indicator.completed::before,
.steps-indicator .step-indicator.active::before {
    background-color: #000;
}

.steps-indicator .step-indicator:first-child::before {
    display: none;
}

label {
    display: block;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400;
    margin-bottom: 5px;
}

.selectWay label {
    flex: 0 0 auto;
}

.eachInput {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    font-size: 16px;
    font-weight: 500;
}

.infoTooltip {
    position: relative;
    cursor: pointer;
    margin-left: 5px;
}

.infoTooltip i {
    color: #E6B657;
}

.tooltipText {
    visibility: hidden;
    width: 250px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4;
}

.baggage_first .tooltipText {
    min-width: 345px;
    font-size: 10px;
}

.infoTooltip:hover .tooltipText {
    visibility: visible;
}

/* .eachInput.error {
    background: rgb(248, 190, 190);
} */

.eachInput:focus {
    border: 1px solid #555;
    outline: navajowhite;
}

.btnWrap {
    display: flex;
    background-color: #E6B657;
    padding: 30px 20px 30px 18px;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 20px 20px;
}

.next-btn {
    padding: 5px 15px;
    border-radius: 20px;
    background: #fff;
    color: #E99C03;
    border: 2px solid #fff;
}

.back-btn {
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    background: #000;
    border: 2px solid #000;
}

.priceWrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.priceWrap p {
    font-size: 16px;
    color: #FF0000;
    font-weight: 600;
}

.priceLabel {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.priceValue {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    border: none;
}

.priceValue:focus {
    outline: none;
}

.priceTotal {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.viewCost a {
    color: #000;
    font-size: 16px;
    text-decoration: underline !important;
    font-weight: 500;
}

.viewCost span {
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

sup {
    color: #ff0000;
}

.viewCost span i {
    font-size: 14px;
    line-height: 14px;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.costBreakdownWrap {
    position: relative;
}

.costBreakdown p {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.costBreakdown p span {
    font-weight: 600;
    color: #000;
}

.costBreakdown {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 420px;
}

.costBreakdown tr td {
    font-size: 14px;
}

.costBreakdown.show {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.back-btn:hover,
.next-btn:hover {
    background: transparent;
    color: #fff;
}

.headingTitle {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

/* .towWayHotelToAirport .headingTitle,
.towWayAirportToHotel .headingTitle {
    margin: 0 30px 20px;
} */
.additionCheckbox {
    padding: 10px 30px;
}

.headingTitle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.headingTitle span {
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.saveEditWrap {
    margin: 20px 0 30px;
}

.saveBtn {
    border-radius: 40px;
    background-color: #0AC920;
    padding: 8px 20px;
    border: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.saveBtn img {
    width: 14px;
    height: 14px;
}

.cancelBtn {
    border-radius: 40px;
    background-color: #F00000;
    padding: 8px 20px;
    border: none;
    color: #fff;
}

.eachSummary .headingTitle .cta {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 20px;
}

.eachSummary .headingTitle .cta:hover {
    background: #fff;
}

.trip-edit .eachInputWrap,
.eachInformation {
    margin-bottom: 20px;
}

.eachInformation p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.customFileUpload {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border: 1px dashed #AAAAAA;
    border-radius: 8px;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
}

.fileUploadWrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border: 1px dashed #AAAAAA;
    border-radius: 8px;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
}

.termsList {
    position: relative;
    padding: 30px 0;
    /* border-top: 1px solid #d7d7d7; */
}

.airToHotelWrap {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.moreService {
    padding-top: 30px;
    padding-bottom: 30px;
}

.firstService.active .remarks,
.firstService.active .promo {
    display: none;
}

.termsList p {
    font-size: 16px;
    font-weight: 700;
}

.termsList ul {
    padding-left: 20px;
}

.termsList ul li {
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.termsList ul li a {
    color: #E99C03;
    text-decoration: underline !important;
}

.customCheckbox a {
    color: #E99C03;
    text-decoration: underline !important;
}

.termsList .eachInputWrap {
    margin-top: 10px;
}

.customCheckbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

.customCheckbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.customCheckbox .checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #aaa;
    /* custom border color */
    border-radius: 5px;
    box-sizing: border-box;
}

.customCheckbox .checkmark.disable {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.customCheckbox input[type="checkbox"]:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #E99C03;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.customCheckbox input[type="checkbox"]:disabled+.checkmark {
    background-color: #000;
    border-color: #000;
    cursor: not-allowed;
}

.customCheckbox input[type="checkbox"]:disabled+.checkmark::after {
    border-color: #fff;
}

.paymentSuccess {
    text-align: center;
    padding: 50px;
}

.paymentSuccessImage {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}

.paymentSuccess h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}

.paymentSuccess p {
    font-size: 18px;
    font-weight: 400;
    max-width: 850px;
    color: #000;
    margin: 0 auto 20px;
    font-family: "DM Sans", sans-serif;
}

.requestDetails {
    display: none;
}

.customFileUpload:hover {
    background-color: #f1f1f1;
}

.customFileUpload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.uploadIcon {
    font-weight: bold;
    color: #333;
}

.fileName {
    font-size: 14px;
    color: #666;
}

.customCheckbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
}

.customCheckbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #007bff;
    /* Modern browsers support this */
}

.eachSummary {
    position: relative;
    margin-bottom: 30px;
}

.summaryList {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.eachSummary h4 {
    font-size: 18px;
    display: inline-block;
    background: #f7b93a;
    padding: 5px 20px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
}



.summaryList ul li+li {
    margin-top: 10px;
}

/* ========================porter_service================== */
.porter_service {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    background-color: #f5f5f5;
}

.porter_service .section_title p {
    font-size: 18px;
}

.porter_service h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.porter_service_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.porter_service_box::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.5) 46%,
            rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    z-index: 0;

}

.porter_service_content {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
    width: 100%;
}

.porter_service_content h3 {
    font-size: 28px;
    line-height: 32px;
    color: #f7b93a;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.porter_service_content h3 a {
    color: inherit;
}

.porter_service_content h3 a:hover {
    color: #fff;
}

.porter_service_content p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}













/*=========== Footer css  ============*/

footer {
    background: linear-gradient(60deg, rgba(105, 111, 119, 1) 0%, rgba(67, 74, 83, 1) 100%);
    padding: 40px 0;
    color: #999;
}

.footerInfo h4 {
    color: #fff;
    font-size: 18px;
}

.footerInfo img {
    max-width: 200px;
}

.footerInfo p i {
    color: #fff;
    margin-right: 10px;
}

.footerLink {
    display: flex;
    /* align-items: center; */
    gap: 20px;
    justify-content: flex-end;
}

.footerLink span {
    font-size: 14px;
    color: #E6B657;
    font-weight: 700;
}

.footerLink .allMail p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.footerLink .allMail p a {
    color: #fff;

}

.footerLink a:hover {
    color: #f7b93a;
}

.footerLink a i {
    color: #f7b93a;
    margin-right: 5px;
}

.footerLink h4 {
    color: #fff;
    font-size: 18px;
}

.footerBottom {
    position: relative;
    padding: 30px 0 0;
    margin-top: 30px;
    border-top: 1px solid #ffffff30;
}

.footerMenu li {
    display: inline-block;
    margin-right: 20px;
}

.footerMenu li a {
    color: rgb(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.footerMenu li a:hover {
    color: #f7b93a;
}

.footerCopyright {
    text-align: right;
}

.footerCopyright p {
    text-align: right;
    color: rgb(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.input-groups {
    display: none;
    margin-top: 10px;
}

.name-fields {
    display: none;
    margin-top: 10px;
}

/* .error {
    color: #f00 !important;
} */

.time_picker {
    height: 40px;
    border-radius: 5px;
    padding: 0 10px !important;
    background: #fbfbfb4a !important;
    color: #fff !important;
    border: 1px solid #ddd !important;
}

.hide {
    display: none;
}



@media only screen and (max-width: 991px) {
    .main_header {
        padding: 12px 0;
    }

    .main_header .header_logo img {
        width: 100%;
        height: auto;
    }

    .main_header.sticky-header {
        padding: 12px 0;
    }

    /* .contact_btn .cta{
    display: none;
  } */

    span.toggle-menu img {
        float: left;
    }

    span.toggle-menu {
        width: auto;
        float: right;
        margin: 0;
        padding: 7px;
        display: block;
        cursor: pointer;
        background: #F7B93A;
        border-radius: 5px;
    }

    .navigation_sec .nav_sec {
        width: 280px;
        height: 100%;
        float: none;
        position: fixed;
        z-index: 999;
        top: 0;
        right: -100%;
        padding: 70px 0 0;
        background: #000;
        display: block;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    .navigation_sec .nav_sec.slidein {
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navigation_sec .nav_sec .cls-btn {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        background: url(../images/cross.png) no-repeat center;
    }

    .navigation_sec .nav_sec>ul {
        text-align: left;
    }

    .navigation_sec .nav_sec ul>li {
        display: block;
        padding-bottom: 0;
        width: 100%;
        margin: 0;
    }

    .navigation_sec .nav_sec ul>li+li {
        margin-left: 0;
    }

    .navigation_sec .nav_sec ul>li a {
        color: #fff;
        padding: 11px 15px;
        font-size: 15px;
        border-radius: 0;
        display: block;
    }

    .navigation_sec .nav_sec ul>li:hover>a,
    .navigation_sec .nav_sec ul>li.active>a {
        background: #F7B93A;
        color: #fff;
    }

    .navigation_sec .nav_sec img {
        display: inline-block;
        vertical-align: middle;
    }

    .navigation_sec .nav_sec i {
        float: left;
        font-style: normal;
        color: #fff;
        line-height: 30px;
        font-size: 21px;
        font-weight: 600;
    }

    .navigation_sec .nav_sec ul>li:hover ul {
        display: none;
    }

    .nav_sec li.active {
        background: none;
        border-radius: 23px;
        padding: 0 !important;
    }

    .navigation_sec .nav_sec ul>li ul {
        width: 100%;
        background: #424952;
        position: static;
        top: 100%;
        left: 0;
        text-align: left;
        display: none;
        border-radius: 0;
        padding: 0;
    }

    .navigation_sec .nav_sec ul li ul li+li {
        border-top: 1px solid #424952;
    }

    .navigation_sec .nav_sec ul li ul li a {
        padding: 6px 24px;
        color: #fff;
        font-size: 14px;
    }

    .navigation_sec .nav_sec ul ul>li:hover>a,
    .navigation_sec .nav_sec ul ul>li.active>a {
        background: #1bbde9;
        color: #fff;
    }

    .navigation_sec .nav_sec ul li .arw-nav {
        width: 40px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        cursor: pointer;
        background: url(../images/arw.png) no-repeat center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .navigation_sec .nav_sec ul li .arw-nav.actv {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navigation_sec .nav_sec>ul>li+li {
        margin-left: 0;
    }

    .navigation_sec .nav_sec>ul>li a {
        font-size: 16px;
    }

    .footerInfo img {
        max-width: 180px;
        margin-bottom: 30px;
    }

    .footerLink {
        flex-direction: column;
        gap: 10px;
    }

    .footerMenu {
        text-align: center;
    }

    .footerCopyright p {
        text-align: center;
    }

    .heading {
        font-size: 30px;
        line-height: 40px;
    }


    .section_title {
        margin-bottom: 15px;
    }

    .service_content h3,
    .porter_service_content h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .porter_service {
        padding: 40px 0;
    }

    .porter_service_content p {
        font-size: 16px;
    }

    .porter_service .row {
        --bs-gutter-y: 20px;
    }

    .aboutUs {
        padding: 50px 0 0;
    }

    .service {
        padding: 50px 0;
    }

    .whyChooseUs {
        padding: 40px 0;
    }


}

@media only screen and (max-width: 575px) {
    .choose_box {
        margin-bottom: 20px;
    }

    .choose_icon {
        width: 65px;
        height: 65px;
    }

    .choose_icon img {
        width: 37px;
        height: 37px;
    }

    .steps-indicator {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        padding: 20px;
    }

    .steps-indicator .step-indicator::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 2px;
        background-color: #A4A4A4;
        z-index: 0;
        left: 20px;
        top: -35px;
    }

    .btnWrap {
        flex-direction: column;
        gap: 20px;
        padding: 18px;
    }

    .next-btn {
        width: 100%;
    }

    .costBreakdown {
        left: 0;
        padding: 10px;
        min-width: 325px;
    }

    .costBreakdown tr td {
        font-size: 12px;
    }

    label {
        font-size: 14px;
    }

    .form_banner {
        padding: 50px 0;
    }

    .eachInput {
        padding: 6px 10px;
        font-size: 14px;
    }

    .step .row {
        --bs-gutter-y: 10px;
    }

    .step {
        display: none;
        padding: 20px 20px;
    }

    .customCheckbox {
        font-size: 14px;
        display: block;
    }

    .paymentSuccess h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .paymentSuccess p {
        font-size: 14px;
        margin: 0 auto 10px;
    }

    .priceDetails {
        width: 100%;
    }

    .uploadIcon {
        font-size: 12px;
    }

    .priceTotal {
        font-size: 24px;
    }

    .priceWrap {
        justify-content: space-between;
    }

    .viewCost span {
        width: 18px;
        height: 18px;
    }

    .viewCost span i {
        font-size: 10px;
        line-height: 10px;
    }
}


/* terms-conditions */

.terms-block:before {
    display: none;
}

.terms-conditions {
    color: #000;
    line-height: 1.8;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}

.terms-conditions ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.terms-conditions ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #212529;
}

.terms-conditions ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #F7B93A;
    font-size: 25px;
    top: -9px;
}

.terms-conditions hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 50px 0;
}

.terms-conditions p.text-muted {
    font-size: 14px;
    color: #555 !important;
    margin-top: 40px;
    text-align: justify;
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.terms-conditions h3 {
    font-size: 30px;
    color: #000;
    margin-top: 50px;
    margin-bottom: 20px;
    border-left: 5px solid #F7B93A;
    padding-left: 15px;
}

.terms-conditions h4 {
    font-size: 20px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.terms-conditions p {
    font-size: 16px;
    color: #000;
    margin-bottom: 16px;
    text-align: justify;
}

@media (max-width: 767px) {
    .terms-conditions {
        padding: 30px 15px;
    }

    .terms-conditions h3 {
        font-size: 26px;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .terms-conditions h4 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .terms-conditions p,
    .terms-conditions ul li {
        font-size: 14px;
    }

    .terms-conditions ul li::before {
        font-size: 18px;
        top: -3px;
    }

    .terms-conditions p.text-muted {
        font-size: 13px;
    }
}

/*.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
}*/
/* .ui-autocomplete {
    max-height: 200px;
    min-height: 40px;
    overflow-y: auto;
} */

.ui-autocomplete {
    max-height: calc(100vh - 550px);
    /* leaves some space at bottom */
    overflow-y: auto;
}

.sectionLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    text-align: center;
    padding-top: 20%;
}

.btn-golden {
    background-color: #f7b939;
}

.mt-20 {
    margin-top: 20px;
}

.error_cross {
    font-size: 60px;
    color: #e27c78;
}

.termsList ul li a {
    word-wrap: break-word;
}

.departureHolder {
    overflow: hidden;
    margin-bottom: var(--bs-gutter-x);
    margin-top: var(--bs-gutter-x);
}

.text-red {
    color: #ff0000;
}

.text-gold {
    color: #E99C03;
}

.font-16 {
    font-size: 16px;
}

.tooltipText ul li {
    list-style: disc;
}

.red-message {
    background: #f95959;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.red-message p,
.red-message a {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
}

.pt-0 {
    padding-top: 0
}

.red-message a {
    text-decoration: underline !important;
}

.mainForm .airToHotelWrap {
    overflow: visible;
}

.mainForm .airToHotelWrap .tooltipText ul li {
    position: relative;
    padding-left: 10px;
}

.mainForm .airToHotelWrap .tooltipText ul li:after {
    content: "";
    position: absolute;
    left: -2px;
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    top: 7px;
}

.custom-swal-popup {
    border-radius: 16px !important;
    padding: 25px 20px !important;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.custom-swal-btn {
    background: #003f8a !important;
    /* your theme color */
    color: #fff !important;
    font-size: 15px !important;
    padding: 8px 25px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.hide {
    display: none;
}

#back-step {
    margin-right: 25px;
}

.a-back-next-btn {
    display: flex;
}

@media (max-width: 640px) {
    .a-back-next-btn {
        width: 100%
    }

    .a-back-next-btn .next-btn,
    .a-back-next-btn .back-btn {
        width: 40% !important;
    }
}

.price-modal {
    font-size: 16px;
    color: #222;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0;
}

.price-row .title {
    font-weight: 600;
}

.price-row .value {
    /* font-weight: 600; */
}

.modal-body .section-titles {
    font-weight: 600;
    margin: 12px 0 6px;
}

.modal-body .section-titles.highlight {
    text-align: center;
    color: #E6B657;
    font-weight: 700;
    margin-top: 16px;
    position: relative;
}

.modal-body .section-titles.highlight::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #E6B657;
    border-radius: 10px;
}

.muted {
    color: #666;
    font-size: 13px;
}

hr {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #d9d9d9;
}

.text-right {
    text-align: right;
}

.swal2-html-container p {
    line-height: 1.8;
}