
:root {
    --bs-primary: #08A4A4;
    --bs-primary-hover: #056161;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-light-gray: #9BA6B2;
}

body {
    font-family: "Outfit", serif;
    font-weight: 500;
    box-sizing: border-box;
    color: #000000;
    overflow-x: hidden;
}

.btn-primary {
    color: var(--bs-white) !important;
}

.btn-outline-info {
    color: var(--bs-primary) !important;
}

    .btn-outline-info:hover {
        color: #fff !important;
    }

    .btn-outline-info.active {
        color: #fff !important;
    }

.flt-btn-area {
    position: absolute;
    right: 82px;
    bottom: -38px;
    margin: 0 auto;
}



.search-button .button {
    position: relative;
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 25px;
    padding: 14px 30px;
    background: #EAA901;
}

.visa-btn-area {
    position: absolute;
    right: 82px;
    bottom: -23px;
    margin: 0 auto;
}

.tour-btn-area {
    position: absolute;
    right: 82px;
    bottom: -35px;
    margin: 0 auto;
}

.half-body {
    background: #EEFFFE !important;
}


@media (max-width: 576px) {
    .flt-btn-area {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -54px;
        margin: 0 auto;
        /* left: 0; */
        text-align: center;
    }
    .tour-btn-area {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -55px;
        margin: 0 auto;
        text-align: center;
    }

    .visa-btn-area {
        position: absolute;
        right: 0;
        bottom: -23px;
        margin: 0 auto;
        left: 0;
        text-align: center;
    }

}
/*==========================================================================================

===========================================================================================*/
.custom-btn {
    align-items: center;
    background-color: var(--bs-primary);
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 12px 38px;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    border-radius: 40px;
    background: linear-gradient(90deg, #056161 0%, #0AC7C7 100%);
}

    .custom-btn i {
        margin-right: 5px;
    }

    .custom-btn:hover {
        background-color: var(--bs-primary-hover);
    }


.modify-btn {
    /* background-color: #fff; */
    color: #fff;
    border-radius: 32px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 525;
    line-height: 20px;
    border: none;
    background-image: linear-gradient(180deg, #E1CB00 0%, #EAA901 100%);
}

@media (max-width: 576px) {
    .modify-btn {
        background-image: linear-gradient(180deg, #E1CB00 0%, #EAA901 100%);
        color: var(--bs-primary);
        border-radius: 32px;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 525;
        line-height: 20px;
        border: none;
    }
}


.header-scroll {
    padding-top: 0px;
}
/*===========================================================================================

============================================================================================*/
.navbar.custom-navbar {
    background: #fff;
    box-shadow: none;
    backdrop-filter: blur(5px);
    z-index: 999;
    position: relative;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .navbar.custom-navbar .logo-1 {
        display: none;
    }

    .navbar.custom-navbar .logo-2 {
        display: block;
    }

.auth-btn {
    display: inline-flex;
    padding: 9px 11px 11px 11px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(87deg, #056161 9.61%, #0AC7C7 95.58%);
    color: #fff!important;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.auth-dropdown-btn {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid var(--bs-primary);
    border-radius: 9999px;
    padding: 3px 8px 3px 4px;
    position: relative;
    transform: rotate(0deg);
    background: transparent;*/
    display: inline-flex;
    padding: 9px 11px 11px 11px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(87deg, #056161 9.61%, #0AC7C7 95.58%);
    color: #fff;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .auth-dropdown-btn.dropdown-toggle::after {
        display: none!important;
    }

/*    .auth-dropdown-btn img {
        padding-right: 8px;
    }


    .auth-dropdown-btn.dropdown-toggle::after {
        display: none;
    }

.auth-dropdown:hover .auth-dropdown-btn.dropdown-toggle::after {
    color: var(--bs-primary-hover);
}


.auth-dropdown-btn.dropdown-toggle.show::after {
    color: var(--bs-primary);
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}*/

.custom-navbar .dropdown-menu,
.auth-dropdown .dropdown-menu {
    border: none;
    border-radius: 4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 8px;
    border-bottom: 2px solid var(--bs-primary);
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 8px rgba(0,0,0,.078);
}
    /**/
    /*    .custom-navbar .dropdown-menu{
        max-width: 210px;
    }*/
    .custom-navbar .dropdown-menu li a.email {
        display: flex;
        align-items: start;
    }

        .custom-navbar .dropdown-menu li a.email .fa-envelope {
            line-height: 1.6;
        }

        .custom-navbar .dropdown-menu li a.email span {
            width: 150px; /* Adjust as per your layout */
            white-space: normal; /* Allow text to wrap */
            word-wrap: break-word; /* Break words if they are too long */
            word-break: break-all;
            line-height: 1.4;
        }

    .auth-dropdown .dropdown-menu.show {
        transform: scale(1);
        opacity: 1;
    }

@keyframes zoomIn {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomOut {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0);
        opacity: 0;
    }
}

.custom-navbar .dropdown-menu.show,
.auth-dropdown .dropdown-menu.show {
    animation: zoomIn 0.3s forwards;
}

.custom-navbar .dropdown-menu:not(.show)
.auth-dropdown .dropdown-menu:not(.show) {
    animation: zoomOut 0.3s forwards;
}

.custom-navbar .dropdown-menu li,
.auth-dropdown .dropdown-menu li {
    display: block;
    width: 100%;
}

    .custom-navbar .dropdown-menu li a,
    .auth-dropdown .dropdown-menu li a {
        padding: 4px 16px;
        color: var(--bs-black);
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.715;
        font-weight: 600;
        transition: 0.3s ease-in-out;
    }

        .custom-navbar .dropdown-menu li a:hover, .auth-dropdown .dropdown-menu li a:hover {
            background-color: #D9F2F0 !important;
            color: var(--bs-primary-hover);
        }

/*------random nav dropdown and nav link styles-----------*/

.custom-navbar .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-black);
    padding: 8px 16px;
}

    .custom-navbar .nav-item .nav-link:hover {
        color: var(--bs-primary-hover);
    }

.custom-navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: var(--bs-black);
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

.custom-navbar .dropdown-toggle.show::after {
    color: var(--bs-primary);
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}

.custom-navbar .nav-item.dropdown:hover .dropdown-toggle::after {
    color: var(--bs-primary-hover);
}

.nav-link.dropdown-toggle.show {
    color: var(--bs-primary-hover);
}

/*====================================================================================
    BANNER AREA START
=====================================================================================*/
.section-title-area h4 {
    color: #0F294D;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 22px;
}

.section-tags {
    color: #0F294D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 8px;
}

    .section-tags a {
        color: #0F294D;
    }

    .section-tags span {
        position: relative;
    }


        .section-tags span:before {
            content: '';
            width: 100%;
            height: 1px;
            flex-shrink: 0;
            position: absolute;
            background: linear-gradient(90deg, rgba(15, 41, 77, 0.40) 0%, rgba(15, 41, 77, 0.40) 2.08%, rgba(0, 0, 0, 0.00) 2.08%, rgba(0, 0, 0, 0.00) 4.15%, rgba(15, 41, 77, 0.40) 4.15%);
            bottom: -2px;
        }


        @media (max-width: 576px ){
            .section-title-area h4 {
                color: #0F294D;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 28px;
                margin-bottom: 12px;
            }
        }
/*===================================================================================

==================================================================================*/
.hero-area {
    position: relative;
    overflow-x: hidden;
}



.hero-banner {
    padding: 0;
    position: relative;
    height: 703px;
    background: linear-gradient(270deg, #08A4A4 0%, #056161 100%);
}

    .hero-banner .hero-text {
        position: absolute;
        top: 152px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

        .hero-banner .hero-text h3 {
            color: #FFF;
            font-family: Outfit;
            font-size: 36px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .hero-banner .swiper {
        width: 100%;
        height: 600px;
    }



        .hero-banner .swiper .swiper-wrapper {
            width: 100%;
            height: 100%;
        }

            .hero-banner .swiper .swiper-wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: right;
            }

        .hero-banner .swiper .swiper-slide::before {
            position: absolute;
            content: "";
            background-image: linear-gradient(332deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%) !important;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }


.swiper-slider-content {
    position: absolute;
    top: 85px;
}

.slider-content-alart {
    padding: 12px 22px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    background-color: var(--bs-primary);
    border-radius: 50px;
    color: var(--bs-white) !important;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}

.swiper-slider-content .slider-content h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    display: block;
    color: #ffffff;
    font-family: "Barlow", sans-serif;
    z-index: 10;
}

.swiper-slider-content .slider-content h5 {
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
}

/*=====================================================

 ======================================================*/

.search-panel-area {
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 12;
    padding-top: 0;
}

.search-panel-body{
    position: relative;
}

.search-panel-body .nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    position: relative;
    z-index: 13;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: -25px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

    .search-panel-body .nav-pills .nav-link {
        border: none !important;
        padding: 5px 20px;
        position: relative;
        display: block;
        letter-spacing: 1.1px;
        text-align: center;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fff;
    }

        .search-panel-body .nav-pills .nav-link svg {
            margin-right: 8px;
        }

            .search-panel-body .nav-pills .nav-link svg path {
                fill: var(--bs-white);
            }

        .search-panel-body .nav-pills .nav-link.active {
            color: var(--bs-primary-hover);
            background-color: var(--bs-white);
        }

            .search-panel-body .nav-pills .nav-link.active svg path {
                fill: var(--bs-primary-hover);
            }

.search-panel-body .tab-content {
    background-color: var(--bs-white);
    padding: 45px 20px 15px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 6px;
}

.bulletpoint {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
    margin-top: 10px;
}

@media (max-width: 576px){
    .bulletpoint {
        justify-content: flex-start;
        margin-top: 0;
        flex-wrap: wrap;
        margin-bottom: 5px;
        width: 100%;
    }
}

    .bulletpoint .form-check-input, .bulletpoint .form-check-label {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        white-space: nowrap;
    }

    .bulletpoint .form-check-input {
        position: relative;
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-top: 0;
        margin-right: 5px;
        vertical-align: top;
        background-color: transparent;
        border: 2px solid #056161;
    }


        .bulletpoint .form-check-input:checked[type=radio] {
            background-image: url('../../../flyoval/images/icons/button.png');
        }

        .bulletpoint .form-check-input:checked {
            background-color: transparent;
            border: transparent;
        }


.input-area {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.visa-search-content .input-wrapper {
    margin-bottom: 12px;
}

.search-panel-body .tab-content #hotelSearchButton,
.search-panel-body .tab-content #flt-search-btn {
    position: relative;
}


.input-area .form-control {
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    display: block;
    width: 100%;
    appearance: none;
    flex: 1 1 0px;
    border: 1px solid #c8d3d8 !important;
    text-align: left;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 10px;
    border-radius: 10px;
    padding: 15px !important;
    color: #000;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .input-area .form-control:focus {
        box-shadow: none;
        border-color: var(--bs-primary);
    }

    .input-area input::placeholder {
        color: var(--bs-light-gray);
    }

.input-area.date-picker-container.returnDate {
    padding-left: 8px;
}


.input-area.input-area-padding .form-control {
    padding-left: 20px;
}

.input-area .easy-autocomplete {
    min-width: 100%;
    width: 100% !important;
}

.input-area .flt-swapper {
    align-items: center;
    background: #ffebe3;
    border: 1px solid rgb(218, 223, 230);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    right: -36px;
    position: absolute;
    top: 24px;
    transform: translate(-50%, -50%);
    transition: box-shadow 0.3s linear;
    width: 30px;
    height: 30px;
    line-height: 0 !important;
    z-index: 999;
}

    .input-area .flt-swapper .swpBtn svg path {
        fill: var(--bs-primary);
    }

.input-area .selector-box-flight {
    top: 100%;
    right: 0;
    width: fit-content !important;
    border-radius: 4px;
    min-width: 280px !important;
    padding: 15px;
}

.selector-box-flight {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .selector-box-flight.show {
        transform: scale(1);
        opacity: 1;
    }

@keyframes zoomIn {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomOut {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0);
        opacity: 0;
    }
}

.selector-box-flight.show {
    animation: zoomIn 0.3s forwards;
}

.selector-box-flight:not(.show) {
    animation: zoomOut 0.3s forwards;
}

.selector-box-flight .flight-class .dropdown-toggle {
    border: 1px solid #acb4bf;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 8px 16px;
    position: relative;
    width: 100%;
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
}

    .selector-box-flight .flight-class .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0;
        vertical-align: 0;
        content: "\f107";
        border-top: 0 solid;
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        border-bottom: 0;
        border-left: 0 solid transparent;
        top: 0px;
        position: relative;
        transition: 0.3s ease-in-out;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    .selector-box-flight .flight-class .dropdown-toggle.show::after {
        color: var(--bs-primary);
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }

    .selector-box-flight .flight-class .dropdown-toggle.show {
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary-hover);
        transition: 0.3s ease-in-out;
    }

.selector-box-flight .flight-class .dropdown-menu {
    padding: 8px;
    border-bottom: 2px solid var(--bs-primary);
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .078);
    width: 100%;
}

    .selector-box-flight .flight-class .dropdown-menu li {
        display: block;
        width: 100%;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1.715;
        font-weight: 600;
        transition: 0.3s ease-in-out;
    }


    .selector-box-flight .flight-class .dropdown-menu .dropdown-item:focus,
    .selector-box-flight .flight-class .dropdown-menu .dropdown-item:active,
    .selector-box-flight .flight-class .dropdown-menu .dropdown-item:hover {
        background-color: rgba(250,115,53,0.1);
        color: var(--bs-primary-hover);
        border-radius: 4px;
    }

.form-check-input:checked ~ .form-check-label {
    color: var(--bs-primary-hover);
}




.form-check-input.radio_animated:before {
    width: 16px;
    height: 16px;
    background: var(--bs-primary);
    background-image: url('../../../flyec/images/icons/tick-mark.png');
}

.form-check-input.radio_animated:after {
    border: 2px solid var(--bs-primary-hover);
    background: transparent !important;
    top: 0;
    left: 2px;
    width: 16px;
    height: 16px;
}

.flight-class .form-check-input:checked {
    background-color: transparent;
    border-color: transparent;
    border: none;
}

.flight-class .form-check-input {
    border: transparent;
    background: transparent;
}

.selector-box-flight .flight-class .form-check-label {
    text-transform: capitalize;
    display: block;
}

.selector-box-flight .flight-class {
    border-top: 0px solid #e7e7e7;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.box-close-btn {
    margin-top: 10px;
}



.multicity-button-area a {
    height: 100%;
    line-height: 36px;
}


/*.visa-search-content .form-floating .select2-container--bootstrap-5 .select2-selection {
    height: 48px;
    padding: 10px 12px;
}*/

.search-panel-area .select2-container--bootstrap-5 .select2-selection {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    width: 100%;
    appearance: none;
    border: 1px solid #c8d3d8 !important;
    text-align: left;
    margin-bottom: 0px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 15px !important;
    color: #000;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.visa-search-content .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    position: relative;
    color: var(--bs-black);
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.visa-search-content .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    box-shadow: none !important;
}


.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: var(--bs-primary);
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--bs-primary) !important;
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        border: 1px solid var(--bs-primary) !important;
        box-shadow: none !important;
    }

.multicity-button-area {
    height: auto;
    margin-bottom: 12px;
}

.city-remove-btn, .city-add-btn {
    height: 48px;
}
/*============================================================

============================================================*/
.sec-title {
    margin-bottom: 10px;
}

    .sec-title h3 {
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

.secondary-title{
    position: relative;
    margin-bottom: 33px;
}

    .secondary-title h4 {
        position: relative;
        color: #000;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.secondary-title h4:before {
    content: url('../img/icon/left.png');
}

        .secondary-title h4:after {
            content: url('../img/icon/right.png');
        }

        @media (max-width: 576px) {
            .secondary-title h4 {
                position: relative;
                color: #000;
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }
        }

/*==========================================================

============================================================*/
.mySwiper.tour-package-slider {
    padding: 5px;
}

.tour-package-section {
    padding: 0 0 65px 0;
}

.hp-card {
    border-radius: 8px;
    background: var(--color-white-solid, #FFF);
    box-shadow: 0px 8px 16px 0px rgba(15, 41, 77, 0.08);
}

    .hp-card img {
        border-radius: 10px 10px 0 0;
    }

.hp-card-content {
    padding: 12px 16px;
    text-align: start;
}


.hp-content-title {
    color: #0F294D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.hp-card-rating {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

    .hp-card-rating li {
        color: #FFB400;
    }


.rating-badge {
    display: inline-flex;
    padding: 0.1px 5.67px 1.9px 6px;
    justify-content: center;
    align-items: flex-end;
    gap: -0.318px;
    flex-shrink: 0;
    border-radius: 11px 0px 11px 11px;
    background: var(--color-azure-30, #00429B);
    color: #fff;
}

.rating-text {
    color: #00429B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.price-tag {
    color: #0F294D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

    .price-tag small {
        color: #8592A6;
        font-size:  14px;
        font-style: normal;
        font-weight:  400;
        line-height: 26px; /* 185.714% */
    }


.feature-box {
    border-radius: 20px;
    border: 1px solid #AAD3EF;
    text-align: center;
    display: flex;
    width: 100%;
    height: 222px;
    padding: 37.15px 29.12px 28.16px 29.11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    margin-bottom: 15px;
    flex-shrink: 0;
}

    .feature-box img {
        height: 64px;
        width: 64px;
    }

    .feature-box h3 {
        color: #000;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .feature-box p {
        color:  #4D4D4D;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
/*============================================================

==============================================================*/
    .special-offers {
        padding: 45px 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: 16 / 9;
    max-height: 200px;
    max-width: 355px;
}

/*====================================================================

=====================================================================*/

.video-add-area {
    position: relative;
    margin-bottom: -100px;
    padding-top: 100px;
}

.video-banner-image {
    position: relative;
    width: 100%;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 24 / 12;
}

    .video-banner-image::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0d233e;
        opacity: 0.3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.video-banner-content {
    position: absolute;
    text-align: center;
    z-index: 998;
    left: 50%;
    bottom: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
}

    .video-banner-content h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
    }

    .video-banner-content p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 25px;
    }

/*===========================================================================

===============================================================================*/

.top-destination {
    padding: 220px 0 50px;
    background-image: url('../img/top-destination/bg.png');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .top-destination .swiper-slide {
        background: transparent !important;
    }

.rounded-full {
    border-radius: 100%;
}

.-hover-image-scale__image {
    overflow: hidden;
    border-radius: 100%;
    width: 130px;
    height: 130px;
}

.size-130 {
    flex-shrink: 0;
}

.-hover-image-scale__image img {
    transition: 0.6s;
    border-radius: 100%;
    width: 130px;
    height: 130px;
}

.-hover-image-scale:hover .-hover-image-scale__image img {
    transform: scale(1.15);
}

.top-destination .swiper-pagination-bullet-active {
    background: var(--bs-primary);
    width: 20px;
    border-radius: 10px;
}

.top-destination .swiper-horizontal > .swiper-pagination-bullets,
.top-destination .swiper-pagination-bullets.swiper-pagination-horizontal,
.top-destination .swiper-pagination-custom,
.top-destination .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.top-destination .swiper {
    padding-bottom: 60px;
}

.featureImage {
    text-decoration: none;
}

.featureImage__title {
    text-decoration: none;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-black);
    font-family: "Barlow", sans-serif;
}

/*=================================================================

==================================================================*/

.tour-package {
    padding: 50px 0;
}

.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: 500;
    }

        .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;
    height: fit-content;
    aspect-ratio: 8 / 10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
    cursor: pointer;
}

    .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;
    }

    .visa-content .visa-types {
        font-size: 14px;
    }

/*===================================================================

====================================================================*/

/* ========================= */

.sectionBg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

    .sectionBg.-type-2 > *:nth-child(1) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10vw;
        width: 1250px;
        max-width: 100%;
        z-index: 0;
    }

    .sectionBg.-type-2 > *:nth-child(2) {
        position: absolute;
        top: 50px;
        bottom: 50px;
        right: 188px;
        width: 610px;
        height: calc(100% - 100px);
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
    }

.bg-accent-1-05 {
    background-color: rgba(235, 102, 43, 0.05);
}

.our-service {
    padding: 50px 0;
    margin: 50px 0;
}

.rounded-24 {
    border-radius: 24px;
}

.sectionBg.-type-1 > *:nth-child(1) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    z-index: 0;
    width: 1270px;
    max-width: 100%;
}

.sectionBg.-type-1 > *:nth-child(2) {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 30px;
    transform: translateY(-50%);
    width: 37vw;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.aboutSection.-type-1 {
    padding: 210px 0;
}

.bg-accent-1-05 {
    background-color: rgba(235, 102, 43, 0.05);
}

.featureIcon {
    box-shadow: 0px 10px 40px 0px #0000000d;
    background-color: var(--bs-white) !important;
    padding: 40px;
}

.featureIcon__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Outfit", serif;
}

.featureIcon__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Outfit", serif;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
/*======================================================================

-=====================================================================*/
.why-us-section {
    padding: 50px 0;
    background-color: #ffffff;
    position: relative;
}

.extra-padding-tb {
    padding: 100px 0 70px;
}

.optech-iconbox-wrap2 {
    gap: 24px;
    display: flex;
    margin-bottom: 24px;
}

.optech-iconbox-icon2 {
    width: 90px;
    height: 90px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: rgba(250, 19, 40, 0.2);
}

.optech-iconbox-data2 {
    text-align: left;
}

    .optech-iconbox-data2 h5 {
        margin-bottom: 8px !important;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.02em;
        color: var(--black-color);
    }

    .optech-iconbox-data2 p {
        font-size: 16px;
        line-height: 1.4;
        color: var(--bs-gray);
    }


/*======================================================

=======================================================*/
.about-us {
    padding: 50px 0 100px;
}

.about-one-shape-2 {
    position: absolute;
    top: 70px;
    right: 100px;
}



.about-one__left {
    position: relative;
    display: block;
    margin-left: -45px;
    margin-right: -10px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
}

    .about-one__img img {
        width: 100%;
    }

.about-one__call {
    position: absolute;
    bottom: 216px;
    left: -95px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
    display: flex;
    align-items: center;
    padding: 25px 40px 24px;
    border-radius: 15px;
}

    .about-one__call:before {
        position: absolute;
        bottom: -20px;
        right: 26px;
        content: "";
        background-image: url('../img/about/about-one-call-shape-1.png');
        background-repeat: no-repeat;
        height: 20px;
        width: 33px;
    }

.about-one__call-icon {
    display: flex;
    align-items: center;
}

    .about-one__call-icon i {
        font-size: 25px;
        color: var(--bs-primary);
    }

.about-one__call-number {
    margin-left: 20px;
}

    .about-one__call-number p {
        font-size: 10px;
        margin: 0;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 13px;
        margin-bottom: 2px;
    }

    .about-one__call-number h4 {
        font-size: 18px;
        line-height: 20px;
    }

        .about-one__call-number h4 a {
            font-size: 18px;
            font-weight: 700;
            color: var(--thm-black);
        }

.about-us-text {
    line-height: 22px;
    font-size: 16px;
    color: var(--bs-black);
    text-align: justify;
    font-weight: 500;
}
/*=================================================================

==================================================================*/
footer {
    padding: 50px 0 10px;
    /* background-image: url(../img/bg/bg.png); */
    margin: 0 !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #fc5f2221; */
    background: linear-gradient(90deg, #0D6362 0%, #12A198 100%);
}

@media (max-width: 767px) {

    .social-profile {
        margin-bottom: 20px;
    }

    .footer-image {
        width: 160px !important;
    }
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
}

.footer-address p, .footer-address a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #202020;
    text-align: justify;
}

@media (max-width: 991px) {
    .footer-title {
        margin-top: 25px;
    }
}

.contact-address {
    padding: 0;
}

    .contact-address li {
        display: block;
        list-style-type: none;
        position: relative;
        padding-left: 45px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .contact-address li > .icon-element {
            position: absolute;
            left: 0;
            top: 5px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 18px;
        }

.icon-element {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bs-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 25px;
    color: #fff;
}

.title {
    font-size: 18px;
    color: #0d233e;
}

.social-profile li {
    display: inline-block;
    margin-right: 3px;
}

    .social-profile li a {
        display: block;
        color: #fff;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-color: transparent;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fff;
    }

        .social-profile li a:hover {
            background-color: var(--bs-primary);
            color: #fff;
        }

.important-link {
    padding: 0;
}

    .important-link li {
        display: block;
        list-style: none;
        margin-bottom: 10px;
    }

        .important-link li a {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            color: #FFF;
            font-family: Outfit;
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }


.footer-content {
    color: var(--bs-black);
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}

.cradit p {
    color: #fff !important;
}

.ssl-img img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    /*footer {
        padding: 50px 0 120px;
        background: #f5f7fc;
    }*/

    .social-profile {
        margin-bottom: 20px;
    }
}

footer .cradit {
    padding-top: 10px;
}

.tap-top {
    background: var(--bs-primary);
}
/*============================================================

=============================================================*/
.auth-section {
    background-color: #EEFFFE;
}

.auth-body {
    width: 100%;
    max-width: 460px;
    border-radius: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
    /*box-shadow: rgba(0, 0, 0, 0.04) 0px 12px 32px;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    background-color: rgb(255, 255, 255);
    padding: 48px 48px 40px;
    margin: 15px auto;
}

.auth-title h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 525;
    text-align: center;
    margin-bottom: 8px;
    color: rgb(26, 43, 61);
    font-family: "Outfit", serif;
}

.auth-title p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: rgb(90, 101, 115);
}

.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: "Outfit", 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 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background-color: #EEFFFE;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 475;
    color: rgb(62, 73, 87) !important;
    min-width: 200px;
}

    .google-btn svg {
        margin-right: 10px;
    }

.auth-body .input-area label {
    color: #3E4957;
    font-family: "Outfit", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0;
    position: relative;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 3px;
}

.auth-body .input-area .form-control {
    height: 36px;
    border-radius: 5px;
    border: 1px solid #D8D6DE !important;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

    .auth-body .input-area .form-control:focus {
        border-color: var(--bs-primary)!important;
        box-shadow: none !important;
    }

    .auth-body .input-area .form-control[type="email"] {
        text-transform: lowercase;
    }

    .auth-body .input-area .form-control::placeholder {
        font-weight: 400;
        font-size: 15px;
    }

.auth-body .form-group {
    margin-bottom: 12px;
}

.auth-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(87deg, #056161 9.61%, #0AC7C7 95.58%);
    width: 100%;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: unset;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
}



.switcher-text2 {
    color: var(--bs-primary) !important;
}

.auth-section.recovary-page {
    min-height: 70vh;
}

/*================================================*/

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #444242;
    transition: background-color 5000s ease-in-out 0s;
}





/*===========================================================================*/

.visa-history-single .visa-type-title {
    font-size: 18px;
    font-weight: 600;
}

.visa-history-single .visa-applicatent-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.visa-history-single .visa-info {
    font-size: 14px;
    margin-bottom: 0;
}

.visa-details-top label {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.visa-details-top h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.visa-history-single .price-area {
    margin: 2px 0 10px 0;
}

.visa-table .user-body .user-data, .visa-table .user-body .user-field {
    padding: 8px 4px;
    white-space: nowrap;
    color: #202020;
}

.visa-table .user-body .user-field {
    width: fit-content !important;
}

.visa-table .traveller-table-style .user-data {
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .visa-history-single .visa-info {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .visa-history-single .visa-type-title {
        font-size: 15px;
        font-weight: 600;
    }

    .visa-history-single .visa-applicatent-name {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .visa-history-single .visa-info {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .visa-details-top label {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .visa-details-top h5 {
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 5px;
    }
}

.selector-box-flight .room-cls .qty-box .input-group {
    width: 100px;
    margin-left: auto;
}


.date-picker-container {
    position: relative;
}

    .date-picker-container .hidden-date-input {
        position: relative;
        opacity: 0;
        z-index: 3;
    }


/*==============================================================================
    Swap Button Design.
================================================================================*/

.swap-button {
    z-index: 1000;
    cursor: pointer;
    width: 32px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: rgb(200, 211, 216) 0px 0px 0px 1px;
    background: rgb(235, 240, 245);
    text-align: center;
    font-size: 14px;
    height: 32px;
    color: rgb(119, 129, 140);
}

    .swap-button i {
        line-height: 26px;
    }

    .swap-button:before {
        content: "";
        position: absolute;
        bottom: -5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
        width: 10px;
        height: 20%;
        background: white;
    }

    .swap-button:after {
        content: "";
        position: absolute;
        top: -4%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
        width: 11px;
        height: 20%;
        background: white;
    }

    @media (max-width: 576px ){
        .swap-button:before {
            content: "";
            position: absolute;
            bottom: -3%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 0;
            width: 15px;
            height: 20%;
            background: white;
        }

        .swap-button:after {
            content: "";
            position: absolute;
            top: -4%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 0;
            width: 15px;
            height: 20%;
            background: white;
        }
    }

/*=======================================================================
    Search Panel Input Designs 
=========================================================================*/

.inputField .form-control {
    display: block;
    width: 100%;
    appearance: none;
    flex: 1 1 0px;
    border: 1px solid #c8d3d8 !important;
    text-align: left;
    margin-bottom: 0px;
    background: #fff;
    margin-right: 10px;
    border-radius: 10px;
    padding: 15px !important;
    color: #000;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fare-type {
    margin-left: 10px;
}
.bulletpoint label:has(.form-check-input:checked) {
    background-color: #00A79D;
    border-radius: 5px;
    padding: 8px 15px;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    /*    background-color: transparent !important;
    border-radius: 0;
    padding: 0;
    transition: background-color 0.3s ease;
    color: var(--bs-info);*/
}
@media (max-width: 576px) {
    .inputField .form-control {
        margin-bottom: 12px;
        margin-right: 0px;
        border-radius: 10px;
        padding: 10px 15px !important;
        color: #000;
        font-size: 16px;
    }
}

/*=======================================================================
    Date Pickers Hover, active and other custom design 
=========================================================================*/

.daterangepicker .drp-calendar th.month {
    font-weight: 600 !important;
    color: rgb(62 73 87) !important;
    font-size: 14px !important;
}

.daterangepicker .drp-calendar td {
    font-size: 14px !important;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #cacccd !important;
    cursor: not-allowed;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.daterangepicker .drp-calendar td.off.disabled:hover {
    background-color: transparent !important;
    color: #cacccd !important;
    cursor: not-allowed;
    text-decoration: none !important;
}

.daterangepicker .drp-calendar th, .daterangepicker .drp-calendar .available {
    font-weight: 500 !important;
}

.daterangepicker .drp-calendar td.active.start-date.end-date {
    border-radius: 50% !important;
}

.daterangepicker .drp-calendar td:hover {
    background: var(--bs-primary) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
}

.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
    background: var(--bs-primary) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
}

    .daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
        background: var(--bs-primary) !important;
        color: #ffffff !important;
        border-radius: 50% !important;
    }


.daterangepicker .drp-calendar available.next {
    color: var(--bs-primary);
    background-color: transparent !important;
}
/*=========*/

.left-sidebar.sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}