.select-field .select-wrapper input.select-dropdown, .select-field .select-wrapper ul.select-dropdown, .select-field label, .select-field .select-wrapper svg {
    display: none;
}

.select-field .select-wrapper select {
    display: block;
    height: 41px;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    background-color: transparent;
}

    .select-field .select-wrapper select:focus {
        outline: none;
    }

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.Webilephoto {
    margin-top: 10px;
    width: 120px
}

.ui-datepicker-div {
    width: auto;
    display: none !important;
}

.wa-datepicker-modal .hidden {
    display: none;
}

.wa-datepicker-modal .active {
    display: block;
}

.wa-datepicker-modal .disabled {
    color: #85878b;
    cursor: pointer;
    opacity: .5;
    pointer-events: none;
}

.day-active, .month-active, .year-active {
    color: #e5435c;
}

.wa-datepicker-modal {
    width: 400px !important;
    border-radius: 10px;
    overflow: hidden;
    top: 50% !important;
    transform: translateY(-50%) !important;
    box-shadow: none;
}

    .wa-datepicker-modal .modal-content {
        padding: 0;
    }

        .wa-datepicker-modal .modal-content .wadate-head {
            background: #283d7c;
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
        }

            .wa-datepicker-modal .modal-content .wadate-head .wadate-head-item {
                position: relative;
                width: 80px;
                height: 70px;
            }

                .wa-datepicker-modal .modal-content .wadate-head .wadate-head-item.active:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    background-color: #e5435c;
                }

                .wa-datepicker-modal .modal-content .wadate-head .wadate-head-item button {
                    font-weight: 500;
                    font-size: 13px;
                    line-height: 16px;
                    letter-spacing: 1px;
                    color: #fff;
                    background: transparent;
                    border: 0;
                    opacity: .9;
                    position: absolute;
                    top: 0;
                    left: 10px;
                    width: 100%;
                    height: 100%;
                    display: inline-flex;
                    padding-top: 14px;
                    cursor: pointer;
                }

                .wa-datepicker-modal .modal-content .wadate-head .wadate-head-item p {
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 29px;
                    color: #fff;
                    position: absolute;
                    bottom: 7px;
                    left: 10px;
                    width: 100%;
                    pointer-events: none;
                    margin-bottom: 0;
                }

        .wa-datepicker-modal .modal-content .wa-datepicker-calendar {
            padding: 10px 40px 0;
            height: 230px;
        }

            .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content table tr {
                border-bottom: 0;
            }

                .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content table tr td {
                    padding: 10px 5px;
                    cursor: pointer;
                    font-weight: 600;
                    text-align: center;
                    border-radius: 50%;
                    color: #000;
                }

                    .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content table tr td.day-active {
                        color: #fff;
                        background: #e5435c;
                    }

            .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content[data-name=Month] table tr td, .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content[data-name=Year] table tr td {
                width: 80px;
                height: 50px;
                border-radius: 40px;
                padding: 0;
                margin: 10px 0;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

                .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content[data-name=Month] table tr td.month-active, .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content[data-name=Year] table tr td.month-active {
                    color: #fff;
                    background: #e5435c;
                }

            .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content[data-name=Year] {
                max-height: 220px;
                overflow: auto;
            }

                .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content[data-name=Year] table tr td {
                    width: 70px;
                    height: 35px;
                }

                    .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content[data-name=Year] table tr td.year-active {
                        color: #fff;
                        background: #e5435c;
                    }

        .wa-datepicker-modal .modal-content .wa-datepicker-footer .wa-datepicker-clear {
            display: none;
        }

        .wa-datepicker-modal .modal-content .wa-datepicker-footer .confirmation-btns {
            display: flex;
            justify-content: flex-end;
            padding-right: 30px;
        }

            .wa-datepicker-modal .modal-content .wa-datepicker-footer .confirmation-btns button {
                font-weight: 600;
                font-size: 15px;
                line-height: 19px;
                color: #e5435c;
                margin-bottom: 10px;
                text-transform: none;
            }

                .wa-datepicker-modal .modal-content .wa-datepicker-footer .confirmation-btns button.wa-datepicker-cancel {
                    color: #7e838e;
                }

@media only screen and (max-width:600px) {
    .upload-document .right_content.col .upload-content .upload .left-side img {
        position: unset;
    }

    .mobilev .left-side img {
        left: -19px;
        position: inherit !important;
        padding: 0;
        top: 0;
    }

    .mobilev .left-side {
        display: flex;
        padding: 30px 10px;
    }

    .wa-datepicker-modal {
        width: 330px;
    }

        .wa-datepicker-modal .modal-content .wa-datepicker-calendar {
            padding: 10px 20px 0;
            height: 230px;
        }

            .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content table tr {
                border-bottom: 0;
            }

            .wa-datepicker-modal .modal-content .wa-datepicker-calendar .date-content[data-name=Month] table tr td {
                width: 70px;
            }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .2s;
}

.container-fluid {
    margin: 0;
    padding: 0;
    width: 100%;
}

.row {
    margin: auto;
    padding: 0;
}

a {
    text-decoration: none;
    position: relative;
    color: #283d7c;
    cursor: pointer;
}

    a:focus, a:hover {
        text-decoration: underline;
    }

.text-center, .text-left, .text-right {
    width: 100%;
}

body {
    scroll-behavior: smooth;
    font-family: Mulish,sans-serif;
}

.desktop_mode {
    display: block;
}

.mobile_mode {
    display: none;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    height: 50px;
    width: 50px;
    padding: 0;
    outline: none;
    border: 0;
    opacity: .5;
    background-color: transparent;
}

    #myBtn:hover {
        opacity: 1;
    }

    #myBtn img {
        width: 80%;
    }

li {
    list-style-type: none;
}

p {
}

.maxwidth {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}

.modal-open {
    padding-right: 0 !important;
}

.loader {
    background: rgb(37 39 39 / 62%);
    min-height: 100vh;
    z-index: 99999;
    top: 0;
    position: fixed;
    left: 0;
    width: 100vw;
    display: flex;
    place-items: center;
    justify-content: center;
}

    .loader #status img {
        width: 300px;
    }

.login_page {
    width: 100%;
    /*height: 100vh;*/
    height: auto;
    background: #f0f2f9;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.login-logo {
    margin-bottom: 50px;
}

.login-logo-for-small {
    margin: 15px auto 25px;
    display: block;
}

.carousel, .carousel .carousel-item, .dropdown-content, .material-tooltip, .modal, [type=checkbox].filled-in + span:not(.lever):before, [type=radio]:checked + span:after {
    transition: unset;
}

    .carousel .carousel-item > img {
        width: auto;
    }

    .carousel.carousel-slider {
        min-height: 600px;
    }

        .carousel.carousel-slider .carousel-item h2 {
            font-weight: 700;
            font-size: 34px;
            line-height: 43px;
            color: #000;
            margin: 20px 0;
        }

        .carousel.carousel-slider .carousel-item p {
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            color: #000;
            opacity: .8;
            max-width: 355px;
            margin: auto;
        }

.carousel-next-prev {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 44px;
    width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

    .carousel-next-prev img {
        cursor: pointer;
        z-index: 9999;
    }

.login_right {
    background-color: #fff;
    box-shadow: 0 4px 160px rgba(63,68,84,.2);
    border-radius: 8px;
    padding: 20px 70px;
    margin: 0 25px;
    background-image: url(/Content/img//login_bg.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    min-height: 675px;
}

    .login_right h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #283d7c;
        margin-bottom: 30px;
        text-align: center;
        position: relative;
    }

        .login_right h3 img {
            position: absolute;
            left: -30px;
            top: 0;
            bottom: 0;
            margin: auto;
            cursor: pointer;
        }

.checkbox-field, .input-field, .radio_group {
    margin-bottom: 15px;
}

    .radio_group p {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .radio_group label span {
        /*font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        color: #7e838e;*/
    }

    .radio_group label + label {
        margin-left: 50px;
    }

    .input-field label {
        font-weight: 600;
        font-size: 15px !important;
        line-height: 19px;
        color: #7e838e;
        pointer-events: none;
    }

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-field label.active {
    font-size: 13px;
    line-height: 16px;
    color: #283d7c;
}

.input-field input {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #150035;
    box-sizing: border-box;
}

.error_msg {
    background-image: url(/eNPSV2/Content/img/error.svg);
    background-repeat: no-repeat;
    padding: 0px 25px;
    /* position: absolute; */
    bottom: -13px;
    left: 10px;
    color: #e5435c !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    display: inline-block;
    margin: 0px -12px;
}

span.error_msg {
    background-image: url('/eNPSV2/Content/img/error.svg');
    background-repeat: no-repeat;
    padding: 0px 25px;
    /*position: absolute;*/
    bottom: -13px;
    left: 10px;
    color: #e5435c !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    display: inline-block;
    margin: 0px -12px;
}

    span.error_msg img {
        margin-bottom: -5px;
        margin-right: 5px;
        position: relative;
        bottom: 0;
        right: 0;
    }

.input-field.error {
    position: relative;
}

    .input-field.error input {
        border-bottom-color: #e5435c;
    }

    .input-field.error span.error_msg {
        position: absolute;
        bottom: -12px;
        left: 10px;
        color: #e5435c !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        display: inline-block;
    }

.radio_group.error {
    position: relative;
}

    .radio_group.error span.error_msg {
        position: relative;
        margin-left: 15px;
        bottom: 0;
        left: 0;
        color: #e5435c !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        display: inline-block;
    }

p.input_info {
    font-size: 14px;
    line-height: 18px;
    color: #636c88;
}

.select-wrapper + label {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #7e838e;
    top: 0;
    z-index: 9;
}

    .select-wrapper + label.selected {
        font-size: 13px;
        line-height: 16px;
        color: #283d7c;
        transform: translateY(-14px) scale(1);
    }

/*.select-field .select-wrapper input.select-dropdown
{
   color: transparent;
}
.select-wrapper input.select-dropdown
{
   color: #000;
}*/

.select-field .select-wrapper input.select-dropdown.active {
    color: #150035;
}

.toggle_radio .switch {
    display: inline-block;
}

.radio_group.toggle_radio label span {
    padding-left: 0 !important;
}

.radio_group2 label + label {
    margin-left: 0;
}

.radio_group.toggle_radio [type=radio] + span:after, .radio_group.toggle_radio [type=radio] + span:before {
    display: none;
}

[type=radio]:not(:checked) + span:before {
    box-shadow: 0 0 0 0 rgba(43,72,157,.1);
}

[type=radio]:hover + span:before {
    box-shadow: 0 0 0 8px rgba(43,72,157,.1);
    background: rgba(43,72,157,.1);
}

.radio_group2 label span {
    font-size: 13px;
    line-height: 16px;
    color: #464646;
    height: auto;
    background: transparent;
    border: 1px solid rgba(99,108,136,.29);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.radio_group2 span img {
    margin-right: 20px;
}

.radio_group2 span.active {
    color: hsla(0,0%,100%,.9);
    background: #283d7c;
    border: 1px solid #283d7c;
}

.datepicker-modal {
    transition: unset;
}

.login_captcha {
    margin-top: -10px;
    margin-bottom: 20px;
}

    .login_captcha img {
        width: 100%;
    }

.login_right form button.btn {
    display: block;
    padding: 10px;
    height: auto;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    border-radius: 8px;
    background: #283d7c;
    margin-bottom: 25px;
}

.Pendingcss a {
    display: block;
    padding: 10px;
    height: auto;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    border-radius: 8px;
    background: #283d7c;
    margin-bottom: 25px;
}

.login_right form button.btn, .signup_info {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.login_right form a.btn {
    display: block;
    padding: 10px;
    height: auto;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    border-radius: 8px;
    background: #283d7c;
    margin-bottom: 25px;
}

.login_right form a.btn, .signup_info {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.signup_info {
    margin-bottom: 20px;
}

    .signup_info a {
        color: #283d7c;
        text-decoration: underline;
    }

.sign_up_checkbox {
    margin-top: 50px;
}

.password_field img {
    position: absolute;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
}

.password_field input {
    padding-right: 50px;
}

.password_field a {
    display: block;
    margin-bottom: 30px;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #283d7c;
}

.password_field .input-field {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.datepicker_field img {
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    right: 10px;
}

.otp_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .otp_info p {
        font-weight: 600;
        font-size: 16px;
        line-height: 193%;
        color: #464646;
        margin-left: 25px;
    }

.password_guidelines {
    background: rgba(252,227,231,.6);
    padding: 10px 18px;
    margin-bottom: 40px;
}

    .password_guidelines p {
        font-size: 12px;
        line-height: 20px;
        color: #666b7a;
        margin-bottom: 7px;
        display: flex;
        align-items: center;
    }

    .password_guidelines h6 {
        font-size: 12px;
        line-height: 20px;
        color: #e5435c;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .password_guidelines p img {
        margin-right: 10px;
    }

.checkbox-field [type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
    border: 1px solid #5a5a5a;
}

.checkbox-field [type=checkbox].filled-in:checked + span:not(.lever):after {
    border: 1px solid #e5435c;
    background-color: #e5435c;
}

.checkbox-field label span {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #464646;
    padding-bottom: 0;
    height: auto !important;
}

    .checkbox-field label span a {
        /*font-weight: 600;*/
    }

#subscriberRegistration .radio_group label + label {
    margin-left: 35px;
}

.incomplete_transaction {
    /*margin-top: 20px;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px dashed rgba(99,108,136,.5);
    border-radius: 9px;
    padding: 25px;
}

    .incomplete_transaction p {
        font-weight: 600;
        line-height: 20px;
        color: rgba(33,37,41,.7);
    }

    .incomplete_transaction a {
        color: #e5435c;
        text-decoration: underline;
        font-weight: 700;
    }

.modal-overlay {
    background: rgba(15,19,29,.9);
    opacity: 1 !important;
}

.signupModals {
    width: 645px;
    top: 50% !important;
    background: #fff;
    border-radius: 8px;
    padding: 7px;
    transform: translateY(-50%) !important;
}

    .signupModals .modal-content {
        padding: 0;
        background-image: url(../img/popup-bg.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
    }

.signupModals_top {
    background: #f0f2f9;
    border-radius: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 74px;
    padding: 25px;
}

.signupModals_content_img {
    display: flex;
    justify-content: center;
    position: relative;
    top: -40px;
}

.signupModals_content {
    padding: 0 50px 34px;
}

    .signupModals_content h5 {
        font-weight: 600;
        font-size: 22px;
        line-height: 40px;
        color: #283d7c;
        margin-top: 0;
        margin-bottom: 36px;
    }

        .signupModals_content h5 span {
            font-weight: 400;
            font-size: 14px;
            line-height: 25px;
        }

    .signupModals_content p {
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        color: #150035;
        margin-bottom: 25px;
    }

    .signupModals_content a.btn {
        font-weight: 600;
        font-size: 16px;
        text-transform: none;
        padding: 10px 65px;
        line-height: 30px;
        height: auto;
        border-radius: 7px;
    }

.signupModals_btn {
    display: flex;
    justify-content: center;
}

.signupModals2 .signupModals_top {
    padding: 15px 12px;
    justify-content: unset;
    margin-bottom: 35px;
}

    .signupModals2 .signupModals_top > img {
        width: 58px;
        margin-right: 25px;
    }

    .signupModals2 .signupModals_top h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 40px;
        color: #283d7c;
        margin-bottom: 0;
    }

    .signupModals2 .signupModals_top a {
        margin-left: auto;
        margin-right: 10px;
    }

.signupModals2 .radio_group label + label {
    margin-left: 20px;
}

.signupModals2 .signupModals_content {
    height: 290px;
}

#panMultiAccount {
    border: 1px dashed rgba(99,108,136,.5);
    border-radius: 9px;
    padding: 30px 40px 5px;
    position: relative;
    margin-bottom: 40px;
}

    #panMultiAccount p {
        position: absolute;
        top: -15px;
        left: 20px;
        background-color: #fff;
        padding: 0 20px;
    }

    #panMultiAccount .radio_group_labels {
        display: flex;
        flex-direction: column;
    }

    #panMultiAccount .radio_group label + label {
        margin-left: 0;
        margin-top: 20px;
    }

header {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 16px 0;
}

.progress_details .maxwidth {
    padding: 30px 0;
    padding-right: 15px !important;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.progress_details {
    background: #fff;
    box-shadow: 0 1px 40px rgba(40,61,124,.06);
    border-radius: 0 0 15px 15px;
}

.progress_details_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 15px;
}
/*.progress_details_info_Personal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 15px
}
.progress_details_info_Personal .progress_details_info_KYC .progress_details_info_Investment .progress_details_info_Upload .progress_details_info_Payment {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 15px
}*/
.progress_details_img {
    margin-right: 15px;
    position: relative;
    display: flex;
}

.progress_details_txt p {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #acafba;
    margin-bottom: 0px;
}

.progress_details_info.active .progress_details_txt p {
    font-weight: 700;
    font-size: 16px;
    color: #283d7c;
}

.activetext {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #283d7c !important;
}

.progress_details_info.active .progress_icon_inactive, .progress_details_info.completed .progress_icon_inactive, .progress_icon_active, .progress_icon_completed {
    display: none;
}

.progress_details_info.active .progress_icon_active, .progress_details_info.completed .progress_icon_completed {
    display: block;
}
/*.progress_details_info_Personal.active .progress_icon_inactive,.progress_details_info_Personal.completed .progress_icon_inactive,.progress_icon_active,.progress_icon_completed_Personal {
    display: none
}*/

/*.progress_details_info_Personal.active .progress_icon_active,.progress_details_info_Personal.completed .progress_icon_completed_Personal {
    display: block
}
.progress_details_info_KYC.active .progress_icon_inactive,.progress_details_info_KYC.completed .progress_icon_inactive,.progress_icon_active,.progress_icon_completed_KYC {
    display: none
}

.progress_details_info_KYC.active .progress_icon_active,.progress_details_info_KYC.completed .progress_icon_completed_KYC {
    display: block
}
.progress_details_info_Investment.active .progress_icon_inactive,.progress_details_info_Investment.completed .progress_icon_inactive,.progress_icon_active,.progress_icon_completed {
    display: none
}

.progress_details_info_Investment.active .progress_icon_active,.progress_details_info_Investment.completed .progress_icon_completed {
    display: block
}
.progress_details_info_Upload.active .progress_icon_inactive,.progress_details_info_Upload.completed .progress_icon_inactive,.progress_icon_active,.progress_icon_completed {
    display: none
}*/

.progress_details_info_Upload.active .progress_icon_active, .progress_details_info_Upload.completed .progress_icon_completed {
    display: block;
}

.progress_details_txt {
    position: relative;
}

.progress_steps {
    display: none;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}

    .progress_steps span {
        width: 6px;
        height: 6px;
        background: #c0c4cf;
        border-radius: 50%;
        margin-right: 15px;
    }

        .progress_steps span:last-child {
            margin-right: 0;
        }

        .progress_steps span.current {
            background: #283d7c;
        }

.progress_details_info.active .progress_steps {
    display: flex;
}

.progress_bar {
    position: absolute;
    width: 10%;
    height: 3px;
    background: #283d7c;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}

    .progress_bar span {
        position: absolute;
        right: -15px;
        bottom: -17px;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        color: #fff;
        background: #f79016;
        border-radius: 9px;
        padding: 0 4px;
        z-index: 9;
    }

        .progress_bar span:after {
            content: "";
            position: absolute;
            top: -2px;
            left: 8px;
            margin: auto;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #f79016;
            z-index: -1;
        }

.main_content {
    display: -ms-grid;
    display: grid;
    position: relative;
    background: #f0f2f9;
    background: linear-gradient(90deg,#f0f2f9,#f0f2f9 50%,#fafafa 0,#fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$login-background",endColorstr="#fafafa",GradientType=1);
}

    .main_content:after {
        content: "";
        position: absolute;
        left: 0;
        top: 250px;
        width: 140px;
        height: 175px;
        background: url(../img/login_bg.svg) no-repeat;
    }

    .main_content .maxwidth {
        height: 100%;
    }

.left_content.col {
    height: 100%;
    padding: 60px 75px 60px 0 !important;
}


.left_content h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #f79016;
    margin-bottom: 13px;
    margin-top: 0;
}

.left_content h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 37px;
    color: #283d7c;
    max-width: 290px;
}

.left_content p {
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #212529;
    mix-blend-mode: normal;
    opacity: .8;
}

.left_content > img {
    margin-top: 135px;
    max-width: 100%;
}

.right_content.col {
    background-color: #fafafa;
    height: 100%;
    padding: 60px 0px 60px 60px !important;
}

.right_content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-top: 0;
    margin-bottom: 38px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

    .right_content h3 a {
        margin-right: 7px;
        margin-left: -27px;
    }

.proceed_btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

    .proceed_btn a {
        text-transform: unset;
        background: #283d7c;
        border-radius: 7px;
        padding: 18px 65px;
        height: auto;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        min-width: 245px;
        max-width: 100%;
    }

.dotted-border {
    border: 1px dashed rgba(99,108,136,.5);
    border-radius: 9px;
}

.add-nominee-btn, .personal-optional-details {
    display: flex;
    justify-content: flex-end;
}

    .add-nominee-btn a, .personal-optional-details a {
        font-weight: 600;
        line-height: 20px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    }

.fancy-select-desktop.radio_group_labels {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fancy-select-desktop label {
    width: 210px;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .fancy-select-desktop label span {
        width: 100%;
        padding: 15px 20px;
        background-color: #fff;
    }

.select-field.fancy-select-mobile {
    display: none;
}

.optional_details {
    background: rgba(252,227,231,.3);
    border-radius: 8px;
    padding: 15px 30px;
    margin-top: 30px;
}

.close_optional_details {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

    .close_optional_details a {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #e5435c;
    }

.landline_number label, .landline_number label.active {
    transform: translateY(-14px) scale(1);
    transform-origin: 0 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #212529;
}

    .landline_number label.active {
        color: #283d7c;
    }

.landline_number input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #7e838e;
}

.landline_number input::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #7e838e;
}

.kyc-details-info .dotted-border {
    padding: 25px;
}

    .kyc-details-info .dotted-border h5 {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #212529;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .kyc-details-info .dotted-border .kyc-info-text {
        display: flex;
        align-items: flex-start;
        margin-bottom: -5px;
        min-height: 54px;
    }

        .kyc-details-info .dotted-border .kyc-info-text img {
            margin-right: 20px;
        }

        .kyc-details-info .dotted-border .kyc-info-text p {
            font-size: 14px;
            line-height: 20px;
            color: #212529;
            opacity: .8;
        }

img.tooltipped {
    position: absolute;
    right: -10px;
    bottom: 20px;
    cursor: pointer;
}

.dashboardModals {
    border-radius: 8px;
    width: 1040px;
    top: 50% !important;
    margin: auto;
    transform: translateY(-50%) !important;
}

    .dashboardModals .modal-content {
        padding: 0;
    }

        .dashboardModals .modal-content .dashboardmodals_heading {
            background-color: #f0f2f9;
            height: 145px;
            padding: 45px 100px;
            margin-bottom: 34px;
            background: url(../img/dashboard-modals-bg.svg) no-repeat 0 100% #f0f2f9;
        }

            .dashboardModals .modal-content .dashboardmodals_heading h4 {
                font-weight: 700;
                font-size: 22px;
                line-height: 30px;
                color: #283d7c;
            }

        .dashboardModals .modal-content .dashboardModals_content {
            padding: 0 100px 60px;
        }


            .dashboardModals .modal-content .dashboardModals_content h5 {
                font-size: 16px;
                line-height: 20px;
                color: #000;
                margin-bottom: 55px;
                font-weight: 500;
            }

            .dashboardModals .modal-content .dashboardModals_content .kyc-documents {
                display: flex;
                flex-wrap: wrap;
            }

                .dashboardModals .modal-content .dashboardModals_content .kyc-documents .kyc-documents-info {
                    padding: 25px;
                    display: flex;
                    align-items: flex-start;
                }

                    .dashboardModals .modal-content .dashboardModals_content .kyc-documents .kyc-documents-info img {
                        margin-right: 25px;
                    }

                    .dashboardModals .modal-content .dashboardModals_content .kyc-documents .kyc-documents-info h6 {
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 20px;
                        color: #150035;
                        margin-top: 0;
                        margin-bottom: 10px;
                    }

                    .dashboardModals .modal-content .dashboardModals_content .kyc-documents .kyc-documents-info p {
                        font-size: 11px;
                        line-height: 18px;
                        color: #7e838e;
                        width: 85%;
                    }

                        .dashboardModals .modal-content .dashboardModals_content .kyc-documents .kyc-documents-info p span {
                            color: #283d7c;
                            font-weight: 500;
                        }

.kyc-details-address {
    padding: 15px 40px 25px;
    margin-bottom: 50px;
    display: flex;
}

    .kyc-details-address .kyc-details-address-title {
        font-size: 13px;
        line-height: 16px;
        color: #464646;
        display: flex;
        align-items: center;
    }

        .kyc-details-address .kyc-details-address-title img {
            margin-right: 10px;
        }

    .kyc-details-address .kyc-details-address-txt {
        margin-left: 40px;
        padding-left: 25px;
        border-left: 1px solid rgba(99,108,136,.29);
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        color: #141515;
        font-weight: 500;
    }

.main_content .checkbox-field label span a {
    color: #e5435c;
    font-weight: 700;
}

#selectLanguage .dashboardmodals_heading {
    height: auto;
    padding: 25px 100px;
}

#selectLanguage .dashboardModals_content {
    padding: 0 25px 60px;
}

    #selectLanguage .dashboardModals_content .radio_group label span {
        padding-left: 25px;
    }

    #selectLanguage .dashboardModals_content .radio_group label + label {
        margin-left: 10px;
    }

    #selectLanguage .dashboardModals_content .dotted-border {
        padding: 15px;
    }

        #selectLanguage .dashboardModals_content .dotted-border h5 {
            margin-top: 0;
            margin-bottom: 10px;
            font-weight: 600;
        }

        #selectLanguage .dashboardModals_content .dotted-border ul {
            padding-left: 30px;
        }

            #selectLanguage .dashboardModals_content .dotted-border ul li {
                list-style-type: decimal;
                font-size: 16px;
                color: #212529;
            }

#kycAadhaarInfo .upload-content {
    padding-left: 27px;
}

    #kycAadhaarInfo .upload-content .support-txt {
        font-size: 12px;
        line-height: 18px;
        font-style: normal;
        font-weight: 500;
    }

        #kycAadhaarInfo .upload-content .support-txt a {
            font-weight: 700;
            color: #e5435c;
        }

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.spouse_name_show {
    margin-top: 20px;
    display: none;
}

.passport_detail_sec {
    display: initial !important;
}

.fatca-ri-declaration {
    margin-bottom: 50px;
}

.kyc_register_btn {
    margin-left: auto;
    font-size: 13px;
    border: none;
    background: #fdeef1;
    height: 34px;
    padding: 7px;
    line-height: 16.32px;
}

    .kyc_register_btn img {
        margin-right: 5px;
    }

    .kyc_register_btn span {
        color: #e5435c;
        font-size: 13px;
        padding-left: 5px;
    }

.note_sec_h3 {
    font-size: 14px;
}

    .note_sec_h3 span {
        color: #e5435c;
        font-weight: 700;
        padding-right: 5px;
    }

.collapsible {
    box-shadow: none;
    border: none;
}

    .collapsible .collapsible-body {
        display: none;
    }

    .collapsible > li.active {
        margin-top: 40px;
        border-radius: 15px;
        border: none;
        box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
    }

        .collapsible > li.active .collapsible-header {
            background: #f0f2f9;
            border-radius: 15px 15px 0 0;
        }

            .collapsible > li.active .collapsible-header p {
                width: 210px;
                color: #283d7c;
                font-weight: 700;
            }

            .collapsible > li.active .collapsible-header .checkbox-field [type=checkbox].filled-in:checked + span {
                color: #e5435c;
            }

        .collapsible > li.active .address_text {
            display: none;
        }

        .collapsible > li.active .collapse_arrow {
            transform: rotate(180deg);
        }

        .collapsible > li.active .collapsible-body {
            display: block;
        }

    .collapsible > li {
        margin-top: 40px;
        border-radius: 15px;
        border: 1px dashed rgba(99,108,136,.5);
        background: none;
        box-shadow: none;
    }

    .collapsible .collapsible-header {
        border-radius: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: #f0f2f9;
        color: #283d7c;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        min-height: 53px;
        border-bottom: none;
        padding-left: 2rem;
        cursor: auto;
        position: relative;
    }

        .collapsible .collapsible-header p {
            width: 210px;
            color: #283d7c;
            font-weight: 700;
        }

        .collapsible .collapsible-header .collapse_arrow {
            height: 30px;
            width: 50px;
            vertical-align: middle;
            position: absolute;
            right: 30px;
            top: 0;
            bottom: 0;
            margin: auto;
            padding: 10px 18px;
            cursor: pointer;
        }

    .collapsible .address_text {
        padding: 15px 30px 25px;
    }

        .collapsible .address_text .address {
            font-size: 14px;
            font-weight: 500;
            color: #000;
            line-height: 17.57px;
        }

    .collapsible .collapsible-body {
        border-bottom: none;
    }

.input-groups .m6:first-child {
    width: 48%;
}

.input-groups .m6:last-child {
    width: 48%;
    margin-left: 4%;
}

.fatca_sec {
    display: flex;
}

    .fatca_sec .radio_group {
        width: 35%;
    }

        .fatca_sec .radio_group:first-child {
            border-right: 1px dashed rgba(99,108,136,.6);
        }

        .fatca_sec .radio_group:last-child {
            padding-left: 5%;
        }

.add_country {
    display: flex;
    margin-bottom: 55px;
    margin-top: 30px;
}

    .add_country a {
        font-weight: 600;
        line-height: 36px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    }

.more_country {
    width: auto;
    background: rgba(40,61,124,.04);
    font-size: 13px;
    padding: 10px;
    float: right;
    color: #464646;
    margin-left: 30px;
}

    .more_country span {
        color: #464646;
        font-weight: 400;
    }

.prefferd_address {
    margin-top: 30px;
}

.know_more_text a {
    font-size: 14px;
    color: #283d7c;
    font-weight: 700;
    line-height: 17.57px;
    padding-left: 35px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.account_radio_sec .radio_group_labels {
    display: flex;
}

.account_radio_sec .avail_tax_text {
    background: #fdeef1;
    max-width: 150px;
    padding: 4px 5px;
    margin-left: 35px;
    margin-top: 8px;
    position: relative;
}

    .account_radio_sec .avail_tax_text p {
        font-size: 12px;
        font-weight: 400;
        color: #e5435c;
        line-height: 157.5%;
        margin-bottom: 0;
    }

        .account_radio_sec .avail_tax_text p:after {
            position: absolute;
            content: "";
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #fdeef1;
            top: -5px;
            left: 4px;
        }

.account-tier_sec {
    margin-top: 60px;
}

    .account-tier_sec .account-info-text .account_img {
        width: 80%;
        position: relative;
        background: #000;
        text-align: center;
        height: 175px;
    }

        .account-tier_sec .account-info-text .account_img .tier_img {
            width: 80%;
            height: 100%;
        }

        .account-tier_sec .account-info-text .account_img .play_img_sec {
            transform: translate(-50%,-50%);
            position: absolute;
            top: 50%;
            left: 50%;
            cursor: pointer;
        }

            .account-tier_sec .account-info-text .account_img .play_img_sec .play_img {
                height: 20px;
                width: 31px;
            }

            .account-tier_sec .account-info-text .account_img .play_img_sec span {
                display: block;
                color: #fff;
                font-size: 12px;
            }

    .account-tier_sec .account-info-text p {
        font-size: 14px;
        line-height: 18px;
        color: #212529;
        opacity: .8;
        position: relative;
        padding-left: 33px;
        padding-right: 10px;
        margin-top: 30px;
    }

        .account-tier_sec .account-info-text p:after {
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            left: 0;
            top: 5px;
            background: #e5435c;
            border-radius: 2px;
            transform: rotate(-50deg);
        }

.bank_detail_sec {
    display: flex;
    padding: 20px 45px;
}

    .bank_detail_sec .bank {
        font-size: 13px;
        color: #464646;
        line-height: 16.32px;
        font-weight: 400;
        width: 17%;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
    }

        .bank_detail_sec .bank span img {
            width: 15px;
            height: 12px;
            margin-right: 6px;
        }

        .bank_detail_sec .bank:after {
            position: absolute;
            content: "";
            border-right: 1px solid rgba(99,108,136,.29);
            right: 0;
            top: -9px;
            height: 40px;
        }

    .bank_detail_sec .bank_text {
        font-size: 14px;
        color: #283d7c;
        line-height: 17.57px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 28px;
    }

        .bank_detail_sec .bank_text span img {
            width: 21px;
            height: 20px;
            vertical-align: bottom;
            margin-right: 6px;
        }

.dotted_mt {
    margin-bottom: 30px;
}

.nominee_sec {
    background: #fff;
    box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
    border-radius: 8px;
    padding: 25px 18px 25px 20px;
}

    .nominee_sec .radio_group label + label {
        margin-left: 30px;
    }

    .nominee_sec .others_drp {
        min-width: 150px;
    }

        .nominee_sec .others_drp .select-wrapper {
            width: 100px;
            height: 24px;
        }

            .nominee_sec .others_drp .select-wrapper input.select-dropdown {
                height: 24px;
                border-bottom: none;
            }

.add_nominee_text {
    margin-top: 30px;
}

.nominee_filled .nominee_name {
    color: #e5435c;
    font-size: 13px;
    line-height: 16.32px;
    font-weight: 700;
    margin-top: 8px;
    width: 20%;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
}

    .nominee_filled .nominee_name span img {
        height: 20px;
        width: 20px;
        vertical-align: middle;
        margin-right: 6px;
    }

    .nominee_filled .nominee_name:after {
        position: absolute;
        content: "";
        border-right: 1px solid rgba(99,108,136,.29);
        top: -13px;
        height: 45px;
        right: 0;
    }

.nominee_filled .nominee_mt {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    padding: 10px 20px;
}

.nominee_filled .nominee_detail {
    width: 25%;
    padding-left: 25px;
}

.nominee_filled .nominee_detail_relation {
    width: 20%;
}

.nominee_filled .nominee_detail_share {
    width: 15%;
}

.nominee_filled .nominee_detail_edit a {
    margin: 0 5px;
}

.nominee_filled .nominee_detail_edit {
    width: 10%;
    text-align: center;
    margin-top: 8px;
}

.p1 {
    color: #636c88;
    font-size: 13px;
    line-height: 16.32px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.p2 {
    color: #150035;
    font-size: 14px;
    line-height: 17.57px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.nominee_guardian_sec .nominee_major {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-top: 17px;
    font-size: 14px;
    background: #fdeef1;
    color: #e5435c;
    line-height: 28px;
    height: 43px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
}

.nominee_up_text {
    display: flex;
}

    .nominee_up_text .nomie_text {
        width: 50%;
        color: #e5435c;
        font-size: 13px;
        line-height: 16.32px;
        font-weight: 700;
    }

    .nominee_up_text .clear_text {
        text-align: right;
        width: 50%;
        color: #283d7c;
        font-size: 14px;
        line-height: 17.57px;
        font-weight: 600;
        text-decoration: underline;
    }

.others_drp {
    position: relative;
}

    .others_drp .others {
        display: none;
    }

        .others_drp .others .other_ul {
            background: #fff;
            border: 1px solid #f0f2f9;
            box-sizing: border-box;
            box-shadow: 0 6px 28px rgba(40,61,124,.24);
            border-radius: 6px;
            width: 140px;
            padding: 12px 10px 12px 20px;
            position: absolute;
            left: 0;
            top: 22px;
            z-index: 9;
        }

            .others_drp .others .other_ul:before {
                position: absolute;
                content: "";
                border-top: 1px solid #283d7c;
                top: -4px;
                width: 118px;
                height: 2px;
                left: 17px;
            }

            .others_drp .others .other_ul:after {
                position: absolute;
                border: solid #2d2d2d;
                border-width: 0 .12rem .12rem 0;
                padding: .25rem;
                transform: rotate(45deg);
                content: "";
                margin: 6px 9px;
                right: 0;
                top: -28px;
            }

            .others_drp .others .other_ul li {
                color: #464646;
                font-size: 15px;
                font-weight: 400;
                line-height: 26px;
            }

.nominee_sec_tier1_tier2 {
    background: none !important;
    box-shadow: none !important;
    padding-top: 0;
}

.other_show {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.note_nominee {
    font-size: 14px;
    text-align: justify;
    /* font-weight: 600; */
    display: flex;
    /* padding-left: 48px; */
    /* padding-right: 25px; */
    margin-top: 35px;
    line-height: 19.07px;
}

    .note_nominee span {
        color: #e5435c;
        font-weight: 700;
        padding-right: 5px;
        line-height: 19px;
    }

.bank_detail_sec1 {
    display: flex;
    padding: 20px 0;
}

#divsamebank .bank_detail_sec1 .bank_text {
    width: 30% !important;
}

#divsamebank .bank_detail_sec1 .bank_ifsc_text {
    font-size: 14px;
    color: #283d7c;
    line-height: 17.57px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 30% !important;
}

.bank_detail_sec1 .bank_account_text {
    font-size: 22px;
    color: #283d7c;
    line-height: 20.32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.bank_detail_sec1 .bank_text {
    font-size: 14px;
    color: #283d7c;
    line-height: 17.57px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 50%;
}

    .bank_detail_sec1 .bank_text span img {
        width: 21px;
        height: 20px;
        vertical-align: bottom;
        margin-right: 6px;
    }

.opted-txt {
    background: #fdeef1;
    font-size: 13px;
    padding: 7px;
    margin-left: auto;
    line-height: 16.32px;
    color: #464646;
}

    .opted-txt img {
        margin-right: 10px;
        vertical-align: middle;
    }

    .opted-txt span {
        color: #e5435c;
        font-weight: 700;
    }

.upload-document:after {
    background: url(../img/upload-bg.svg);
}

.upload-content {
    width: 90%;
}

    .upload-content .upload {
        border: 1px dashed rgba(99,108,136,.5);
        border-radius: 9px;
        font-size: 16px;
        margin: 0;
    }

        .upload-content .upload .left-side {
            color: #150035;
            padding: 20px 50px;
            position: relative;
        }

            .upload-content .upload .left-side img {
                position: absolute;
                left: -27px;
                top: 5px;
            }

        .upload-content .upload .right-side {
            background: rgba(40,61,124,.04);
            position: relative;
            padding: 20px 25px;
            border-top-right-radius: 9px;
            border-bottom-right-radius: 9px;
            z-index: 9;
            cursor: pointer;
        }

            .upload-content .upload .right-side .upload-txt {
                display: flex;
                align-items: center;
                justify-content: center;
                color: #283d7c;
                font-weight: 700;
            }

        .upload-content .upload.upload-photo .right-side .upload-txt {
            width: 120px;
            position: relative;
        }

            .upload-content .upload.upload-photo .right-side .upload-txt.active {
                width: 100%;
                position: absolute;
            }

        .upload-content .upload .right-side .upload-txt .upload-button {
            position: relative;
            display: flex;
        }

            .upload-content .upload .right-side .upload-txt .upload-button img {
                margin-right: 10px;
            }

        .upload-content .upload .right-side .upload-txt input {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

        .upload-content .upload .right-side .upload-txt .uploaded-file-name {
            display: none;
            margin-bottom: 0px !important;
        }

            .upload-content .upload .right-side .upload-txt .uploaded-file-name .clear-file {
                position: absolute;
                z-index: 99999;
                top: 40%;
                right: 25px;
            }

        .upload-content .upload .right-side .upload-txt.active {
            justify-content: end;
        }

            .upload-content .upload .right-side .upload-txt.active .uploaded-file-name {
                display: block;
            }

                .upload-content .upload .right-side .upload-txt.active .uploaded-file-name span {
                    margin-left: 30px;
                    font-size: 16px;
                    line-height: 22px;
                    color: #283d7c;
                    font-weight: 400;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .upload-content .upload .right-side .upload-txt.active .uploaded-file-name .green-tick {
                    position: absolute;
                }

            .upload-content .upload .right-side .upload-txt.active .upload-button, .upload-content .upload .right-side .upload-txt.active .upload-first .webcam, .upload-content .upload .right-side .upload-txt.active .upload-first span {
                display: none !important;
            }

            .upload-content .upload .right-side .upload-txt.active .photo-upload {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                display: flex;
                padding-left: 25px;
                align-items: center;
                background: #f2f2f5;
                border-top-right-radius: 9px;
                border-bottom-right-radius: 9px;
            }

        .upload-content .upload .right-side .file-upload {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }

            .upload-content .upload .right-side .file-upload .file-field.input-field {
                height: 100%;
                margin: unset;
            }

            .upload-content .upload .right-side .file-upload .file-path-wrapper {
                height: 100%;
            }

                .upload-content .upload .right-side .file-upload .file-path-wrapper input {
                    border: none;
                    margin: unset;
                    height: 100%;
                    box-shadow: none;
                }

        .upload-content .upload .right-side:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 25%;
            height: 37px;
            width: 1px;
            background: rgba(99,108,136,.29);
        }

    .upload-content .upload-2 .upload .left-side img {
        top: 35px;
    }

    .upload-content .upload-2 .row-2 {
        border-top: none;
    }

        .upload-content .upload-2 .row-2 .left-side {
            padding: 8px 50px;
        }

    .upload-content .upload-first {
        display: flex;
        align-items: center;
        color: #283d7c;
        font-weight: 700;
    }

        .upload-content .upload-first span {
            font-size: 14px;
            font-weight: 400;
            color: #636c88;
        }

    .upload-content .upload:first-child .right-side .upload-first {
        justify-content: space-around;
    }

        .upload-content .upload:first-child .right-side .upload-first .webcam {
            display: flex;
        }

            .upload-content .upload:first-child .right-side .upload-first .webcam img {
                margin-right: 10px;
            }

        .upload-content .upload:first-child .right-side .upload-first .flex {
            display: flex;
        }

    .upload-content .upload.cheque .left-side {
        padding: 8px 50px;
    }

        .upload-content .upload.cheque .left-side img {
            left: -54px;
        }

    .upload-content .support-txt {
        padding: 15px 50px;
        font-style: normal;
        font-size: 11px;
        margin-bottom: 20px;
        font-weight: 400;
        color: #636c88;
        float: left;
    }

        .upload-content .support-txt span {
            font-style: normal;
            font-weight: 600;
            color: #283d7c;
        }

.dashboardModals.selection .modal-content {
    position: relative;
}

    .dashboardModals.selection .modal-content:after {
        content: "";
        background: url(../img/kit-selection-bg.svg) no-repeat;
        position: absolute;
        right: 0;
        top: 140px;
        width: 140px;
        height: 461px;
    }

.dashboardModals.selection .col, .dashboardModals.selection .row {
    padding: 0;
}

.dashboardModals.selection .selection-heading h4 {
    font-size: 28px;
    line-height: 40.32px;
    margin: 25px 25px 0;
}

.dashboardModals.selection .dashboardModals_content.selection-content {
    width: 90%;
}

    .dashboardModals.selection .dashboardModals_content.selection-content .dotted-border.box-1 {
        padding: 25px 20px 0 15px;
        margin-bottom: 15px;
    }

        .dashboardModals.selection .dashboardModals_content.selection-content .dotted-border.box-1 .benifit-heading {
            font-size: 16px;
            line-height: 20px;
            color: #000;
            margin-bottom: 18px;
        }

        .dashboardModals.selection .dashboardModals_content.selection-content .dotted-border.box-1 .benifit-content p {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 20px;
            color: #000;
            position: relative;
            margin-left: 25px;
            padding-right: 60px;
        }

            .dashboardModals.selection .dashboardModals_content.selection-content .dotted-border.box-1 .benifit-content p:before {
                content: "";
                position: absolute;
                width: 9px;
                height: 9px;
                background: #ea5167;
                border-radius: 2px;
                transform: rotate(-50deg);
                left: -20px;
                top: 3px;
            }

    .dashboardModals.selection .dashboardModals_content.selection-content .box-2 {
        padding: 20px 50px 0 22px;
    }

        .dashboardModals.selection .dashboardModals_content.selection-content .box-2 p {
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 18px;
            color: #000;
        }

        .dashboardModals.selection .dashboardModals_content.selection-content .box-2 .row .col {
            margin-bottom: 30px;
        }

        .dashboardModals.selection .dashboardModals_content.selection-content .box-2 .row h6 {
            font-size: 14px;
            line-height: 18px;
            padding-left: 5px;
            color: #283d7c;
        }

        .dashboardModals.selection .dashboardModals_content.selection-content .box-2 .row .radio_group_labels label:first-child {
            margin-right: 60px;
        }

.modal.otp-modal .dotted-border {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment.main_content:after {
    background: url(../img/payment-bg.svg) no-repeat;
}

.payment-content .charges {
    border-top: 1px dashed #979797;
    border-bottom: 1px dashed #979797;
    padding: 25px 30px 0;
}

    .payment-content .charges h4 {
        font-weight: 600;
        font-size: 16px;
        color: #141515;
        margin-bottom: 25px;
    }

    .payment-content .charges .charge-list {
        display: flex;
        flex-wrap: wrap;
    }

        .payment-content .charges .charge-list .charge-info {
            margin-right: 40px;
            margin-bottom: 25px;
            font-size: 14px;
            display: flex;
        }

            .payment-content .charges .charge-list .charge-info img {
                margin-right: 12px;
            }

.payment-content .bank-list {
    margin-top: 15px;
}

    .payment-content .bank-list a {
        float: right;
    }

.payment-content .gateway {
    margin-top: 70px;
}

    .payment-content .gateway .radio_group_labels {
        display: flex;
        margin-top: 20px;
    }

        .payment-content .gateway .radio_group_labels label:first-child {
            margin-right: 50px;
        }

        .payment-content .gateway .radio_group_labels label:last-child img {
            margin-top: -40px;
        }

    .payment-content .gateway p {
        font-weight: 600;
        font-size: 16px;
    }

.dashboardModals_content.bank-list-content h5 {
    margin-bottom: 20px !important;
}

.bank-names {
    padding: 10px 20px;
}

    .bank-names ul li {
        padding: 2px;
    }

    .bank-names .right-list {
        padding-left: 50px;
    }

.nominee_detail_tier2_sec.collapsible > li:first-child {
    margin-top: 0;
}

.main_content.payment-summary .proceed_btn a {
    padding: 18px 50px;
    max-width: 170px;
    min-width: unset;
}

.main_content.payment-summary .left_content {
    padding: 40px 0 40px 40px;
    /*margin-top: 60px;*/
}

    .main_content.payment-summary .left_content .right-align {
        position: sticky;
        position: -webkit-sticky;
        top: 40px;
    }

        .main_content.payment-summary .left_content .right-align a {
            display: block;
            margin-bottom: 28px;
            padding-right: 40px;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #464646;
            opacity: .7;
        }

            .main_content.payment-summary .left_content .right-align a:focus, .main_content.payment-summary .left_content .right-align a:hover {
                text-decoration: none;
            }

            .main_content.payment-summary .left_content .right-align a.active {
                font-weight: 700;
                font-size: 16px;
                line-height: 20px;
                color: #e5435c;
            }

                .main_content.payment-summary .left_content .right-align a.active:after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: -7px;
                    background: #e5435c;
                    width: 6px;
                    height: 38px;
                }

.main_content.payment-summary .right_content {
    padding: 60px;
}

    .main_content.payment-summary .right_content .title {
        padding: 0px 0 8px 0px;
        border-bottom: 1px dashed rgba(0,0,0,.22);
    }

        .main_content.payment-summary .right_content .title h3 {
            margin-bottom: 0;
        }

            .main_content.payment-summary .right_content .title h3 .proceed_btn {
                margin-left: auto;
                margin-top: unset;
            }

    .main_content.payment-summary .right_content .summary-content {
        margin-top: 35px;
    }

        .main_content.payment-summary .right_content .summary-content .heading {
            background: rgba(99,108,136,.06);
            padding: 23px 22px 21px 30px;
            border-top-left-radius: 9px;
            border-top-right-radius: 9px;
            font-weight: 600;
            font-size: 18px;
            line-height: 23px;
            color: #283d7c;
        }

            .main_content.payment-summary .right_content .summary-content .heading img {
                float: right;
                cursor: pointer;
            }

            .main_content.payment-summary .right_content .summary-content .heading.tier2 {
                color: #bd2932;
            }

        .main_content.payment-summary .right_content .summary-content .col, .main_content.payment-summary .right_content .summary-content .row {
            margin: 0;
        }

        .main_content.payment-summary .right_content .summary-content .summary-info {
            margin-bottom: 30px;
            overflow-wrap: break-word;
            word-wrap: break-word;
            hyphens: auto;
        }

            .main_content.payment-summary .right_content .summary-content .summary-info p {
                font-weight: 600;
                font-size: 13px;
                color: #283d7c;
                line-height: 16px;
                margin-bottom: 10px;
            }

                .main_content.payment-summary .right_content .summary-content .summary-info p.sub-head {
                    color: #e5435c;
                    font-weight: 700;
                }

            .main_content.payment-summary .right_content .summary-content .summary-info span {
                margin-top: 8px;
                font-size: 15px;
                color: #141515;
                line-height: 19px;
            }

        .main_content.payment-summary .right_content .summary-content .row .col-1, .main_content.payment-summary .right_content .summary-content .row .col-2, .main_content.payment-summary .right_content .summary-content .row .col-3 {
            border-left: 1px dashed #e5e5e5;
            padding-top: 20px;
            padding-left: 20px;
        }

        .main_content.payment-summary .right_content .summary-content .col-1 {
            margin-left: 30px;
            margin-right: -30px;
            padding-right: 40px;
        }

        .main_content.payment-summary .right_content .summary-content .photo {
            border: 1px solid rgba(229,67,92,.25);
            border-radius: 4px;
            padding: 5px 25px 15px;
        }

            .main_content.payment-summary .right_content .summary-content .photo p {
                margin-bottom: 25px;
                margin: 12px 0px;
            }

        .main_content.payment-summary .right_content .summary-content .photo-bg {
            background: rgba(99,108,136,.11);
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            .main_content.payment-summary .right_content .summary-content .photo-bg img {
                max-width: 95%;
                margin: auto;
            }

        .main_content.payment-summary .right_content .summary-content .edit-photo {
            position: absolute;
            top: 5px;
            right: 5px;
            cursor: pointer;
        }

        .main_content.payment-summary .right_content .summary-content .images {
            display: flex;
        }

            .main_content.payment-summary .right_content .summary-content .images .photo {
                margin-bottom: 25px;
            }

        .main_content.payment-summary .right_content .summary-content .photo-bg.photograph {
            height: 120px;
            width: 135px;
        }

        .main_content.payment-summary .right_content .summary-content .photo-bg.pan-card, .main_content.payment-summary .right_content .summary-content .photo-bg.signature {
            height: 120px;
            width: 280px;
        }

        .main_content.payment-summary .right_content .summary-content .photo-bg.cheque {
            width: 443px;
            height: 135px;
        }

        .main_content.payment-summary .right_content .summary-content .personal-details .col-1 {
            padding-top: 40px;
        }

        .main_content.payment-summary .right_content .summary-content .personal-details .images .photo:first-child {
            margin-right: 25px;
        }

        .main_content.payment-summary .right_content .summary-content .registration-mode .col-2 {
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 25px;
        }

            .main_content.payment-summary .right_content .summary-content .registration-mode .col-2 .images {
                margin-left: auto;
            }

        .main_content.payment-summary .right_content .summary-content .registration-mode .col-3 {
            padding-bottom: 70px;
        }

        .main_content.payment-summary .right_content .summary-content .registration-mode.tier1 .col-2 {
            padding-bottom: 90px;
        }

        .main_content.payment-summary .right_content .summary-content .registration-mode.tier1 .col-3 {
            padding-bottom: 40px;
        }

        .main_content.payment-summary .right_content .summary-content .bank-details .col-2 .images {
            margin: 85px 0;
        }

            .main_content.payment-summary .right_content .summary-content .bank-details .col-2 .images .photo {
                margin: auto;
            }

        .main_content.payment-summary .right_content .summary-content .scheme-details .d-f {
            display: flex;
            justify-content: space-between;
        }

        .main_content.payment-summary .right_content .summary-content .scheme-details.tier-2 .col-2, .main_content.payment-summary .right_content .summary-content .scheme-details.tier-2 .col-3 {
            padding-bottom: 100px;
        }

        .main_content.payment-summary .right_content .summary-content .nominee-details .col-2 .summary-info, .main_content.payment-summary .right_content .summary-content .nominee-details .col-3 .summary-info {
            padding-top: 25px;
        }

        .main_content.payment-summary .right_content .summary-content .percentage-allocation {
            border-left: 1px dashed #e5e5e5;
            margin-left: 30px;
        }

            .main_content.payment-summary .right_content .summary-content .percentage-allocation .allocation-wrapper {
                margin-left: 20px;
                padding-top: 20px;
                padding-bottom: 30px;
            }

                .main_content.payment-summary .right_content .summary-content .percentage-allocation .allocation-wrapper .allocation-heading {
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 25px;
                    color: #141515;
                    margin-bottom: 20px;
                }

                .main_content.payment-summary .right_content .summary-content .percentage-allocation .allocation-wrapper .allocation-content {
                    display: flex;
                    flex-wrap: wrap;
                }

                    .main_content.payment-summary .right_content .summary-content .percentage-allocation .allocation-wrapper .allocation-content .allocation-div {
                        border: 1px dashed #e5e5e5;
                        border-radius: 9px;
                        padding: 10px 5px 12px 27px;
                        display: flex;
                        align-items: center;
                        margin-right: 50px;
                        margin-bottom: 10px;
                        width: 333px;
                    }

                        .main_content.payment-summary .right_content .summary-content .percentage-allocation .allocation-wrapper .allocation-content .allocation-div .allocation-name {
                            font-weight: 600;
                            font-size: 16px;
                            line-height: 20px;
                            color: #283d7c;
                        }

                        .main_content.payment-summary .right_content .summary-content .percentage-allocation .allocation-wrapper .allocation-content .allocation-div .allocation-percentage {
                            background: #fdeef1;
                            border-radius: 8px;
                            margin-left: auto;
                            padding: 9px 20px;
                            width: 80px;
                            text-align: center;
                        }

    .main_content.payment-summary .right_content .footer-shadow {
        height: 5px;
        box-shadow: 0 -3px 4px rgba(99,108,136,.11);
    }

input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 5px;
    border-radius: 3px;
    background: #e5435c;
    background-color: #e5435c;
    margin: -7px 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb, input[type=range]:focus:not(.active)::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(229,67,92,.26);
}

.scheme_contribution_field {
    padding-right: 30px !important;
    margin-right: 20px;
}

.scheme-detail-active {
    padding-top: 16px;
}

    .scheme-detail-active h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #141515;
        margin-top: 0;
        margin-bottom: 20px;
        display: inline-flex;
        align-items: center;
    }

        .scheme-detail-active h4 a {
            display: inline-flex;
            margin-left: 15px;
        }

    .scheme-detail-active .scheme-percentage-allocation {
        position: relative;
    }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines {
            font-weight: 600;
            font-size: 14px;
            color: #fff;
            background-color: #283d7c;
            display: inline-block;
            max-width: auto;
            padding: 12px;
            position: absolute;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines:after {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 5px;
                border: 5px solid transparent;
                border-top-color: #283d7c;
                z-index: 99;
            }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-slider-guidelines {
                left: 300px;
                top: -72px;
            }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-amount-guidelines {
                left: 530px;
                top: -45px;
            }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            width: 100%;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info {
                display: flex;
                align-items: center;
                border: 1px dashed rgba(99,108,136,.3);
                border-radius: 9px;
                padding: 10px 25px;
                width: 100%;
                max-width: 630px;
                margin-right: 20px;
            }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name {
                    width: 220px;
                    margin-right: 65px;
                }

                    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name p {
                        font-weight: 600;
                        line-height: 20px;
                        color: #283d7c;
                    }

                        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name p span {
                            font-size: 12px;
                            line-height: 15px;
                            font-weight: 500;
                            color: #666b7a;
                            margin-left: 16px;
                        }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-range .range-field {
                    width: 200px;
                    margin-right: 20px;
                }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value {
                    position: relative;
                }

                    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value input {
                        padding: 8px 25px 8px 15px;
                        background: #fdeef1;
                        border-radius: 8px;
                        border: 1px solid #fdeef1;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 20px;
                        color: #000;
                        height: 38px;
                        width: 80px;
                        box-sizing: border-box;
                        margin-bottom: 0;
                    }

                        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value input:focus {
                            border: 1px solid #e5435c;
                            box-shadow: none;
                        }

                    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value span {
                        position: absolute;
                        right: 10px;
                        bottom: 0;
                        top: 0;
                        margin: auto;
                        display: inline-flex;
                        align-items: center;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 20px;
                        color: #000;
                    }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info:hover {
                    border: 1px dashed #666b7a;
                }

                    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info:hover .scheme-percentage-value input {
                        border: 1px solid #e5435c;
                    }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-amount p {
                font-weight: 600;
                color: #283d7c;
                padding-left: 20px;
                height: 42px;
                display: inline-flex;
                align-items: center;
                position: relative;
            }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-amount p:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 7px;
                    height: 42px;
                    background: url(../img/side-arrow.svg) no-repeat;
                }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total {
            text-align: right;
            margin-right: 210px;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total p {
                font-weight: 600;
                color: #283d7c;
                font-size: 20px;
                line-height: 25px;
                position: relative;
            }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total p span {
                    font-weight: 200;
                    font-size: 14px;
                    line-height: 18px;
                    color: #000;
                    margin-left: 0;
                    position: absolute;
                    left: 100%;
                    top: 5px;
                    width: 120px;
                }

.scheme-detail-auto {
    padding-top: 16px;
}

    .scheme-detail-auto h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #141515;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .scheme-detail-auto .lifecycle-fund {
        margin-bottom: 30px;
    }

        .scheme-detail-auto .lifecycle-fund label {
            cursor: pointer;
            display: block;
        }

            .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info {
                border-radius: 8px;
                background: #fff;
                box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
                padding: 20px;
                width: 100%;
                max-width: 245px;
                border: 1px solid transparent;
            }

                .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .radio_group {
                    position: relative;
                    padding-bottom: 20px;
                    margin-bottom: 25px;
                    border-bottom: 1px dashed rgba(99,108,136,.3);
                }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .radio_group img.tooltipped {
                        right: 0;
                        bottom: 25px;
                    }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .radio_group span {
                        font-size: 15px;
                        color: #464646;
                        font-weight: 500;
                    }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .radio_group [type=radio]:checked + span {
                        color: #283d7c;
                    }

                .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-chart {
                    text-align: center;
                    margin-bottom: 20px;
                }

                .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label {
                        font-weight: 600;
                        font-size: 12px;
                        line-height: 15px;
                        color: #636c88;
                        margin-bottom: 3px;
                        position: relative;
                    }

                        .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label:after {
                            content: "";
                            position: absolute;
                            left: -10px;
                            top: 5px;
                            width: 5px;
                            height: 5px;
                            background: #2b489d;
                            border-radius: 50%;
                        }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-value {
                        font-weight: 600;
                        font-size: 13px;
                        line-height: 16px;
                        color: #000;
                    }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-corp .lifecycle-percentage-label:after {
                        background: #f79016;
                    }

                    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-govt .lifecycle-percentage-label:after {
                        background: #f171f1;
                    }

            .scheme-detail-auto .lifecycle-fund label.active .lifecycle-fund-info {
                border: 1px solid #c4ceec;
                box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
            }

    .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info {
        border: 1px dashed rgba(99,108,136,.5);
        box-sizing: border-box;
        border-radius: 9px;
        padding: 20px;
        display: flex;
        justify-content: space-around;
        position: relative;
    }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info p {
            font-weight: 600;
            font-size: 12px;
            line-height: 15px;
            color: #636c88;
        }

            .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info p span {
                font-weight: 600;
                font-size: 16px;
                line-height: 21px;
                color: #283d7c;
                margin-left: 15px;
            }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 7px solid #283d7c;
            position: absolute;
            top: -10px;
            left: 50%;
        }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info.conservative-fund:after {
            left: 15%;
        }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info.moderate-fund:after {
            left: 50%;
        }

        .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info.aggressive-fund:after {
            left: 85%;
        }

scheme-detail-blc {
    padding-top: 16px;
}

.scheme-detail-blc h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #141515;
    margin-top: 0;
    margin-bottom: 15px;
}

.scheme-detail-blc .lifecycle-fund {
    margin-bottom: 30px;
}

    .scheme-detail-blc .lifecycle-fund label {
        cursor: pointer;
        display: block;
    }

        .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info {
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
            padding: 20px;
            width: 100%;
            max-width: 245px;
            border: 1px solid transparent;
        }

            .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .radio_group {
                position: relative;
                padding-bottom: 20px;
                margin-bottom: 25px;
                border-bottom: 1px dashed rgba(99,108,136,.3);
            }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .radio_group img.tooltipped {
                    right: 0;
                    bottom: 25px;
                }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .radio_group span {
                    font-size: 15px;
                    color: #464646;
                    font-weight: 500;
                }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .radio_group [type=radio]:checked + span {
                    color: #283d7c;
                }

            .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-chart {
                text-align: center;
                margin-bottom: 20px;
            }

            .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label {
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 15px;
                    color: #636c88;
                    margin-bottom: 3px;
                    position: relative;
                }

                    .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label:after {
                        content: "";
                        position: absolute;
                        left: -10px;
                        top: 5px;
                        width: 5px;
                        height: 5px;
                        background: #2b489d;
                        border-radius: 50%;
                    }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-value {
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 16px;
                    color: #000;
                }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-corp .lifecycle-percentage-label:after {
                    background: #f79016;
                }

                .scheme-detail-blc .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-govt .lifecycle-percentage-label:after {
                    background: #f171f1;
                }

        .scheme-detail-blc .lifecycle-fund label.active .lifecycle-fund-info {
            border: 1px solid #c4ceec;
            box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
        }

.scheme-detail-blc .selected-fund-amount .selected-fund-amount-info {
    border: 1px dashed rgba(99,108,136,.5);
    box-sizing: border-box;
    border-radius: 9px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    position: relative;
}

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info p {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #636c88;
    }

        .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info p span {
            font-weight: 600;
            font-size: 16px;
            line-height: 21px;
            color: #283d7c;
            margin-left: 15px;
        }

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid #283d7c;
        position: absolute;
        top: -10px;
        left: 50%;
    }

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info.conservative-fund:after {
        left: 15%;
    }

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info.moderate-fund:after {
        left: 50%;
    }

    .scheme-detail-blc .selected-fund-amount .selected-fund-amount-info.aggressive-fund:after {
        left: 85%;
    }

scheme-detail-NNS {
    padding-top: 16px;
}

.scheme-detail-NNS h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #141515;
    margin-top: 0;
    margin-bottom: 15px;
}

.scheme-detail-NNS .lifecycle-fund {
    margin-bottom: 30px;
}

    .scheme-detail-NNS .lifecycle-fund label {
        cursor: pointer;
        display: block;
    }

        .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info {
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
            padding: 20px;
            width: 100%;
            max-width: 245px;
            border: 1px solid transparent;
        }

            .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .radio_group {
                position: relative;
                padding-bottom: 20px;
                margin-bottom: 25px;
                border-bottom: 1px dashed rgba(99,108,136,.3);
            }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .radio_group img.tooltipped {
                    right: 0;
                    bottom: 25px;
                }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .radio_group span {
                    font-size: 15px;
                    color: #464646;
                    font-weight: 500;
                }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .radio_group [type=radio]:checked + span {
                    color: #283d7c;
                }

            .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-chart {
                text-align: center;
                margin-bottom: 20px;
            }

            .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label {
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 15px;
                    color: #636c88;
                    margin-bottom: 3px;
                    position: relative;
                }

                    .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-label:after {
                        content: "";
                        position: absolute;
                        left: -10px;
                        top: 5px;
                        width: 5px;
                        height: 5px;
                        background: #2b489d;
                        border-radius: 50%;
                    }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info .lifecycle-percentage-value {
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 16px;
                    color: #000;
                }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-corp .lifecycle-percentage-label:after {
                    background: #f79016;
                }

                .scheme-detail-NNS .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages .lifecycle-percentages-info.lifecycle-percentage-govt .lifecycle-percentage-label:after {
                    background: #f171f1;
                }

        .scheme-detail-NNS .lifecycle-fund label.active .lifecycle-fund-info {
            border: 1px solid #c4ceec;
            box-shadow: 0 2px 6px 2px rgba(141,147,165,.19);
        }

.scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info {
    border: 1px dashed rgba(99,108,136,.5);
    box-sizing: border-box;
    border-radius: 9px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    position: relative;
}

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info p {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #636c88;
    }

        .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info p span {
            font-weight: 600;
            font-size: 16px;
            line-height: 21px;
            color: #283d7c;
            margin-left: 15px;
        }

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid #283d7c;
        position: absolute;
        top: -10px;
        left: 50%;
    }

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info.conservative-fund:after {
        left: 15%;
    }

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info.moderate-fund:after {
        left: 50%;
    }

    .scheme-detail-NNS .selected-fund-amount .selected-fund-amount-info.aggressive-fund:after {
        left: 85%;
    }

.btn.disabled {
    background-color: #bbc1d4 !important;
    color: #fff !important;
}

.dashboardModals.otp-modal .modal-content:after {
    content: "";
    position: absolute;
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
    width: 140px;
    height: 175px;
    background: url(../img/login_bg.svg) no-repeat;
}

.dashboardModals.otp-modal .otp-heading h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
}

.dashboardModals.otp-modal .otp-content .dotted-border {
    padding: 23px 64px 30px 33px;
    margin-top: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .dashboardModals.otp-modal .otp-content .dotted-border a {
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        text-transform: capitalize;
        color: #e5435c;
    }

.dashboardModals.otp-modal .otp-content .otp-input p {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #150035;
}

.dashboardModals.otp-modal .otp-content .otp-input input {
    width: 56px !important;
    margin-right: 12px;
    text-align: center;
}

.dashboardModals.otp-modal .otp-content .error input {
    border-bottom: 1px solid #e5435c;
}

.dashboardModals.otp-modal .otp-content .error-txt {
    font-size: 14px;
    text-align: center;
    color: #e5435c;
    margin-top: 25px;
}

.scheme-sameas-content label p.input_info {
    display: inline-block;
    margin-left: 15px;
}

.scheme-sameas-content .scheme-sameas-content-info {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

    .scheme-sameas-content .scheme-sameas-content-info .scheme-sameas-content-label {
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        color: #141515;
        margin-bottom: 10px;
        padding-top: 5px;
    }

    .scheme-sameas-content .scheme-sameas-content-info .scheme-sameas-content-value {
        font-size: 15px;
        line-height: 19px;
        color: #283d7c;
        font-weight: 500;
    }

        .scheme-sameas-content .scheme-sameas-content-info .scheme-sameas-content-value span {
            font-size: 14px;
            line-height: 19px;
            margin-right: 30px;
        }

            .scheme-sameas-content .scheme-sameas-content-info .scheme-sameas-content-value span:last-child {
                margin-right: 0;
            }

#percentageAllocationModal .dashboardmodals_heading {
    height: 85px;
    padding: 25px 45px 25px 80px;
    background: url(../img/login_bg.svg) no-repeat 0 100% #f0f2f9;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #percentageAllocationModal .dashboardmodals_heading h4 {
        margin-bottom: 0;
    }

    #percentageAllocationModal .dashboardmodals_heading img {
        width: 16px;
    }

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

#percentageAllocationModal .dashboardModals_content {
    padding: 0 45px 60px;
}

    #percentageAllocationModal .dashboardModals_content ul {
        padding-left: 40px;
        padding-bottom: 20px;
    }

        #percentageAllocationModal .dashboardModals_content ul li {
            font-size: 15px;
            line-height: 27px;
            color: #000;
            font-weight: 500;
            margin-bottom: 25px;
            display: flex;
            align-items: flex-start;
        }

            #percentageAllocationModal .dashboardModals_content ul li img {
                margin-right: 10px;
                margin-top: 7px;
            }

    #percentageAllocationModal .dashboardModals_content .allocation-table-outer {
        width: 100%;
        border: 1px solid #b6bac7;
        border-radius: 10px;
        overflow: hidden;
    }

        #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner {
            width: 100%;
            overflow: auto;
        }

            #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content {
                width: 945px;
            }

                #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul {
                    padding: 0;
                    display: flex;
                }

                    #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul li {
                        width: 76px;
                        height: 60px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-bottom: 0;
                        font-weight: 600;
                        font-size: 14px;
                        line-height: 18px;
                        padding: 5px;
                        text-align: center;
                        border-bottom: 1px solid #b6bac7;
                        border-right: 1px dashed #b6bac7;
                    }

                        #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul li:last-child {
                            color: #bd2932;
                            border-right: 0;
                        }

                        #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul li.allocation-table-heading {
                            background: #e5435c;
                            width: 180px;
                            font-weight: 600;
                            font-size: 16px;
                            line-height: 20px;
                            color: #fff;
                            border-bottom: 1px solid hsla(0,0%,100%,.27);
                            border-right: 0;
                        }

                    #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul:last-child li {
                        border-bottom: 0;
                    }

.main_content.success {
    background: #f0f2f9;
    background: url(../img/success-bg.svg) repeat;
    width: 100%;
}

    .main_content.success:after {
        display: none;
    }

    .main_content.success .maxwidth {
        width: 70%;
    }

    .main_content.success .account-created {
        background: #fff;
        border-radius: 8px;
        margin-bottom: 10px;
        margin-top: 40px;
        padding: 25px 50px 10px 100px;
        position: relative;
    }

        .main_content.success .account-created:after {
            content: "";
            background: url(../img/success-img.svg) no-repeat;
            position: absolute;
            right: 0;
            bottom: 20px;
            width: 130px;
            height: 144px;
        }

        .main_content.success .account-created h2 {
            font-weight: 600;
            font-size: 30px;
            line-height: 43px;
            color: #283d7c;
            margin-bottom: 40px;
            margin-top: 0;
        }

        .main_content.success .account-created h6 {
            font-weight: 600;
            font-size: 20px;
            line-height: 26px;
            color: #000;
            margin-bottom: 20px;
        }

        .main_content.success .account-created p {
            font-size: 15px;
            line-height: 22px;
            color: #000;
            margin-bottom: 30px;
        }

    .main_content.success .details {
        background: #fff;
        border-radius: 8px;
        padding: 25px 50px 10px 100px;
    }

        .main_content.success .details .row {
            margin-bottom: 18px;
        }

            .main_content.success .details .row .s7 {
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                color: #636c88;
            }

            .main_content.success .details .row .s5 {
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
                color: #283d7c;
                padding-left: 20px;
            }

        .main_content.success .details .total-amt {
            margin-top: 25px;
            margin-bottom: 32px;
        }

            .main_content.success .details .total-amt p:first-child {
                font-weight: 800;
                font-size: 14px;
                line-height: 18px;
                color: #636c88;
            }

    .main_content.success .buttons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        .main_content.success .buttons .dwld-btn {
            background: #f0f2f9;
            color: #283d7c;
            margin-right: 30px;
        }

.dashboardModals.success-modal .modal-content:after {
    content: "";
    position: absolute;
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
    width: 140px;
    height: 175px;
    background: url(../img/login_bg.svg) no-repeat;
}

.dashboardModals.success-modal .modal-content .dashboardmodals_heading.success-modal-heading {
    height: 80px;
    position: relative;
}

    .dashboardModals.success-modal .modal-content .dashboardmodals_heading.success-modal-heading:after {
        content: "";
        background: url(../img/green-tick.svg) no-repeat;
        background-size: 70px 70px;
        position: absolute;
        left: 45%;
        top: 50px;
        height: 70px;
        width: 70px;
    }

.dashboardModals.success-modal .modal-content .dashboardModals_content h4 {
    font-weight: 900;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 2px;
    color: #283d7c;
    margin: 45px auto;
    text-align: center;
}

.dashboardModals.success-modal .modal-content .dashboardModals_content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 70px;
}

.main_content.personal-details-edit .d-f {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main_content.personal-details-edit .d-f .proceed_btn a {
        padding: 18px 28px;
        margin-right: 40px;
    }

    .main_content.personal-details-edit .d-f .personal-details-cancel-btn {
        background: #ebeef9;
        color: #283d7c;
        min-width: 150px;
        margin: 0 !important;
    }

.same_as_checkbox + img {
    display: none;
}

.autocomplete-content.dropdown-content {
    max-height: 450px;
}

@media screen and (max-width: 600px) {
    table.table-responsive thead {
        display: none;
    }

    table.table-responsive tr {
        padding: 5px;
        display: block;
        margin: .5rem 0 1rem;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    }

    table.table-responsive td {
        display: block;
        text-align: right;
        border-bottom: 1px dotted #ccc;
    }

        table.table-responsive td:last-child {
            border-bottom: 0;
        }

        table.table-responsive td:before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
        }
}

@media only screen and (max-width:600px) {
    .desktop_mode {
        display: block;
    }

    .mobile_mode {
        display: block;
    }

    header {
        padding: 16px 20px;
    }

    .left_content > img {
        display: none;
    }

    .main_content {
        background: #f0f2f9;
    }

        .main_content .maxwidth {
            height: auto;
        }

        .main_content:after {
            top: 120px;
            display: none;
        }

        .main_content .left_content.col {
            padding: 40px 20px 35px;
        }

        .main_content .left_content h2 {
            margin: 0;
            font-size: 20px;
        }

        .main_content .left_content p {
            font-size: 13px;
        }

        .main_content .left_content img {
            display: none;
        }

        .main_content .right_content.col {
            padding: 4px 18px 0px 15px !important;
        }

    .upload-document .right_content.col .upload-content .upload .left-side img {
        position: unset
    }

    .right_content .input-groups {
        margin-bottom: 0;
    }

    .main_content .right_content .radio_group.gender .radio_group_labels {
        display: flex;
    }

        .main_content .right_content .radio_group.gender .radio_group_labels label + label {
            margin-left: 5px;
        }

        .main_content .right_content .radio_group.gender .radio_group_labels label {
            width: 30%;
        }

    .main_content .right_content .radio_group.martial .radio_group_labels {
        display: flex;
        flex-wrap: wrap;
    }

        .main_content .right_content .radio_group.martial .radio_group_labels label {
            width: 50%;
        }

            .main_content .right_content .radio_group.martial .radio_group_labels label + label, .main_content .right_content .radio_group.residence .radio_group_labels label + label {
                margin-left: 0;
            }

    .main_content .right_content .radio_group.residence .radio_group_labels label {
        margin-right: 20px;
    }

    .radio_group_labels.fancy-select-desktop {
        display: none;
    }

    .select-field.fancy-select-mobile {
        display: contents;
    }

    .fancy-select-mobile input.select-dropdown.dropdown-trigger {
        border: 1px solid #636c88;
        border-radius: 6px;
        width: 100%;
        padding: 5px 30px 5px 20px;
        box-sizing: border-box;
        height: 52px;
        color: #150035;
    }

    .optional_details {
        padding: 15px 20px;
    }

    .fancy-select-mobile .select-wrapper .caret {
        right: 10px;
    }

    #mobilePan {
        margin: 46px 0px;
    }

    #panDob {
        margin: 46px 0px;
    }

    #mobileDob {
        margin: 46px 0px;
    }

    .login_page .login_right {
        border-radius: 8px;
        padding: 5px 25px;
        margin: 12px;
        background-image: none;
    }

    .login_page .col, .login_page .rol {
        padding: 0 !important;
    }

    .login_page .login_right .radio_group_labels {
        display: block;
    }

        .login_page .login_right .radio_group_labels label {
            width: 45%;
        }

            .login_page .login_right .radio_group_labels label .radio_group label + label {
                margin-left: 10px;
            }

    .radio_group label span {
        position: relative;
        margin-top: -20px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
        -webkit-transition: 0.28s ease;
        transition: 0.28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .login_page .login_right .input-field label {
        width: 100%;
        left: 0rem;
    }

    .login_right h3 {
        font-size: 22px;
    }

        .login_right h3 img {
            left: 0 !important;
        }

    .login_right form a.btn, .signup_info {
        font-size: 15px;
    }

    .sign_up_checkbox {
        margin-top: 0;
    }

    [type=radio]:checked + span, [type=radio]:not(:checked) + span {
        font-size: 15px;
        margin: 2px 0px;
    }

    .radio_group p {
        font-size: 13px;
    }

    .progress_details_info.active .progress_details_txt p {
        font-size: 10px;
        color: #283d7c;
        margin-top: 5px;
    }

    .progress_details_txt p {
        font-size: 10px !important;
        color: #979ba9;
        opacity: .8;
        line-height: 10px;
        margin-top: 7px;
    }

    .progress_details .maxwidth {
        padding: 15px 0;
    }

    .progress_details_info {
        justify-content: left;
    }

    .collapsible .collapsible-header p, .collapsible li.active .collapsible-header p {
        width: auto;
    }

    .collapsible-header {
        display: block;
    }

    .collapsible .checkbox-field {
        margin-top: 10px;
        width: 80%;
    }

    .collapsible [type=checkbox].filled-in + span:not(.lever):after {
        top: 5px;
    }

    .collapsible [type=checkbox].filled-in:checked + span:not(.lever):before {
        top: 4px;
    }

    .collapsible .address_text .address {
        line-height: 20px;
    }

    .right_content h3 {
        font-size: 16px;
        display: block;
    }

        .right_content h3 img {
            margin-bottom: -2px;
        }

        .right_content h3 .opted-txt {
            display: block;
            margin-left: 0;
            max-width: 202px;
        }

            .right_content h3 .opted-txt span {
                margin-left: 5px;
            }

    .kyc_detail_right_content h3 a img {
        margin-top: 8px;
    }

    .input-groups .m6:first-child {
        width: 100%;
    }

    .input-groups .m6:last-child {
        width: 100%;
        margin-left: 0;
    }

    .right_content h3 .kyc_nri_register {
        max-width: 220px;
    }

    .fatca_sec {
        display: block;
    }

        .fatca_sec .radio_group {
            width: 100%;
        }

            .fatca_sec .radio_group:first-child {
                border-right: none;
            }

            .fatca_sec .radio_group:last-child {
                padding-left: 0;
            }

    .address_tax_residence label {
        transform: translateY(0);
    }

    .nominee_filled .nominee_mt {
        display: block;
    }

    .nominee_filled .nominee_detail {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .nominee_filled .nominee_detail_relation, .nominee_filled .nominee_detail_share {
        width: 100%;
        margin-top: 20px;
    }

    .Mobilenominee {
        display: none;
    }

    .Mobilenominv {
        display: block !important;
    }

    .nominee_filled .nominee_detail_edit {
        margin-top: 6px;
        width: auto;
        margin-left: auto;
    }

    .nominee_filled .nominee_name {
        width: 100%;
        display: flex;
    }

        .nominee_filled .nominee_name:after {
            border-right: 0;
        }

    .note_nominee {
        padding-left: 0;
        padding-right: 0;
    }

    .nominee_detail_tier2_sec .address_text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .radio_group.account_radio_sec.ac_radio_sec label + label {
        margin-left: 0;
    }

    .bank_detail_sec {
        display: block;
        padding: 20px 15px;
    }

        .bank_detail_sec .bank {
            width: 100%;
        }

            .bank_detail_sec .bank:after {
                border-right: none;
            }

        .bank_detail_sec .bank_text {
            padding-left: 0;
            margin-top: 10px;
        }

    .bank_detail_sec1 {
        display: block;
    }

        .bank_detail_sec1 .bank_text {
            width: 100%;
        }

        .bank_detail_sec1 .bank_account_text {
            margin-top: 20px;
        }

    .right_content h3 a {
        margin-left: 0;
    }

    .progress_bar {
        margin: 0 10px;
    }

    .signupModals {
        width: 95%;
    }

    .signupModals_content {
        padding: 0 10px 34px;
        height: auto !important;
    }

        .signupModals_content h5 {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 26px;
        }

    #panMultiAccount {
        padding: 20px 10px 5px;
    }

        #panMultiAccount p {
            left: 10px;
            padding: 0 10px;
        }

        #panMultiAccount .radio_group {
            margin-bottom: 10px;
        }

            #panMultiAccount .radio_group label + label {
                margin-left: 0;
                margin-top: 10px;
            }

    .signupModals2 .signupModals_top > img {
        width: 48px;
        margin-right: 10px;
    }

    .signupModals2 .signupModals_top h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .signupModals2 .signupModals_content .radio_group label {
        margin-right: 20px;
        display: inline-block;
    }

        .signupModals2 .signupModals_content .radio_group label + label {
            margin-left: 0;
        }

    .signupModals2 .signupModals_content .radio_group p {
        font-size: 16px;
    }

    .dashboardModals {
        width: 95%;
    }

        .dashboardModals .modal-content .dashboardmodals_heading {
            height: auto;
            padding: 25px 30px;
            background: none;
            background-color: #f0f2f9;
        }

        .dashboardModals .modal-content .dashboardModals_content {
            padding: 0 30px 60px;
        }

            .dashboardModals .modal-content .dashboardModals_content .kyc-documents .kyc-documents-info {
                padding: 25px 10px;
                display: block;
            }

    .kyc-details-address {
        padding: 15px 20px 25px;
        display: block;
    }

        .kyc-details-address .kyc-details-address-txt {
            margin-left: 0;
            padding-left: 0;
            border-left: 0;
            border-top: 1px solid rgba(99,108,136,.29);
            margin-top: 10px;
            padding-top: 10px;
        }

    .main_content {
        margin-bottom: 50px;
    }

    #selectLanguage .dashboardmodals_heading {
        padding: 25px 20px;
    }

        #selectLanguage .dashboardmodals_heading h4 {
            margin-bottom: 0;
        }

    #selectLanguage .dashboardModals_content {
        padding: 0 20px 60px;
    }

        #selectLanguage .dashboardModals_content .radio_group_labels {
            display: flex;
            flex-wrap: wrap;
        }

            #selectLanguage .dashboardModals_content .radio_group_labels label {
                width: 32%;
            }

                #selectLanguage .dashboardModals_content .radio_group_labels label + label {
                    margin-left: 0;
                }

        #selectLanguage .dashboardModals_content .dotted-border ul {
            padding-left: 20px;
        }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-slider-guidelines {
        left: 10px;
        top: -35px;
        z-index: 99;
    }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-amount-guidelines {
        left: unset;
        top: -20px;
        z-index: 99;
        right: 0;
    }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-amount-guidelines:after {
            left: 35px;
        }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content {
        display: block;
        border: 1px dashed rgba(99,108,136,.3);
        border-radius: 9px;
    }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info {
            flex-wrap: wrap;
            margin-right: 0;
            padding: 10px 15px;
            border: 0;
            border-radius: 0;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info:hover {
                border: 0;
            }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name {
                width: 100%;
                margin-right: 0;
            }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-range {
                margin-right: 20px;
                flex-grow: 1;
            }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-range .range-field {
                    width: 100%;
                    margin-right: 0;
                }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value {
                position: relative;
                display: inline-block;
            }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-amount {
            margin-top: -10px;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-amount p {
                padding-left: 20px;
                margin-bottom: 10px;
                height: auto;
            }

                .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-amount p:after {
                    display: none;
                }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total {
        text-align: center;
        margin-right: 0;
    }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total p {
            display: flex;
            justify-content: center;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total p span {
                width: auto;
                left: unset;
                margin-left: 15px;
                position: relative;
            }

    .proceed_btn a {
        width: 100%;
    }

    .scheme-detail-auto .lifecycle-fund .m4 {
        margin-bottom: 20px;
    }

    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info {
        max-width: 100%;
    }

        .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-chart {
            display: none;
        }

    .scheme-detail-auto .selected-fund-amount .selected-fund-amount-info p span {
        margin-left: 0;
    }

    .payment-content .charges {
        padding: 20px 15px 0;
    }

        .payment-content .charges .charge-list .charge-info {
            margin-right: 5px;
        }

    .payment-content .proceed_btn {
        margin-top: 20px;
    }

    .modal-content .bank-names .right-list {
        padding-left: .75rem;
    }

    .upload-document:after {
        opacity: .5;
        top: 87px;
    }

    .upload-document .right_content.col {
        padding: 22px 15px 18px;
    }

        .upload-document .right_content.col .upload-content {
            width: unset;
        }

            .upload-document .right_content.col .upload-content .upload .left-side {
                display: flex;
                align-items: center;
                padding: 5px 20px 10px;
                border-bottom: 1px solid rgba(99,108,136,.29);
            }

                .upload-document .right_content.col .upload-content .upload .left-side img {
                    position: unset;
                }

                .upload-document .right_content.col .upload-content .upload .left-side .txt {
                    margin-left: 25px;
                }

            .upload-document .right_content.col .upload-content .upload .right-side:before {
                display: none;
            }

            .upload-document .right_content.col .upload-content .upload .right-side {
                border-top-right-radius: 0;
                border-bottom-left-radius: 9px;
            }

            .upload-document .right_content.col .upload-content .upload.cheque .left-side img {
                position: absolute;
                left: -10px;
            }

            .upload-document .right_content.col .upload-content .upload.cheque .left-side .txt {
                margin-left: 65px;
            }

            .upload-document .right_content.col .upload-content .support-txt {
                padding: 12px 30px 10px 0;
            }

            .upload-document .right_content.col .upload-content .upload-2 .row-2 {
                border-top: 1px dashed rgba(99,108,136,.5);
                margin-top: 20px;
            }

                .upload-document .right_content.col .upload-content .upload-2 .row-2 .left-side .txt {
                    margin: auto;
                }

    img.tooltipped {
        right: 0;
    }

    .collapsible .collapsible-body {
        padding: 15px;
    }

    #kycAadhaarInfo .upload-content {
        width: unset;
        padding: 0;
    }

        #kycAadhaarInfo .upload-content .left-side {
            display: flex;
            align-items: center;
            padding: 5px 20px 10px;
            border-bottom: 1px solid rgba(99,108,136,.29);
        }

            #kycAadhaarInfo .upload-content .left-side img {
                position: unset;
            }

            #kycAadhaarInfo .upload-content .left-side .txt {
                margin-left: 25px;
            }

        #kycAadhaarInfo .upload-content .right-side {
            border-top-right-radius: 0;
            border-bottom-left-radius: 9px;
        }

            #kycAadhaarInfo .upload-content .right-side:before {
                display: none;
            }

        #kycAadhaarInfo .upload-content .support-txt {
            padding: 12px 30px 10px 0;
        }

    .dashboardModals.selection .modal-content:after {
        display: none;
    }

    .dashboardModals.selection .dashboardModals_content.selection-content {
        width: unset;
    }

        .dashboardModals.selection .dashboardModals_content.selection-content .box-2 .row .col {
            margin-bottom: 15px;
        }

    .dashboardModals.otp-modal .modal-content:after {
        display: none;
    }

    .dashboardModals.otp-modal .otp-content .dotted-border {
        padding: 20px 10px;
    }

        .dashboardModals.otp-modal .otp-content .dotted-border .otp-input {
            margin-top: 20px;
            text-align: center;
        }

            .dashboardModals.otp-modal .otp-content .dotted-border .otp-input input {
                width: 30px !important;
            }

        .dashboardModals.otp-modal .otp-content .dotted-border a {
            margin-top: 20px;
        }

    .main_content.payment-summary:after {
        display: none;
    }

    .main_content.payment-summary {
        display: unset;
    }

        .main_content.payment-summary .summary-mobile-nav {
            display: flex;
            padding-top: 10px;
            background: #f0f2f9;
            z-index: 111;
            box-shadow: 0 0 5px 0 #a99f9f;
        }

            .main_content.payment-summary .summary-mobile-nav .nav {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                text-align: center;
            }

                .main_content.payment-summary .summary-mobile-nav .nav .nav-txt a {
                    position: relative;
                }

                    .main_content.payment-summary .summary-mobile-nav .nav .nav-txt a:focus, .main_content.payment-summary .summary-mobile-nav .nav .nav-txt a:hover {
                        text-decoration: none;
                    }

                    .main_content.payment-summary .summary-mobile-nav .nav .nav-txt a.active {
                        color: #e5435c;
                    }

        .main_content.payment-summary .left_content {
            display: none;
        }

        .main_content.payment-summary .right_content {
            padding: 22px 10px 18px;
        }

            .main_content.payment-summary .right_content .title {
                padding: 10px;
            }

                .main_content.payment-summary .right_content .title h3 .proceed_btn {
                    margin-top: 10px !important;
                }

            .main_content.payment-summary .right_content .summary-content .photo-bg.cheque, .main_content.payment-summary .right_content .summary-content .photo-bg.pan-card, .main_content.payment-summary .right_content .summary-content .photo-bg.photograph, .main_content.payment-summary .right_content .summary-content .photo-bg.signature {
                width: 100%;
            }

            .main_content.payment-summary .right_content .summary-content .percentage-allocation, .main_content.payment-summary .right_content .summary-content .row .col-1, .main_content.payment-summary .right_content .summary-content .row .col-2, .main_content.payment-summary .right_content .summary-content .row .col-3 {
                margin-left: 0;
            }

            .main_content.payment-summary .right_content .summary-content .heading {
                padding: 23px 22px 21px 20px;
            }

            .main_content.payment-summary .right_content .summary-content .images {
                margin-right: 20px;
            }

            .main_content.payment-summary .right_content .summary-content .summary-info {
                margin-bottom: 20px;
            }

            .main_content.payment-summary .right_content .summary-content .personal-details .col-1 {
                padding-top: 20px;
            }

            .main_content.payment-summary .right_content .summary-content .personal-details .col-2 {
                padding-top: 0;
            }

            .main_content.payment-summary .right_content .summary-content .personal-details .col-3 {
                margin: unset;
                border: unset;
                padding-left: 10px;
                padding-top: 0;
            }

            .main_content.payment-summary .right_content .summary-content .personal-details .images {
                flex-wrap: wrap;
            }

            .main_content.payment-summary .right_content .summary-content .registration-mode .col-2 .images {
                margin: 0;
            }

            .main_content.payment-summary .right_content .summary-content .registration-mode.tier1 .col-2, .main_content.payment-summary .right_content .summary-content .registration-mode.tier1 .col-3 {
                padding: 0 0 0 20px;
            }

            .main_content.payment-summary .right_content .summary-content .bank-details .images {
                margin: 0 20px 20px 0 !important;
            }

            .main_content.payment-summary .right_content .summary-content .nominee-details .col-2, .main_content.payment-summary .right_content .summary-content .nominee-details .col-2 .summary-info, .main_content.payment-summary .right_content .summary-content .nominee-details .col-3, .main_content.payment-summary .right_content .summary-content .nominee-details .col-3 .summary-info {
                padding-top: 0;
            }

            .main_content.payment-summary .right_content .summary-content .scheme-details .col-1 .d-f {
                margin-bottom: 0;
            }

            .main_content.payment-summary .right_content .summary-content .scheme-details .col-2, .main_content.payment-summary .right_content .summary-content .scheme-details .col-3 {
                padding-top: 0;
            }

            .main_content.payment-summary .right_content .summary-content .scheme-details.tier-2 .col-2, .main_content.payment-summary .right_content .summary-content .scheme-details.tier-2 .col-3 {
                padding-top: 0;
                padding-bottom: 0;
            }

    .main_content.success .row.container {
        width: 95%;
    }

        .main_content.success .row.container .account-created {
            padding: 20px 10px;
        }

            .main_content.success .row.container .account-created:after {
                display: none;
            }

            .main_content.success .row.container .account-created h2 {
                margin-top: 0;
                font-size: 20px;
                line-height: 25px;
                margin-bottom: 30px;
            }

            .main_content.success .row.container .account-created h6 {
                margin-bottom: 10px;
                font-size: 18px;
            }

            .main_content.success .row.container .account-created p {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 15px;
            }

        .main_content.success .row.container .details {
            padding: 20px 10px;
        }

        .main_content.success .row.container .buttons .dwld-btn {
            margin: 0;
        }

    .dashboardModals.success-modal .modal-content:after {
        display: none;
    }

    .dashboardModals.success-modal .modal-content .dashboardmodals_heading.success-modal-heading:after {
        background-size: 50px 50px;
    }

    .dashboardModals.success-modal .modal-content .dashboardModals_content h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin: 25px auto;
    }

    .dashboardModals.success-modal .modal-content .dashboardModals_content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 50px;
    }

    .dashboardModals.success-modal .modal-content .proceed_btn a {
        padding: 18px 45px;
    }

    #percentageAllocationModal .dashboardmodals_heading {
        height: auto;
        padding: 25px 20px;
        background: none;
        background-color: #f0f2f9;
    }

    #percentageAllocationModal .dashboardModals_content {
        padding: 0 20px 60px;
    }

        #percentageAllocationModal .dashboardModals_content ul {
            padding-left: 0;
        }

        #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content {
            width: 100%;
            display: flex;
        }

            #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul {
                display: block;
                width: 50%;
                border-right: 1px solid hsla(0,0%,100%,.27);
            }

                #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul li {
                    width: 100%;
                }

                    #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul li.allocation-table-heading {
                        width: 100%;
                        border-bottom: 0;
                    }

                    #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul li:last-child {
                        border-right: 1px dashed #b6bac7;
                    }

                #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul:last-child {
                    border-right: 0;
                }

                    #percentageAllocationModal .dashboardModals_content .allocation-table-outer .allocation-table-inner .allocation-table-content ul:last-child li {
                        border-bottom: 1px solid #b6bac7;
                        border-right: 0;
                    }

    .collapsible .collapsible-header {
        padding-left: 20px;
        display: block;
        padding: 20px 15px;
    }

        .collapsible .collapsible-header .collapse_arrow {
            right: 0;
            bottom: unset;
            top: 10px;
        }

        .collapsible .collapsible-header .checkbox-field {
            width: 100%;
            display: flex;
            align-items: center;
        }

            .collapsible .collapsible-header .checkbox-field label [type=checkbox].filled-in + span:not(.lever):after, .collapsible .collapsible-header .checkbox-field label [type=checkbox].filled-in:checked + span:not(.lever):before {
                top: 0;
            }

    .collapsible .address_text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .progress_steps {
        justify-content: unset;
    }

        .progress_steps span {
            margin-right: 10px;
        }

    .kyc-details-info .dotted-border .kyc-info-text img {
        width: 20px;
    }

    .main_content.personal-details-edit .d-f .proceed_btn a {
        margin-right: 40px;
    }

    .main_content.personal-details-edit .d-f {
        display: block;
    }

        .main_content.personal-details-edit .d-f .proceed_btn a {
            padding: 18px 5px;
            margin-right: 0;
        }

    .dashboardModals.selection .dashboardModals_content.selection-content .dotted-border.box-1 .benifit-content p {
        padding-right: 0;
    }

    .dashboardModals.selection .dashboardModals_content.selection-content .box-2 {
        padding: 20px 20px 0 22px;
    }

    .dashboardModals.selection .selection-heading h4 {
        margin: 25px 0 0;
    }

    .main_content .left_content.col {
        padding: 25px 20px 10px !important;
        margin: 0px 0px;
        height: auto;
    }

        .main_content .left_content.col h2, .main_content .left_content.col p {
            display: none;
        }

    .loader {
        background: rgb(37 39 39 / 62%);
        min-height: 100vh;
        z-index: 99999;
        top: 0;
        position: fixed;
        left: 0;
        width: 100vw;
        display: flex;
        place-items: center;
        justify-content: center;
    }

        .loader #status img {
            width: 300px;
        }

    .preloader-wrapper {
        display: inline-block;
        position: relative;
        width: 50px;
        height: 50px;
    }

    #kit-selection .modal-content .dashboardmodals_heading {
        padding: 15px 20px;
        margin-bottom: 24px;
    }

        #kit-selection .modal-content .dashboardmodals_heading h4 {
            margin: 0;
        }

    #kit-selection .modal-content .dashboardModals_content {
        padding: 0 20px 60px;
    }

        #kit-selection .modal-content .dashboardModals_content .radio_group_labels {
            display: flex;
        }

            #kit-selection .modal-content .dashboardModals_content .radio_group_labels label {
                width: 50%;
                margin-right: 0 !important;
            }

    #registerWithAadhaar {
        width: 100%;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0;
    }
}

@media only screen and (min-width:601px)and (max-width:1000px) {

    header {
        padding: 16px 20px;
    }

    .right_content h3 a {
        margin-left: 0;
    }

    .main_content {
        background: #f0f2f9;
    }

        .main_content .maxwidth {
            height: auto;
        }

        .main_content .left_content img {
            display: none;
        }

    .left_content.col {
        height: auto;
        padding: 40px;
    }

    .main_content:after {
        top: 180px;
    }

    .right_content.col {
        padding: 40px 20px;
    }

    .collapsible .address_text .address {
        line-height: 23px;
    }

    .dashboardModals, .signupModals {
        width: 95%;
    }

    #selectLanguage .dashboardModals_content .radio_group_labels label {
        margin-right: 20px;
    }

        #selectLanguage .dashboardModals_content .radio_group_labels label + label {
            margin-left: 0;
        }

    .dashboardModals .modal-content .dashboardModals_content {
        padding: 0 40px 60px;
    }

        .dashboardModals .modal-content .dashboardModals_content .kyc-documents .kyc-documents-info {
            padding: 25px 10px;
        }

    .radio_group label + label {
        margin-left: 0;
    }

    .radio_group label {
        margin-right: 30px;
    }

    .nominee_sec, .nominee_sec.nominee_tier_1 {
        padding: 20px;
    }

        .nominee_sec .radio_group label + label {
            margin-left: 0;
            margin-right: 25px;
        }

    .others_drp .others {
        margin-top: -20px;
    }

    .nominee_detail_tier2_sec .address_text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bank_detail_sec .bank {
        width: 25%;
    }

    .left_content > img {
        margin-top: 25px;
    }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info {
        padding: 10px 15px;
        max-width: 550px;
    }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name {
            margin-right: 5px;
        }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total {
        text-align: right;
        margin-right: 160px;
    }

    .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info {
        padding: 20px 10px;
    }

        .scheme-detail-auto .lifecycle-fund label .lifecycle-fund-info .lifecycle-fund-percentages {
            padding: 0 5px;
        }

    .upload-document:after {
        opacity: .5;
        top: 145px;
    }

    .upload-document .right_content.col .upload-content {
        width: unset;
        padding-left: 30px;
    }

    #kycAadhaarInfo .upload-content {
        width: unset;
        padding: 0 0 0 30px;
    }

    .dashboardModals.otp-modal .otp-content .dotted-border a {
        margin-top: 20px;
    }

    .main_content.payment-summary:after {
        display: none;
    }

    .main_content.payment-summary {
        display: unset;
    }

        .main_content.payment-summary .summary-mobile-nav {
            width: 100%;
            justify-content: space-around;
            display: flex;
            padding: 10px;
            background: #f0f2f9;
            z-index: 111;
            box-shadow: 0 0 5px 0 #a99f9f;
        }

            .main_content.payment-summary .summary-mobile-nav .nav {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                text-align: center;
                margin-right: 10px;
            }

                .main_content.payment-summary .summary-mobile-nav .nav .nav-img {
                    margin-right: 10px;
                }

                .main_content.payment-summary .summary-mobile-nav .nav .nav-txt a {
                    position: relative;
                }

                    .main_content.payment-summary .summary-mobile-nav .nav .nav-txt a:focus, .main_content.payment-summary .summary-mobile-nav .nav .nav-txt a:hover {
                        text-decoration: none;
                    }

                    .main_content.payment-summary .summary-mobile-nav .nav .nav-txt a.active {
                        color: #e5435c;
                    }

        .main_content.payment-summary .left_content {
            display: none;
        }

        .main_content.payment-summary .right_content {
            padding: 35px;
        }

            .main_content.payment-summary .right_content .title {
                padding: 20px;
            }

                .main_content.payment-summary .right_content .title h3 .proceed_btn {
                    margin-top: 10px !important;
                }

            .main_content.payment-summary .right_content .summary-content .photo-bg.cheque, .main_content.payment-summary .right_content .summary-content .photo-bg.pan-card, .main_content.payment-summary .right_content .summary-content .photo-bg.photograph, .main_content.payment-summary .right_content .summary-content .photo-bg.signature {
                width: 100%;
            }

            .main_content.payment-summary .right_content .summary-content .row .col-2, .main_content.payment-summary .right_content .summary-content .row .col-3 {
                margin-left: 30px;
            }

            .main_content.payment-summary .right_content .summary-content .images {
                margin-right: 20px;
            }

            .main_content.payment-summary .right_content .summary-content .summary-info {
                margin-bottom: 20px;
            }

            .main_content.payment-summary .right_content .summary-content .personal-details .col-1 {
                padding-top: 20px;
            }

            .main_content.payment-summary .right_content .summary-content .personal-details .col-2 {
                padding-top: 0;
            }

            .main_content.payment-summary .right_content .summary-content .personal-details .col-3 {
                margin: unset;
                border: unset;
                padding-left: 10px;
                padding-top: 0;
            }

            .main_content.payment-summary .right_content .summary-content .personal-details .images {
                flex-wrap: wrap;
            }

            .main_content.payment-summary .right_content .summary-content .registration-mode .col-2 .images {
                margin-left: auto;
            }

            .main_content.payment-summary .right_content .summary-content .registration-mode.tier1 .col-2, .main_content.payment-summary .right_content .summary-content .registration-mode.tier1 .col-3 {
                padding: 0 0 0 20px;
            }

            .main_content.payment-summary .right_content .summary-content .bank-details .images {
                margin: 0 20px 20px 0 !important;
            }

            .main_content.payment-summary .right_content .summary-content .nominee-details .col-2, .main_content.payment-summary .right_content .summary-content .nominee-details .col-2 .summary-info, .main_content.payment-summary .right_content .summary-content .nominee-details .col-3, .main_content.payment-summary .right_content .summary-content .nominee-details .col-3 .summary-info {
                padding-top: 0;
            }

            .main_content.payment-summary .right_content .summary-content .scheme-details .col-1 .d-f {
                margin-bottom: 0;
                justify-content: unset;
            }

                .main_content.payment-summary .right_content .summary-content .scheme-details .col-1 .d-f .summary-info:first-child {
                    margin-right: 30px;
                }

            .main_content.payment-summary .right_content .summary-content .scheme-details .col-2, .main_content.payment-summary .right_content .summary-content .scheme-details .col-3 {
                padding-top: 0;
            }

            .main_content.payment-summary .right_content .summary-content .scheme-details.tier-2 .col-2, .main_content.payment-summary .right_content .summary-content .scheme-details.tier-2 .col-3 {
                padding-top: 0;
                padding-bottom: 0;
            }

    .main_content.success .row.container {
        width: 90%;
    }

        .main_content.success .row.container .account-created {
            padding: 40px 30px;
        }

            .main_content.success .row.container .account-created:after {
                display: none;
            }

            .main_content.success .row.container .account-created h2 {
                margin-top: 0;
                font-size: 20px;
                line-height: 25px;
                margin-bottom: 30px;
            }

            .main_content.success .row.container .account-created h6 {
                margin-bottom: 10px;
                font-size: 18px;
            }

            .main_content.success .row.container .account-created p {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 15px;
            }

        .main_content.success .row.container .details {
            padding: 40px 30px;
        }

    .progress_bar {
        margin: 0 10px;
    }
}

@media only screen and (min-width:1001px)and (max-width:1025px) {
    header {
        padding: 16px 20px;
    }

    .left_content.col {
        padding: 40px 25px;
    }

    .right_content.col {
        padding: 40px;
    }

    .dashboardModals, .signupModals {
        width: 95%;
    }

    .radio_group label + label {
        margin-left: 0;
    }

    .radio_group label {
        margin-right: 29px;
    }

    .address_tax_residence label {
        transform: translateY(-8px);
    }

    .nominee_sec .radio_group label + label {
        margin-left: 0;
    }

    .others_drp .others {
        position: relative;
        margin-top: -20px;
    }

    .nominee_sec_tier1_tier2 .radio_group label {
        margin-right: 15px;
    }

    .nominee_detail_tier2_sec .address_text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bank_detail_sec .bank {
        width: 30%;
    }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-slider-guidelines {
        left: 10px;
        top: -35px;
    }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-amount-guidelines {
        left: 330px;
        top: -25px;
    }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-guidelines.scheme-percentage-amount-guidelines:after {
            left: 55px;
        }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info {
        flex-wrap: wrap;
        padding: 10px 15px;
        max-width: 450px;
    }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-name {
            width: 100%;
            margin-right: 0;
        }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-range {
            margin-right: 20px;
            flex-grow: 1;
        }

            .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-range .range-field {
                width: 100%;
                margin-right: 0;
            }

        .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-content .scheme-percentage-info .scheme-percentage-value {
            position: relative;
            display: inline-block;
        }

    .scheme-detail-active .scheme-percentage-allocation .scheme-percentage-total {
        margin-right: 180px;
    }

    .scheme-detail-auto .lifecycle-fund .col.m4 {
        width: 50%;
        margin-bottom: 45px;
    }

    .payment-content .charges {
        padding: 20px 15px 0;
    }

    .upload-document .right_content.col .upload-content {
        width: 95%;
    }

    .upload.cheque .left-side img {
        top: 15px;
    }

    .upload.cheque .right-side {
        padding: 32px 25px;
    }

    .upload-2 .row-1 .left-side {
        padding: 8px 50px;
    }

    #kycAadhaarInfo .upload-content {
        width: unset;
        padding: 0;
    }

    #kycAadhaarInfo .upload .left-side {
        padding: 8px 50px;
    }

    .main_content.payment-summary .right_content {
        padding: 20px;
    }

        .main_content.payment-summary .right_content .summary-content .photo-bg.cheque, .main_content.payment-summary .right_content .summary-content .photo-bg.pan-card, .main_content.payment-summary .right_content .summary-content .photo-bg.photograph, .main_content.payment-summary .right_content .summary-content .photo-bg.signature {
            width: 100%;
        }

    .main_content.success .row.container {
        width: 95%;
    }

        .main_content.success .row.container .account-created, .main_content.success .row.container .details {
            padding: 25px 50px 10px 30px;
        }

    .progress_bar {
        margin: 0 10px;
    }
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .loader #status img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}

.container-fluid.error-page {
    height: calc(100vh - 82px);
    display: flex;
    justify-content: center;
    background: url("/Content/img/error-bg-right.svg") right top 70% no-repeat, url("/Content/img/error-bg-left.svg") left center no-repeat;
    background-color: #f0f2f9;
}

    .container-fluid.error-page .error-page-content {
        width: 100%;
        max-width: 950px;
        border-radius: 8px;
        margin: 20px auto;
        margin-top: 130px;
        text-align: center;
    }

        .container-fluid.error-page .error-page-content .error-page-content-heading {
            background-color: #fff;
            margin-bottom: 5px;
            padding-bottom: 30px;
        }

            .container-fluid.error-page .error-page-content .error-page-content-heading img {
                position: relative;
                top: -40px;
            }

            .container-fluid.error-page .error-page-content .error-page-content-heading h4 {
                margin-top: 0;
                font-weight: 800;
                font-size: 30px;
                line-height: 30px;
                color: #283d7c;
                margin-bottom: 0;
            }

        .container-fluid.error-page .error-page-content .error-page-content-info {
            background-color: #fff;
            padding: 0 15px;
            padding-top: 1px;
            padding-bottom: 70px;
        }

            .container-fluid.error-page .error-page-content .error-page-content-info h5 {
                font-weight: 600;
                font-size: 21px;
                line-height: 50px;
                letter-spacing: -1px;
                color: #000;
                margin-top: 35px;
                margin-bottom: 12px;
            }

            .container-fluid.error-page .error-page-content .error-page-content-info p {
                font-size: 18px;
                line-height: 31px;
                color: #000;
                width: 100%;
                max-width: 700px;
                margin: auto;
            }

                .container-fluid.error-page .error-page-content .error-page-content-info p a {
                    font-weight: 700;
                    color: #e5435c;
                }

@media only screen and (max-width: 600px) {
    .txt {
        margin: 0px 40px;
    }

    .upload-content .upload .left-side img {
        margin: 0px 35px;
    }

    .upload-content .upload:first-child .right-side .upload-first {
        justify-content: space-around;
        /* margin: 0px 52px; */
        /* margin-left: -20px; */
        width: 100%;
    }

    .upload-content .support-txt {
        padding: 15px 23px;
        width: 88%;
        font-style: normal;
        font-size: 11px;
        margin-bottom: 20px;
        font-weight: 400;
        color: #636c88;
        float: left;
    }

    .nps-radiotext {
        padding-left: 35px;
        /* text-align: left; */
        width: 100%;
        margin: 12px 0px;
    }

    .select-field .select-wrapper select {
        font-size: 15px;
    }

    #country {
        margin: 25px 0px;
    }

    p {
        line-height: 1.5;
        font-size: 15px;
        color: #283d7c;
        margin-bottom: 0px;
    }

    .container-fluid.error-page {
        height: auto;
    }

        .container-fluid.error-page .error-page-content {
            margin: 20px;
            margin-top: 70px;
        }

            .container-fluid.error-page .error-page-content .error-page-content-heading h4 {
                font-size: 24px;
            }

            .container-fluid.error-page .error-page-content .error-page-content-info {
                padding-bottom: 30px;
            }

                .container-fluid.error-page .error-page-content .error-page-content-info h5 {
                    font-size: 20px;
                    line-height: 30px;
                    letter-spacing: normal;
                }
}

.radio_group2 span.active .occupation_img_active {
    display: inline;
}

.radio_group2 span.active .occupation_img_inactive {
    display: none;
}

.container-fluid.error-page {
    height: calc(100vh - 82px);
    display: flex;
    justify-content: center;
    background: url("/Content/img/error-bg-right.svg") right top 70% no-repeat, url("/Content/img/error-bg-left.svg") left center no-repeat;
    background-color: #f0f2f9;
}

    .container-fluid.error-page .error-page-content {
        width: 100%;
        max-width: 950px;
        border-radius: 8px;
        margin: 20px auto;
        margin-top: 130px;
        text-align: center;
    }

        .container-fluid.error-page .error-page-content .error-page-content-heading {
            background-color: #fff;
            margin-bottom: 5px;
            padding-bottom: 30px;
        }

            .container-fluid.error-page .error-page-content .error-page-content-heading img {
                position: relative;
                top: -40px;
            }

            .container-fluid.error-page .error-page-content .error-page-content-heading h4 {
                margin-top: 0;
                font-weight: 800;
                font-size: 30px;
                line-height: 30px;
                color: #283d7c;
                margin-bottom: 0;
            }

        .container-fluid.error-page .error-page-content .error-page-content-info {
            background-color: #fff;
            padding: 0 15px;
            padding-top: 1px;
            padding-bottom: 70px;
        }

            .container-fluid.error-page .error-page-content .error-page-content-info h5 {
                font-weight: 600;
                font-size: 21px;
                line-height: 50px;
                letter-spacing: -1px;
                color: #000;
                margin-top: 35px;
                margin-bottom: 12px;
            }

            .container-fluid.error-page .error-page-content .error-page-content-info p {
                font-size: 18px;
                line-height: 31px;
                color: #000;
                width: 100%;
                max-width: 700px;
                margin: auto;
            }

                .container-fluid.error-page .error-page-content .error-page-content-info p a {
                    font-weight: 700;
                    color: #e5435c;
                }




@media only screen and (max-width: 600px) {
    .container-fluid.error-page {
        height: auto;
    }

        .container-fluid.error-page .error-page-content {
            margin: 20px;
            margin-top: 70px;
        }

            .container-fluid.error-page .error-page-content .error-page-content-heading h4 {
                font-size: 24px;
            }

            .container-fluid.error-page .error-page-content .error-page-content-info {
                padding-bottom: 30px;
            }

                .container-fluid.error-page .error-page-content .error-page-content-info h5 {
                    font-size: 20px;
                    line-height: 30px;
                    letter-spacing: normal;
                }
}

@supports(-moz-appearance:none) {
    .landline_number input;

{
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    height: 26px !important;
}

.landline_number input:-ms-input-placeholder {
    color: #222;
}

.landline_number input::placeholder {
    color: #222;
}
}
