﻿
body {
    font-family: 'Nunito Sans' !important;
    overflow-x: hidden !important;
    background: #eee;
}
 


.fxd-p {
    position: fixed;
    width: 17%;
}


.menu-pop-help {
    border-top: none;
    margin-top: 25px;
    padding-top: 0px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

    .menu-pop-help span {
        color: #fff;
    }

    .menu-pop-help h4 {
        text-transform: none;
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 0px;
        color: #fff !important;
    }

.profile {
    text-align: center;
    margin: 23px auto;
    position: absolute;
    right: 10px;
    top: 0;
}

.pro-file {
    margin: 0px auto 1px;
    display: table;
    width: 20px !important;
}

.profile li span {
    font-size: 10px;
    color: #fff;
}

.db-l-1 ul li span {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 30px;
    color: rgb(255 255 255);
}

.db-l-1 ul li:nth-child(2) {
    width: 100%;
    float: none;
    padding: 0;
}

.db-l-2 ul li a i {
    width: 20px;
    margin-right: 8px;
    background: #a7a7a73d;
    padding: 6px;
    border-radius: 50%;
}

.db-l-2 ul li {
    border-bottom: 1px solid rgb(234, 237, 239);
    padding: 12px 20px;
    list-style-type: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #0000;
    border-color: #ddd0;
}

.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default {
    border-color: #ddd0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff0;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd0;
}




.mobile-hide {
    display: block;
}

@media only screen and (max-width: 500px) {
    .mng-book-mar {
        margin: 55px auto;
        padding-left: 0px;
        padding-right: 0px;
    }


    .mobile-hide {
        display: none;
    }
}

.menu-item, .drop-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .menu-item .drop-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 100px;
        width: 215px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }

.drop-menu-item {
    width: 100%;
}

    .drop-menu-item:hover {
        background-color: #eee;
    }

    .drop-menu-item a {
        color: #555;
    }

.menu-item:hover .drop-menu {
    display: block;
}

.dropdown a:hover > .drop {
    display: block !important;
    animation: fadeInRight 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


.menu-item a i {
    transition: transform .7s ease-in-out;
}

.menu-item a .icofont-simple-down:hover {
    transform: rotate(90deg);
}

.desk-hidden {
    display: none;
}

@media only screen and (max-width: 600px) {

    .desk-hidden {
        display: block;
    }

    .float {
        display: block !important;
    }

    .mobile-hide {
        display: none;
    }
}

.modal-custom-width {
    width: 80%;
}

marquee {
    animation: gradient 15s ease infinite;
    background: linear-gradient(to right, rgb(142, 45, 226), rgb(74, 0, 224));
    border-radius: 30px;
    display: flex;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

marquee span {
    font-size: 19px;
}

#offer-marquee {
    height: auto;
}




.menu-item, .drop-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .menu-item .drop-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 100px;
        width: 240px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }

.drop-menu-item {
    width: 100%;
}

    .drop-menu-item:hover {
        background-color: #eee;
    }

    .drop-menu-item a {
        color: #555;
    }

.menu-item:hover .drop-menu {
    display: block;
}

.dropdown a:hover > .drop {
    display: block !important;
    animation: fadeInRight 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.country-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.country-list li {
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 0.5rem;
}

.country-list img {
    width: 20px; /* Adjust the size as needed */
    height: auto;
    margin-right: 10px;
}

.country-list span {
    font-size: 12px;
}

.country-list li span {
    position: relative;
    cursor: pointer;
    padding-bottom: 0.2rem;
}

    .country-list li span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }

    .country-list li span:hover::after {
        width: 100%;
    }

.menu-item a i {
    transition: transform .7s ease-in-out;
}

.menu-item a .icofont-simple-down:hover {
    transform: rotate(90deg);
}



:root {
    --theme-bg-color: var(#fff);
    --theme-text-color: var(#333);
}

html {
    font-size: 16px;
    line-height: 1;
}

body {
    background: var(--theme-bg-color);
    color: var(--theme-text-color);
    transition: background 0.3s, color 0.3s;
}


    body[data-theme=dark] {
        --theme-bg-color: #000;
        --theme-text-color: #fff;
    }


section[data-theme=dark] {
    --theme-bg-color: #000;
    --theme-text-color: #fff;
}


.tourb2-ab-p-3 {
    background: #f4f4f4;
    padding: 10px 0px 20px;
    /* background-image: linear-gradient(to top, #4481eb 0%, #00afeb 100%); */
}

    .tourb2-ab-p-3[data-theme=dark] {
        --theme-bg-color: #000 !important;
        --theme-text-color: #fff !important;
    }


.switch {
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    width: 70px;
    right: -150px;
    top: 14px;
}

.switch__toggle {
    background: #333;
    border-radius: 20px;
    display: block;
    height: 100%;
    transition: background 0.3s;
}

    .switch__toggle::after {
        background: #fff;
        border-radius: 100%;
        content: "";
        display: block;
        height: 24px;
        left: 0;
        margin: 3px;
        position: absolute;
        top: 0px;
        transition: transform 0.3s, background 0.3s;
        width: 24px;
    }

.switch__state {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

    .switch__state:focus ~ .switch__toggle {
        box-shadow: 0 0 2px 3px rgba(0, 160, 204, 0.8);
    }

    .switch__state:checked ~ .switch__toggle {
        background: #fff;
    }

        .switch__state:checked ~ .switch__toggle::after {
            background: #333;
            transform: translate(calc(80px - 40px));
        }




.card0 {
    background-color: #F5F5F5;
    border-radius: 8px;
    z-index: 0
}

.card00 {
    z-index: 0
}

.card1 {
    margin-left: 140px;
    z-index: 0;
    border-right: 1px solid #F5F5F5
}


.social {
    border-radius: 50%;
    background-color: #FFCDD2;
    color: #E53935;
    height: 47px;
    width: 47px;
    padding-top: 16px;
    cursor: pointer
}

input,
select {
    padding: 2px;
    border-radius: 0px;
    box-sizing: border-box;
    color: #9E9E9E;
    border: 1px solid #BDBDBD;
    font-size: 16px;
    letter-spacing: 1px;
}

    input:focus,
    select:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #E53935 !important;
        outline-width: 0 !important
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #E53935
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0px;
    padding: 12px 2px 0 2px;
    transition: all 300ms;
    opacity: 0.5
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 95%;
    top: 10px;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background-color: #fff
}

.next-button {
    background-color: royalblue;
    color: #fff;
    border-radius: 0px;
    padding: 10px;
    cursor: pointer;
    float: right;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .next-button:hover {
        background-color: #E53935;
        color: #fff
    }

.get-bonus {
    margin-left: 154px
}

.pic {
    width: 230px;
    height: 110px
}

#progressbar {
    position: relative;
    overflow: hidden;
    color: #E53935;
    text-align: left;
}

    #progressbar li {
        margin-bottom: 36px;
        color: #91acff;
    }

        /*#progressbar li:nth-child(3) {
            margin-bottom: 88px
        }*/

        /*#progressbar .step0:before {
            content: "";
            color: #fff
        }*/

        /*#progressbar li:before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: block;
            font-size: 20px;
            background: #fff;
            border: 2px solid #E53935;
            border-radius: 50%;
            margin: auto;
            float:left;
        }*/

        /*#progressbar li:last-child:before {
            width: 40px;
            height: 40px
        }
        */
        /*#progressbar li:after {
            content: '';
            width: 3px;
            height: 66px;
            background: #BDBDBD;
            position: absolute;
            left: 58px;
            top: 15px;
            z-index: -1
        }*/

        /*#progressbar li:last-child:after {
            top: 147px;
            height: 132px
        }

        #progressbar li:nth-child(3):after {
            top: 81px
        }

        #progressbar li:nth-child(2):after {
            top: 0px
        }

        #progressbar li:first-child:after {
            position: absolute;
            top: -81px
        }*/

        /*#progressbar li.active:after {
            background: #E53935
        }*/

        /*  #progressbar li {
                            color: #eee;
                        }*/

        #progressbar li.active {
            color: #20bb59;
        }

.tick {
    width: 100px;
    height: 100px
}

.prev {
    display: block;
    left: 40px;
    top: 20px;
    cursor: pointer;
    color: #fff;
}

    .prev:hover {
        color: #D50000 !important
    }

@media screen and (max-width: 912px) {
    .card00 {
        padding-top: 30px
    }

    .card1 {
        border: none;
        margin-left: 50px
    }

    .card2 {
        border-bottom: 1px solid #F5F5F5;
        margin-bottom: 25px
    }

    .social {
        height: 30px;
        width: 30px;
        font-size: 15px;
        padding-top: 8px;
        margin-top: 7px
    }

    .get-bonus {
        margin-top: 40px !important;
        margin-left: 75px
    }

    #progressbar {
        left: -25px
    }
}


.pad {
    padding: 0px 25px;
}


.head-title .thumb-img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 10px;
    background: #1b1b1b;
    padding: 10px;
}

.head-title a h5 {
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: initial;
    overflow: hidden;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: left;
}

.head-title a p {
    padding-left: 40px;
    margin-bottom: 0px;
    color: rgb(150, 149, 149);
    font-size: 15px;
    line-height: 18px;
}

.custom-pkg-body {
    border-radius: 10px;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
    .custom-pkg-body {
        padding: 10px;
        /* height: 460px; */
    }

    .customheder {
        display: none;
    }
}




.card-pkg {
    border: 1px solid #000;
    height: 220px;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #EBF3FE;
    box-shadow: 8px 8px #acbcf9;
    margin-bottom: 20px;
}

    .card-pkg img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .card-pkg input[type=checkbox] {
        width: 17px;
        margin: -16px -25px;
    }



.card-dest {
    border: 1px solid #000;
    height: 70px;
    padding: 2px 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #EBF3FE;
    box-shadow: 3px 3px #acbcf9;
    margin-bottom: 35px;
}

    .card-dest img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 45%;
    }

    .card-dest input[type=checkbox] {
        width: 17px;
        margin: -16px -25px;
    }

:root {
    --color-blue-100: #f5faff;
    --color-blue-200: #b8dcff;
    --color-blue-300: #7ab8ff;
    --color-blue-400: #3d90ff;
    --color-blue-500: #0064fe;
    --color-blue-600: #0046d1;
    --color-blue-700: #002ba3;
    --color-blue-800: #001575;
    --color-blue-900: #000647;
    --color-green-100: #f0fcf5;
    --color-green-200: #b4eece;
    --color-green-300: #78e0a7;
    --color-green-400: #3cd180;
    --color-green-500: #00c159;
    --color-green-600: #009645;
    --color-green-700: #006a31;
    --color-green-800: #003f1d;
    --color-green-900: #001309;
    --color-gray-100: #f3f5f6;
    --color-gray-200: #d0d8dd;
    --color-gray-300: #aebac2;
    --color-gray-400: #8d9ca7;
    --color-gray-500: #6c7d8b;
    --color-gray-600: #576674;
    --color-gray-700: #424e5c;
    --color-gray-800: #2e3843;
    --color-gray-900: #1c212a;
    --color-white: white;
    --color-black: black;
    --color-border: var(--color-gray-200);
    --space-0: 0;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --text-sm: 0.875rem;
    --text-md: 1rem;
    --text-lg: 1.25rem;
    --text-xl: 1.5rem;
    --radius: 6px;
    --round: 1000px;
    --border: 1px solid var(--color-border);
    Show All Properties (13 more)
}

.input-row {
    display: flex;
    padding: var(--space-8) 0;
    border-bottom: var(--border);
}

    .input-row:last-child {
        border-bottom: 0;
    }

.title {
    margin-right: var(--space-8);
}

.label {
    margin-bottom: var(--space-1);
    font-weight: bold;
}

.description {
    color: var(--color-gray-600);
}

.input {
    display: flex;
    align-items: center;
    margin-left: auto;
}

button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-blue-500);
    border-radius: var(--round);
    background-color: var(--color-white);
}

    button:hover {
        background-color: var(--color-blue-200);
        cursor: pointer;
    }

    button:focus {
        outline: none;
        box-shadow: var(--shadow-focus);
    }

    button[disabled] {
        opacity: var(--opacity-50);
        pointer-events: none;
    }

    button:active {
        background-color: var(--color-blue-300);
    }

.number {
    font-size: var(--text-lg);
    min-width: var(--space-12);
    text-align: center;
}

.icon {
    user-select: none;
}

.dim {
    color: var(--color-gray-400);
}


.mbsc-ios.mbsc-datepicker-inline {
    background: #fff;
    border-color: #ccc0;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px;
    border-radius: 10px;
}

.mbsc-ios.mbsc-page {
    background: #f2f2f700;
    color: #000;
}



.modal-dialog .modalbox {
    margin: 15% auto !important;
    width: 25% !important;
}


@media only screen and (max-width: 600px) {

    .modal-dialog .modalbox {
        margin: 15% auto !important;
        width: 95% !important;
    }
}




.help-button-wrapper {
    position: fixed;
    bottom: 110px;
    right: 5px;
    text-align: right;
    z-index: 999;
}

.help-button {
    height: 45px;
    width: 45px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50%;
    border: 0 none;
    background: #ee1551;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transform: scale(1);
    transition: all 200ms ease;
    display: inline-grid;
    line-height: 32px;
}

    .help-button:hover,
    .help-button:focus,
    .help-button:active {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        outline: 0;
    }

    .help-button span {
        display: block;
        font-size: 3em;
        transform: scale(1);
        transition: transform 100ms ease;
    }

    .help-button:hover span,
    .expanded .help-button span,
    .expanded .help-button span {
        transform: scale(1.25);
    }

.expanded .help-button {
    transform: scale(.5);
    color: rgba(255,255,255,.5);
    background: #4781df;
}

.help-list {
    list-style: none;
    padding: 0;
    margin: 20px;
    transition: all 200ms ease;
    transform: translate(0, 90px) scale(.5);
    transform-origin: bottom center;
    opacity: 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px;
}

.expanded .help-list {
    transform: translate(-54px,22px) scale(1);
    opacity: 1;
}

.help-list li {
    margin-bottom: 1em;
}

.help-list a {
    color: #192230;
    text-decoration: none;
}


.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.modal-custom-width {
    width: 80%;
}

@media only screen and (max-width: 600px) {
    .modal-custom-width {
        width: 100%;
    }
}


/*.trip-point li {
    display: flex;
    gap: 10px;
}*/

.trip-point {
    list-style: disc;
}

    .trip-point li {
        margin-bottom: 10px;
    }


        .trip-point li::marker {
            color: royalblue;
        }







.slider-nav-container {
    position: absolute;
    top: -95px;
    right: 0;
    display: flex;
}


    .slider-nav-container img {
        width: 30%;
    }


@media only screen and (max-width: 600px) {
    .slider-nav-container {
        position: absolute;
        top: -140px;
        right: 0;
        display: flex;
    }

    .new_footer_area {
        display: none;
    }
}



ul.social-links li {
    border: none;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
}

/*.footer-about ul.social-links li a {
    background: #ffffff26;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 2.2;
    border-radius: 5px;
}*/


/*.main-menu ul {
    display: flex;
    margin-bottom: 0px;
    overflow: scroll;
    scrollbar-width: none;
}*/

.main-menu ul::-webkit-scrollbar {
    display: none;
}

.main-menu ul li a {
    white-space: nowrap;
}



/* Overlay Background */
.custompopup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Modal Box */
.custompopup-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0px;
    width: 70%;
    max-width: 90%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 10px;
}

/* Close Button */
.custompopup-close-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 40px;
    color: #7a7a7a;
    z-index: 2;
    padding: 0px;
}

/* Open Button */
.custompopup-open-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin: 20px;
}


.stepper-line {
    display: block;
    width: 1px;
    background-color: #8f8f8f;
    height: 70px;
    justify-self: center;
    position: relative;
    top: -21px;
    right: -1px;
    z-index: 0;
}


.form-container {
    width: 100%;
    display: flex;
    padding: 0px;
    height: auto;
}

/* Sidebar */
.stepper {
    width: 30%;
    padding: 20px;
    border-right: 2px solid #e0e0e0;
    background: #0029a6;
}

    .stepper .step {
        display: grid;
        grid-template-rows: [text-row] auto [line-row] 20px;
        grid-template-columns: [counter-column] 28px [text-column] auto;
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 8px;
        position: relative;
        text-align: left;
    }

        .stepper .step.active {
            background: none !important;
            padding: 0px !important;
        }
        .stepper .step-number {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        border-radius: 50%;
        background-color: #fff;
        color: rgb(37, 61, 82);
        margin-right: 15px;
        border: 2px solid rgb(37, 61, 82);
        z-index: 1;
    }

    .stepper .step.active .step-number {
        background: #007bff;
        border: 2px solid rgb(0 123 255);
        color: #fff;
    }

    .stepper .step.completed .step-number {
        background: #b5e6c0;
        color: white;
        border: 2px solid;
    }

        .stepper .step.completed .step-number::after {
            content: "\eed6";
            font-family: Icofont;
            font-size: 16px;
            position: absolute;
            left: 15px;
            top: 15px;
            transform: translate(-50%, -50%);
            color: #3c763d;
            background: #b5e6c0;
        }

    .stepper .step-content {
        color: #fff;
    }

    /*.step.completed .step-content {
    color: #28a745;
}*/

.customheder {
    color: rgb(249 220 138);
    font-size: 15px;
    font-weight: 600 !important;
    border-radius: 5px;
    position: relative;
    top: 5px;
}

    .stepper .step .completed-text {
        font-size: 12px;
        color: #28a745;
        display: none;
        margin-top: 3px;
    }

    .stepper .step.completed .completed-text {
        display: block;
    }

.form-content {
    width: 70%;
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-section {
    display: none;
    flex-grow: 1;
    padding-left: 20px;
    text-align: left;
}

    .form-section.active {
        display: block;
        height: auto;
        overflow: auto;
        background: #fff !important;
    }

        .form-section.active::-webkit-scrollbar {
            width: 8px;
            height: auto;
        }


    .form-section h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

.buttons {
    margin-top: 20px;
}

button {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px;
}

.next-btn {
    background: #0029a6;
    color: white;
    font-size: 18px;
    padding: 9px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.prev-btns {
    background: #6c757d;
    color: white;
}

.submit-btn {
    background: #28a745;
    color: white;
}

/*.radio-group-cus {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 60px auto;
}*/

.radio-group-cou {
    display: inline-block;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.radio-option {
    display: inline-block !important;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 10px;
}

.radio-group-cou .radio-option {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 10px;
}

.radio-option input {
    display: none;
}

.radio-group-cou .radio-option input {
    display: block;
    width: 20px;
}

.radio-group label {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.image-box {
   
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.radio-group-cou .image-box {
    width: 260px;
    height: 270px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 0px;
    transition: 0.3s;
}

.radio-group-cou .image-box-country {
    width: 200px;
    height: 250px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 0px;
    transition: 0.3s;
}

.radio-group-cou .image-box-price {
    width: 200px;
    height: 250px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 0px;
    transition: 0.3s;
}

.image-box img {
    object-fit: cover;
    border-radius: 8px;
}

.radio-group-cou .image-box img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.radio-group-cou .image-box-price img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.radio-group-cou .image-box-country img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.tick-mark {
    position: absolute;
    background: #3ac13a8f;
    border: 2px solid;
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    display: none;
}

.radio-option input:checked + .image-box {
    border-color: #7fe07f;
}

    .radio-option input:checked + .image-box .tick-mark {
        display: flex;
    }

.checkbox-text {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.action-btn-group {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

    .action-btn-group .prev-btns {
        margin-left: auto;
    }

/*    .action-btn-group .next-btn {
        margin-left: auto;
    }*/

.custom-pkg {
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: -1px;
    z-index: 1;
    background: #fff;
}

.messagebox {
    color: red;
}


.quote-req-child {
    width: 45%;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .form-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: auto;
    }

    .stepper {
        width: 100%;
        padding: 20px;
        border-right: none;
        display: flex;
        overflow: scroll;
        gap: 20px;
    }

        .stepper .step-content {
            color: #333;
            white-space: nowrap;
        }

    .custompopup-modal {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 0px;
        width: 100%;
        max-width: 95%;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        border-radius: 10px;
    }

    .stepper {
        display: none; 
    }

    .form-content {
        width: 100%;
        padding-right: 20px;
    }
}

.hide-important {
    display: none;
}

.hidecoun {
    display: none !important;
}


@media only screen and (max-width: 600px) {
    .custompopup-modal {
        width: 95%;
        max-width: 95%;
    }

    .custompopup-modal {
        position: absolute;
    }

    .form-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: auto;
    }

    .form-content {
        width: 100%;
        padding-right: 20px;
        height: auto;
        overflow: auto;
    }

    .modal-dialog {
        margin: auto !important;
    }

    .stepper {
        display: none;
    }

    .step-content {
        color: #333;
        white-space: nowrap;
    }

    .radio-group-cou .image-box {
        width: 85px !important;
        height: 85px !important;
        border: 2px solid #ddd;
        border-radius: 50%;
        padding: 0px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
}

/*.error- {
    color: red;
    position: relative;
    top: -10px;
    display: none;
}*/


#videoCallTime {
    display: none;
    margin-top: 20px;
}

#messagebox2 {
    display: none;
    color: red;
}

.quote-req {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    margin: auto;
}

.child {
    width: 45%;
    padding: 20px;
    text-align: center;
    background: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}


.separator {
    width: 2px;
    background: rgba(0, 0, 0, 0.2);
    height: 68vh;
}

.hidden-scroll {
    height: 350px;
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .hidden-scroll::-webkit-scrollbar {
        display: none;
    }



@media only screen and (max-width: 600px) {
    .form-section {
        padding-left: 0px;
    }

    .form-content {
        padding-right: 0px;
    }

    .quote-req {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 5px;
        margin: auto;
    }

    .quote-req-child {
        width: 100%;
    }

    .form-section.active {
        display: block;
        height: auto;
        overflow: auto;
    }


    .hidden-scroll {
        height: auto;
        overflow: auto;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}


#freequote .modal-dialog {
    width: 70%;
}

.freequote {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #00000087;
}

.radio-group {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

/*.radio-group-cus label {
    display: flex !important;
    align-items: center;
    gap: 10px;
}*/

.form-section.active {
    color: #000 !important;
}

@media only screen and (max-width: 600px) {
    #freequote .modal-dialog {
        width: 100%;
    }

    .radio-group {
        border: none;
        padding: 0px;
        border-radius: 0px;
    }

    label {
        white-space: nowrap !important;
    }
}


.card2.active {
     background: none !important; 
     color: none !important; 
     padding: 0px !important; 
     border-bottom: none !important; 
     border-radius: 0px; 
     font-weight: bold !important; 
}

#CallTime input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="password"], input[type="tel"], input[type="date"], input[type="time"], textarea, select {
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px !important;
    padding: 10px 20px 10px 20px;
    width: 100%;
    color: #444444;
    margin-bottom: 15px;
    height: 50px !important;
    box-shadow: none;
    margin-bottom: 0;
    margin-bottom: 20px;
}


.radio-option {
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, sans-serif;
}


.radio-group {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}


.how-to-com {
    list-style: none;
    padding: 0;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

    .how-to-com li {
        align-items: center;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .how-to-com li:last-child {
            border-bottom: none;
        }

    .how-to-com .custom-checkbox {
        position: relative;
        width: 20px;
        height: 20px;
        border: 2px solid #007bff;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
    }

        .how-to-com .custom-checkbox::before {
            content: "✔";
            font-size: 16px;
            color: white;
            text-align: center;
            line-height: 18px;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #007bff;
            border-radius: 0px;
            transform: scale(0);
            transition: transform 0.2s ease-in-out;
        }

    .how-to-com input[type="checkbox"] {
        display: none;
    }

        .how-to-com input[type="checkbox"]:checked + .custom-checkbox::before {
            transform: scale(1);
        }

    .how-to-com label {
        cursor: pointer;
        font-size: 16px;
    }

input[type="date"] {
    width: 100% !important;
    min-width: 100%;
    -webkit-appearance: none; /* Removes default iOS styles */
    appearance: none;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}


.radio-option {
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.radio-option {
    display: inline-block !important;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 10px;
    gap: 10px;
}

.skeleton {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.hidden-content {
    display: none;
}

.skeleton-box {
    width: 100px !important;
    height: 100px;
    border-radius: 8px;
    margin: 10px;
}

.skeleton-text {
    width: 80px;
    height: 20px;
    margin: 10px auto;
    border-radius: 5px;
}
@media only screen and (max-width: 600px) {
    .ed-top {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #freequote .modal-dialog {
        width: 100%;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    #freequote .modal-dialog {
        width: 100%;
    }
}


@media only screen and (max-width: 1180px) and (min-width:820px) {
    .ul-li-menu {
        display: flex;
        overflow: auto;
        margin-bottom: 0px;
    }

 
}

#finammsg {
    border-bottom: 1px dashed #fff;
    margin-bottom: 30px;
}

.new-head-get {
    margin-bottom: 2rem;
}
    .new-head-get h4 {
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .new-head-get p {
        color: white;
        font-size: 14px;
        font-weight: normal;
    }

.trip-checkbox-content {
    text-align: start;
    display: flex;
    align-items: center;
    gap: 9px;
    position: absolute;
    left: 19px;
}
    .trip-checkbox-content span {
        font-weight: 600;
    }
.private-trip-desc, .group-trip-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
    flex: 1;
    display: block;
    position: absolute;
    text-align: start;
    top: 43px;
    margin: 2px 7px 9px 17px;
    line-height: 1.2;
}

.radio-group-cou .image-box img {
    object-fit: contain;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100px;
}

.all-new-part-check-part {
    position: static;
}

@media only screen and (max-width: 600px) {
    .trip-checkbox-content {
       
        position: static;
        left: 19px;
    }

}