.change-bank-block-input-txt.Male, .change-bank-block-input-txt.Female {
    pointer-events: none;
}
.change-bank-block-input-txt.M, .change-bank-block-input-txt.F {
    pointer-events: none;
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 98% 50% no-repeat !important;
    z-index:9999 !important;
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

.inputHeight {
    height: 62px !important;
}
.ui-menu .ui-menu-item {
    position: relative;
    padding:4px 4px 4px 24px !important;
    font-size: 12px !important;
}
    

.first-span {
    width: 50%;
    float: left;
}
.second-span {
    width: 50%;
    float: right;
}
.second-span {
    text-align: end;
}
.third-span {
    width: 100%;
    display: flow-root;
    text-align: left;
}
.ui-menu .ui-menu-item::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0px;
    background-color: #fff;
    border: 2px #bdbdbd solid;
    top: 18px;
    position: absolute;
    left: 7px;
    z-index: 99999999;
    outline: 1px #fff solid;
}
.ui-menu-item:hover::before {
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0px;
    background-color: #0c54a0;
    border:2px #fff solid;
    outline: 1px #0c54a0 solid;
    z-index: 99999999;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active {
    border: 0px solid #000;

}
.ui-menu-item .ui-menu-item-wrapper:hover {
    padding: 3px 1em 3px 0.4em;
}
.partner-tab-ul {
    white-space: nowrap;
    overflow-y: auto;
}
    .partner-tab-ul .nav-tabs {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        webkit-overflow-style: touch;
        overflow-y: clip;
        flex-wrap: initial;
    }
    .partner-tab-ul .nav-link {
        padding: 0.5rem 10px;
    }

    .errorBox {
        position: relative;
        margin: 10px;
        text-align: center;
    }

.explore-Body p {
    color: #333;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px 20px;
}

.MobileDetailsView {
    display: none;
}

    .MobileDetailsView.OtpDiv {
        display: block !important;
    }
.PanDetailsView {
    display: none;
}
    .PanDetailsView.OtpDiv {
        display: block !important;
    }
.BankDetailsView {
    display: none;
}
    .BankDetailsView.SucDiv {
        display: block !important;
    }
label.error, span.field-validation-error {
    color: #f00 !important;
    font-size: 12px !important;
    line-height: normal;
    margin-top: 5px;
}

/*.modal-backdrop {
display:none !important;
}*/



/* ipv */
.personal-div .head-box h1 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #1c2437;
}
.personal-div .head-box p {
    font-size: 14px;
    color: #546274;
    margin-bottom: 15px;
    line-height: 20px;
}

.ipv-section .box {
    border: 0px #d3d3d3 solid;
    border-radius: 15px;
    padding: 15px;
    min-height: 170px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .ipv-section .box + p {
        color: #014a81;
        margin-top: 10px;
        font-size: 15px;
        font-weight: bold;
    }

.clear-all {
    position: absolute;
    bottom: -14px;
    right: 13px;
    border-radius: 20px;
    padding: 5px 8px;
    font-size: 12px;
    background: #c7c7c7;
    border-color: #c7c7c7;
    width: initial;
    height: auto;
    min-width: initial;
    line-height: initial;
}
.upload-section label {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #0c54a0;
    cursor: pointer;
    background: url(../asset/images/cloud.png) 30px center no-repeat rgb(249 243 239 / 10%);
    background-size: 24px;
    border-radius: 62px;
    width: 100%;
    padding: 10px 0 10px 70px;
    text-align: left;
    border: 1px #ddd solid;
}

.upload-section input {
    display: none;
}

.upload-section label {
    font-size: 14px;
}

    .upload-section label small {
        clear: both;
        display: block;
        color: #999;
        font-size: 13px;
        /* font-family: 'Open Sans Regular'; */
    }
.upload-camera {
    position: absolute;
    right: 32px;
    top: 24px;
    cursor: pointer;
    font-size: 20px;
    color: #9d9d9d;
}
.upload-section .conditions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position:relative;
}

    .upload-section .conditions ul li {
        padding-left: 25px;
        position: relative;
        font-size: 13px;
        font-weight: 400;
        color: #546274;
        padding-bottom: 5px;
    }

        .upload-section .conditions ul li:before {
            position: absolute;
            top: 3px;
            left: 0;
            content: url(../asset/images/check-grey.svg);
        }

        .upload-section .conditions ul li.complete:before {
            content: url(../asset/images/check-green.svg);
        }

        .upload-section .conditions ul li:nth-child(odd) {
            -webkit-box-flex: 0;
        }

        .upload-section.conditions ul li:nth-child(even) {
            -webkit-box-flex: 0;
        }

.upload-section .document-control {
    height: 40px !important;
    padding-left: 15px !important;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.upload-section .form-group .select-input span {
    top: 17px !important;
}


    /*End Signature*/

.list-box {
    width: 100%;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}
    .list-box ol {
    margin-bottom:0px;
    }
    .list-box ol li {
    font-size:12px;
    }

.select2-box {
    position: relative;
}
.select2-box label.error {
    position: absolute;
    z-index: 999;
    bottom:-30px;
}
.SelectedEducation {
    margin-bottom: 10px;
    color: #999;
    text-align: right;
    font-size: 11px;
}

input.error, select.error, textarea.error {
    border: 1px solid #f00 !important;
    background: #fff5f5 !important;
    box-shadow: 0px 0px 7px rgb(255 0 0 / 50%) !important;
}

input[type="radio"].error {
    outline: 1px solid #F00 !important;
}



html {
  font-size: 14px;
}

/*Custome css*/
.heading-bar {
padding-top:30px;
}

.qbidCropBtnsGrp .btn {
    padding: 0 15px;
    height: 42px;
    line-height: inherit;
    border-radius: 4px;
    min-width: initial;
    font-family: 'Open Sans Semi Bold';
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    margin-right: 5px;
}


/*End css*/
@media only screen and (min-width: 1400px) {
    .btn {
        font-size: 15px;
    }
    .ml-20 {
        margin-left: 18px;
    }
}
@media only screen and (max-width: 1200px) {
    .center2btn-bar .btn {
    font-size:14px;
    }
}
    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

    .registration-li {
        position: relative;
    }

        .registration-li i {
            position: absolute;
            top: 1px;
            left: -18px;
        }



    .tooltip {
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        z-index: 9999;
    }

    .registration-label {
        position: relative;
        display: inline-block;
    }

        .registration-label:hover .tooltip {
            display: block;
        }

    /*email list drop down css*/
    .mailtip {
        float: none;
        background-color: #ffff;
        list-style: none;
        border: 1px solid #e6e6e6;
        border-radius: 0px 0px 10px 10px;
        overflow: hidden;
        border-top: none;
        margin-top: 0px !important;
        width: 100% !important;
    }

        .mailtip li.active {
            background: #fff5ec;
        }

        .mailtip li p {
            text-align: left;
            line-height: 30px;
            cursor: pointer;
            margin: 0 9px;
            overflow: hidden;
            word-wrap: break-word;
            height: 30px;
            font-size: 14px !important;
        }


    /*.noteArea {
    margin-left: 8%;
}*/
    .registrationTypBlock, .registrationTypBlockinner .leftPart .content h4, .registrationTypBlockinner .leftPart .content p, .registrationTypBlockinner .leftPart .icon, .registrationTypBlockinner .leftPart {
        cursor: pointer;
    }
    /*End*/
    .rightphoto-demo {
        margin-top: 30px;
    }

        .rightphoto-demo h3 {
            text-align: left;
            color: #333333;
            font-size: 16px;
            font-family: 'Open Sans Regular';
        }

        .rightphoto-demo ul li {
            display: inline-block;
            list-style: none;
            border-radius: 4px;
            border: 1px solid #D2D2D2;
            width: calc(33.33% - 18px);
            margin-left: 20px;
            padding: 15px;
            vertical-align: top;
            position: relative;
        }

            .rightphoto-demo ul li i {
                position: absolute;
                right: -10px;
                top: -10px;
            }

            .rightphoto-demo ul li p {
                font-size: 13px;
                color: #333333;
                line-height: 18px;
                margin-bottom: 0;
                margin-top: 15px;
                min-height: 54px;
            }

            .rightphoto-demo ul li:first-child {
                margin-left: 0;
            }

            .rightphoto-demo ul li > img {
                height: 44px;
            }

    .ipverification-bar {
        padding-top: 10px;
        max-width: 600px;
    }

    /*.ajaxloading {
        width: 55px;
        height: 55px;
        background-color: #fff;
        border-radius: 50px;
        background-image: url(../asset/images/ajax-loading.gif?ver=2);
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 50px;
        position: fixed;
        margin: auto;
        left: 0px;
        right: 0px;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
        top: -120px;
        z-index: 999999;
    }*/
.ajaxloading {
    /* width: 55px; */
    /* height: 55px; */
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    background-image: url(../asset/images/logo/loading.gif?ver=2);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
    position: ABSOLUTE;
    margin: auto;
    left: 0px;
    right: 0px;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 20%); */
    top: 0px;
    z-index: 999999;
    BOTTOM: 0PX;
    display: none;
}

    @media only screen and (max-width: 767px) {
        .total-block {
        display:block !important;
        }
        .digi-locker-txt span {
            font-size: 18px;
            text-align: center;
            display: block;
            line-height: 25px;
        }

        .ipv-section .box {
            padding: 12px 0px;
        }

        .rightphoto-demo ul li {
            width: 100%;
            margin-left: 0;
            text-align: left;
            margin-top: 5px;
            margin-bottom: 10px;
            padding: 10px;
        }

            .rightphoto-demo ul li p {
                min-height: 100%;
                display: inline-block;
                width: calc(100% - 60px);
                vertical-align: middle;
                margin-top: 0;
                margin-left: 10px;
                font-size: 12px;
            }

                .rightphoto-demo ul li p br {
                    display: none;
                }
    }

    @media only screen and (max-width: 480px) {
        .exchangename-box p {
            width: 32%;
        }
        .center2btn-bar .btn:last-child {
            margin-left: 0;
            margin-top: 15px;
        }
        .center2btn-bar .ml-20 {
            margin-left: 0px;
        }
        .center2btn-bar .btn:last-child {
            margin-top: 0px;
        }
    }

    @media only screen and (max-width: 430px) {
        .upload-section label small {
            font-size: 10px;
        }

        .upload-camera {
            right: 20px;
        }

       
    }

    @media only screen and (max-width: 376px) {
        .exploreOptionBtnArea .ml-20 {
            margin-left: 0px !important;
        }
        .exploreOptionBtnArea .btn {
            width: 100%;
        }
            .exploreOptionBtnArea .btn:last-child {
            margin-top:10px;
            }
        .upload-section label {
            font-size: 12px;
            padding: 10px 0 10px 40px;
            background-position-x: 12px;
        }

        .upload-section .conditions ul li {
            padding-left: 24px;
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 360px) {
        .center2btn-bar .btn:last-child {
            margin-left: 0;
            margin-top: 15px;
        }
    }

    @media only screen and (max-width: 352px) {

        .otp-mainarea input.form-control {
            margin-right: 21px;
        }

        .center-yesnoBtn a:last-child {
            margin-left: 0px;
        }

        .center-yesnoBtn a {
            width: 100%;
            margin-bottom: 10px;
        }

        .uploadfile-mainarea {
            padding: 30px 15px;
        }
    }

    @media only screen and (max-width: 320px) {

        .upload-camera {
            right: 12px;
            font-size: 15px;
        }
    }