﻿@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;
}

@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;
}

.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;
    }
}

.city {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.searchicon {
    margin-right: 10px;
}

.maincenter {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

@media screen {
}

.nav-btn-signin {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 767.98px) {
}

#loginModalLabel {
    padding-left: 12px;
}

.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;
        }

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.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;
}

@keyframes fadeslide {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.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;
    }
}

.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;
    }

.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) {
    .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;
}

body {
    font-size: 12px;
    color: #000;
    position: relative;
    background: #fff;
    font-family: 'opensans-regular_0',Arial,Helvetica,sans-serif
}

h1 {
    font-size: 30px;
}

h1 {
    font-size: 2em;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
}

.currency {
    border-color: transparent;
    outline: none;
}

.nav-link {
    color: black;
}

.baggage {
    position: relative;
    padding-left: 20px;
}

.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);
}

h1, h2, h5 {
    margin: 0;
    line-height: 1.45;
    font-weight: 600;
}

: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);
    }
}

.pt-20 {
    padding-top: 20px !important;
}

.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;
    }
}

.bg-white {
    background-color: var(--color-white) !important;
}

.pointer {
    cursor: pointer;
}

.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;
}

@media (max-width: 768px) {
    .aboutus {
        padding: 12px;
    }

}

    .email {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        box-sizing: border-box;
        transition: border 0.3s ease;
        height: 40px;
    }

    .faq-item {
        align-items: center;
        gap: 5px;
        margin: 10px auto;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .faq-toggle {
        display: flex;
        align-items: center;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        font-size: 16px;
    }

@media (max-width: 768px) {
    .faq-toggle {
        font-size: 15px;
    }
}

    .faq-icon {
        font-size: 16px;
        font-weight: bold;
        margin-right: 10px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #F5F5F5;
        color: #333;
        transition: transform 0.3s ease;
    }

    .faq-question {
        flex: 1;
    }

    .faq-answer {
        display: none;
        margin-top: 10px;
        font-size: 14px;
        color: #555;
        transition: opacity 0.3s ease, max-height 0.3s ease;
    }

    .faq-ul {
        display: block;
        list-style-type: disc;
        margin-left: 20px;
        padding-left: 20px;
    }

        .faq-ul li {
            list-style-type: disc;
        }

            .faq-ul li::marker {
                font-size: 1.5em;
                color: #555;
            }
