body {
    font-size: 12px;
    color: #000;
    position: relative;
    background: #fff;
    font-family: 'opensans-regular_0',Arial,Helvetica,sans-serif
}

.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;
}

.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;
}

.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;
}

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;
}

.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;
    }
}

@-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;
}

.pt-10 {
    padding-top: 10px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !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;
    }

.x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}

    .x-gap-30 > * {
        padding-left: 15px;
        padding-right: 15px;
    }

.y-gap-40 {
    margin-top: -20px;
    margin-bottom: -20px;
}

    .y-gap-40 > * {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.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;
}

.border-top-light {
    border-top: 1px solid var(--color-border);
}

@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%);
}

.googlestore {
    width: 380%;
}

h2, h5 {
    font-weight: normal;
}

#otpform {
    position: relative;
    height: 300px;
}

.timer {
    font-size: 1rem;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: gray;
}

#verifyMobileLabel {
    position: relative;
    bottom: 20px;
}

.bkbtn {
    position: relative;
    bottom: 25px;
}

.hidden {
    display: none;
}

.nav-btn-signin {
    border: 1px solid gray;
    background-color: white;
}

    .nav-btn-signin:hover {
        background-color: darkblue;
        color: white;
    }

.nav-item.nav-link.active {
    background-color: #0091ff;
    color: white;
    font-weight: 700;
}

.fl {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    justify-content: space-between;
}

.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;
}

.active {
}

.fadeslide {
    animation-name: fade;
    animation-duration: 1.5s;
}


span#userFirstNameMyAccount {
 color: #000 !important; 
}

@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;
}

.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;
        }

@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;
    }
}

.class {
    color: #666;
    font-size: 15px;
}

@media (max-width: 768px) {
    .class {
        font-size: 0.9em;
    }
}

.terms {
    padding: 20px;
}

.title {
    flex-grow: 1;
    font-size: 15px;
    color: #333333;
    margin-left: 10px;
}

@media (max-width: 480px) {
    .title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .label {
        font-size: 14px;
        color: #333;
    }
}

.form-control {
    height: 40px !important;
    color: #2c83b6 !important;
    font-weight: bold !important;
}

img {
    border: none;
    margin: 0;
}

input {
    margin: 0;
    padding: 0;
}

    input:focus {
        outline: none;
    }

    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }



.flag-iconinput {
    visibility: visible; 
    width: calc(100% - 20px);
    width: 20px;
    height: 15px;
    position: absolute;
    top: 62%;
    left: 12px;
    transform: translateY(-50%);
}


.fa {
    transition: transform 0.3s ease;
}

.fa-rotate-180 {
    transform: rotate(180deg);
}

.nav-btn-signin {
    border: 1px solid gray;
    background-color: white;
}

.nav-btn-signin:hover {
        background-color: darkblue;
        color: white;
}

.country-code-list {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background: white;
    display: none;
    z-index: 1000;
    max-height: 250px;
}

.country-code-item {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .country-code-item .flag-icon {
        margin-right: 8px;
    }

    .country-code-item:hover {
        background: #f0f0f0;
    }

.country-code-search {
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
}

/* Loading Spinner */

.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    position: fixed;
    left: 50%; 
    top: 50%;
}



.madebyus {
    position: relative;
    left: 200px;
    display: block;
    font-size: 12px;
}

/*Dynamic Modal */

.modal-body {
    font-size: 14px !important;
    text-align: left !important;
}

li.list-group-item.text-danger:not(:last-child) {
    padding: 5px;
    border-bottom: 1px solid;
}

.modal-header.error {
    background-color: #f8d7da;
    color: #842029;
}

.modal-header.warning {
    background-color: #fff3cd;
    color: #856404;
}

.modal-header.success {
    background-color: #d1e7dd;
    color: #0f5132;
}

.modal-header.session-timeout {
    background-color: #cfe2ff;
    color: #084298;
}

.modal-icon {
    font-size: 2rem;
    margin-right: 10px;
}

.modal-body {
    text-align: center;
    font-size: 1.1rem !important
}


@media only screen and (max-width: 768px) {
    .madebyus {
        display: none;
    }
}
.logomodel {
    width: 100%;
    height: 50px;
}
.field {
    font-size: 14px;
    color: gray;
    text-align: left;
    padding-bottom: 20px;
}
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.no-arrows {
    -moz-appearance: textfield;
}
.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.form-group {
    flex: 1;
    margin-right: 10px;
}
.radio-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}
    .radio-group input[type="radio"] {
        display: none;
    }
    .radio-group label {
        padding: 8px 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        background-color: #f9f9f9;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.3s ease, color 0.3s ease;
        width: 44%;
        text-align: center;
        height: 40px;
    }
    .radio-group input[type="radio"]:checked + label {
        background-color: #20409a;
        color: white;
        border-color: #007bff;
    }
.travellername {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border 0.3sease;
    height: 40px;
}
#phone2 {
    font-weight: 100 !important;
    padding-left: 90px !important;
    color: black !important;
    font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
    #myAccountDiv{
        display: none;
    }
}
.iti__search-input {
    touch-action: manipulation !important; 
    outline: none; 
}
#verifyauth {
    position: relative;
    bottom: 10px;
}


