/*==================================================================================================================*/

body {
    font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, small, strong, li, a, button {
    font-family: "Lato", sans-serif;
}

:root {
    --bs-primary: #B85FE5;
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

/*===================================================================================================================*/
.custom-navbar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

    .custom-navbar .nav-item {
        margin-left: 12px;
    }

.navbar-brand {
    display: inline-flex;
    align-content: center;
}

    .navbar-brand .navbar-brand-logo {
        width: 160px;
    }

.navbar-nav {
    display: inline-flex;
    align-items: center;
}

.auth-item .nav-link {
    background-color: var(--bs-primary);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 20px !important;
    white-space: nowrap;
}

    .auth-item .nav-link.dropdown-toggle::after {
        display: none;
    }

.navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}

    .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:hover {
        color: var(--bs-primary);
    }


.myProfileDropdown {
    padding: 10px;
}

    .myProfileDropdown .dropdown-item {
        padding: 5px 15px;
        font-size: 14px;
        font-weight: 600;
    }
/*==============================================================================*/
.hero-banner-area .hero-swiper {
    border-radius: 12px;
    height: 400px;
}

    .hero-banner-area .hero-swiper .content {
        padding-top: 55px;
        padding-bottom: 20px;
    }

        .hero-banner-area .hero-swiper .content .inner .sub-title {
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .hero-banner-area .hero-swiper .content .inner h1 {
            font-size: 40px;
            color: #ffffff;
        }


/*================================================================================*/

.flightSearch {
    margin-top: -140px;
    position: relative;
    z-index: 99;
    padding-bottom: 40px;
}

    .flightSearch .searchNav {
        display: block;
        align-items: center;
        box-shadow: 0 4px 10px #b85fe54f;
        width: fit-content;
        margin: 0 auto;
        text-align: center;
        margin-bottom: -25px;
        background: #fff;
        position: relative;
        padding: 4px;
        border-radius: 8px;
    }

    .flightSearch .flightTabContent {
        background-color: #ffffff;
        padding: 30px 15px 25px 15px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .flightSearch .searchNav .navItem .navLink {
        border: none;
        background: #ffffff;
        color: #121212;
        padding: 8px 12px;
        background: #f1f1f1;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.3px;
        height: 48px;
        min-width: 110px;
    }

        .flightSearch .searchNav .navItem .navLink .flightIcon {
            display: inline-flex;
            align-items: center;
            justify-content: end;
        }

        .flightSearch .searchNav .navItem .navLink.active {
            background-color: var(--bs-primary);
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1.3px;
        }


        .flightSearch .searchNav .navItem .navLink .flightIcon svg {
            margin-right: 5px;
        }

        .flightSearch .searchNav .navItem .navLink.active .flightIcon svg path {
            fill: #ffffff;
        }

    .flightSearch .bulletpoint {
        display: flex;
        text-align: center;
        margin: 8px 0 12px;
        justify-content: center;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 600;
        color: #505050;
    }

        .flightSearch .bulletpoint .form-check-label:has(input:checked) {
            color: #550081;
        }

        .flightSearch .bulletpoint .form-check-input:checked[type=radio] {
            background-image: url('../../../images/radio.png');
        }

        .flightSearch .bulletpoint .form-check-input:checked {
            background-color: transparent;
            border-color: transparent;
        }

        .flightSearch .bulletpoint .form-check-input {
            width: 16px;
            height: 16px;
            margin-top: 3px;
        }

.search-section .search-box .left-part {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.search-panel .search-section .search-box .left-part .search-body {
    padding: 15px 15px !important;
    border-radius: 8px;
    border: 1px solid #bfc9d7 !important;
}


    .search-panel .search-section .search-box .left-part .search-body + .search-body {
        border-left: 1px solid #c8d3d8 !important;
    }

        .search-panel .search-section .search-box .left-part .search-body + .search-body.bg-transparent {
            border-color: transparent !Important;
        }

    .search-panel .search-section .search-box .left-part .search-body h6 {
        color: #5A6573 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 12px !important;
    }

.search-section .search-box .left-part .search-body .form-control {
    color: #1A2B3D !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 20px;
}

    .search-section .search-box .left-part .search-body .form-control::placeholder {
        color: #9BA6B2 !important;
        font-size: 18px !important;
        font-weight: 600;
        line-height: 20px;
    }

#hotelSearchButton, #flt-search-btn {
    position: absolute;
    bottom: -45px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
}

.btn-flt-src {
    background-color: var(--bs-primary);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 20px !important;
    border: none;
}

.easy-autocomplete-container ul {
    padding: 5px !important;
    border-radius: 6px !important;
    border: 1px solid #dedede !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) !important;
}

    .easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
        border: none !important;
    }

.input-area .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #1A2B3D !important;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 22px;
}

.input-area .select2-container--bootstrap-5.select2-container--focus .select2-selection, .input-area .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--bs-primary);
    box-shadow: none;
}

/*====================================================================================*/

.visa-search-content {
    padding: 30px 10px 20px 10px;
}

    .visa-search-content .select2-container--bootstrap-5.select2-container--focus .select2-selection,
    .visa-search-content .select2-container--bootstrap-5.select2-container--open .select2-selection {
        border-color: transparent;
        box-shadow: none !important;
    }

    .visa-search-content .input-area .select2-container--bootstrap-5.select2-container--focus .select2-selection,
    .visa-search-content .select2-container--bootstrap-5.select2-container--open .select2-selection {
        border: none !important;
        box-shadow: none !important;
    }

    .visa-search-content .select2-container--bootstrap-5 .select2-selection {
        width: 100%;
        min-height: fit-content;
        padding: 0;
        background-color: transparent !important;
        border: 0px solid transparent !important;
        border-radius: .25rem;
        transition: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #1A2B3D !important;
        font-size: 18px !important;
        font-weight: 600;
        line-height: 20px;
    }


    .visa-search-content .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .visa-search-content .form-select {
        border: 0px solid transparent !important;
        display: block;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
        font-size: 18px !important;
        font-weight: 600;
        line-height: 28px;
    }

    .visa-search-content .input-wrapper {
        padding: 10px 15px !important;
        border-radius: 8px;
        border: 1px solid #bfc9d7 !important;
    }

        .visa-search-content .input-wrapper label {
            color: #5A6573 !important;
            font-size: 12px !important;
            font-weight: 500 !important;
            line-height: 12px !important;
            width: 100%;
        }

        .visa-search-content .input-wrapper .form-control {
            color: #1A2B3D !important;
            font-size: 18px !important;
            font-weight: 600;
            line-height: 28px;
            border: none;
            padding: 0;
            text-align: left;
            text-transform: capitalize;
            margin-bottom: 0;
        }

            .visa-search-content .input-wrapper .form-control:focus {
                box-shadow: none !important;
            }

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #1A2B3D !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 22px;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border: 1px solid transparent !important;
    padding: 5px !important;
    border-radius: 6px !important;
    border: 1px solid #dedede !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #86b7fe !important;
    box-shadow: none !important;
}

.btn-visa-src {
    background-color: var(--bs-primary);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 20px !important;
    border: none;
}

#visa-search-btn {
    position: absolute;
    bottom: 22px;
}

#umrah-search-btn {
    position: absolute;
    bottom: 22px;
}

.visa-header-area {
    background-image: url('../img/banner_bg_pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #B85FE54A;
    border-radius: 0 0 50px 50px;
    padding: 50px 0 130px;
}

    .visa-header-area h2 {
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 0;
    }

.visa-src-result-details {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.visa-src-area {
    margin-top: -98px;
}

.visa-modify-area {
    padding: 0px 20px 20px 15px;
    background-color: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 15px 0px;
}
/*====================================================================================*/

.tour-body .search-body label {
    color: #5A6573 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 12px !important;
}

.tour-body .search-body {
    padding: 15px 15px !important;
    border-radius: 8px;
    border: 1px solid #bfc9d7 !important;
}

    .tour-body .search-body .form-control {
        color: #1A2B3D !important;
        font-size: 18px !important;
        font-weight: 600;
        line-height: 20px;
        padding: 0;
        border: none !important;
    }

.btn-tour-src {
    background-color: var(--bs-primary);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 20px !important;
    border: none;
}

#pkg-search-btn {
    position: absolute;
    bottom: -45px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
}


#umrah-search-btn {
    position: absolute;
    bottom: -45px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
}
/*====================================================================================*/
.special-offers {
    padding: 60px 0;
}

    .special-offers .swiper {
        visibility: hidden;
    }

.special-offers-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 6px;
    aspect-ratio: 2/1;
}

.special-offers-slider .swiper-button-next-1,
.special-offers-slider .swiper-button-prev-1 {
    color: #837e7e;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: #e4e6e89c;
}

    .special-offers-slider .swiper-button-next-1:hover,
    .special-offers-slider .swiper-button-prev-1:hover {
        background-color: #e4e6e8;
        color: var(--bs-black);
    }


.special-offers-slider .swiper-button-prev-1 {
    border-radius: 0 20px 20px 0;
}

.special-offers-slider .swiper-button-next-1 {
    border-radius: 20px 0 0 20px;
}

    .special-offers-slider .swiper-button-next-1:after,
    .special-offers-slider .swiper-button-prev-1:after {
        font-size: 18px;
        font-weight: 800;
    }

.swiper-button-next-1,
.swiper-container-rtl .swiper-button-prev-1 {
    right: 0px !important;
    left: auto;
}

.swiper-button-prev-1,
.swiper-container-rtl .swiper-button-next-1 {
    left: 0 !important;
    right: auto;
}

.special-offers-slider .swiper-button-prev-1,
.special-offers-slider .swiper-button-next-1 {
    top: 55%;
}

/*===========================================================================*/

.tour-package {
    padding: 50px 0;
    background: #b85fe50d;
}

.visa-card {
    height: 325px;
    margin-bottom: 25px;
}

.package-single {
    background-color: #fff;
    box-shadow: var(--bs-box-shadow);
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 25px;
}

.img-hover-zoom {
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

    .img-hover-zoom img {
        height: 200px;
        width: 100%;
        transition: transform 0.7s ease;
        border-radius: 6px;
    }

.package-single:hover .img-hover-zoom img {
    transform: scale(1.2);
}

.package-content {
    padding-top: 10px;
}

    .package-content span {
        font-size: 14px;
        color: var(--bs-gray);
        font-weight: 600;
    }

        .package-content span i {
            color: var(--bs-primary);
        }

    .package-content .card-title {
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-black);
        margin-bottom: 10px;
        transition: transform 0.7s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 52px;
    }

.link.btn.btn-primary {
    background-color: var(--bs-secondary) !important;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: var(--bs-box-shadow);
}


.visa-consultancy {
    padding: 50px 0;
    background-image: url(../img/bg/bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.visa-card {
    position: relative;
    z-index: 0;
    aspect-ratio: 8 / 10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
    cursor: pointer;
    background-color: transparent;
}

    .visa-card .visa-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
        border-radius: 6px;
    }

        .visa-card .visa-image::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            background: linear-gradient(180deg, rgba(5, 7, 60, 0) 0%, #05073c 100%);
            opacity: 0.5;
        }

        .visa-card .visa-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: fill;
            object-fit: fill;
            transition: 0.6s;
            border-radius: 6px;
        }

    .visa-card:hover .visa-image img {
        transform: scale(1.15);
    }

.visa-content {
    padding: 20px;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

    .visa-content .country-name {
        font-size: 20px;
        font-weight: 600;
        text-align: start;
    }

    .visa-content .visa-types {
        font-size: 14px;
        text-align: start;
    }

.visa-offers-slider .swiper-slide {
    background-color: transparent !important;
}
/*============================================================================================================*/
.main-title {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

    .main-title span {
        width: 120px;
        background-color: #e1e1e1;
        height: 2px;
        display: block;
        margin: auto;
    }

        .main-title span em {
            width: 60px;
            height: 2px;
            background-color: var(--bs-primary);
            display: block;
            margin: auto;
        }

    .main-title h2 {
        margin-bottom: 15px;
        color: var(--bs-primary);
        font-weight: 700;
    }

    .main-title p {
        margin-top: 10px;
        color: #404041;
        font-weight: 600;
    }



/*===========================*/

.services {
    padding: 50px 0;
}

.services-wrapper {
    text-align: center;
}

    .services-wrapper img {
        width: 64px;
        height: 64px;
    }

    .services-wrapper h3 {
        padding: 10px 0;
        font-size: 18px;
        font-weight: 600;
        color: #202020;
    }

/*==================================*/

.footer-area {
    background-color: #ffffff;
    padding: 120px 0 26px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-text {
    margin-right: 35px;
}

    .footer-text p {
        color: #808C9F;
        text-align: justify;
        font-weight: 400;
    }

.important-link .title {
    margin-bottom: 25px;
    font-size: 16px;
    color: #808C9F;
}

.important-link ul li {
    display: block;
    margin-bottom: 15px;
}

    .important-link ul li a {
        color: #11284A;
        font-size: 16px;
        line-height: 21px;
        text-transform: capitalize;
    }

.important-link .contact-text {
    font-size: 16px;
    color: #11284A;
    margin-bottom: 25px;
    line-height: 1.5;
}

.social-media ul {
    margin-bottom: 30px;
}

    .social-media ul li a {
        display: block;
        height: 40px;
        width: 40px;
        text-align: center;
        background: var(--bs-primary);
        line-height: 40px;
        color: #fff;
        border-radius: 50%;
        margin-right: 15px;
    }

.payment-area {
    font-size: 16px;
    color: #808C9F;
}

.top-footer {
    margin-bottom: 80px;
}

.bottom-footer {
    border-top: 1px solid #11284A;
}

    .bottom-footer p {
        margin-bottom: 5px;
        font-size: 12px;
        color: #808C9F;
    }

        .bottom-footer p a {
            color: #808C9F;
        }



/*==============================================*/


.auth-body {
    width: 100%;
    max-width: 460px;
    border-radius: 12px;
    margin: 80px 12px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 12px 32px;
    background-color: rgb(255, 255, 255);
    padding: 48px 48px 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.auth-title {
    text-align: center;
}

    .auth-title h3 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 525;
        text-align: center;
        margin-bottom: 8px;
        color: rgb(26, 43, 61);
    }

    .auth-title p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-align: center;
        color: rgb(90, 101, 115);
    }

.google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background-color: #b85fe50d;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: rgb(62, 73, 87) !important;
    min-width: 200px;
    font-family: "Inter", sans-serif;
}

.breakdown-section {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(90, 101, 115);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 24px;
    font-family: "Inter", sans-serif;
}

    .breakdown-section:before {
        flex: 1 1 0%;
        content: "";
        height: 1px;
        background-color: rgb(226, 232, 240);
        margin-right: 12px;
    }

    .breakdown-section:after {
        flex: 1 1 0%;
        content: "";
        height: 1px;
        background-color: rgb(226, 232, 240);
        margin-left: 12px;
    }

.google-btn svg {
    margin-right: 10px;
}

.auth-body .input-area .form-control {
    padding: 15px 12px;
    height: auto;
    border-radius: 8px;
    background-color: rgb(245, 247, 250);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    height: 52px;
}

    .auth-body .input-area .form-control:focus {
        border: 1px solid var(--bs-primary) !important;
        background-color: #b85fe50d;
        box-shadow: none;
    }

    .auth-body .input-area .form-control:-webkit-autofill {
        background-color: #b85fe50d !important;
        color: #202020 !important;
        -webkit-text-fill-color: #202020 !important;
        box-shadow: 0 0 0 30px #b85fe50d inset !important;
        border: 1px solid var(--bs-primary) !important;
    }

        .auth-body .input-area .form-control:-webkit-autofill::first-line {
            font-size: 14px !important;
        }

.auth-body .input-area label {
    letter-spacing: 0.00938em;
    font-weight: 475;
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 4px;
    padding: 0px;
    color: rgb(62, 73, 87);
}

.authBtn {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600;
    background-color: var(--bs-primary);
    border-radius: 6px;
    padding: 10px 20px !important;
    border: 1px solid transparent;
}

.auth-body .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
}

.auth-body .input-area .select2-container--bootstrap-5 .select2-selection--single {
    padding: .375rem 2.25rem .375rem .75rem;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    padding: 15px 12px;
    height: auto;
    border-radius: 8px;
    background-color: rgb(245, 247, 250);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    min-height: fit-content !important;
}

.border-right {
    border-right: 1px solid #dee2e6;
}


/*===========================================================================
    Responsive style
============================================================================*/

@media (max-width: 576px) {
    /*Nav area*/
    .navbar-brand .navbar-brand-logo {
        width: 110px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon::before {
        content: '\f0c9';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: var(--bs-primary);
        font-size: 24px;
    }

    .navbar-toggler .navbar-toggler-icon::before {
        content: '\f00d';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: var(--bs-primary);
        font-size: 24px;
    }

    .navbar-nav {
        width: 100%;
    }

    .auth-item {
        width: 100% !important;
    }

        .auth-item .nav-link {
            background-color: var(--bs-primary);
            border-radius: 8px;
            color: #ffffff !important;
            font-size: 12px !important;
            font-weight: 600;
            padding: 8px 16px !important;
            white-space: nowrap;
        }

    .custom-navbar .nav-item {
        margin-left: 0;
    }
    /*-------------------*/
    .hero-banner-area .hero-swiper {
        border-radius: 12px;
        height: 150px;
    }

        .hero-banner-area .hero-swiper .content .inner h1 {
            font-size: 18px;
            color: #ffffff;
            font-weight: 900;
            letter-spacing: 1.4px;
        }

        .hero-banner-area .hero-swiper .content .inner .sub-title {
            display: none;
        }

        .hero-banner-area .hero-swiper .content {
            padding-top: 50px;
            padding-bottom: 10px;
        }
    /*===================*/

    .flightSearch .flightTabContent {
        background-color: #ffffff;
        padding: 30px 15px 20px 15px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .flightSearch {
        margin-top: -25px;
        position: relative;
        z-index: 99;
        padding-bottom: 40px;
    }

    .flightIcon span {
        display: none;
    }

    .flightSearch .searchNav .navItem .navLink .flightIcon svg {
        margin-right: 0px;
        width: 18px;
        height: 18px;
    }

    .flightSearch .searchNav .navItem .navLink {
        height: fit-content;
        min-width: fit-content;
        margin: 0;
    }

    .flightSearch .bulletpoint {
        margin: 4px 0 10px;
        font-size: 12px;
    }

    .search-panel .search-section .search-box .left-part {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }

        .search-panel .search-section .search-box .left-part .search-body + .search-body.bg-transparent {
            border-color: transparent !Important;
            padding: 0 !important;
            margin-bottom: 0 !important;
        }

        .search-panel .search-section .search-box .left-part .search-body {
            padding: 6px 10px !important;
            border-radius: 8px;
            border: 1px solid #bfc9d7 !important;
            margin-bottom: 12px !important;
        }

    .multicity-button-area {
        height: auto !important;
        margin-bottom: 0 !important;
    }

    .search-panel .search-section .search-box .left-part .search-body h6 {
        color: #5A6573 !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        line-height: 12px !important;
        margin-bottom: 0px !important;
    }




    .search-section .search-box .left-part .search-body .form-control {
        color: #1A2B3D !important;
        font-size: 14px !important;
        font-weight: 600;
        line-height: 14px;
    }

        .search-section .search-box .left-part .search-body .form-control::placeholder {
            color: #9BA6B2 !important;
            font-size: 14px !important;
            font-weight: 600;
            line-height: 14px;
        }


    .selector-box-flight {
        position: fixed !important;
        top: 0 !important;
        height: 100%;
        z-index: 999;
        padding: 0 15px;
    }

    .pass-info-title {
        padding: 10px 0 15px;
        text-align: center;
        line-height: 1.2;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 10px;
    }

        .pass-info-title h3 {
            font-size: 16px !important;
            font-weight: 600 !important;
            line-height: 1.2;
        }

    .selector-box-flight .qty-box .btn {
        width: 24px;
        height: 24px;
        border: 1px solid #b7adad;
        line-height: 10px;
        text-align: center;
        padding: 0;
        border-radius: 50%;
    }

    .selector-box-flight .room-cls .qty-box label {
        font-size: 14px;
        font-weight: 600;
    }

    .qty-note {
        font-size: 10px;
        font-weight: 400;
        color: #3e3c3c;
    }

    .flt-swapper .swpBtn {
        transform: rotate(90deg);
    }

    .btn-flt-src {
        background-color: var(--bs-primary);
        border-radius: 8px;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 600;
        padding: 10px 15px !important;
        border: none;
    }

    .city-remove-btn, .city-add-btn {
        height: 42px !important;
        margin-bottom: 12px;
        line-height: 30px !important;
        border-radius: 8px;
    }

    .multicity-button-area a {
        height: 100%;
        line-height: 36px;
    }

    .search-section .search-box .left-part .search-body {
        display: block !important;
    }

    #flt-search-btn {
        bottom: 0px;
    }
    /*--------------------------------------------------------*/
    .tour-body .search-body {
        padding: 6px 10px !important;
        border-radius: 8px;
        border: 1px solid #bfc9d7 !important;
        margin-bottom: 12px !important;
    }

        .tour-body .search-body label {
            display: block;
            color: #5A6573 !important;
            font-size: 10px !important;
            font-weight: 600 !important;
            line-height: 12px !important;
            margin-bottom: 3px !important;
        }

        .tour-body .search-body .form-control {
            color: #1A2B3D !important;
            font-size: 14px !important;
            font-weight: 600;
            line-height: 14px;
        }

    #pkg-search-btn {
        position: relative;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 100%;
    }

    .btn-tour-src {
        background-color: var(--bs-primary);
        border-radius: 8px;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 600;
        padding: 10px 15px !important;
        border: none;
    }
    /*----------------------*/
    .visa-search-content .input-wrapper {
        padding: 6px 10px !important;
        border-radius: 8px;
        border: 1px solid #bfc9d7 !important;
        margin-bottom: 12px !important;
    }

    .visa-search-content {
        padding: 15px 0px 0px 0px;
    }

        .visa-search-content .input-wrapper label {
            display: block;
            color: #5A6573 !important;
            font-size: 10px !important;
            font-weight: 600 !important;
            line-height: 12px !important;
            margin-bottom: 0px !important;
        }

        .visa-search-content .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
            color: #1A2B3D !important;
            font-size: 14px !important;
            font-weight: 600;
            line-height: 16px;
        }

        .visa-search-content .select2-container .select2-selection--single {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            height: fit-content;
            user-select: none;
            -webkit-user-select: none;
        }

        .visa-search-content .input-wrapper .form-control {
            color: #1A2B3D !important;
            font-size: 15px !important;
            font-weight: 600;
            line-height: 16px;
        }

    #visa-search-btn {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .btn-visa-src {
        font-size: 14px !important;
        font-weight: 600;
        padding: 10px 15px !important;
    }
    /*----------------------*/
    #umrah-search-btn {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    /*-----------------------*/
    .special-offers {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    /*-----------------------*/
    .tour-package {
        padding: 25px 0;
        background: #b85fe50d;
    }

    /*-----------------*/
    .main-title h2 {
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 22px;
    }

    .main-title {
        margin-bottom: 20px;
    }

    /*---------------------*/
    .footer-area {
        background-color: #ffffff;
        padding: 25px 0 0px;
    }

    .top-footer {
        margin-bottom: 20px;
    }

    .bottom-footer {
        border-top: 1px solid #11284A;
        margin-bottom: 75px;
    }

    .footer-logo img {
        width: 150px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .important-link .title {
        margin-bottom: 10px;
        font-size: 16px;
        color: #808C9F;
        margin-top: 20px;
    }

    .social-media ul {
        margin-bottom: 14px;
    }

    /*=======================================*/
    .visa-header-area h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .visa-header-area {
        padding: 18px 0 110px;
    }

    /*=====================*/
    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
        padding: .375rem .75rem;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        height: 29px;
        padding: 10px;
    }

    .flightSearch .searchNav {
        width: 90%;
    }

        .flightSearch .searchNav .navItem .navLink {
            margin-bottom: 5px;
        }

    .flightSearch .flightTabContent {
        padding: 55px 15px 20px 15px;
    }

    .flightSearch .searchNav {
        margin-bottom: -45px;
        padding-top: 10px;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        text-align: center;
    }

    .auth-body {
        width: 100%;
        max-width: 460px;
        border-radius: 12px;
        margin: 30px 0;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 12px 32px;
        background-color: rgb(255, 255, 255);
        padding: 25px 20px 25px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

        .auth-body .input-area .form-control {
            padding: 15px 12px;
            height: auto;
            border-radius: 8px;
            background-color: rgb(245, 247, 250);
            font-size: 14px;
            font-weight: 400;
            line-height: 15px;
            height: 40px;
        }

    .auth-title h3 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 525;
        text-align: center;
        margin-bottom: 8px;
        color: rgb(26, 43, 61);
    }

    .auth-body {
        width: 100%;
        max-width: 460px;
        border-radius: 12px;
        margin: 30px 0;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 12px 32px;
        background-color: rgb(255, 255, 255);
        padding: 25px 20px 25px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .breakdown-section {
        margin-bottom: 10px;
    }

    .form-group {
        margin-bottom: 8px;
    }
}



/*======================================================*/

.spacial-fare-wrapper {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 10px;
}

.sf-scroll{
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}



.payment-notice {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 8px;
}

    .payment-notice .title {
        font-size: 24px;
        font-weight: 800;
        color: #010207;
        margin-bottom: 20px;
    }
.payment-instraction-list{
    text-align: start;
}
    .payment-instraction-list li {
        display: block;
        color: #010207;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .payment-instraction-list li::before {
        content: "\f0a4";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        padding-right: 10px;
        color: var(--bs-primary);
    }

.payment-notice .sub-title {
    margin-bottom: 7px;
    font-weight: 800;
    font-size: 16px;
    color: #010207;
}

.payment-notice-footer {
    border-radius: 6px;
    background-color: #f2e4fa;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #010207;
}