@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Source Sans Pro;
}

:root {
    --primary-color: #9D7F1B;
    --background-color: #9D7F1B0D;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.17rem;
}

h4 {
    font-size: 1rem;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

button {
    cursor: pointer;
}

.main_container {
    max-width: 90%;
    margin-inline: auto;
    padding-inline: 20px;
}

@media screen and (max-width: 991px) {
    .main_container {
        max-width: 100%;
        padding-inline: 10px;
    }
}


.linear_border {
    content: "";
    background: linear-gradient(90deg, #aaaaaa 0%, #f4f4f4 100%);
    width: 70%;
    height: 1.5px;
}


.main_sec_button {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    background-color: #FFFFFF;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* nav bar */

nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 15px 0px #00000040;
    background-color: #f8f8f8;
}

.nav_container {
    padding-block: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_nav {
    max-width: 21%;
}

.right_nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.right_nav button,
.mob_cta_btn,
.form_btn,
.inctv_btn {
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid #419387;
    background-color: #419387;
    font-size: 1rem;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
}

.join_btn,
.logout_btn {
    background-color: #FFFFFF !important;
    color: #419387 !important;
}

.form_btn,
.inctv_btn {
    width: 100%;
}

/* bnr_sec */
.bnr_sec {
    /* margin-top: 4.5rem; */
}

/* main */
main {
    margin-block: 2rem;
}

.main_heading {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    padding-block: 1rem;
}

.main_heading .border {
    position: relative;
    border: 2px solid #DDDDDD;
    width: 100%;
}

.linear_border {
    content: "";
    background: linear-gradient(90deg, #aaa 0, #f4f4f4 100%);
    width: 70%;
    height: 1.5px;
}

.left {
    background: linear-gradient(90deg, #f4f4f4 0, #aaa 100%) !important;
}

.main_heading h2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 30.17px;
    color: #222222;
    text-align: center;
    white-space: nowrap;
}

.story_cards {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-block: 1rem;
    overflow-x: scroll;
}

.story_cards::-webkit-scrollbar {
    display: none;
}

.story {
    border: 1.2px solid #DDDDDD;
    border-radius: 1rem;
    flex: 0 0 auto;
    min-width: 280px;
}

.abt {
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1.2px dashed #DDDDDD;
}

.abt img {
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.prf_dtl h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.63px;
}

.prf_dtl p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.11px;
    color: #666666;
}

.abt_reward {
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    gap: .8rem;
}

.tot_mnt,
.tot_amnt {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot {
    width: 2.4px;
    height: 2.4px;
    background-color: #222222;
}

.tot_mnt p,
.tot_amnt p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.63px;
    color: #222222;
}

.main_section {
    margin-bottom: 2.2rem;
}

/* why_us_cards */
.why_us_cards {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-block: 1rem;
}

.why_us {
    display: flex;
    align-items: center;
    max-width: 23%;
    gap: 12px;

}

.why_dtil {
    width: 65%;
}

.why_dtil h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.63px;
    color: #222222;
}

.why_dtil p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20.11px;
    color: #222222;
}

.yutube_vid iframe {
    border-radius: 12px;
    overflow: hidden;
}

/* faqs */
.nb_corporate_faqs {
    box-shadow: 0px 0px 15px 0px #0000001a;
    padding: 24px 20px;
    border-radius: 8px;
}

.accordian {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.797);
    margin-bottom: 16px;
    border-radius: 8px;
    padding-block: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.question {
    cursor: pointer;
    margin-block: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #363636;
}

.question h3 {
    width: 85%;
    font-size: 15px;
    font-weight: 600;
    line-height: 18.86px;
    text-align: left;
}

.icon {
    cursor: pointer;
    margin-right: 16px;
    transition: transform 0.5s;
}

.icon.toggle {
    transform: rotate(45deg);
}

.answer {
    color: #363636cc;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    width: 90%;
}

.mob_cta {
    display: none;
}

.connect_with_us {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.connect_with_us p {
    width: 100%;
    white-space: nowrap;
}


.form_input {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    outline: none;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 24px;
    background-color: transparent;
}

#sign_up .form_input {
    margin-bottom: 1rem;
}

.lgn_contnr_right .form_input {
    margin-bottom: 1rem;
}

.sign_in_cont,
.sign_up_cont,
.chnage_upi_form,
.otp_form {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    overflow: hidden;
    z-index: 9999;
    width: 436px;
    transition: top 0.8s ease-in-out;
    background-color: #ffffff;
    padding: 24px 20px;
}

.sign_in_cont.open,
.sign_up_cont.open,
.chnage_upi_form.open,
.otp_form.open {
    top: 50%;
}

.sign_in_cont h2,
.sign_up_cont h2,
.chnage_upi_form h2,
.otp_form h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.14px;
    margin-bottom: 8px;
}

.chnage_upi_form h2,
.otp_form h2 {
    margin-bottom: 1rem;
}

.sign_up_p {
    text-align: center;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
}

.sign_up_p span,
.linkOfNobroker {
    color: #1B2FDF;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

/* overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

@media screen and (max-width: 775px) {
    main {
        margin-block: 1rem;
    }

    .main_section {
        margin-bottom: 1.5rem;
    }

    .join_btn {
        display: none;
    }

    .why_us_cards {
        flex-direction: column;
        padding-inline: 20px;
    }

    .why_us {
        max-width: 100%;
        width: 100%;
        gap: 16px;
    }

    .why_us img {
        width: 52px;
        height: 52px;
    }

    .options {
        padding: 24px 20px;
    }

    .mob_cta {
        position: fixed;
        width: 100%;
        bottom: 0;
        display: none;
        padding: 12px 32px;
        align-items: center;
        justify-content: center;
    }

    .mob_cta_btn {
        padding: 12px 16px;
        background-color: #FD3753;
        border: none;
        width: 95%;
        z-index: 999;
        font-size: 18px;
        line-height: 24px;
    }

    .sign_in_cont,
    .sign_up_cont,
    .chnage_upi_form,
    .otp_form {
        width: 90%;
    }

    .sign_in_cont h2,
    .sign_up_cont h2,
    .chnage_upi_form h2,
    .otp_form h2 {
        font-size: 18px;
    }

    .connect_with_us p {
        font-size: 12px;
    }

    .form_input {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 660px) {
    .section_heading {
        font-size: 20px;
        line-height: 25.14px;
    }
}


/* logout_section ends here */

/* .logout_section {
    display: none;
} */


/* login section starts here */

.login_section {
    display: none;
}

.lgn_bnr {
    width: 100%;
    height: 380px;
    background: linear-gradient(275.18deg, #7A0516 7.15%, #B02538 40.82%, #B02538 79.54%, #7A0516 94.7%);
    margin-top: 4.5rem;
}

/* main */
.lgn_main_head {
    font-size: 28px;
    font-weight: 700;
    line-height: 35.2px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

/* carousel */
.carousel {
    position: relative;
    height: 100%;
}

.slides {
    display: flex;
    overflow: hidden;
    height: 100%;
}

.slide {
    display: none;
    width: 100%;
}

.slide.active {
    display: block;
}

.slide img {
    border-radius: 1rem;
}

.radio-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.radio-button {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000000;
    cursor: pointer;
    margin-right: 5px;
}

.radio-button.active {
    background-color: #000000;
}

.lgn_contnr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -22rem;
}

.lgn_contnr_left,
.main_sub_sec,
.lgn_yutube_sec {
    width: 62%;
}

.dashboard {
    margin-top: 2rem;
}

.lgn_box {
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 11.3px 0px #0000001A;
}

.dash_head {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.11px;
    color: #222222;
    margin-block: .8rem;
}

.dash_sec_box {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 12px 0px #0000000A;

}

.tot_ern,
.avl_bln {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .8rem;
}

.tot_ern_lft,
.avl_bln_lft {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20.11px;
    color: #222222;
}

.avl_bln_lft {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: center;
}

.tot_ern_rht,
.avl_bln_rht {
    font-size: 28px;
    font-weight: 700;
    line-height: 35.2px;
    text-align: center;
    color: #222222;
}

.avl_bln_rht {
    font-size: 20px;
    line-height: 25.14px;
}

.crnt_upi {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
}

.crnt_upi span {
    font-weight: 700;
}

.chng_upi {
    padding: 4px 8px;
    border-radius: 8px;
    background-color: #FFFFFFF7;
    border: 1px solid #419387;
    color: #419387;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
}

.upi_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #DDDDDD;
    margin-top: 12px;
}

.lgn_lead_stuts {
    background-color: #419387;
    padding: 20px;
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
    margin-block: -.5rem 2rem;
}

.lgn_lead_stuts p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    margin-bottom: .8rem;
}

.lgn_lead_stuts p span {
    font-weight: 700;
}

.lgn_lead_stats_btn {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #419387;
    border: none;
    width: 100%;
}


/* lgn_contnr_right form */
.lgn_contnr_right {
    overflow: hidden;
    width: 30%;
    position: fixed;
    top: 7rem;
    left: 64%;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px #00000026;
    padding: 20px;
}

.compare_table {
    margin-top: 1rem;
}

table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border-collapse: collapse;
}

td,
th {
    padding: 10px;
    text-align: left;
    width: 50%;
}

th {
    background-color: #002953;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    border: 1px solid #b9b9b9;
}


td {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #222222;
    border: 1px solid #b9b9b9;
}

@media screen and (max-width: 991px) {
    .lgn_contnr_right {
        width: 35%;
    }
}

@media screen and (max-width: 775px) {
    .lgn_contnr_right {
        position: unset;
    }

    .lgn_contnr {
        flex-direction: column;
    }

    .lgn_contnr_left,
    .main_sub_sec,
    .lgn_yutube_sec,
    .lgn_contnr_right {
        width: 100%;
    }

    .dashboard {
        margin-top: 1rem;
    }

    .left_nav {
        max-width: 242px;
    }

    .lgn_box {
        box-shadow: none;
        padding: 20px 0;
    }

    .lgn_bnr {
        display: none;
    }

    .lgn_contnr {
        margin-top: 6rem;
    }

    .lgn_main_head {
        color: #419387;
    }

    .lgn_main_head {
        margin-bottom: 1rem;
    }

    .slide img {
        height: 177px;
    }

    .main_heading {
        gap: 8px;
    }

    .yutube_vid iframe {
        height: 189px;
    }

    .lgn_lead_stuts {
        margin-block: 1rem;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.submitMsg {
    position: fixed;
    top: -100%;
    left: 50%;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: top 0.8s ease-in-out;
}

.submitMsg.submitted {
    top: 50%;
}

#msg_popup,
.lead_caution {
    color: #FD3753;
    font-weight: 700;
}

.lead_caution {
    text-align: center;
    color: #D31831;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: .5rem;
}

@media screen and (max-width: 660px) {
    .submitMsg {
        width: 90%;
    }
}

.errorMsg {
    display: none;
    color: #FD3753;
}

#mail_status {
    margin-top: 1rem;
}

input.otp_input {
    width: 42px;
    height: 40px;
    border-radius: 8px;
    padding: 8px 12px;
    border: 1px solid #CFCFCF;
    outline: none;
    font-size: 20px;
    text-align: center;
}

.otp {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-bottom: 1rem;
}

.errorMsgOfWithDrowYour,
#cahngeupi p,
#PopupFormId p,
.sub_lead_err {
    text-align: center;
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20.11px;
    color: #FD3753;
}

@media (max-height: 700px) {
    .lgn_contnr_right {
        top: 5rem;
    }

    .main_heading h2 {
        font-size: 1rem;
    }
}

.sub_lead_err {
    text-align: center;
    margin-top: 1rem;
    color: #FD3753;
}

#installButton {
    display: none;
    position: fixed;
    top: 80%;
    right: 1%;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #FD3753;
    border-radius: 50%;
    outline: none;
    border: none;
    animation: jump 1s ease-in-out infinite;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.whatsapp-slider {
    background-color: #b92b3d;
    position: relative;
    height: 80px;
    overflow: hidden;

    display: flex;
    align-items: center;
    margin-top: 70px;
}

.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    height: 100%;
    animation: cleanSlide 25s infinite;
    will-change: transform;
}

.slidebar {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    gap: 20px;
    flex-shrink: 0;
    cursor: pointer;
}

.whatsapp-section {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-label {
    font-size: 1rem;
    color: white;
    font-weight: 600;
}

@keyframes cleanSlide {

    0%,
    30% {
        transform: translateX(0);
    }

    35%,
    65% {
        transform: translateX(-100%);
    }

    70%,
    100% {
        transform: translateX(-200%);
    }
}

@media (max-width: 660px) {
    .slidebar {
        padding: 0 20px;
    }

    .whatsapp-section {
        padding: 10px 20px;
        gap: 12px;
    }

    .whatsapp-icon {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
}



/* signup */

.nb_signin_container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow: hidden;
    z-index: 9999;
    width: 670px;
    height: 500px;
    transition: top 0.8s ease-in-out;
    background-color: #FFFFFF;
    display: none;
    align-items: center;
}

.nb_signin_container.open {
    top: 50%;
}

.nb_signin_left {
    position: relative;
    align-items: flex-start;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 42%;
    height: 100%;
    padding: 20px 25px;
}

.nb_signin_left img {
    margin-bottom: 10px;
}

.nb_signin_left h2 {
    font-size: 1rem;
    color: #2e2e2e;
    margin-bottom: 8px;
}

.cross-btn {
    display: none;
    position: absolute;
    top: 6px;
    right: 11px;
    cursor: pointer;
}

.nb_pointers {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    color: #2e2e2e;
    margin-bottom: 6px;
    max-width: 100%;
    opacity: .8;
    overflow: hidden;
    padding-left: 20px;
}

.nb_pointers::before {
    border-color: #7b7b7b;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
}

.nb_signin_right {
    padding: 40px 25px 40px 25px;
    width: 58%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nb_signin_right h2 {
    font-size: 1rem;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 20px;
}

.nb-switch-toggle {
    background: #ccc;
    border-radius: 16px;
    display: inline-block;
    height: 22px;
    position: relative;
    transition: background .25s;
    vertical-align: middle;
    width: 40px;
    cursor: pointer;
}

.nb-switch-toggle:before {
    content: '';
    background: linear-gradient(180deg, #fff 0, #fff);
    border-radius: 50%;
    display: block;
    height: 14px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: left .25s;
    width: 14px;
}

.nb-switch-toggle.active {
    background-color: #009587;
}

.nb-switch-toggle.active::before {
    left: 22px;
}

.input_container {
    position: relative;
    z-index: 20;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hide1 {
    display: none;
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti__selected-dial-code {
    font-size: 14px;
}

.change_num {
    display: none;
    position: absolute;
    top: 2px;
    left: 1px;
    width: 99%;
    z-index: 2;
    background-color: #f8f8f8;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 12px;
}

#change_phone {
    color: #009587;
    cursor: pointer;
    text-decoration: underline;
    font-size: 10px;
}

.main_whatsapp_cont {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: top 0.4s ease-in-out;
}

.whtsup_updt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #f8f8f8;
    margin-bottom: 4px;
}

.main_whatsapp_cont.slide-down {
    top: 100%;
}

.whtsup_lable {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #2e2e2e;
}

input.nbotp_input {
    width: 38px;
    height: 35px;
    padding: 8px;
    border-bottom: 1px solid #CFCFCF;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    font-size: 1rem;
    text-align: center;
}

.otp_cont {
    margin-top: 3rem;
}

.otp_cont p {
    font-size: 13px;
}

.otp {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-top: 1rem;
}

.otp_msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 13px;
}

.valid_otp {
    color: #e3324a;
    display: none;
}

.resend_otp {
    display: none;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #009587;
    cursor: pointer;
}

.timer {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #009587;
}

.continue_btn {
    border-radius: 4px;
    width: 100%;
    border: none;
    background-color: #e3324a;
    padding: 8px 12px;
    font-size: .8rem;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 2rem;
}

.login-footer {
    text-align: center;
    margin-inline: auto;
    font-size: 10px;
    color: #2e2e2e;
}

.tns_msg {
    margin-bottom: 12px;
}

.login-footer a {
    font-weight: 700;
}

.login-footer a:hover {
    text-decoration: underline;
}

#nb_phone,
.user_details_input input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cfcfcf;
    outline: none;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.user_name {
    margin-block: 1rem;
}

#M_valid-msg {
    display: none;
    color: green;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

#M_error-msg {
    color: red;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

#loader {
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

#errorMsg {
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    color: red;
}

@media screen and (max-width: 779px) {
    .nb_signin_container {
        width: 100%;
        height: 100vh;
        flex-direction: column;
        border-radius: 0;
    }

    .nb_signin_left {
        flex-direction: row-reverse;
        width: 100%;
        height: 25%;
        padding-top: 40px;
    }

    .nb_signin_right {
        padding: 20px;
        width: 100%;
    }

    .nb_signin_left img {
        margin-bottom: 0;
        width: 85px;
        height: 85px;
    }

    .cross-btn {
        display: block;
    }
}
