.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0 !important;
}

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body {
    font-family: "roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: #fff;
}

body.freeze {
    overflow: hidden;
}


a:focus,
a:hover {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
    color: initial;
}

a {
    color: #4d4d4d;
}

a.anchor_lite {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #2196F3;
    font-weight: 500;
    text-transform: capitalize;
}

a.anchor_lite:hover,
a.anchor_lite:focus,
a.anchor_lite:active {
    color: #2382ce;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

.spacer {
    margin-bottom: 700px;
}

.float_wrapper::after {
    content: '';
    display: table;
    clear: both;
}

.toggle_window,
.rel {
    display: none !important;
}

.toggle_window[active],
.rel.active {
    display: block !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #8c8c8c;
}


.button {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 7px 25px;
    background: #283a81;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 3px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.15s ease-in;
    border: 1px solid #000;
}

.button.lazy {
    width: 100%;
}

.button.ghost {
    color: #000c;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.button[data-state] {
    padding-left: 4.5em;
    padding-right: 2.5em;
}

.button[data-state="loading"]::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.6em);
    left: 1em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    border: 2px solid #fff;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    animation-name: loading_rotate;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes loading_rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.button[data-state="success"]::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 6px);
    left: 1em;
    width: 16px;
    height: 7px;
    border: 2px solid #fff;
    border-right: 0;
    border-top: 0;
    transform: rotate(-40deg);
}

.button[data-state="failed"]::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 1em;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url('../img/icons/close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1);
}

.floatFix::after {
    content: '';
    display: table;
    clear: both;
}


.input_group {
    position: relative;
    display: block;
    width: 100%;
    margin: 25px 0px;
    padding: 0px 10px;
}

.input_group .input {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    color: #585858;
    z-index: 1;
    font-size: 14px;
    border: 1px solid #e9e9e9;
    min-height: 34px;
    border-radius: 6px;
    text-transform: capitalize;
    background: #f9f9f9;
}


.input_group .input[validated="false"] {
    border: 1px solid #e5ada9;
}


.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
}


/* BODY */

#navWrapper {
    position: absolute;
    display: block;
    /* display: none; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    /* box-shadow: 0px 1px 5px #00000036; */
}

#navWrapper .headerStrip {
    position: relative;
    display: block;
    width: 100%;
    background: rgb(255 255 255);
    padding: 10px;
}

#navWrapper .headerStrip ul.links {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
}

#navWrapper .headerStrip ul.links li {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    padding: 0px 5px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: #d5d5d5;
}


#navWrapper .headerStrip ul.links li.withicon {
    padding-left: 25px;
}


#navWrapper .headerStrip ul.links li.withicon .icon {
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 17px;
}


#navWrapper .headerStrip ul.links li.withicon .email {
    text-transform: lowercase;
}

#navWrapper .headerStrip ul.links li.withicon .icon.whatsapp {
    background: url('../img/whatsapp.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    top: 0px;
    filter: invert(1);
}

#navWrapper .header {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

#navWrapper .header .logo {
    position: relative;
    display: block;
    width: 100%;
    height: 68px;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 3px;
    /* margin-left: 93px; */
}

#navWrapper .header .call {
    position: relative;
    display: block;
    color: rgb(255 255 255);
    padding: 17px 15px;
    padding-right: 0;
    float: left;
}

#navWrapper .header .call .icon {
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    font-size: 25px;
    margin: 0;
    top: 50%;
    transform: translateY(-36%);
    line-height: 0.5em;
}


#navWrapper .header .call .text {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 22px;
}

#navWrapper .header .call .number {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 700;
    padding-top: 2px;
}

#navWrapper .header .call .slogan {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
}

#navWrapper .header .buttonWrapper {
    position: relative;
    display: block;
    float: left;
    padding: 10px;
    padding-right: 0;
}

#navWrapper .header .button.login {
    border: 1px solid #2196F3;
    background: #00000000;
    font-size: 13px;
    padding: 8px 30px;
    color: #fff;
    font-weight: 400;
}


#navWrapper .navigation {
    position: relative;
    display: block;
    width: 100%;
    color: rgb(255 255 255);
    text-align: center;
}

#navWrapper .navigation ul {
    position: relative;
    display: inline-block;
    width: 100%;
    list-style: none;
    color: rgb(255 255 255) !important;
    padding: 0;
}

#navWrapper .navigation ul li {
    position: relative;
    display: inline-grid;
    padding: 0px 8px;
    margin: 0px 5px;
    text-transform: capitalize;
    cursor: pointer;
    color: rgb(255 255 255);
    font-size: 14px;
    height: 70px;
    align-items: center;
}

#navWrapper .navigation ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #03A9F4;
    transform: translateX(-50%);
    display: none;
}

#navWrapper .navigation ul li.active::after {
    display: block;
}


@keyframes navSlideUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-40px);
    }
}

#navWrapper.small {
    animation-name: navSlideUp;
    animation-duration: 0.1s;
    animation-timing-function: linear;
    transform: translateY(-40px);
}

#banner {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    background-image: url('../img/bg_visa1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 99;
    opacity: 1;
}

#banner.small {
    padding: 115px 0px;
    height: auto;
}

#banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 35%), transparent);
}

#banner .head {
    margin-top: 75px;
    position: relative;
    display: inline-block;
    padding: 15px;
    z-index: 2;
}

#banner.small .head {
    text-align: center;
    margin-left:55px;
}

#banner .head h3 {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
}

#banner.small .head h3 {
    font-size: 55px;
    font-weight: 800;
}

#banner .head p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 0px 5px 5px rgb(0 0 0 / 50%);
}

#banner.small .head p {
    text-shadow: 0px 5px 5px rgb(0 0 0 / 50%);
    font-size: 20px;
    margin: 38px 0;
    color: #ebebeb;
}

#banner.small .button {
    border-radius: 25px;
    padding: 12px 22px;
    font-size: 14px;
    border: none;
    background: #196daf;
    padding-bottom: 10px;
    box-shadow: 3px 3px 10px -2px rgb(0 0 0 / 35%);
}

#bannerSearch {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 65px;
    border-radius: 20px;
    z-index: 9;
}

#bannerSearch .pills {
    list-style: none;
    padding: 0;
}

#bannerSearch .pills {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    padding-left: 15px;
}

#bannerSearch .pills li {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 7px 30px;
    padding-top: 10px;
    background: rgb(211 211 211);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-left: -15px;
    padding-left: 30px;
    box-shadow: 10px 3px 8px -7px rgb(0 0 0 / 35%);
    color: #1c1c1e;
    cursor: pointer;
}

#bannerSearch .pills li:nth-child(1) {
    z-index: 5;
}

#bannerSearch .pills li:nth-child(2) {
    z-index: 4;
}

#bannerSearch .pills li:nth-child(3) {
    z-index: 3;
}

#bannerSearch .pills li.active {
    box-shadow: 7px 2px 7px 0px rgb(0 0 0 / 30%);
    color: #ffffff;
    z-index: 9;
    background-color: rgb(42 42 49 / 75%);
    backdrop-filter: blur(5px);
}

#bannerSearch .tabContent {
    position: relative;
    display: block;
    width: 100%;
    background-color: rgb(42 42 49 / 75%);
    backdrop-filter: blur(5px);
    z-index: 9;
    border-radius: 20px;
    border-top-left-radius: 0;
    padding: 15px;
    border-top: 0;
    box-shadow: 0px 14px 20px -10px rgb(0 0 0 / 45%);
}


#features {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #f5f7ff;
    margin-top: -18px;
    padding-top: 30px;
}

#features .item {
    padding: 20px;
    text-align: center;
    border-left: 1px solid #dadde9;
}

#features .col-sm-3:first-child .item {
    border-left: 0;
}

#features .item .icon {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#features .item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #171f25;
}

#features .item p {
    font-size: 13px;
    color: #272b3d;
}

.heading {
    position: relative;
    display: block;
    margin: 15px 0px;
    padding-left: 15px;
}

.heading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #ffc239;
}

.heading h3 {
    font-size: 25px;
    color: #282a35;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-weight: 600;
}

.heading p {
    font-size: 14px;
    color: #282a35;
}

#destinations {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0px;
    background: #f9f9f9;
}

#destinations .itemWrapper {
    padding: 7px;
}

#destinations .item {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #0000002e;
    box-shadow: 2px 5px 5px -7px rgb(0 0 0 / 25%);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

#destinations .item .bg {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 110%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#destinations .item .text {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px 20px;
}

#destinations .item .destinationName {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
}

#destinations .dest_controls {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 26px;
}

#destinations .dest_controls li {
    float: left;
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    background: #2a2a31;
    margin-right: 15px;
    border-radius: 3px;
    box-shadow: -1px 4px 8px -4px rgb(0 0 0 / 60%);
    cursor: pointer;
}

#destinations .dest_controls li span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#destinations .dest_controls li.next span {
    background-image: url('../img/next.svg');
}

#destinations .dest_controls li.prev span {
    background-image: url('../img/prev.svg');
}

#destinations .dest_controls li.explore {
    width: auto;
    padding: 5px 20px;
    font-size: 11px;
    text-transform: capitalize;
    border-radius: 20px;
    color: #fff;
}

.heading.center {
    text-align: center;
}

.heading.center::after {
    width: 30px;
    height: 5px;
    left: calc(50% - 15px);
    bottom: -15px;
    top: initial;
}

#testimonials {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 45px;
    padding: 55px 0px;
    padding-top: 25px;
    margin-bottom: 50px;
}

#testimonials .itemWrapper {
    padding: 0;
}

#testimonials .itemWrapper .item {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px;
    transform: scale(0.95);
    text-align: left;
}

#testimonials .itemWrapper .item .stars {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 4px;
}

#testimonials .itemWrapper .item .stars li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/star.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 76%;
    background-color: #00b67a;
}

#testimonials .itemWrapper .item .stars li.active {
    background-image: url('../img/star.svg');
}

#testimonials .itemWrapper .item h3 {
    font-size: 15px;
    color: #0e0e0e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#testimonials .itemWrapper .item p {
    font-size: 13.5px;
    color: #474747;
    line-height: 1.5em;
}

#testimonials .itemWrapper .item .name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
    position: relative;
    display: inline-block;
}

#testimonials .itemWrapper .item .time {
    padding-left: 2px;
    color: #666;
    font-size: 13px;
}


#footer {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0px;
    /* background-color: #D4061E; */
    background-color: #f5f7ff;
    text-align: center;
}

#footerStrip {
    position: relative;
    display: block;
    width: 100%;
    min-height: 50px;
    background-color: #0B2156;
    padding: 15px;
}

#footer .logo {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;

}

#footer .about {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    /* color: white; */
    color: #484848;
    margin-top: 35px;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    padding-right: 20px;
    font-weight: 400;
}


#footer ul.links {
    position: relative;
    display: block;
    list-style: none;
    padding: 5px;
}

#footer ul.links li {
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 5px 5px;
    margin: 3px 0px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    /* color: white; */
    color: #484848;
    padding-left: 15px;
}


#footer ul.links li.withicon {
    padding-left: 25px;
}


#footer ul.links li.withicon .icon {
    position: absolute;
    top: 6px;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 17px;
}


#footer ul.links li.withicon .email {
    text-transform: lowercase;
}

#footer ul.links li.withicon .icon.whatsapp {
    background: url('../img/whatsapp.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    filter: invert(1);
    opacity: 0.7;
}

#footer ul.links li.heading {
    font-size: 12px;
    padding-left: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    /* color: #e7e7e7; */
    color: #484848;
}

#footer .subscribeForm .heading {
    padding: 0;
}

#footer .subscribeForm .heading h3 {
    font-size: 16px;
    /* color: #fff; */
    color: #484848;
}

#footer .heading::after {
    display: none;
}

#footer .subscribeForm .input_group {
    margin: 10px 0px;
    padding: 0;
}


#footer .subscribeForm .input_group .input {
    width: calc(100% - 2px);
    padding-left: 45px;
    font-size: 14px;
}

#footer .subscribeForm .input_group .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 45px;
    height: 45px;
    font-size: 20px;
    color: #999;
}

#footer .subscribeForm .input_group .button {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1;
    height: 100%;
    border: none;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#footer .subscribeForm .agree {
    /* color: White; */
    color: #484848;
    font-size: 12px;
}

#footer .subscribeForm .agree a {
    /* color: White; */
    color: #484848;
    text-decoration: underline;
    text-transform: capitalize;
}

#footer .inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 15px;
}

#footer .inner {
    padding-left: 0;
}

#footer .paymentmethods {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 85px;
    padding: 0;
    list-style: none;
}

#footer .paymentmethods li {
    position: relative;
    width: 95px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #00a1df;
}


#footer .links.policies li::after {
    content: '';
    position: absolute;
    top: 11px;
    left: -10px;
    width: 6px;
    height: 6px;
    background-color: #ffffff87;
    border-radius: 50%;
}

#footer .links.policies li {
    float: left;
    padding-left: 0;
    margin-right: 20px;
}

#footer .email_icon {
    position: absolute;
    top: 11px;
    left: 14px;
    z-index: 99;
    font-size: 17px;
}

#footerStrip .copyright {
    color: #e3e3e3;
}



#callback {
    position: relative;
    display: block;
    width: 100%;
    background: #474e74;
    text-align: center;
    /* padding-bottom: 70px; */
    padding-top: 32px;
}

#callback .heading::after {
    display: none;
}

#callback .heading .icon {
    font-size: 45px;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url('../img/costumer-service.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1);
}

#callback .heading h3 {
    position: relative;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

#callback .heading p {
    color: #ddd;
    font-size: 16px;
    margin-top: 6px;
}

#callback .anchor {
    color: #ddd;
    font-size: 19px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

#callback .anchor .icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 22px;
}

#callback .anchor+.anchor {
    margin-left: 80px;
}

#callback .anchor+.anchor::after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -41px;
}

#callback .anchor.call {
    color: #c2c9e7;
}

.col-sm-offset-3 {
    margin-left: 25.5% !important;
}

#callback .anchor.mail {
    color: #FFC107 !important;
}

.trustedlogosWrapper {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.trustedlogos {
    position: relative;
    display: block;
    width: auto;
    list-style: none;
    padding: 10px 0;
    user-select: none;
}

.trustedlogos li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 70px;
}

.trustedlogos li img {
    width: auto;
    height: 100%;
    -webkit-user-drag: none;
}

#footerLogos {
    position: relative;
    display: block;
    width: 100%;
    background: #ebebeb;
}

#airlineLogos {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;
    background: #f5f5f5;
}

hr.light {
    opacity: 0.3;
    margin-top: 5px;
    margin-bottom: 5px;
}



/* ---------------------SEARCH PAGE------------------- */

.flightsearchpage {
    background-color: #f5f5f5;
}


#flightSearch {
    position: relative;
    display: block;
    z-index: 0;
    padding-top: 209px;
}

#flightSearch #flightSearchLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background: #75757557;
    backdrop-filter: blur(2px);
}

#flightSearch #flightSearchLoader[data-state='loading'] {
    display: block;
}

#flightSearch #flightSearchLoader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #3F51B5;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    animation: rotate 1s linear infinite;
}

#flightSearch #flightSearchLoader[data-state='loading']::after {
    display: block;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#flightSearch #searchSidebar {
    position: absolute;
    left: 0;
    display: block;
    padding: 15px 0;
    width: 300px;
    border-right: 1px solid #e3e3e3;
    background: #ffffffa3;
    border-radius: 5px;
    height: auto;
    z-index: 9;
    scrollbar-width: thin;
}

#flightSearch #searchSidebar.fixed {
    position: fixed;
    left: auto;
    bottom: 10px;
}

#flightSearch #searchSidebar::-webkit-scrollbar {
    width: 2px;
}

#searchSidebar .item_wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0px;
}

#searchSidebar .item_wrapper .item .head {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 12px;
}

#searchSidebar .item_wrapper .item .head .title {
    font-size: 14px;
    font-weight: 600;
    color: #2a2a31;
}

#searchSidebar .item_wrapper .item .head .text {
    position: relative;
    display: block;
    font-size: 13px;
    color: #666;
}

#searchSidebar .item_wrapper .item .options {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}

#searchSidebar .item_wrapper .item .options li {
    position: relative;
    display: block;
    padding: 5px 15px;
    padding-left: 40px;
    font-size: 14px;
    color: #47474f;
    min-height: 20px;
    cursor: pointer;
    user-select: none;
}

#searchSidebar .item_wrapper .item .options li:hover {
    background-color: #f1f1f1;
}

#searchSidebar .item_wrapper .item .options li::after {
    content: '';
    display: table;
    clear: both;
}

#searchSidebar .item_wrapper .item .options li .checkBox {
    content: '';
    position: absolute;
    top: 5px;
    left: 16px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #b1b1b1;
}

#searchSidebar .item_wrapper .item .options li.checked .checkBox {
    background-color: #3F51B5;
}

#searchSidebar .item_wrapper .item .options li .checkBox::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    opacity: 0;
}

#searchSidebar .item_wrapper .item .options li.checked .checkBox::after {
    opacity: 1;
}

#searchSidebar .item_wrapper .item .options li .estm {
    position: relative;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: 500;
    color: #283a81;
}

#searchSidebar .item_wrapper .item .options li .title {
    position: relative;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 60%;
}

#searchSidebar .item_wrapper .item .options li .title i {
    font-size: 12px;
    font-style: normal;
    display: block;
    font-weight: 500;
}

#searchSidebar .item_wrapper .button {
    width: calc(100% - 30px);
    border: 2px solid #3f51b5;
    background: none;
    color: #303b77;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    left: 15px;
}

#flightSearch #resultHolder {
    position: relative;
    display: block;
    width: 100%;
    padding-left: calc(300px + 15px);
    min-height: 100vh;
}

#resultHolder #fairTableHolder {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-top: 15px;
    display: none;
}

#fairTableHolder .head {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    float: left;
    box-shadow: 8px 2px 8px -5px rgb(0 0 0 / 35%);
    z-index: 10;
}

#fairTableHolder .head .verticalRow {
    width: 100%;
    border: none;
}

#fairTableHolder .list {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 100px;
}

#fairTableHolder .verticalRow {
    position: relative;
    width: 100%;
    border-left: 1px solid #ddd;
}

#fairTableHolder .verticalRow .col {
    position: relative;
    display: block;
    width: 100%;
    padding: 7px 5px;
    border-bottom: 1px solid #00000021;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}

#fairTableHolder .verticalRow .col:hover {
    background: #f0f3ff;
}

#fairTableHolder .verticalRow .col.active {
    background: #d5dbf1;
}

#fairTableHolder .verticalRow .col b {
    font-weight: 500;
}

#fairTableHolder .verticalRow .col:last-child {
    border: none;
}

#fairTableHolder .verticalRow.left .col {
    text-align: left;
    padding-left: 15px;
    text-transform: capitalize;
}

#fairTableHolder .verticalRow .col .value {
    font-size: 13px;
    color: #575757;
    position: relative;
    display: block;
    overflow: hidden;
    font-weight: 400;
}

#fairTableHolder .verticalRow .col.big {
    height: 82px;
    overflow: hidden;
}

#fairTableHolder .verticalRow .col.big.allFare {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#fairTableHolder .verticalRow .col.big .airlineLogo {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#fairTableHolder .tableControls {
    position: absolute;
    top: -18px;
    right: -10px;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 9;
}

#fairTableHolder .tableControls li {
    float: left;
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    background: #2a2a31;
    margin-right: 4px;
    border-radius: 3px;
    box-shadow: -1px 4px 8px -4px rgb(0 0 0 / 60%);
    cursor: pointer;
}

#fairTableHolder .tableControls li span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#fairTableHolder .tableControls li.next span {
    background-image: url('../img/next.svg');
}

#fairTableHolder .tableControls li.prev span {
    background-image: url('../img/prev.svg');
}


#sortBar {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0px;
}

#sortBar .inner {
    position: relative;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: right;
    float: right;
}

#sortBar h3 {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding: 0px 20px;
}

#sortBar ul {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
}

#sortBar ul li {
    position: relative;
    padding: 0px 30px;
    padding-top: 3px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    float: left;
    display: block;
    padding-bottom: 4px;
    user-select: none;
}

#sortBar ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3f51b5;
    transform: scaleX(0);
    transition: all 0.2s ease-in;
}

#sortBar ul li.selected::after {
    transform: scaleX(1);
}

#sortBar ul li .title {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
}

#sortBar ul li .value {
    position: relative;
    display: block;
    font-size: 12px;
}

#sortBar ul li:hover,
#sortBar ul li.selected {
    background-color: #f0f9ff;
}

#sortBar ul li:hover .title {
    color: #1b5f95;
}

#sortBar ul li:hover .value {
    color: #144d7b;
}

#flightsContainer {
    position: relative;
    display: block;
    width: 100%;
    min-height: 500px;
}

#flightsContainer .item_wrapper {
    position: relative;
    display: block;
    width: 100%;
}

#flightsContainer .item_wrapper+.item_wrapper {
    margin-top: 20px;
}

#flightsContainer .item_wrapper .item {
    position: relative;
    display: block;
    width: 100%;
    /* overflow: hidden; */
}

#flightDetail {
    position: relative;
    padding-top: 175px;
}

/* bill summary */

#flightDetail .summaryWrapper {
    position: relative;
    display: block;
    padding: 0px 20px;
}

#flightDetail .summaryWrapper .summary {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ccc;
    overflow: hidden;
}

#flightDetail .summary h3 {
    font-size: 16px;
    background: #1d2a5d;
    padding: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

#flightDetail .summary .inner {
    position: relative;
    display: block;
    padding: 15px;
    width: 100%;
}

#flightDetail .summary ul {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
}

#flightDetail .summary ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 0px;
}

#flightDetail .summary ul li::after {
    content: '';
    clear: both;
    display: table;
}

#flightDetail .summary ul li span {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    font-size: 14px;
    color: #595959;
}

#flightDetail .summary ul li span:last-child {
    text-align: right;
    font-weight: 500;
    color: #252e51;
}

#flightDetail .summary ul li.header::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ededed;
}

#flightDetail .summary ul li.header span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

#flightDetail .summary .seperator {
    margin: 10px 0;
}

#flightDetail .summary .totalWrapper {
    position: relative;
    display: block;
    width: 100%;
}

#flightDetail .summary .totalWrapper span {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    font-size: 17px;
    font-weight: 600;
    color: #1973bb;
}

#flightDetail .summary .totalWrapper .total {
    text-align: right;
}

#flightDetail .summary .disclaimer {
    position: relative;
    display: block;
    font-size: 12px;
    color: #777;
    margin: 15px 0;
}

#flightDetail .summary .nextButton {
    font-size: 14px;
    padding: 11px;
    border-radius: 6px;
}

/* bill summary */


/* travellers form */

#passenger_page {
    position: relative;
    display: block;
    width: 100%;
}

#passenger_page .card {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ccc;
    margin-top: 15px;
    overflow: hidden;
}

#passenger_page .card .traveller_info .head {
    position: relative;
    text-align: center;
    padding: 10px;
    background: #101b49;
    width: auto;
    margin: 15px -15px;
}

#passenger_page .card .traveller_info .head h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.card .optionalTab {
    display: none;
}

.card.expanded .optionalTab {
    display: block;
}

.card .expandBtn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    margin-bottom: -18px;
}

.card .expandBtn span {
    position: relative;
    display: inline-block;
    z-index: 1;
    background: #fff;
    padding: 0 15px;
    color: #2183d1;
    font-weight: 500;
    font-size: 14px;
}

.card .expandBtn span i {
    font-size: 16px;
    position: relative;
    top: 3px;
    left: -5px;
}

.card .expandBtn::after {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e6eb;
}

#passenger_page .button_wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
}

#passenger_page .button_wrapper .button {
    padding: 13px;
    border-radius: 5px;
    font-size: 14px;
}

.card .head {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.card .head h3 {
    font-size: 16px;
    font-weight: 400;
}

.card .input_group {
    padding: 0 5px;
    margin: 10px 0;
}

.card .input_group .input_instruct {
    font-size: 12px;
    color: #666;
}

.card .traveller_instruction {
    font-size: 13px;
    color: #666;
}

#travelerForm.card {
    padding: 0;
    padding-bottom: 25px;
}

#travelerForm.card .traveller_info {
    padding: 0 15px;
}

#travelerForm.card .traveller_info:first-child .head {
    margin-top: 0;
}


/* about us */

#banner.about_page {
    background-image: url('../img/bluesea.jpg');
    top: -63px;
}

#banner.about_page::after {
    background: linear-gradient(0deg, #0e132d, transparent);
}

#about_numbers {
    top: -72px;

    background: #0e132d;
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 0px;
    padding-bottom: 60px;
}

#about_numbers .item_wrapper {
    position: relative;
    display: block;
    width: 100%;

    text-align: center;
}

#about_numbers .item_wrapper .item {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
}

#about_numbers .item_wrapper .item .icon {
    position: relative;
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    margin: 10px 0px;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 5px;
    border: 2px solid #575a6b;
}

#about_numbers .item_wrapper .item .number {
    position: relative;
    display: block;
    font-size: 28px;
    color: #e9ba0c;
    font-weight: 300;
}

#about_numbers .item_wrapper .item .title {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}

#about_numbers .item_wrapper .item .text {
    position: relative;
    display: block;
    font-size: 13px;
    color: #c9c9c9;
}

#about_us {
    position: relative;
    display: block;
    width: 100%;
    min-height: 450px;
    color: #d7d7d7;
    padding: 30px;
    background: #474e74;
    border: 3px solid #a9d9ff;
}

#about_us .head {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
}

#about_us .head .small_title {
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
}

#about_us .head .small_title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 85px;
    background: #d7d7d7;
}

#about_us .head h3 {
    font-size: 26px;
    line-height: 1.3em;
    margin-top: 32px;
    font-weight: 200;
}

#about_us .content {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    padding-top: 83px;
}

#about_us .content p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 35px;
}

#quote {
    top: -63px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 0px;
}

#quote .head {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

#quote .head h3 {
    margin: 0;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
}

#quote .head p {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 300;
    color: #666;
}

#alternate {
    margin-top: 70px;
}

#alternate .bg_wrapper {
    padding: 25px;
}

#alternate .bg {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    background: url("../img/uploads/pexels-linkedin-sales-navigator-2182981 (1).jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

#alternate .bg::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    background-color: #ececec;
    z-index: -1;
    border-radius: 12px;
}

#alternate .content {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 25px;
}

#alternate .content h3 {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
}

#alternate .content p {
    font-size: 15px;
    margin-top: 25px;
}

/* contact us */

#contact_form {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #efefef;
    box-shadow: 5px 9px 10px rgb(0 0 0 / 10%);
    margin-bottom: 50px;
}

#contact_form .head {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 15px;
    margin-top: 15px;
}

#contact_form .head h3 {
    font-size: 20px;
    color: #242945;
    margin-bottom: 8px;
}

#contact_form .head p {
    font-size: 13px;
    color: #757575;
}

#contact_form .button {
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}

#contact_items {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 80px;
}

#contact_items .item_wrapper {
    position: relative;
    display: block;
    width: 100%;
}

#contact_items .item_wrapper .item {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0px;
}

#contact_items .item_wrapper .item h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 8px;
    color: #8d8d8d;
}

#contact_items .item_wrapper .item p {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 35px;
    font-size: 14px;
    color: #7f5011;
}

#contact_items .item_wrapper .item p .icon {
    position: absolute;
    top: calc(50% - 14px);
    left: 0;
    width: 28px;
    height: 28px;
    background: #d98a1636;
    border-radius: 50%;
    display: inline-block;
}

#contact_items .item_wrapper .item p .icon i {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#contact_items::after {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    width: 1px;
    height: 100%;
    background: #dbd7d7;
}

.map {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 100px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

#airlinesGrid {
    position: relative;
    display: block;
    width: 100%;
    margin: 50px 0px;
}

#airlinesGrid .item_wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 7px;
}

#airlinesGrid .item_wrapper .item {
    position: relative;
    display: block;
    width: 100%;
    height: 546px;
    background: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

#airlinesGrid .item_wrapper .item.small {
    height: 266px;
}

#airlinesGrid .item_wrapper .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.25;
    transition: all 0.3s linear;
}

#airlinesGrid .item_wrapper:hover .item::after {
    opacity: 0.7;
}

#airlinesGrid .item_wrapper .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s linear;
}

#airlinesGrid .item_wrapper:hover .item .bg {
    transform: scale(1.1);
}

#airlinesGrid .item_wrapper .item .head {
    position: absolute;
    top: 50%;
    left: 55px;
    z-index: 3;
    transform: translateY(-50%);
    color: #fff;
}

#airlinesGrid .item_wrapper .item.small .head {
    transform: scale(0.85) translateY(-50%);
}

#airlinesGrid .item_wrapper .item .head .discount {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
}

#airlinesGrid .item_wrapper .item .head .discount i {
    font-style: normal;
    font-size: 18px;
}

#airlinesGrid .item_wrapper .item .head .discount b {
    font-size: 35px;
    color: #CDDC39;
}

#airlinesGrid .item_wrapper .item .head .title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

#airlinesGrid .item_wrapper .item .head .seperator {
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 10px;
    overflow: hidden;
}

#airlinesGrid .item_wrapper .item .head .seperator::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #cddc39;
    transition: all 0.5s linear;
}

#airlinesGrid .item_wrapper:hover .item .head .seperator::after {
    width: 100%;
}

#airlinesGrid .item_wrapper .item .head .phoneOnly {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 12px;
}

#airlinesGrid .item_wrapper .item .head .phoneOnly .number {
    position: relative;
    display: inline-block;
    padding-left: 34px;
}

#airlinesGrid .item_wrapper .item .head .phoneOnly .number .icon {
    position: absolute;
    top: 0;
    left: 0;
}

#airlinesGrid .item_wrapper .item .head .phoneOnly .number .icon i {
    position: absolute;
    top: 3px;
    left: 12px;
}

#airlinesCarousel {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0px;
}

#airlinesCarousel .item_wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 7px;
}

#airlinesCarousel .item_wrapper .item {
    position: relative;
    display: block;
    width: 100%;
    background: #ccc;
    padding-top: 130%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #FFC107;
    cursor: pointer;
}

#airlinesCarousel .item_wrapper .item::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 25%;
    height: 3px;
    background: #ffc239;
    z-index: 4;
    transition: all 0.2s cubic-bezier(0.81, 0.29, 0.8, 0.29);
}

#airlinesCarousel .item_wrapper:hover .item::before {
    width: 100%;
}

#airlinesCarousel .item_wrapper .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 0.25;
    transition: all 0.3s linear;
}

#airlinesCarousel .item_wrapper:hover .item::after {
    opacity: 0.7;
}

#airlinesCarousel .item_wrapper .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s linear;
}

#airlinesCarousel .item_wrapper:hover .item .bg {
    transform: scale(1.1) rotate(-2deg);
}

#airlinesCarousel .item_wrapper .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: #fff;
}

#airlinesCarousel .item_wrapper .item .content .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    background: linear-gradient(180deg, black, transparent);
}

#airlinesCarousel .item_wrapper .item .content .discount {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
    text-transform: capitalize;
}

#airlinesCarousel .item_wrapper .item .content .discount b {
    font-size: 25px;
    color: #ffc239;
}

.btn1 {
    background-color: rgb(212, 6, 30) !important;
    border: none;
}

.btn {
    border-radius: 2px;
}




#navWrapper .navigation ul li:hover {
    color: rgb(212, 6, 30) !important;
}


/*navs line ritik work*/

#pay-methods {
    position: relative;
    display: block;
    width: 100%;
    /* background: #ebebeb; */
    background: #fff;
    padding-top: 50px;
}

.paymentsWrapper {
    position: relative;
    display: block;
    width: 100%;
}

.paymentsWrapper p {
    font-size: 16px;
}


.payments {
    position: relative;
    display: block;
    width: auto;
    list-style: none;
    padding: 10px 0;
    user-select: none;
}

.payments li {
    position: relative;
    display: inline-block;
    /* width: auto; */
    width: 100px;
    height: 70px;
    list-style: none;
}

.payments li img {
    width: auto;
    height: auto;
    -webkit-user-drag: none;
    border-radius: 7px;
    margin-right: 30px;
    float: left;
}

.safety {
    display: flex;
    justify-content: space-evenly;
}

.safety .another-logo p {
    font-size: 16px;
}



/* ritik// */
.marg54 {

    margin-left: 1.8px;
}

.hove:hover {
    transform: translateY(-5px);
    /* Move 5 pixels upwards */
}

.mail32 {
    color: #FFC107;
}


.anchor:hover .mail32 {

    color: #FFC107;
}

.anchor2:hover span {

    color: #FFC107;
}

.koi98 {
    margin-top: 26px;

}

.fs-521 {
    font-size: 28px;
    /* margin-top: 10px !important; */
    font-weight: 500;
}


#testimonials .trustpiolet_itemwrapper {
    padding: 0;
    margin-top: -19px;
}

#testimonials .trustpiolet_itemwrapper .item {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px;
    transform: scale(0.95);
    text-align: left;
    margin-left: -10px;
}

#testimonials .trustpiolet_itemwrapper .item .stars {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 4px;
    width: auto;
    white-space: nowrap;
}

#testimonials .trustpiolet_itemwrapper .item .stars li {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
}

#testimonials .ne09 {
    font-size: 25px;
    color: #00b67a !important;
}


#testimonials .trustpiolet_itemwrapper .item h3 {
    font-size: 15px;
    color: #0e0e0e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#testimonials .trustpiolet_itemwrapper .item p {
    font-size: 13.5px;
    color: #474747;
    line-height: 1.5em;
}

#testimonials .trustpiolet_itemwrapper .item .name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
    position: relative;
    display: inline-block;
}

#testimonials .trustpiolet_itemwrapper .item .time {
    padding-left: 2px;
    color: #666;
    font-size: 13px;
}

img .img1 {
    width: 100px !important;
}

#stripeGatewayModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999999;
    background: #fff;
    display: none;
    justify-content: center;
    align-items: center;
}

#stripeGatewayModal.active {
    display: flex;
}

/* contact us// */

#banner.contact_us {
    top: -63px;
    background-image: url('../img/contactpagepicture2.jpg');
}



#banner.blog {
    background-image: url('../img/hallstatt-3609863_1280.jpg');
}

#banner.blogdetails {
    background-image: url('../img/natureblogdetails.jpg');
}

/* tarunn css// */

/* call back modal css here */

#callbackModal .inner-box {
    margin: 50px 72px;
}

#callbackModal .input-width {
    background-color: #f9f9f9;
    padding: 17px 10px;
    letter-spacing: 0.5px;
    width: 109px;
}

#callbackModal .countryCode {
    background-color: #f9f9f9;
    padding: 17px 10px;
    letter-spacing: 0.5px;
    width: 145px;
}

#callbackModal .callbackBtn {
    padding: 8px 0px;
    width: 125px;
    background-color: #20a6ff;
    color: white;
    border: none;
}


#callbackModal .holiday_logo {
    height: 100px;

    position: absolute;

    top: 45px;

    left: 400px;
}

#callbackModal p {
    width: 300px;
    color: #b2b2b2;
}

#callbackModal .btn.input-width-30:hover {
    color: white;
}

#callbackModal .closeBtn {
    position: relative;
    top: 15px;
    left: -20px;


}

/* discount modal css here */

#discountModal .upper-line {
    height: 4px;
    width: 100px;
    background-color: orange;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 143px;
}

#discountModal .img {
    background-image: url("../img/travel-for-free.jpg");
    height: 349px;
    width: 199px;
    /* overflow: hidden; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#discountModal .input {
    margin-bottom: 4px;
    background-color: #ebebeb;
    width: 296px;
    margin-left: 2px;
    margin-bottom: 6px;
    border: none;
    height: 35px;
    padding-left: 10px;
    letter-spacing: 0.5px;
}

#discountModal .inner-box h2 {
    margin-top: 39px;
    color: #56575b;
}

#discountModal .inner-box p {
    color: #7a7e81;
}

#discountModal .input-box button {
    background-color: #d2ad78;
    color: white;
}

#discountModal .modal-body {
    padding: 0px !important;
}

#discountModal .close {
    /* position: absolute; */
    margin-right: 20px;
    margin-top: 14px;
}

/* tarun css ened/// */

.logotext {
    margin-top: 22px;
    color: rgb(11 33 86);
    z-index: 99;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-left: 10px;
    font-family: Arciform;
    font-weight: 600;
}

@font-face {
    font-family: 'Arciform';
    /* Give your font a name */
    src: url('../webfonts/Arciform.otf') format('opentype');
    /* Specify the path to your OTF font file */
}



.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {

    background-color: #f9f9f9 !important;

}

.input-group-addon {
    background-color: #f9f9f9 !important;

}


.datepicker {
    padding: 0px !important;
}

.datepicker-days {
    padding: 10px !important;
}


.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {

    border-radius: 15px !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {

    border-radius: 15px !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {

    border-radius: 15px !important;
}


#currencyConverter {
    position: relative;
    display: inline-block;
    width: auto;
    color: #000;
    padding: 2px;
    font-size: 12px;
}


#navWrapper .headerStrip ul.links ul#currencyConverter.country-codes-content {
    position: absolute;

    top: 27px;
    right: 3px;
    width: fit-content;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 1;
    list-style-type: none;
    padding: 0;
    max-height: 238px;
    overflow: auto;
    display: none;
}

#navWrapper .headerStrip ul.links ul#currencyConverter.country-codes-content.active {
    display: block;
}

#navWrapper .headerStrip ul.links ul#currencyConverter.country-codes-content .list {
    padding: 0;
    display: block;
    cursor: pointer;
    width: -webkit-fill-available;
    height: 27px;
    font-size: 14px;
    color: #817979;
    padding-left: 25px;
}

#navWrapper .headerStrip ul.links ul#currencyConverter.country-codes-content .list .country-logo {
    position: absolute;
    display: block;
    top: 3px;
    left: 0;
    height: 14px;
    width: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#navWrapper .headerStrip ul.links ul#currencyConverter.country-codes-content .list:hover {
    background-color: #f0f0f0;

}

#navWrapper .headerStrip ul.links .CountryCodeBtn {
    background: #efefef;
    color: black;
    padding: 3px 10px;
    font-size: 13px;
    user-select: none;
    border-radius: 4px;
    padding-left: 30px;
}

#navWrapper .headerStrip ul.links .CountryCodeBtn .country-logo {
    position: absolute;
    display: block;
    top: 4px;
    left: 6px;
    height: 14px;
    width: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#upperArrow.arrow {
    position: fixed;
    bottom: 66px;
    right: 27px;
    height: 36px;
    width: 36px;
    z-index: 78;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 2px 11px -1px;
    border-radius: 20px;
    cursor: pointer;
}

.office {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 3px 5px 7px -5px rgb(0 0 0 / 20%);
}

.office .head {
    position: relative;
    display: block;
    width: 100%;
    padding: 7px 10px;
    background: #eff6fb;
    padding-left: 55px;
    font-weight: 500;
    color: #272d51;
}

.office .head .flag {
    position: absolute;
    top: 4.5px;
    left: 5px;
    width: 42px;
    height: 30px;
    background: #ccc;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.office .head .title {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.1em;
}

.office .content {
    position: relative;
    display: block;
    width: 60%;
    float: left;
    padding-right: 5px;
    padding-top: 10px;
    padding-left: 10px;
}

.office .content .info {
    position: relative;
    display: block;
    font-size: 14px;
    padding-left: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.office .content .info::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 62%;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.office .content .info.phone::after {
    background-image: url('../img/icons/phone-call.svg');
}

.office .content .info.email::after {
    background-image: url('../img/icons/envelope.svg');
}

.office .content .info.address::after {
    background-image: url('../img/icons/marker.svg');
}

.office .map {
    margin: 0;
    width: 40%;
    height: calc(100% - 41px);
    position: absolute;
    display: block;
    top: 40px;
    right: 0;
    float: left;
    padding-left: 5px;
}


/* ritik negi nav lgoo//// */

.savedlogo {
    display: block;
    /* Ensures the div behaves like a block */
    width: 100%;
    max-width: 200px;
    /* Set a max width to control logo size on larger screens */
    height: 30px;
    background-image: url('../img/desktopvisasite.png');
    background-size: contain;
    background-position: left center;
    /* Center-align vertically */
    background-repeat: no-repeat;
}



.d-flex {
    display: flex !important;
    /* Apply flexbox layout */
}

.justify-content-center {
    justify-content: center !important;
    /* Horizontally center content */
}


.savedlogo {
    display: block;
    /* Ensures the div behaves like a block */
    width: 100%;
    max-width: 200px;
    /* Set a max width to control logo size on larger screens */
    height: 30px;
    background-image: url('../img/desktopvisasite.png');
    background-size: contain;
    background-position: left center;
    /* Center-align vertically */
    background-repeat: no-repeat;
}


#belowposter .gifs {

    top: 0;
    /* Ensures the div behaves like a block */
    width: 97%;

    /* Set a max width to control logo size on larger screens */
    height: 400px;
    background-image: url('../img/introgif.gif');
    background-size: contain;
    background-position: left center;
    /* Center-align vertically */
    background-repeat: no-repeat;
}

#belowposter .headstag {
    font-weight: 400;
    font-size: 20px;
    margin-top: 50px;
    font-family: 'lexend';
    color: rgb(103, 103, 103);

}

#belowposter .firstcontainer {

    justify-content: left;

}

#belowposter .changingheading {

    font-weight: 600;
    font-size: 50px;
    margin-top: 10px;


}

#belowposter .anime {
    transition: opacity 1s ease-in-out;
    /* Smooth fade effect */
    opacity: 1;
    /* Ensure it's fully visible initially */
}



@media screen and (max-width: 990px) {
    #belowposter .firstcontainer {
        justify-content: center !important;

    }

    #belowposter .changingheading {

        font-weight: 600;
        font-size: 30px;
        margin-top: 10px;


    }

}

@media screen and (max-width: 500px) {
    .payments {
        text-align: center !important;
    }


    .col-sm-offset-3 {
        margin-left: 0 !important;
    }

}



/* selcted card css // */


#selectedcard {
    margin-top: 80px;
}

#selectedcard .selectedimage {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    /* Top gap */
    margin-bottom: 20px;
    /* Bottom gap */
    margin-left: 20px;
    /* Left gap */
    margin-right: 20px;
    /* Right gap */
    border-radius: 15px;
    /* Rounded corners */
}

/* Optional: Adjusting the image container if needed */
#selectedcard .container {
    padding-left: 0;
    /* Remove extra padding */
    padding-right: 0;
    /* Remove extra padding */
}




/* ritik new css cards profile // */

#cardsprofile {
    margin-top: 100px;
    margin-bottom: 70px;
}



.img-fluid {
    height: 400px;
}

.visatype {
    color: white;
    background-color: #474e74;
    padding: 4px;
    border-radius: 24px;
    font-size: 16px;
    
}




.theme_btn {

    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #f3c300;
    padding: 5px 30px;
}

.button_hover {
    border-radius: 0px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3slinear;
    -o-transition: all 0.3s linear;
    transition: all 0.3slinear;
    overflow: hidden;
    border: 0px;
    display: inline-block;
    text-align: center;
}



#banner.about_page .head {
    margin-top: 126px;
}
#banner.support_page .head {
    margin-top: 126px;
}


#banner.contact_us .head {
    margin-top: 126px;
}


   @media (max-width: 576px) {
 #banner.small .head {
    text-align: center;
    margin-left:10px !important;
}
 