﻿@font-face {
    font-family: 'opensans-bold_0';
    src: url('../fonts/opensans-bold_0.woff') format('woff2'), url('../fonts/opensans-regular_0.woff') format('woff'), url('../fonts/opensans-semibold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

.customerlogo {
    width: 20%;
}

@media only screen and (max-width: 768px) {
    .customerlogo {
        width: 15%;
    }
}

.gradient-background {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 0%, rgba(9,9,121,1) 100%);
}

.appbanner {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(213,213,213,1) 89%);
    display: block;
}

@media only screen and (max-width: 768px) {
    .appbanner {
        display: none;
    }
}

.applogo {
    position: relative;
    margin-left: 55px;
    width: 30%;
    padding-left: 25px;
    padding-top: 30px;
}

.googlestore {
    width: 380%;
}

.qrcode {
    width: 40%;
    padding-top: 25px;
}

@media only screen and (min-width: 769px) {
    .mgcolour {
        position: relative;
        z-index: 2;
    }
}

@media only screen and (min-width: 769px) {
    .bg-checkout {
        position: relative;
        background: linear-gradient(to bottom, #e5f0fd 0%, #e5f0fd 100%);
        padding-top: 50px;
        min-height: 100vh;
        overflow: hidden;
    }

        .bg-checkout::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 157px;
            background: linear-gradient(80deg, rgba(20, 19, 95, 1) 12%, rgba(35, 33, 142, 1) 90%);
            z-index: 1;
        }
}

@media (max-width: 768px) {
    .bg-checkout {
        background: #04377b;
    }
}

section {
    display: block;
    margin: 0;
    padding: 0;
}

h1, h2, h5 {
    font-weight: normal;
}

#otpform {
    position: relative;
    height: 300px;
}

.timer {
    font-size: 1.2rem;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: red;
    margin-top: 10px;
    padding-top: 15px;
}

#verifyMobileLabel {
    position: relative;
    bottom: 20px;
}

.bkbtn {
    position: relative;
    bottom: 25px;
}

.flightpagecontent {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    margin-top: -18px;
}

.hidden {
    display: none !important;
}

.nav-btn-signin {
    border: 1px solid gray;
    background-color: white;
}

    .nav-btn-signin:hover {
        background-color: darkblue;
        color: white;
    }

.top {
    position: relative;
    bottom: 6px;
}

@media (max-width: 768px) {
    .top {
        position: relative;
        bottom: -9px;
    }
}

.nav-item.nav-link.active {
    background-color: #0091ff;
    color: white;
    font-weight: 700;
}

.city {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.searchicon {
    margin-right: 10px;
}

.fl {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    justify-content: space-between;
}

.maincenter {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

@media screen {
}

.officeinfo {
    justify-content: center;
}

@media only screen and (max-width: 760px) {
    .officeinfo {
        justify-content: start;
    }
}

.mobilelanguage {
    display: none;
}

@media (max-width: 767px) {
    .mobilelanguage {
        position: relative;
        padding-left: 5px;
        display: block;
    }
}

.mobilelanguage2 {
    display: none;
}

@media (max-width: 767px) {
    .mobilelanguage2 {
        position: relative;
        padding-left: 15px;
        display: block;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        min-width: 300px;
    }

    .jku {
        position: relative;
        left: 8px;
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .jkuu {
        position: relative;
        flex-grow: 1;
    }

    .lkj {
        position: relative;
        right: 8px;
    }
}

.chx {
    display: flex;
    position: relative;
    left: 8px;
}

.fl {
    display: flex;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
    color: none;
}

@media (max-width: 767px) {
    .linkpt {
        position: relative;
        right: 8px;
    }
}

.nav-btn-signin {
    padding-left: 25px;
    padding-right: 25px;
}

.bottom-left-badge {
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    background-color: red;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border: 1px solid white;
}

.myaccountbtn {
    display: none;
}

.mobileappiconview {
    display: none;
}

@media (max-width: 767px) {
    .mobileappiconview {
        position: relative;
        top: 100px;
        display: block;
    }
}

.mobileui {
    display: block;
}

@media (max-width: 767px) {
    .mobileui {
        border: 1px solid gray;
        border-radius: 15px;
        display: flex;
        align-items: center;
        padding: 5px;
        margin-bottom: 15px;
        color: black;
        background-color: white;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .loginmodal {
        width: 90%;
        top: 140px;
        left: 100px;
        z-index: 3;
    }
}

@media (max-width: 767.98px) {
    .modal.bottom-modal .modal-dialog {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        max-width: none;
        will-change: transform !important;
    }

    .modal.bottom-modal .modal-content {
        border-radius: 0;
        background-color: #ffffff;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }

    .navbar-toggler {
        position: relative;
        top: -8px;
    }
}

.login-banner {
    position: absolute;
    top: 50%;
    left: -26%;
    background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #53b2fe, #065af3));
    transform: translate(-50%, -50%);
    border-radius: 15px;
    width: 55%;
    z-index: 1;
    height: 420px;
    align-items: center;
}

.policyagreement {
    font-size: 13px;
    font-weight: 500;
    color: black;
}

.loginheader {
    border: none;
}

#loginModalLabel {
    padding-left: 12px;
}

.loginor {
    border-bottom: 1px #dadada solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.spantext {
    display: inline-flex;
    font-size: 12px;
    color: #A9A9A9;
    font-weight: 800;
    background-color: #fff;
    margin-bottom: -10px;
    padding-left: 5px;
    padding-right: 5px;
}

.google-button {
    display: flex;
    align-items: center;
    justify-content: left;
    color: black;
    border: solid 1px black;
    border-radius: 4px;
    padding: 5px 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.imgg {
    width: 20%;
}

.gimg {
    position: relative;
    right: 0px;
}

.form-floating {
    position: relative;
}

.country-code-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .country-code-list button {
        width: 100%;
        padding: 0.5rem 1rem;
        text-align: left;
        border: none;
        background: white;
        cursor: pointer;
    }

        .country-code-list button:hover {
            background-color: #f8f9fa;
        }

.mobilenav {
    background-color: #efefef;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    top: 65px;
    text-align: center;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.loadingdot {
    position: relative;
    text-align: center;
    top: 80px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    top: 100px;
}

.fadeslide {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fadeslide {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.hjkp {
    position: relative;
    top: 28px;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.loadedimg {
    width: 55%;
}

.jk {
    position: relative;
    font-size: 12px;
    color: white;
    top: 25px;
}

.form-control:focus {
    border-color: #23218E;
    box-shadow: none;
    outline: none;
}

.countrycodepicker {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.Countrycodedropdown {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    padding: 15px 0;
}

.countryinputsearch {
    border: solid 1px #e7e7e7 !important;
    border-radius: 4px !important;
    padding-right: 110px;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .countryinputsearch {
        border: solid 1px #e7e7e7 !important;
        border-radius: 4px !important;
        padding-right: 70px;
        padding-left: 15px;
    }
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    font-size: 13px;
}

    .dropdown-menu div {
        padding: 10px;
        cursor: pointer;
    }

        .dropdown-menu div:hover {
            background-color: lightblue;
        }

.flight-bar {
    border-radius: 4px;
    border: 1px solid #dad6d6;
}

@keyframes backgroundFill {
    0% {
        background-color: transparent;
        border-color: transparent;
    }

    50% {
        background-color: rgba(49, 238, 96, 0.5);
        border-color: #007925;
    }

    100% {
        background-color: #007925;
        border-color: #014415;
    }
}

.icon {
    font-size: 12px;
    color: #666;
    vertical-align: middle;
}

.price {
    color: #006ee3;
    font-family: "opensans-bold_0";
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 22px;
}

@media (max-width: 768px) {
    .price {
        color: #006ee3;
        font-family: "opensans-bold_0";
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 22px;
    }
}

.travel-details {
    display: flex;
    align-items: center;
    position: relative;
    left: -25px;
    justify-content: space-between;
    text-align: center;
    padding: 20px 0;
    margin: 10px;
}

@media (max-width: 768px) {
    .travel-details {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding: 20px 0;
        margin: 10px;
        position: relative;
        left: -10px;
    }
}

.order {
    text-align: right;
    font-weight: bold;
    color: #697488;
}

.class {
    color: #666;
    font-size: 15px;
}

@media (max-width: 768px) {
    .class {
        font-size: 0.9em;
    }
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header .title {
        font-weight: bold;
        font-size: 18px;
    }

.terms {
    padding: 20px;
}

.title {
    flex-grow: 1;
    font-size: 15px;
    color: #333333;
    margin-left: 10px;
}

@media (max-width: 480px) {
    .icon {
        width: 30px;
        height: 30px;
    }

    .title {
        font-size: 16px;
    }
}

.edit-icon {
    cursor: pointer;
    margin-left: 10px;
    color: #000;
}

@media (max-width: 768px) {
    .label {
        font-size: 14px;
        color: #333;
    }

    .value {
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }
}

@keyframes loadingAnimation {
    0% {
        background-position: -100px center;
    }

    100% {
        background-position: 160px center;
    }
}

h1 img {
    width: 30px;
    height: 30px;
}

.form-control {
    height: 40px !important;
    color: #2c83b6 !important;
    font-weight: bold !important;
}



h1 {
    font-size: 30px;
}

h1 {
    font-size: 2em;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
}

.offers {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.currency {
    border-color: transparent;
    outline: none;
}

.AED {
    background-image: url('./images/Flag/AE.png');
}

.element {
    display: block;
}

@media only screen and (max-width: 768px) {
    .element {
        display: none;
    }
}

.nav-link {
    color: black;
}

.apps {
    position: relative;
    padding-top: 100px;
}

.menu {
    position: relative;
    padding-right: 8px;
}

.appmobilebanner {
    display: block;
}

@media only screen and (min-width: 768px) {
    .appmobilebanner {
        display: none;
    }
}

.headerappbanner {
    background-color: #003692;
    ;
    padding: 10px;
    color: white;
    text-align: center;
    position: relative;
}

.installbtn {
    background: linear-gradient(196deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 100%);
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
}

.close-btn {
    position: absolute;
    font-size: 28px;
    bottom: 50px;
    right: 0;
    padding: 10px;
    background-color: inherit;
    border: none;
    cursor: pointer;
}

    .close-btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

.footer-link {
    color: white;
}

.deal {
    color: #565353;
}

.iconelement {
    display: block;
    margin-top: -10px;
}

.left {
    padding-left: 125px;
}

@media (max-width: 767.98px) {
    .left {
        padding-left: 125px;
    }
}

@media (min-width: 768px) {
    .left {
        padding-left: 125px;
    }
}

.center {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 767.98px) {
    .center {
        max-width: 90%;
    }
}

:root {
    --font-primary: "Jost", sans-serif;
}

:root {
    --text-4: 4px;
    --text-7: 7px;
    --text-10: 10px;
    --text-12: 12px;
    --text-13: 13px;
    --text-14: 14px;
    --text-15: 15px;
    --text-16: 16px;
    --text-18: 18px;
    --text-20: 20px;
    --text-22: 22px;
    --text-24: 24px;
    --text-25: 25px;
    --text-26: 26px;
    --text-30: 30px;
    --text-40: 40px;
    --text-50: 50px;
    --text-60: 60px;
    --text-80: 80px;
}

:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-border: #DDDDDD;
    --color-dark-1: #051036;
    --color-dark-2: #0D2857;
    --color-dark-3: #13357B;
    --color-dark-4: #163C8C;
    --color-light-1: #697488;
    --color-light-2: #F5F5F5;
    --color-light-3: #FBFCFF;
    --color-blue-1: #3554D1;
    --color-blue-2: #E5F0FD;
    --color-green-1: #EBFCEA;
    --color-green-2: #008009;
    --color-yellow-1: #F8D448;
    --color-yellow-2: #E1C03F;
    --color-yellow-3: #FFC700;
    --color-yellow-4: #FFF8DD;
    --color-brown-1: #923E01;
    --color-purple-1: #7E53F9;
    --color-red-1: #D93025;
    --color-red-2: #F1416C;
    --color-red-3: #FFF5F8;
    --color-info-1: #CDE9F6;
    --color-info-2: #4780AA;
    --color-warning-1: #F7F3D7;
    --color-warning-2: #927238;
    --color-error-1: #ECC8C5;
    --color-error-2: #AB3331;
    --color-success-1: #DEF2D7;
    --color-success-2: #5B7052;
}

@-webkit-keyframes reveal {
    100% {
        opacity: 1;
    }
}

@keyframes reveal {
    100% {
        opacity: 1;
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
}

body {
    padding: 0;
    font-family: 'opensans-regular_0', Arial, Helvetica, sans-serif;
    width: 100%;
    background-color: white;
    color: var(--color-dark-1);
    font-size: 14px;
    line-height: 1.875;
}

main {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    font-size: 16px;
}

button {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
}

    button:focus {
        outline: 0;
    }

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input.text-white::-moz-placeholder {
    color: white;
}

input.text-white:-ms-input-placeholder {
    color: white;
}

input.text-white::placeholder {
    color: white;
}

h1, h2, h5 {
    margin: 0;
    line-height: 1.45;
    font-weight: 600;
}

.text-12 {
    font-size: var(--text-12) !important;
}

.text-14 {
    font-size: var(--text-14) !important;
}

.text-18 {
    font-size: var(--text-18) !important;
}

.text-26 {
    font-size: var(--text-26) !important;
}

.text-30 {
    font-size: var(--text-30) !important;
}

.lh-15 {
    line-height: 1.5 !important;
}

.fw-600 {
    font-weight: 600;
}

.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
    .header {
        height: 80px;
    }
}

.header .row {
    flex-wrap: nowrap;
}

:root {
    --dashboard-width: 300px;
}

@media (max-width: 1199px) {
    :root {
        --dashboard-width: 250px;
    }
}

.dropdown .icon {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@-webkit-keyframes preloaderWraper {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: none;
    }
}

@keyframes preloaderWraper {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: none;
    }
}

@-webkit-keyframes preloader {
    0% {
        transform: translateY(150%) scale(1);
    }

    50% {
        transform: translateY(0%) scale(1.2) rotate(20deg);
    }

    100% {
        transform: translateY(-150%) rotate(-20deg);
    }
}

@keyframes preloader {
    0% {
        transform: translateY(150%) scale(1);
    }

    50% {
        transform: translateY(0%) scale(1.2) rotate(20deg);
    }

    100% {
        transform: translateY(-150%) rotate(-20deg);
    }
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
}

    .y-gap-10 > * {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.x-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .x-gap-15 > * {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

.y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
}

    .y-gap-20 > * {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}

    .x-gap-30 > * {
        padding-left: 15px;
        padding-right: 15px;
    }

.y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
}

    .y-gap-30 > * {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.y-gap-40 {
    margin-top: -20px;
    margin-bottom: -20px;
}

    .y-gap-40 > * {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.layout-pt-sm {
    padding-top: 30px;
}

.layout-pb-sm {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .layout-pt-sm {
        padding-top: 30px;
    }

    .layout-pb-sm {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .layout-pt-sm {
        padding-top: 30px;
    }

    .layout-pb-sm {
        padding-bottom: 30px;
    }
}

.flex-column {
    flex-direction: column;
}

.justify-start {
    justify-content: flex-start !important;
}

.justify-between {
    justify-content: space-between !important;
}

.items-center {
    align-items: center !important;
}

.bg-white {
    background-color: var(--color-white) !important;
}

.text-white {
    color: var(--color-white);
}

.text-black {
    color: var(--color-black);
}

.d-flex {
    display: flex !important;
}

.rounded-8 {
    border-radius: 8px;
}

.border-top-light {
    border-top: 1px solid var(--color-border);
}

.border-white-15 {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.pointer {
    cursor: pointer;
}

.section-bg {
    position: relative;
    z-index: 0;
}

.absolute {
    position: absolute;
}

img {
    border: none;
    margin: 0;
}

input {
    margin: 0;
    padding: 0;
}

    input:focus {
        outline: none;
    }

    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.breadcrumb {
    justify-content: center;
    font-size: 16px;
    padding-top: 10px;
}

.ouroffice {
    padding-top: 20px;
    padding-bottom: 10px;
    color: gray;
}

.aboutus {
    padding: 20px;
}

.policy-ul {
    display: block;
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 20px;
}

    .policy-ul li {
        list-style-type: disc;
    }

        .policy-ul li::marker {
            font-size: 1.5em;
            color: black;
        }
