
body{
    background:#ffff;
}


@media (min-width: 1450px) {
    .container {
        width: 70%;
        max-width: 1500px; 
       
    }

  
}

    header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        background: transparent;
        transition: all 0.5s ease-in-out;
        z-index: 1000;
        box-shadow: none;
        padding: 15px 0px;
    }

    .left-0 {
        left: 0px !important;
    }

    @media screen and (min-width: 320px) and (max-width: 1024px) {
        .toogle-menu {
            font-size: 22px;
            align-items: center;
            margin-left: 280px;
            color: #fff;
        }

        .mainmenu {
            display: block !important;
            width: 100% !important;
            margin-bottom: 15px;
            margin-left: 20px;
        }

        .mobile-overlay {
            position: fixed;
            left: 0;
            top: 0;
            height: 100vh;
            width: 100%;
            background: #000000a8;
            z-index: 9999;
        }

        .desc img {
            width: 145px;
            margin-bottom: 43%;
        }

        .mbl-logo img {
            display: flex;
            margin: 0 auto;
            margin-bottom: 0px;
            padding-bottom: 10px;
            padding-top: 12px;
            width: 135px;
        }

        .menu-list-section {
            position: fixed;
            width: 280px;
            height: 100vh;
            background: #fff;
            z-index: 99999;
            top: 0;
            left: -100%;
            transition-duration: 0.5s;
        }

        ul.mainmenu {
            font-size: 20px;
        }

            ul.mainmenu li a {
                padding-top: 20px;
                line-height: 50px;
                text-decoration: none;
                font-weight: 700;
                color: #049b54 !important;
            }

        .header-scrolled .regbtn {
            position: relative;
            left: 105px;
            top: -22px;
        }

        .regbtn {
            position: relative;
            left: 105px;
            top: -33px;
        }

        .header-scrolled .toogle-menu {
            color: #049b54;
            top: 14px;
            position: relative;
        }

        .home-banner-content {
            position: relative;
            top: -74px;
            color: #fff;
        }

        img.website-logo {
            width: 67px !important;
            position: absolute;
            top: 0px;
        }

        .banner-img img {
            text-align: center !important;
        }

        img.top-image {
            padding-top: 0px !important;
        }

        .header {
            padding: 0px !important;
        }

        .header-scrolled {
            padding: 0px !important;
        }

        .home-banner-content h1 {
            font-size: 26px !important;
        }


        .section-gap {
            padding: 10px 0 !important;
        }

        .about-video-right {
            background-size: contain !important;
            height: 220px !important;
        }

        .regbtn {
            position: relative;
            left: 105px;
            top: -33px;
        }

        img.website-logo {
            width: 67px !important;
        }
    }



    .header-scrolled {
        /* background: transparent; */
        background-color: #fffffff7;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px 0px;
    }

    img.website-logo {
        width: 87px;
        position: absolute;
        top: 0px;
    }

    .banner-img {
        margin-top: 10%;
    }

    .header-scrolled ul.mainmenu li a {
        color: #007e4e !important;
    }

    ul.mainmenu {
        display: flex;
        list-style: none;
        padding-left: 0;
        text-decoration: none;
        justify-content: right;
        margin-bottom: 0px;
    }

        ul.mainmenu li {
            padding-right: 44px;
            font-size: 14px;
        }

    img.top-image {
        width: 206px;
        padding-top: 80px;
    }

    .home-banner-content {
        position: relative;
        padding-top: 30px;
    }

    @media screen and (min-width: 992px) {
        ul.mainmenu li a {
            text-decoration: none;
            color: #fff !important;
            font-weight: 600;
        }
    }

    a.btn.regbtn {
        background: #007e4e;
        border: 1px #fff solid;
        border-radius: 30px;
        color: #fff;
        font-weight: 600;
    }

    .home-banner-area {
        background: url(../images/home-banner-bg.jpg) center;
        background-size: cover;
    }

    .home-banner-content h1 {
        font-size: 39px;
        margin-bottom: 25px;
        margin-top: 130px;
    }

    .desc img {
        width: 120px;
        margin-right: 10px;
    }

    .home-banner-content p {
        margin-bottom: 45px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .fact-area .fact-box {
        box-shadow: 0px 20px 50px rgba(153, 153, 153, 0.2);
    }

    .single-fact {
        text-align: center;
        margin: 45px 0;
        padding: 8px 16px;
        border-right: 1px solid #ddd;
    }

        .single-fact h2 {
            font-size: 36px;
            margin-bottom: 5px;
        }

        .single-fact p {
            margin: 0;
            font-size: 14px;
        }

        .single-fact:last-child {
            border-right: 0;
        }

    .fact-area {
        margin-top: 25px;
    }

    .about-video-area {
        position: relative;
    }

    .section-gap {
        padding: 50px 0;
    }

    .about-area {
        position: relative;
        padding: 50px 0 20px;
    }

    .home-about-right h1 {
        padding: 20px 0;
    }

    .home-about-right p {
        margin-bottom: 40px;
    }

    .primary-btn {
        height: 50px;
        line-height: 50px;
        padding-left: 45px;
        padding-right: 45px;
        border-radius: 0px;
        border: 1px solid transparent;
        background-origin: border-box;
        background-image: linear-gradient(45deg, #049b54, #0eb66861);
        ;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        position: relative;
        transition: all 0.3sease 0s;
        cursor: pointer;
        position: relative;
    }

    .section-gap-top {
        padding: 50px 0px;
    }

    .buttons:hover {
        cursor: pointer;
        background-color: #46dbf9;
    }

    .about-video-area .vdo-bg:before {
        left: 0;
        width: 30%;
        background: #f1f9ff;
    }

    .about-video-area .vdo-bg:before,
    .about-video-area .vdo-bg:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        z-index: -1;
    }

    .about-video-area .vdo-bg:after {
        right: 0;
        width: 70%;
        /* background: #2f2f2f; */
        background: #007e4e;
    }

    .overlay {
        position: absolute;
        left: 0;
        right: 0;
        cursor: pointer !important;
        top: 0;
        bottom: 0;
    }

    .about-video-right {
        background: url(../images/video-bg.jpg) no-repeat center;
        background-size: cover;
        height: 645px;
    }

    .relative {
        position: relative;
    }

    .Registration {
        margin-top: 200px !important;
    }

    footer {
        /*    background: #007e4e;*/
        background: #007e4e;
        padding: 8px 0px;
        color: #fff;
        font-weight: 500;
    }

    .home-banner-area {
        background: url(/images/Open/home-banner-bg.jpg) center;
        background-size: cover;
    }

    .about-video-right {
        background: url(/images/Open/video-bg.jpg) no-repeat center;
        background-size: cover;
        height: 350px;
    }



    .conformdialogtext {
        font-size: 14px;
    }

    .modal-content {
        background-color: #fff;
        margin: 0px auto;
        padding: 0px;
        border: 1px solid #888;
        width: 80%;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .conformplaceorder {
        border: 1px solid #e4dbdb;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .conformordertext {
        color: red;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
    }

    .highlight {
        background-color: yellow; /* Change to your desired color */
        color: red; /* Optional: Change text color */
    }

    .otp-container {
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        width: 300px;
    }

    .otp-input {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }

    #otp_input {
        width: 40px;
        height: 40px;
        font-size: 18px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
        transition: all 0.3s ease;
    }

        #otp_input:focus {
            border-color: #007bff;
            box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
        }

    #timer {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        color: green;
    }

    .resend-btn {
        display: none;
        background: #007bff;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 10px;
        font-size: 16px;
    }

        .resend-btn:hover {
            background: #0056b3;
        }

    .icon-container {
        display: flex;
        align-items: center;
    }

    .icon-box {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0px;
        border: 2px solid transparent;
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
    }

    .icon-container .icon {
        font-size: 34px;
        color: gray;
        transition: all 0.3s ease-in-out;
    }

    .gender-name {
        margin-left: 8px;
        font-size: 14px;
        font-weight: bold;
        color: gray;
    }

    .selected {
        background-color: #fff;
        border-radius: 8px;
    }

        .selected .icon {
            font-size: 34px;
            transform: scale(1.2);
        }

        .selected.male .icon {
            color: #007bff;
        }

    .female .selected .icon {
        color: #ff4081;
    }

    .selected.others .icon {
        color: #28a745;
    }

    .selected .gender-name {
        color: black;
    }

    .modal_close_popup {
        position: absolute;
        top: -15px !important;
        right: -15px !important; /* Adjust as needed */
        background-color: white !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1055; /* Ensures the button is above the modal */
    }
