
    /* dropdown arrow for right corner  */
    .dropdown-container {
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        transition: transform 0.3s ease;
    }

    .rotate {
        transform: translateY(-50%) rotate(180deg) !important;
    }

    .custom-dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .dropdown-btn {
        display: block;
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        padding: 10px;
        font-size: 16px;
        /* cursor: pointer; */
        border: 2px solid #707070;
        color: #212529;
        border-radius: 2px;
        width: 100%;
        text-align: left;
        text-decoration: none;
        /* Ensure no underline for anchor tag */
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 100%;
        max-height: 280px;
        overflow-y: auto;
        border: 1px solid black;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content::-webkit-scrollbar {
        display: none;
    }

    .dropdown-content {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .dropdown-item {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .dropdown-item img {
        margin-right: 10px;
    }

    .dropdown-item:hover {
        background-color: #f1f1f1;
    }

    .show {
        display: block;
    }


    .btn-four-sel {
        background: #00afff;
        border-radius: 14px;
        padding-top: 22px;
        padding-bottom: 22px;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        text-decoration: none !important;
        margin-bottom: 13px;
        width: 100%;
        border: 2px solid #022c46;
        display: block;
        text-align: center;
        font-weight: 600;
    }


    .button-four {
        background: #3d7d9b;
        border-radius: 14px;
        padding-top: 22px;
        padding-bottom: 22px;
        font-weight: 500;
        font-size: 20px;
        color: #d9cdcd;
        text-decoration: none !important;
        margin-bottom: 13px;
        width: 100%;
        border: 1px solid #FFFFFF;
        display: block;
        text-align: center;
        font-weight: 600;
    }

    .btn-two-sel {
        background: #ff6000;
        border-radius: 14px;
        padding-top: 22px;
        padding-bottom: 22px;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        text-decoration: none !important;
        margin-bottom: 13px;
        width: 100%;
        border: 2px solid #022c46;
        display: block;
        text-align: center;
        font-weight: 600;
    }

    .button-two {
        background: #af5621;
        border-radius: 14px;
        padding-top: 22px;
        padding-bottom: 22px;
        font-weight: 500;
        font-size: 20px;
        color: #d4bcbc;
        text-decoration: none !important;
        margin-bottom: 13px;
        width: 100%;
        border: 1px solid white;
        display: block;
        text-align: center;
        font-weight: 600;
    }

    .btn-three-sel {
        background: #8fd202;
        border-radius: 14px;
        padding-top: 22px;
        padding-bottom: 22px;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        text-decoration: none !important;
        margin-bottom: 13px;
        width: 100%;
        border: 2px solid #022c46;
        display: block;
        text-align: center;
        font-weight: 600;
    }

    .button-three {
        background: #6c833b;
        border-radius: 14px;
        padding-top: 22px;
        padding-bottom: 22px;
        font-weight: 500;
        font-size: 20px;
        color: #d0bebe;
        text-decoration: none !important;
        margin-bottom: 13px;
        width: 100%;
        border: 1px solid #ffffff;
        display: block;
        text-align: center;
        font-weight: 600;
    }



    .subtext {
        margin: auto;
        margin-left: 0px !important;
        justify-content: center;
        font-size: 0.6em;
        opacity: 0.4;
    }

    .cus-border {
        margin: 30px 0px;
        border-top: 1px solid #9e9898;
        width: 64%;
    }

    .signin_left {
        margin-left: 30px !important;
        /* margin-left: 10px; */
        /* border-left: 1px solid black; */
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        width: 70% !important;
    }

    .signin_right {
        position: sticky;
        top: 0;
        right: 10%;
        justify-self: end;
        width: 41.66667%;
        height: 100vh;
    }

    .cus-text {
        font-size: 15px;
        font-family: Cambria;
        text-align: justify;
        line-height: normal;
    }

    .con-info {
        background-color: #F6F6F6;
    }

    .brd {
        border-bottom: 1px solid #DEE2E6;
        margin: 0px;
        padding: 0px;
    }

    .payment-form {
        padding-top: 20px;
    }

    .heading-text {
        font-weight: bold;
    }

    .payment-select-btn {
        padding-left: 20px;
        padding-top: 15px;
    }

    .credit-card-form input {
        width: 200px !important;
    }

    .mb-2 {
        margin-bottom: 0px;
    }

    .hidden {
        display: none;
    }

    .c-pay-btn {
        margin-top: 10px;
        display: inline-block;
        padding: 8px 8px;
        background-color: #FFE500;
        color: #052946;
        width: 20%;
        text-align: center;
        border-radius: 50px;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        transition: background-color 0.3s, box-shadow 0.3s;
    }

    .paypal-btn {
        display: inline-block;
        padding: 8px 5px;
        background-color: #0070ba;
        color: white;
        width: 80%;
        text-align: center;
        border-radius: 50px;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s, box-shadow 0.3s;
    }

    .paypal-btn:hover {
        background-color: blacl;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .paypal-btn:active {
        background-color: #004080;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .info {

        padding: 2% 20% 5% 0%;
    }

    .info p {
        font-size: 15px;
        font-family: Cambria;
        text-align: justify;
        line-height: normal;
    }

    /* Default (mobile first) */
    /* Default (mobile first) */
    .signin_right {
        order: -1;
        /* Moves signin_right to the top in mobile view */
    }

    .signin_left {
        order: 1;
        width: 64% !important;
        margin: 0px !important;
    }

    /* Desktop view */
    @media (min-width: 999px) {
        .signin_right {
            order: 2;
            /* Moves signin_right to the right in desktop view */
        }

        .signin_left {
            order: 1;
            /* Moves signin_left to the left in desktop view */
        }

    }

    /* Hide the extra content initially for mobile view */
    .extra-content {
        display: none;
    }

    /* Show the extra content for desktop view */
    @media (min-width: 768px) {
        .extra-content {
            display: block;
        }

        .toggle-content {
            display: none;
        }
    }



    @media (max-width: 999px) {
        .signin_right {
            z-index: 1;
            background-color: whitesmoke;
            width: 100%;
            border-bottom: none;
            position: sticky;
            top: 0px;
        }

        .signin_left {
            width: 100% !important;
            margin: 0px !important;
            /* Moves signin_left to the left in desktop view */
        }

        .cus-border {
            margin: 30px 0px;
            border-top: 1px solid #9e9898;
            width: 100%;
        }

        #g_btn {
            font-size: 18px;
        }
    }

    footer {
        width: 100%;
    }

    @media (min-width: 3024px) {
        footer {
            position: fixed;
            bottom: 0;
        }
    }

    .dropdown-search {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
