﻿body, body * {
    font-family: 'Spoqa Han Sans Neo', sans-serif !important;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/SpoqaHanSansNeo-Light2.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/SpoqaHanSansNeo-Regular2.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/SpoqaHanSansNeo-Medium2.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/SpoqaHanSansNeo-Bold2.woff2') format('woff2');
    font-display: swap;
}

.fa {
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-weight: 900;
}

.err {
    color: red;
}

.logo {
    position: relative;
    top: 9px;
    left: 10px;
    width: 235px;
    height: 34px;
}

.logo-image {
    float: right;
    margin-right: 31px;
    margin-top: 12px;
}

.fixed-top {
    width: 100%;
    height: 66px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.city-error-icon {
    position: absolute;
    right: 34px;
    color: #ED0314 !important;
    top: 20%;
    font-size: 16px;
}

.email-error-icon {
    position: absolute;
    right: 14px;
    color: #ED0314 !important;
    top: 17%;
    font-size: 16px;
}

.margin-top-error {
    margin-top: 150px;
}

.custom-error-message {
    max-width: 164px !important;
}

.modal-backdrop {
    z-index: 1000 !important;
}

/*Register Page CSS*/
.btn-register-start-resume {
    background-color: #F58220;
    position: relative;
    top: -120.5px;
    left: 567px;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
    width: 132px;
}

.btn-login-mobile {
    position: relative;
    top: -30px;
    left: 365px;
    height: 38px;
    width: 278px;
    cursor: text !important;
    font: normal normal normal 15px / 18px Red Hat Display;
    letter-spacing: 0px;
    opacity: 1;
    text-align: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 5px 0px 0px 5px;
}

.btn-login-mobile2 {
    position: relative;
    top: 76px;
    left: -157px;
    height: 48px;
    width: 265px;
    cursor: text !important;
    font: normal normal normal 15px / 18px Red Hat Display;
    letter-spacing: 0px;
    opacity: 1;
    text-align: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 5px;
}

.btn-register-start-resume2 {
    background-color: #043b72;
    position: relative;
    top: -23.5px;
    left: 95px;
    height: 48px;
    border-radius: 0px 5px 5px 0px;
    width: 246px;
}

.register-bar-before {
    height: 70px;
    background: #043B72;
    box-shadow: 0px -3px 6px #00000029;
    border-radius: 25px 25px 0px 0px;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.register-bar-after {
    height: 105px;
    background: #043B72;
    box-shadow: 0px -3px 6px #00000029;
    border-radius: 25px 25px 0px 0px;
    width: 100%;
}

.checkmark {
    top: 3px;
    left: 8px;
    height: 15px;
    width: 15px;
}

.error-message {
    position: relative;
    background-color: #ED0314 !important;
    color: #FFFFFF !important;
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font: normal normal normal 12px/16px Red Hat Display;
    margin-top: 5px;
    max-width: 154px;
    z-index: 1000;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    left: 5%;
}

.custom-error-message {
    margin-top: 0px;
    left: 48%;
    max-width: 260px;
}

.username-error-icon {
    right: -354px;
    top: -7%;
}

.username-error-icon2 {
    right: 198px;
    top: 94px;
}

.submit-button-text2 {
    font: normal normal bold 13px / 19px Spoqa Han Sans Neo;
    right: 30px;
    top: -3px;
}

/*LoginOTPODA Page CSS*/
.card-radius-15 {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%)
}

/*.login-box-size {
    top: 50%;
}*/

.otp-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animate-login-box {
    background: #F58220 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.otp-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1E1E1E 0% 0% no-repeat padding-box;
    opacity: 0.88;
    z-index: 998;
}

.btn-primary:hover {
    background: #043B72;
    opacity: 1.8;
    border: 1px solid #043B72;
}

.btn-login-resendotp {
    top: 532px;
    left: 898px;
    width: 153px;
    height: 45px;
    letter-spacing: 1.05px;
    font: normal normal bold 14px/18px Red Hat Display;
    color: #FFFFFF !important;
    text-transform: uppercase;
    border: 2px solid !important;
    border-color: #043B72 !important;
    border-radius: 50px;
    opacity: 1;
}

.btn-login-continue {
    top: 532px;
    left: 1063px;
    width: 153px;
    height: 45px;
    letter-spacing: 1.05px;
    font: normal normal bold 14px/18px Red Hat Display;
    color: #FFFFFF !important;
    text-transform: uppercase;
    background: #043B72 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1 !important;
}

.txt-mobile-feild {
    top: 396px;
    left: 898px;
    height: 39px;
    opacity: 1;
    cursor: text !important;
    color : black !important;
}

.txt-otp-feild {
    top: 447px;
    left: 898px;
    height: 39px;
    opacity: 1;
    cursor: text !important;
    color: black !important;
}

.timer-design {
    top: 493px;
    left: 930px;
    width: 90px;
    height: 17px;
    text-align: left;
    font: normal normal 13px/20px Spoqa Han Sans Neo;
    letter-spacing: 0.26px;
    color: #000000;
    opacity: 1;
}

.otp-error-icon {
    right: 32px;
    top: 33%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
}

/*Login Page CSS*/
.card-radius-15 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.otp-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1E1E1E 0% 0% no-repeat padding-box;
    opacity: 0.88;
    z-index: 998;
}

/*Register Section*/
.responsive-btn {
    gap: 4px;
}

.register-section {
    position: relative;
    height: 760px;
}

.register-section, .register-bar {
    width: 100%;
    max-width: 100%;
    background: #f58220;
}

.header-image {
    top: 48px;
    position: relative;
    left: 0px;
    max-width: 422px;
    width: 422px;
    height: 672px;
    opacity: 1;
}

.section-heading {
    position: relative;
    font: normal normal bold 60px / 64px Spoqa Han Sans Neo;
    width: 674px;
    left: -137px;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: left;
    top: 58px;
}

.Ranking-text {
    font: normal normal normal 15px/19px Spoqa Han Sans Neo;
}

.info-box {
    position: relative;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    padding: 20px 29px 0px 18px !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: white;
    left: -140px;
    top: 52px;
}

    .info-box .col-6 {
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .info-box img {
        width: 40px;
        height: 40px;
    }

    .info-box span {
        width: 197px;
        position: relative;
        top: 0px;
        font: normal normal bold 18px / 15px Spoqa Han Sans Neo;
        display: block;
        left: 4%;
        text-align: left;
    }

    .info-box small {
        text-align: left;
        position: relative;
        top: -20px;
        display: block;
        font: normal normal normal 14px/18px Spoqa Han Sans Neo;
        left: 4%;
    }

.border-right {
    height: 50px;
}

.border-left {
    height: 50px;
}

.register-title {
    position: relative;
    font: normal normal bold 24px/30px Spoqa Han Sans Neo;
}

.tnc-container {
    top: -75px;
    position: relative;
    left: 800px;
    font-size: 0.85rem;
    color: white;
}

.tnc-container2 {
    top: 75px;
    position: relative;
    left: -165px;
    font-size: 0.85rem;
    color: white;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    color: white;
}

    .custom-checkbox input[type="checkbox"]:checked + .checkmark {
        left: 4%;
        top: 3px;
        background-color: #F58220;
        border-color: #F58220;
    }

    .custom-checkbox .checkmark::after {
        content: "";
        position: absolute;
        display: none;
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
        display: block;
    }

.submit-button-text {
    font: normal normal bold 14px/18px Spoqa Han Sans Neo;
    right: 85px;
}

.web-images {
    display: block;
}

.responsive-images {
    display: none;
}

/* Zero Cost Section */
.zero-section-wrapper {
    width: 100%;
    background-color: #fff;
}

.zero-section-title {
    position: relative;
    top: 31px;
    text-align: center;
    font: normal normal bold 38px / 48px Spoqa Han Sans Neo;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.zero-row {
    position: relative;
    top: 41px;
    margin-top: 3rem;
    width: 100%;
    left: -5%;
}

.zero-block-wrapper {
    position: relative;
    padding: 1rem 0;
}

.zero {
    width: 230px;
    height: 160px;
}

.zero-text {
    font: normal normal 22px / 27px Spoqa Han Sans Neo;
    top: -142px;
    width: 107px !important;
    position: relative;
    left: 78%;
    font-weight: 550;
    text-align: left;
    color: #043B72;
    font-size: 22px;
}

/* SERVICES SECTION */

.service-section-title {
    margin-top: 1.5rem;
    text-align: center;
    font: normal normal bold 38px / 48px Spoqa Han Sans Neo;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.service-wrapper {
    width: 107%;
    top: 36px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 4rem;
    margin-top: 1.5rem;
}

.service-box {
    background: #043B72 0% 0% no-repeat padding-box;
    box-shadow: 2px 9px 18px #043B7240;
    border-radius: 12px;
    opacity: 1;
    color: white;
    width: 220px;
    height: 70px;
    top: -13px;
    position: relative;
    left: -3%;
}

    .service-box img {
        margin-left: 20px;
        width: 34px;
        height: 32px;
        margin-bottom: -39px;
    }

    .service-box span {
        position: relative;
        left: 10px;
        top: 22px;
        font: normal normal 18px / 22px Spoqa Han Sans Neo;
    }

/*Research and Awards Sections*/
.research-section {
    background-color: #F58220;
    color: #FFFFFF;
    position: relative;
}

.research-title {
    font: normal normal bold 38px/48px Spoqa Han Sans Neo;
    margin-bottom: 20px;
}

.research-list {
    font: normal normal normal 18px/22px Spoqa Han Sans Neo;
    list-style: none;
    padding-left: 0;
    margin-bottom: 3rem;
    list-style-type: disc;
}

    .research-list li {
        font-size: 16px;
        margin-bottom: 12px;
    }

.research-ribbon-container {
    position: relative;
}

.research-ribbon-img {
    width: 100%;
    max-width: 523px;
}

.ribbon-text-overlay {
    position: absolute;
    top: 45%;
    left: 10%;
    transform: translateY(-50%);
    width: 477px;
    height: 48px;
    text-align: left;
    font: normal normal bold 24px/30px Spoqa Han Sans Neo;
    letter-spacing: 0.12px;
    color: #FFFFFF;
    opacity: 1;
}

.chair-man {
    width: 407px;
    height: 496px;
    margin-top: 3rem;
}

.blue-divider-strip {
    width: 100%;
    height: 24px;
    background-color: #043B72;
}
/* Power Up Your Investing Section*/
.powerup-section {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
}

.powerup-title {
    position: relative;
    left: 5%;
    font: normal normal bold 38px/48px Spoqa Han Sans Neo;
    color: #000;
}

.powerup-phone {
    left: 37px;
    position: relative;
    width: 316px;
    height: 412px;
}

.powerup-phone-mobile {
    width: 192px;
    height: auto;
    margin-top: -1rem;
}

.powerup-num-img {
    position: relative;
    top: -13px;
    width: 70px;
    height: auto;
}

.powerup-num2-img {
    position: relative;
    top: -7px;
    width: 70px;
    height: auto;
    margin-top: 1rem;
}

.powerup-text {
    position: relative;
    top: 20px;
    color: #464646;
    font: normal normal normal 20px / 25px Spoqa Han Sans Neo;
    left: 3%;
}

.powerup-shadow-img {
    position: relative;
    left: -34%;
    width: 155%;
    height: 41px;
    margin-top: 22px;
    mix-blend-mode: darken;
    opacity: 1;
}

.powerup-point1 {
    position: relative;
    top: 20px;
}

.powerup-list-wrapper {
    position: relative;
    left: 15%;
    margin-top: 2rem;
}

/* Power Up Your Trading Section*/
.powerup-trading-section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.powerup-trading-text {
    position: relative;
    top: 8px;
    color: #464646;
    font: normal normal normal 20px / 23px Spoqa Han Sans Neo;
    left: 3%;
}

.powerup-trading-title {
    position: relative;
    left: -4%;
    font: normal normal bold 38px / 48px Spoqa Han Sans Neo;
    color: #000;
}

.trading-title {
    font: normal normal bold 38px/48px Spoqa Han Sans Neo;
    color: #000;
}

.trading-phone {
    position: relative;
    top: -12px;
    width: 321px;
    height: 451px;
}

.powerup-trading-list-wrapper {
    position: relative;
    top: 15px;
    padding-right: 30px;
    margin-bottom: -2rem;
}

.trading-point {
    font-size: 16px;
}

.trading-subtext {
    color: #464646;
    font: normal normal normal 15px / 23px Spoqa Han Sans Neo;
    margin-bottom: 6px;
    top: 8px;
    position: relative;
    left: 16px;
}

.trading-powerup-shadow-img {
    position: relative;
    left: -28%;
    top: 10px;
    width: 155%;
    height: 41px;
    opacity: 1;
}

/*Trade Tiger Section*/
.tradetiger-section {
    background: #F58220 0% 0% no-repeat padding-box;
    opacity: 1;
}

.tradetiger-monitor-img {
    width: 400px;
    height: 432px;
    opacity: 1;
    margin-bottom: -2rem;
    margin-top: 1rem;
}

.tradetiger-text {
    font: normal normal bold 38px/48px Spoqa Han Sans Neo;
    letter-spacing: 0px;
}

.tradetiger-list {
    position: relative;
    font: normal normal normal 18px / 22px Spoqa Han Sans Neo;
}

    .tradetiger-list li {
        margin-bottom: 0.7rem;
    }

/*Master the Skills Section */
.webinar-section {
    background-color: #063164;
}

.webinar-title-text {
    position: relative;
    font: normal normal bold 38px / 48px Spoqa Han Sans Neo;
    letter-spacing: 0px;
    top: 38px;
    left: 10%;
}

.webinar-logo {
    position: relative;
    top: -184px;
    width: 365px;
    height: 78px;
    left: 72px;
}

.webinar-box-custom {
    position: relative;
    left: 27px;
    top: 20px;
}

    .webinar-box-custom .text-dark {
        font: normal normal normal 16px/21px Spoqa Han Sans Neo;
        position: relative;
        top: -168px;
        left: 10px;
    }

.webinar-box-img {
    position: relative;
    top: 10px;
    left: -14px;
    width: 512px !important;
    max-width: 1200px !important;
    height: 238px;
}

.rocket-man-img {
    margin-top: -5rem;
    position: relative;
    top: 48px;
    left: 126px;
    width: 384px !important;
    height: 749px;
}

.rocket-man-mobile {
    position: relative;
    margin-bottom: -46%;
    width: 357px;
    top: -70px;
    height: 475px;
}

.webinar-box-mobile {
    width: 322px;
    height: 166px;
    opacity: 1;
}

/*Testimonials Section*/
.testimonial-section {
    background: #F58220 0% 0% no-repeat padding-box;
}

.testimonial-section-text {
    font: normal normal bold 37px/48px Spoqa Han Sans Neo;
    margin-top: 15px;
}

.quote1-bg-img {
    left: 40px;
    top: 40px;
    position: absolute;
    width: 256px;
    height: 218px;
    opacity: 1;
}

.quote2-bg-img {
    bottom: -20px;
    right: 80px;
    position: absolute;
    width: 403px;
    height: 290px;
    opacity: 1;
}

.testimonial-box {
    position: relative;
}

    .testimonial-box img.img-fluid {
        width: 503px;
        height: 255px;
        opacity: 1;
    }

.badge-img {
    position: absolute;
    top: 10px;
    right: 64px;
    max-width: 120px;
    height: 40px;
    z-index: 1;
}

.rm-badge-img {
    position: absolute;
    top: 10px;
    right: 63px;
    max-width: 232px;
    height: 40px;
    z-index: 1;
}

.br-badge-img {
    position: absolute;
    top: 10px;
    right: 91px;
    max-width: 117px;
    height: 40px;
    z-index: 1;
}

.testimonial-text {
    position: absolute;
    top: 14.5%;
    left: 10%;
    width: 70%;
    right: 10%;
    font: normal normal normal 14px / 20px Spoqa Han Sans Neo;
    color: #464646;
}

.text-orange {
    font: normal normal normal 15px / 19px Spoqa Han Sans Neo;
    color: #F58220;
}

/*Demat Steps Section*/
.demat-steps-section-text {
    font: normal normal bold 38px/48px Spoqa Han Sans Neo;
}

.demat-steps-section {
    background-color: #F5F5F5;
    position: relative;
}

.step-row {
    display: flex;
    align-items: center;
    position: relative;
}

.step-column {
    padding: 0 25px;
}

.step-text-overlay {
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
    color: #464646;
    font: normal normal normal 18px/24px Spoqa Han Sans Neo;
}

.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}

.dotted-line {
    left: 2%;
    width: 41%;
    height: 92%;
    position: absolute;
    top: 5%;
    bottom: 10%;
}

.Steps-Demat {
    width: 97%;
}

/*FAQ Section*/
.faq-title {
    font: normal normal bold 38px/48px Spoqa Han Sans Neo;
}

.faq-container {
    margin-top: 3rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 15px #00000026;
}

.faq-question {
    padding: 9px 18px;
    font: normal normal bold 16px/21px Spoqa Han Sans Neo;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.45px;
    color: #464646;
}

    .faq-question.active {
        border-left: 8px solid #f58220;
    }

    .faq-question.active + .faq-answer {
        border-left: 8px solid #f58220;
        margin-top: -1rem;
    }

.faq-answer {
    display: none;
    padding: 0 24px 20px 24px;
    font: normal normal normal 14px/24px Spoqa Han Sans Neo;
    letter-spacing: 0.39px;
    color: #757575;
    opacity: 1;
}

.faq-question.active .fa-chevron-down {
    transform: rotate(180deg);
}

.font-terms-condition-body {
    font: 14px / 18px 'Spoqa Han Sans Neo', sans-serif;
    opacity: 0.7;
    
}

.font-terms-condition-heading {
    font-weight: normal !important;
    font-family: sans-serif !important;
}

.bg-terms-condition {
    padding-bottom: 6rem !important;
}

.font-footer-h2 {
    font: normal normal bold 36px/45px Spoqa Han Sans Neo;
    letter-spacing: 0px;
}

.font-size-h2 {
    margin-top: -13px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: normal;
}

.footer-text {
    font: normal normal normal 13px/17px Spoqa Han Sans Neo;
    opacity: 0.7;
    padding-bottom: 0.6rem;
}

.border-light {
    position: relative;
    width: 110%;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
    left: -5%;
}

.disclaimer-text {
    text-align: right;
    margin-bottom: 0.5rem; 
    font: normal normal normal 11px/14px 'Spoqa Han Sans Neo', sans-serif;
    padding-right: 10px; /* breathing space from right edge */
}

/* Mobile Responsive */
@media (max-width: 767px) {
    /*Register Page CSS*/
    .btn-login-mobile {
        position: relative;
        top: -9px;
        left: -48px;
        height: 34px;
        width: 226px;
        border-radius: 5px 0px 0px 5px;
    }

    .btn-login-mobile2 {
        position: relative;
        top: -62px;
        left: 0px;
        height: 37px;
        width: 279px;
        cursor: text !important;
        font: normal normal normal 14px/18px Spoqa Han Sans Neo
    }

    .btn-register-start-resume {
        top: -98px;
        left: 112px;
        height: 34px;
        border-radius: 0px 4px 4px 0px;
        width: 32%;
    }

    .btn-register-start-resume2 {
        top: -113.5px;
        left: 0px;
        height: 37px;
        border-radius: 6px;
        width: 279px;
    }

    .submit-button-text2 {
        font: normal normal bold 13px / 19px Spoqa Han Sans Neo;
        right: 17px;
        top: -3px;
    }

    .validation-error-present .tnc-container {
        margin-top: 30px;
    }

    .username-error-icon {
        right: 91px;
        top: 6%;
    }

    .username-error-icon2 {
        right: 23px;
        top: -50px;
    }

    .custom-error-message {
        left: 38%;
    }

    .tooltip {
        left: 60px !important;
    }

        .tooltip .arrow {
            left: 126px !important;
        }

    .register-bar-before {
        height: 94px;
    }


    .register-bar-after {
        height: 115px;
    }

    .validation-error-present .tnc-text {
        position: relative;
        top: 26px !important;
    }

    .validation-error-present .checkmark {
        top: 22px !important;
    }

    .web-images {
        display: none !important;
    }

    .responsive-images {
        display: block !important;
    }

    /* LoginOTPODA Page CSS*/
    .otp-error-icon {
        right: 10px;
        top: 33%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 16px;
    }

    .otp-modal-wrapper {
        width: 100%;
        top: 25%;
        left: 0;
    }

    .card-radius-15 {
        margin-top: 45%;
        position: relative;
        top: 10%;
        left: 30%;
        transform: none;
    }

   /* Login Page CSS*/
    .card-radius-15 {
        position: relative;
        top: 10%;
        left: 30%;
        transform: none;
    }

    .otp-modal-wrapper {
        width: 100%;
        top: 10%;
    }

   /* Register Section*/
    .register-section {
        padding: 0px 10px;
        height: 700px;
    }

    .submit-button-text {
        right: 104px;
    }

    .tnc-container2 {
        top: -36px;
        position: relative;
        left: -14px;
        font-size: 0.85rem;
        color: white;
    }

    .tnc-container2 .checkmark {
        top: 2px;
    }

    .tnc-container2  .custom-checkbox input[type="checkbox"]:checked + .checkmark {
        top: 2px;
    }

    .custom-checkbox input[type="checkbox"]:checked + .checkmark {
        top: -2px;
    }

    .checkmark {
        top: -2px;
    }

    .header-image-mobile {
        position: relative;
        top: 70px;
        left: -29%;
        width: 136px;
        height: 281px;
        opacity: 1;
    }

    .section-heading {
        position: relative;
        top: -206px;
        left: 37%;
        width: 63%;
        height: 43px;
        text-align: left;
        font: normal normal bold 34px / 38px Spoqa Han Sans Neo;
        letter-spacing: 0px;
    }

    .info-box {
        position: relative;
        top: -30px;
        left: 0px;
        width: 100%;
        height: 213px;
        border: 1px solid #FFFFFF;
        margin-bottom: 3rem;
        padding: 22px 0px 0px 20px !important;
    }

        .info-box img {
            position: relative;
            left: -10px;
            width: 27px;
            height: 28px;
        }

        .info-box span {
           font: normal normal bold 15px/17px Spoqa Han Sans Neo;
            text-align: left;
            left: -10px;
            width: 150px;
            height: 0px;
        }

        .info-box small {
            font: normal normal normal 13px/17px Spoqa Han Sans Neo;
            position: relative;
            text-align: left;
            top: -6px;
            left: -10px;
        }

        .info-box .mb-2, .my-2 {
            margin-bottom: 1.5rem !important;
        }

    .border-left {
        left: -40px;
        height: 40px;
    }

    .border-right {
        height: 40px;
    }

    .register-bar .container {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 10px;
    }

    .register-input-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .register-title {
        font: normal normal bold 15px/19px Spoqa Han Sans Neo;
        letter-spacing: 0px;
        top: -7px;
        text-align: center;
    }

    .tnc-wrapper {
        font-size: 0.75rem;
        text-align: center;
    }

    .tnc-container {
        font: normal normal normal 11px / 14px Spoqa Han Sans Neo;
        top: -27px;
        left: -60px !important;
    }

    /* Zero Section*/
    .zero-block {
        flex-direction: row;
        padding: 1.5rem 1rem;
    }

    .zero-mobile {
        width: 199px;
        height: 138px;
    }

    .zero-mobile2 {
        width: 192px;
        height: 138px;
        margin-top: -2.5rem;
    }

    .zero-mobile3 {
        width: 199px;
        height: 138px;
        margin-top: -2.5rem;
    }

    .zero-mobile4 {
        width: 199px;
        height: 138px;
        margin-top: -3.5rem;
        margin-bottom: -4rem;
    }

    .responsive-text-zero {
        left: 262px !important;
        top: -76px !important;
        width: 89px !important;
    }

    .zero-block-wrapper {
        display: block;
    }

    .mobile-left .zero-block {
        flex-direction: row;
    }

    .mobile-right .zero-block {
        flex-direction: row-reverse;
    }

    .zero-block {
        justify-content: space-between;
        text-align: left;
        display: flex;
    }

    .zero-text {
        left: -10%;
        top: -28px;
        font: normal normal 16px / 22px Spoqa Han Sans Neo;
        font-weight: 550;
    }

    .zero-section-title {
        font: normal normal bold 28px / 35px Spoqa Han Sans Neo;
        width: 331px;
        height: 47px;
        letter-spacing: 0px;
        left: 0px;
        margin-top: -2rem;
        top: 15px;
    }

    .responsive-text {
        left: 10%;
        top: -38px;
    }

    .zero-row {
        margin-top: 2rem;
        width: 100%;
    }

    /*Service Section*/
    .service-box img {
        margin-left: 16px;
        width: 28px;
        height: 22px;
        margin-bottom: -26px;
    }

    .service-box {
        width: 150px;
        height: 48px;
        top: -13px;
        position: relative;
    }

    .service-wrapper {
        width: 100%;
        top: 0px;
        left: 3%;
        margin-bottom: 0rem;
    }

    .service-box span {
        position: relative;
        left: 0px;
        top: 10px;
        font: normal normal 14px / 18px Spoqa Han Sans Neo;
    }

    .service-section-title {
        font: normal normal bold 28px/35px Spoqa Han Sans Neo;
        letter-spacing: 0px;
        margin-top: 0rem;
    }

    /*Awards & Research Section*/
    .research-title {
        font: normal normal bold 28px / 35px Spoqa Han Sans Neo;
        margin-top: 1.5rem;
        text-align: center;
    }

    .research-list {
        text-align: left;
        margin-bottom: 2rem;
    }

    .research-ribbon-img {
        max-width: 100%;
        height: auto;
    }

    .chair-man-mobile {
        width: 265px;
        height: 319px;
    }

    .blue-divider-strip {
        width: 100%;
        height: 11px;
        background-color: #043B72;
    }

    /*Power up your Investing Section*/
    .powerup-list-wrapper {
        position: relative;
        padding-left: 0;
        left: 3%;
        margin-top: 1rem;
    }

    .powerup-title {
        font-size: 28px;
        line-height: 36px;
        left: 0%;
        margin-top: -1rem;
    }

    .powerup-point {
        flex-direction: row;
    }

    .powerup-point1 {
        top: 0px;
    }

    .powerup-num-img {
        top: 0px;
        width: 31px;
        height: 65px;
    }

    .powerup-shadow-img {
        max-width: 155%;
        position: relative;
        left: -22%;
        height: 25px;
        top: 40px;
    }

    .powerup-phone-box {
        margin-bottom: 20px;
    }

    .powerup-text {
        font: normal normal normal 15px / 19px Spoqa Han Sans Neo;
        margin-top: 5%;
        width: 85%;
        position: relative;
        left: 7%;
        height: 0px;
    }

    .powerup-text-wrapper {
        position: relative;
        top: -27px;
    }

    /*Power sup Trading Section*/
    .powerup-trading-title {
        font-size: 28px;
        line-height: 36px;
        left: 0%;
        margin-top: -1rem;
    }

    .powerup-trading-text {
        font: normal normal bold 15px/17px Spoqa Han Sans Neo;
    }
        .trading-phone {
            margin-top:-1rem;
            width: 185px;
            height: 260px;
    }

    .trading-subtext {
        font: normal normal normal 13px/17px Spoqa Han Sans Neo;
        position: relative;
        left: 3%;
    }

    .powerup-trading-list-wrapper {
        margin-top: -0.5rem;
    }

    .trading-powerup-shadow-img {
        height: 25px;
    }

    .disclaimer-text {
        font-size: 8px;
        text-align: center;
    }

    /*Trade Tiger Section*/
    .tradetiger-text {
        margin-top: -1rem;
        font: normal normal bold 28px/35px Spoqa Han Sans Neo;
        text-align: center;
    }

    .tradetiger-list {
        font: normal normal normal 15px/19px Spoqa Han Sans Neo;
        margin-bottom: -2rem;
    }

    .tradetiger-mobile-img {
        width: 260px;
        margin-top: -1rem
    }

    /*Master the Skills Section*/
    .webinar-title-text {
        left: 0%;
        top: 10%;
        font: normal normal bold 28px/35px Spoqa Han Sans Neo;
        width: 100%;
    }

    .webinar-box-custom {
        position: relative;
        left: 0%;
        top: 10%;
    }

    .webinar-box-mobile {
        width: 100%;
        height: auto;
    }

    .webinar-logo-mobile {
        position: absolute;
        top: 17%;
        left: 17%;
        width: 64%;
    }

    .webinar-box-custom .text-dark {
        left: 17%;
        text-align: left;
        position: absolute;
        width: 70%;
        top: 46%;
        font: normal normal normal 16px/21px Spoqa Han Sans Neo;
    }

    .webinar-box-custom .text-muted {
        font: normal normal normal 11px/14px Spoqa Han Sans Neo;
        position: absolute;
        top: 34%;
        left: 12%;
    }
    /*Demat Steps Section*/
    .demat-steps-section-text {
        font: normal normal bold 28px/35px Spoqa Han Sans Neo;
    }

    .step-text-overlay {
        font: normal normal normal 18px/21px Spoqa Han Sans Neo;
        position: absolute;
        top: 66% !important;
        color: #464646;
    }

    .dotted-line {
        display: none !important;
    }

    .step-column {
        margin-bottom: 30px;
    }

    .Steps-Demat {
        width: 94%;
        height: 400px;
    }

    .step-row {
        margin-bottom: -2rem;
    }

    /*Testimonals Section*/
    .testimonial-text {
        position: absolute;
        top: 11%;
        left: 6%;
        width: 91%;
        right: 10%;
        font: normal normal normal 14px / 20px Spoqa Han Sans Neo;
    }
    .responsive-text1 {
        left: -5%;
        top: 14%;
    }

    .responsive-text2 {
        left: 9%;
        top: 14%;
        width: 88%;
    }

    .responsive-text3 {
        left: -4%;
        top: 10%;
        width: 84%
    }

    .responsive-text4 {
        left: 10%;
        top: 14%;
        width: 79%;
    }

    .testimonial-box1-mobile {
        margin-top: -1rem;
        position: relative;
        left: -18%;
        height: 270px !important;
        width: 118% !important;
        max-width: 150%;
    }

    .testimonial-box2-mobile {
        margin-top: -5rem;
        position: relative;
        left: -3%;
        height: 270px !important;
        width: 108% !important;
        max-width: 150%;
    }

    .testimonial-box3-mobile {
        margin-top: -2rem;
        position: relative;
        left: -18%;
        height: 270px !important;
        width: 118% !important;
        max-width: 150%;
    }

    .testimonial-box4-mobile {
        margin-top: -3rem;
        position: relative;
        left: -3%;
        height: 270px !important;
        width: 108% !important;
        max-width: 150%;
        margin-bottom: -5rem;
    }

    .badge-img {
        position: absolute;
        top: 5%;
        right: 7%;
        max-width: 134px;
        height: 33px;
    }

    .br-badge-img {
        top: 5%;
        right: 1%;
        max-width: 109px;
        height: 33px;
    }

    .rm-badge-img {
        top: 5%;
        right: 6%;
        max-width: 211px;
        height: 33px;
    }

    .testimonial-section-text {
        font: normal normal bold 28px/35px Spoqa Han Sans Neo;
        margin-top: 0rem;
    }

    .quote1Mobile {
        position: absolute;
        width: 136px;
        height: 118px;
        left: 7px;
        top: 115px;
    }

    .quote2Mobile {
        right: 12px;
        top: 932px;
        position: absolute;
        width: 135px;
        height: 148px;
    }

    /*FAQ Section*/
    .faq-title {
        font: normal normal bold 28px/35px Spoqa Han Sans Neo;
    }

    .faq-question {
        font: normal normal bold 14px/19px Spoqa Han Sans Neo;
    }

    .faq-answer {
        font: normal normal normal 13px/18px Spoqa Han Sans Neo;
    }

    .bg-terms-condition {
        padding-bottom: 7.5rem !important;
    }

    .faq-container {
        margin-top: 0rem;
    }
}
/* Tablet Responsive */
@media (min-width: 767px) and (max-width: 991px) {

    .register-title {
        left: -26px;
        top: 5px;
        font: normal normal bold 18px / 20px Spoqa Han Sans Neo;
    }

    .tnc-container {
        top: -70px;
        position: relative;
        left: 515px;
    }

    .btn-login-mobile {
        left: 229px;
        width: 213px;
        top: -24px;
    }

    .tnc-container2 {
        top: -175px;
        position: relative;
        left: -18px;
        font-size: 0.85rem;
        color: white;
    }

    .btn-login-mobile2 {
        position: relative;
        top: -226px;
        left: 108px;
        height: 48px;
        width: 423px;
        cursor: text !important;
        font: normal normal normal 15px / 18px Red Hat Display;
        letter-spacing: 0px;
        opacity: 1;
        text-align: left;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: inset 0px 3px 6px #00000029;
        border-radius: 5px;
    }

    .username-error-icon2 {
        right: -34px;
        top: -207px;
    }

    .btn-register-start-resume2 {
        background-color: #043b72;
        position: relative;
        top: -263.5px;
        left: 109px;
        height: 48px;
        border-radius: 6px;
        width: 423px;
    }

    .btn-register-start-resume {
        height: 39px;
        left: 367px;
        width: 71px;
        top: -115px;
    }

    .submit-button-text {
        right: 116px;
    }

    .tnc-text {
        font: 11px / 15px "Spoqa Han Sans Neo" !important;
    }

    .username-error-icon {
        top: -4px;
        right: -227px;
    }

    .header-image {
        top: 36px;
        left: -90px;
        width: 100% !important;
        height: 429px;
    }

    .section-heading {
        position: relative;
        top: -364px;
        left: 37%;
        width: 600px;
    }

    .info-box {
        width: 100%;
        position: relative;
        top: -258px;
        border: 1px solid #FFFFFF;
        border-radius: 16px;
        left: 0px;
    }

    .zero-text {
        top: -122px;
        position: relative;
        left: 78%;
        font-size: 15px;
        font-weight: 600;
        width: 86px !important;
    }

    .zero {
        width: 200px;
        height: 140px;
    }

    .powerup-title {
        position: relative;
        top: -40px;
        left: 2%;
    }

    .trading-phone {
        position: relative;
        left: 168px;
        top: -47px;
    }

     .powerup-list-wrapper {
        padding: 0 1rem;
        position: relative;
        top: -20px;
        left: 56px;
    }

    .powerup-trading-title {
        left: -2%;
    }

    .powerup-trading-list-wrapper {
        left: 7%;
        position: relative;
        top: 45px;
    }

    .powerup-phone {
        position: relative;
        left: 200px;
        top: -39px;
    }

    .register-section {
        height: 920px;
    }

    .webinar-box-img {
        left: -15%;
        width: 119% !important;
    }

    .webinar-title-text {
        font: normal normal bold 28px / 51px Spoqa Han Sans Neo;
        left: 2%;
    }

    .webinar-box-custom .text-dark {
        font: normal normal normal 15px / 21px Spoqa Han Sans Neo;
        position: absolute;
        top: 47%;
        left: -5%;
        text-align: left;
    }

    .rocket-man-img {
        width: 364px !important;
        left: 0%;
        height: auto;
    }

    .webinar-logo {
        left: -5%;
    }

    .testimonial-box img.img-fluid {
        width: 487px;
        height: 257px;
    }

    .testimonial-text {
        width: 85%;
    }

    .rm-badge-img {
        top: 6%;
        right: 6%;
        max-width: 170px;
    }

    .badge-img {
        top: 6%;
        right: 6%;
        max-width: 106px;
    }

    .br-badge-img {
        top: 6%;
        right: 6%;
        max-width: 99px;
    }

    .custom-error-message {
        left: 48%;
    }

    .testimonial-text {
        font: normal normal normal 13px / 16px Spoqa Han Sans Neo;
    }

    .testimonial-box {
        left: 0% !important;
    }
}

@media (max-width: 360px) {

    .validation-error-present .tnc-container {
        margin-top: 30px;
        left: auto;
    }

    .tooltip {
        left: 50px !important;
    }

        .tooltip .arrow {
            left: 120px !important;
            height: .4rem;
        }

}

@media (max-width: 375px) {

    .btn-register-start-resume {
        left: 108px;
        width: 80px;
        top: -98px;
    }

    .btn-login-mobile {
        left: -39px;
        width: 217px;
    }

    .username-error-icon {
        right: 44px;
    }

    .submit-button-text {
        right: 92px;
    }

    .validation-error-present .tnc-container {
        margin-top: 30px;
        left: auto;
    }

    .custom-error-message {
        left: 20%;
    }

    .submit-button-text2 {
        right: 0px;
    }

    .tooltip {
        left: 50px !important;
    }

        .tooltip .arrow {
            left: 120px !important;
            height: .4rem;
        }

    .section-heading {
        left: 42%;
        width: 60%;
    }

    .responsive-text-zero {
        left: 94% !important;
    }

    .zero-section-title {
        font: normal normal bold 28px / 35px Spoqa Han Sans Neo;
        left: -20px;
        top: 0px;
    }

    .info-box small {
        font: normal normal normal 10px / 14px Spoqa Han Sans Neo;
    }

    .info-box span {
        font: normal normal bold 11px / 15px Spoqa Han Sans Neo;
    }

    .service-box {
        width: 122px;
        height: 43px;
        top: -13px;
        position: relative;
    }

        .service-box img {
            margin-left: 11px;
            width: 25px;
            height: 22px;
            margin-bottom: -14px;
        }

        .service-box span {
            font-size: 11px;
            font-weight: 500;
            position: relative;
            left: 0px;
            top: 8px;
        }

    .zero-section-title, .service-section-title {
        text-align: center;
        font: normal normal bold 28px/35px Spoqa Han Sans Neo;
    }

    .ribbon-text-overlay {
        font-size: 14px !important;
    }

    .testimonial-text {
        font: normal normal normal 12px / 18px Spoqa Han Sans Neo;
    }

    .rm-badge-img {
        max-width: 134px;
    }

    .step-text-overlay {
        top: 66% !important;
    }

    .webinar-title-text {
        left: -6%;
        top: 10%;
        font: normal normal bold 25px / 31px Spoqa Han Sans Neo;
        width: 113%;
    }

    .custom-error-message {
        left: 15%;
    }

    .Steps-Demat {
        width: 100%;
        height: 293px;
    }

    .tnc-container {
        left: -43px !important;
    }
}

@media (max-width: 992px) {
    .ribbon-text-overlay {
        top: 50%;
        left: 4%;
        font-size: 16px;
        text-align: center;
        width: 90%;
    }

    .trading-point {
        flex-direction: row;
    }
}

@media (min-width: 1200px) and (max-width: 2560px) {
    .webinar-logo {
        width: 365px;
        left: 10%;
    }

    .webinar-box-custom .text-dark {
        top: -166px;
        left: 9%;
        width: 344px;
    }

    .webinar-title-text {
        left: 3%;
    }

}

@media (min-width: 425px) and (max-width: 767px) {
    .rocket-man-mobile {
        margin-bottom: -186px;
        top: -108px;
        height: 538px;
    }

    .responsive-text3 {
        left: -4%;
        top: 13%;
        width: 95%;
    }

    .responsive-text-zero {
        left: 294px !important;
    }

    .zero-section-title {
        left: 15px !important;
    }
}

@media (min-width: 520px) and (max-width: 560px) {
    .responsive-text-zero {
        left: 387px !important;
    }
}

@media (min-width: 400px) and (max-width: 424px) {
    .responsive-text-zero {
        left: 283px !important;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {

    .register-section {
        height: auto !important;
    }

    .register-title {
        font: normal normal bold 22px / 30px Spoqa Han Sans Neo;
    }

    .section-heading {
        width: 645px;
    }

    .tnc-container {
        left: 741px;
    }

    .username-error-icon {
        right: -290px;
    }

    .username-error-icon2 {
        right: 185px;
        top: 93px;
    }

    .btn-login-mobile {
        left: 319px;
        width: 302px !important;
    }

    .btn-register-start-resume {
        left: 526px;
        width: 119px;
    }

    .badge-img, .rm-badge-img, .br-badge-img {
        top: 6%;
        right: 6%;
    }

    .info-box {
        width: 105%;
    }

        .info-box span {
            font: normal normal bold 14px / 16px Spoqa Han Sans Neo;
        }

        .info-box small {
            width: 135px;
            font: normal normal normal 12px / 16px Spoqa Han Sans Neo;
        }

    .header-image {
        top: 64px;
        left: -42px;
        width: 144% !important;
        height: 700px;
    }

    .tnc-container {
        left: 741px;
    }

    .username-error-icon {
        right: -290px;
    }

    .btn-login-mobile {
        left: 319px;
        width: 297px;
    }

    .webinar-logo {
        left: 55px;
    }

    .webinar-box-custom .text-dark {
        left: -4px;
    }

    .btn-register-start-resume {
        left: 526px;
        width: 119px;
    }

    .powerup-title {
        left: 14%;
    }

    .ribbon-text-overlay {
        left: 12%;
    }

    .testimonial-text {
        top: 12.5%;
    }

    .testimonial-box {
        left: 0% !important;
    }
}

    @media (min-width: 400px) and (max-width: 760px) {
        .custom-error-message {
            left: 44%;
        }
    }

    /* Tablet and larger screens */
    @media (min-width: 768px) {
        .disclaimer-text {
            font: normal normal normal 11px/14px Spoqa Han Sans Neo, sans-serif;
            padding-right: 20px;
        }
    }

    /* Desktop and larger screens */
    @media (min-width: 1200px) {
        .disclaimer-text {
            font: normal normal normal 11px/14px Spoqa Han Sans Neo, sans-serif;
            padding-right: 30px;
        }
    }

