@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800;&display=swap');

#HaveAPartnerCodeLink {
}
.logo a {
    pointer-events: none;
}
@font-face {
    font-family: 'Open Sans Regular';
    src: local('Open Sans Regular'), local('OpenSansRegular'), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Semi Bold';
    src: local('Open Sans Semi Bold'), local('OpenSansSemiBold'), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-SemiBold.woff") format("woff");
    font-family: 'Open Sans Semi Bold';
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Bold';
    src: local('Open Sans Bold'), local('OpenSansBold'), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Medium';
    src: local('Open Sans Medium'), local('OpenSansMedium'), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Medium.woff2") format("woff2"), url("https://cdn.mirae-asset.co.in/mstock-assets/v1/assets/fonts/OpenSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans Regular';
    color: #333;
    background: rgb(229, 235, 252);
    background: linear-gradient(187deg, rgba(229, 235, 252, 1) 0%, rgba(164, 183, 250, 0.5) 26%, rgba(255, 233, 233, 1) 96%);
    height: 100%;
}


.logo a {
    pointer-events: none;
}

.miraelogo {
    width: 120px;
}

.miraelogoPartner {
    width: 170px;
}


    .Ocolor {
        color: #f58220 !important;
    }

.required:after {
    content: "*";
    color: red;
    display: contents;
}

input[required]:before {
    content: "*";
    color: red;
}

.ajaxloading {
    display: none;
    /*    width: 55px;*/
    /*    height: 120px;
*/ /*background-color: #fff;
    border-radius: 50px;*/
    background-image: url(../images/ajax-loading.gif?ver=2);
    position: fixed;
    margin: auto;
    /*box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);*/
    z-index: 999999;
    /*    left: 0px;
    right: 0px;
    top: 0px !important;
    bottom: 0px;
    border-radius: 0px;*/

    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 10%;
    bottom: 0px;
    background-size: 250px;
}


.ajaxloading_bank {
    display: none;
    /*    width: 55px;*/
    /*    height: 120px;
*/ /*background-color: #fff;
    border-radius: 50px;*/
    background-image: url(../images/ajax-loading.gif?ver=2);
    position: fixed;
    margin: auto;
    /*box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);*/
    z-index: 999999;
    /*    left: 0px;
    right: 0px;
    top: 0px !important;
    bottom: 0px;
    border-radius: 0px;*/

    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-size: 250px;
    background-color: rgba(0,0,0,0.2);
}


.privacy-policy-text {
    font-size: 13px !important;
}



#loadingContentId {
    display: none;
}

.Lblcontainer input.error ~ span {
    border-color: #f00 !important;
}

html {
    font-size: 62.5%;
}
.overflow {
    overflow: inherit !important;
}

.container-fluid1 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

body {
    padding: 0;
    margin: 0;
/*    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #546274;*/
    position: relative;
    min-height: 100vh;
    height: 100%
}

.Ekyc-form {
    width: auto;
    margin: auto;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 35px 28px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .Ekyc-form {       
        margin-bottom: 15px;
    }
}
.footer-bottom {
    background: #363636;
    padding: 2px 0px;
    color: #b7b7b7;
    margin-top: 2%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
/*    color: inherit;
*/}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: inherit;
        }

h1 {
    font-size: 6.4rem;
}

h2 {
    font-size: 4.8rem;
}

h3 {
    font-size: 3.6rem;
}

h4 {
    font-size: 2.8rem;
}

h5 {
    font-size: 2.2rem;
}

h6 {
    font-size: 1.8rem;
}



a {
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    outline: none;
    text-decoration: none;
}

    a,
    a:hover,
    a:focus {
        text-decoration: none;
        display: inline-block;
        color: inherit;
        outline: none;
    }

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt130 {
    padding-top: 130px;
}

.pb130 {
    padding-bottom: 130px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.pt180 {
    padding-top: 180px;
}

.pb180 {
    padding-bottom: 180px;
}

.pt200 {
    padding-top: 200px;
}

.pb200 {
    padding-bottom: 200px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

/* External css */




textarea {
    resize: none;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #546274;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #546274;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #546274;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #546274;
}

button, .btn {
    /*border: 0;*/
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.primary-color {
    color: #1e85ff;
}

.primary-bg {
    background: #1e85ff;
}

.white-text {
    color: #ffffff;
}

.white-bg {
    background: #ffffff;
}

.ekyc-bg {
    background-size: cover;
}


/*  */
/*.ugf-nav {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 5%);
  box-shadow:0px 2px 5px 0px rgb(0 0 0 / 5%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9; }*/

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

    .navigation .logo a span {
        background: #e5e5e5;
        margin-left: 5px;
        padding: 2px 5px;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 1.8rem;
    }

    .navigation .nav-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navigation .nav-btns .back {
            font-size: 1.4rem;
            font-weight: 400;
            color: #546274;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: "Roboto", sans-serif;
            flex-flow: "Roboto", sans-serif;
            margin-right: 25px;
        }

            .navigation .nav-btns .back:hover {
                color: #1e85ff;
            }

        .navigation .nav-btns .get {
            background: #1e85ff;
            color: #ffffff;
            height: 50px;
            padding: 0 30px;
            border-radius: 5px;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 1.5rem;
            font-weight: 700;
            font-family: "Roboto", sans-serif;
            line-height: 50px;
        }



.Ekyc-form .input-block + .input-block {
    margin-top: 50px;
}

.Ekyc-form .input-block .form-group .select-input span {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 0;
    width: 0;
    border-top: 6px solid #b2becc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.Ekyc-form .input-block h4 {
    font-size: 23px;
    /*font-family: 'Open Sans', Regular;*/
    color: #333333;
}

    .Ekyc-form .input-block h4 + div {
        margin-top: 40px;
    }

.Ekyc-form .input-block h6 {
    font-family: 'Open Sans', Regular;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}

.Ekyc-form .input-block p {
/*    font-family: 'Open Sans', sans-serif;
*/    color: #333333;
/*    margin-top: 5px;
*/}

.light-gray {
    color: #999999 !important;
}

.line-height {
    line-height: 18px;
}



.custom-list {
    padding-left: 0;
    margin-top: 15px;
}

    .custom-list li {
        list-style-type: none;
        display: flex;
        gap: 9px;
        align-items: start;
        top: 2px;
        position: relative;
        margin-bottom: 10px;
    }
        .custom-list .number {
            min-width: 16px;
            width: 16px;
            height: 16px;
            border: 1px solid #444444;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            font-weight: 600;
            color: #ff6b00;
            background: #fff;
            margin-top: 4px;
        }
.EnterPartner-modal.impupdate .modal-dialog-centered {
    bottom: -50px;
}


.partnerCode-main.impupdate {
    padding: 10px 30px 25px;
}

.circle-name {
    border: 2px #3590e2 solid;
    border-radius: 65%;
    width: 120px;
    height: 120px;
    text-align: center;
    display: inline-block;
    background-color: #ebf4fc;
    vertical-align: middle;
}

    .circle-name p {
        line-height: 110px;
        font-size: 30px !important;
    }


.Ekyc-form .input-block .country-select-wrap .country-select {
    width: 100%;
}

    .Ekyc-form .input-block .country-select-wrap .country-select .flag-dropdown .selected-flag {
        padding-left: 22px;
    }

        .Ekyc-form .input-block .country-select-wrap .country-select .flag-dropdown .selected-flag:hover {
            background: #ffffff;
        }

        .Ekyc-form .input-block .country-select-wrap .country-select .flag-dropdown .selected-flag .flag:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 32px;
            width: 44px;
            background: url(../images/flag-circle.png);
            content: '';
        }

        .Ekyc-form .input-block .country-select-wrap .country-select .flag-dropdown .selected-flag .arrow {
            border: 0;
        }

    .Ekyc-form .input-block .country-select-wrap .country-select #country {
        height: 70px;
        width: 100%;
        display: block;
        padding-left: 80px;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
        border: 0;
        outline: none;
        border-radius: 5px;
    }

        .Ekyc-form .input-block .country-select-wrap .country-select #country:focus {
            -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
            border: 0 !important;
            outline: none;
        }

    .Ekyc-form .input-block .country-select-wrap .country-select .country-list {
        max-height: 300px;
        border-radius: 5px;
        border: 0;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

        .Ekyc-form .input-block .country-select-wrap .country-select .country-list::-webkit-scrollbar {
            display: none;
        }

        .Ekyc-form .input-block .country-select-wrap .country-select .country-list .country {
            padding: 10px;
        }

            .Ekyc-form .input-block .country-select-wrap .country-select .country-list .country .flag {
                position: relative;
            }

                .Ekyc-form .input-block .country-select-wrap .country-select .country-list .country .flag:before {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    height: 32px;
                    width: 44px;
                    background: url(../images/flag-circle.png);
                    content: '';
                }

    .Ekyc-form .input-block .country-select-wrap .country-select .flag {
        width: 40px;
    }

    .Ekyc-form .input-block .country-select-wrap .country-select.inside .flag-dropdown:hover .selected-flag {
        background: #ffffff;
    }

.Ekyc-form .input-block .custom-form-group {
    position: relative;
    margin-bottom: 25px;
}

    .Ekyc-form .input-block .custom-form-group .custom-form-control {
        display: none;
    }

        .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label {
            border-color: rgba(30, 133, 255, 0.5);
        }

            .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label .text {
                color: #1e85ff;
            }

            .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label .icon {
                opacity: 1;
            }

            .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label:before {
                background: #1e85ff;
                border-color: transparent;
            }

            .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label:after {
                opacity: 1;
            }

    .Ekyc-form .input-block .custom-form-group label {
        margin-bottom: 0;
        width: 100%;
        border: 0;
        border-radius: 5px;
        line-height: 60px;
        padding: 0 25px;
        text-align: left;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 50px;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
        background: #ffffff;
        height: 60px;
    }

        .Ekyc-form .input-block .custom-form-group label .text {
            font-size: 1.5rem;
            font-family: "Roboto", sans-serif;
            color: #546274;
            font-weight: 700;
            text-transform: uppercase;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .Ekyc-form .input-block .custom-form-group label .icon {
            opacity: .5;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .Ekyc-form .input-block .custom-form-group label:before {
            position: absolute;
            top: 25px;
            left: 20px;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            border: 2px solid rgba(0, 0, 0, 0.08);
            content: '';
            opacity: 1;
        }

        .Ekyc-form .input-block .custom-form-group label:after {
            opacity: 0;
            position: absolute;
            top: 10px;
            left: 21px;
            border-radius: 50%;
            content: url("../images/check-white.svg");
        }

.Ekyc-form .input-block .file-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .Ekyc-form .input-block .file-input-wrap .custom-file {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 10px);
        flex: 0 0 calc(33.33% - 10px);
        height: auto;
        text-align: center;
        margin-bottom: 25px;
    }

        .Ekyc-form .input-block .file-input-wrap .custom-file .custom-file-input {
            display: none;
        }

        .Ekyc-form .input-block .file-input-wrap .custom-file .custom-file-label {
            position: relative;
            height: 170px;
            padding: 0;
            -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
            border: 0;
            border-radius: 5px;
            background: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            margin-bottom: 0;
        }

            .Ekyc-form .input-block .file-input-wrap .custom-file .custom-file-label:after {
                content: '';
                padding: 0;
                height: 70px;
                width: 70px;
                border-radius: 5px;
                border: 1px dashed rgba(178, 190, 204, 0.5);
                background: transparent;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .Ekyc-form .input-block .file-input-wrap .custom-file .text {
            margin-top: 10px;
            display: inline-block;
            font-size: 1.3rem;
            font-weight: 400;
            color: #546274;
            font-family: "Roboto", sans-serif;
        }

.Ekyc-form .input-block .conditions {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 10px;
    background: #e6e6e6;
}


.Ekyc-form .input-block .conditions1 {
    margin: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 10px 20px;
    background: #fafafa;
    height: 38vh;
}

.nominee-dFlex {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

.close-icon {
    color: red;
    font-size: 22px;
}

.sign-your ul li {
    margin: 8px 0px;
    line-height: 24px;
}

.conditions h5 {
    text-align: center;
    font-size: 19px;
}

.conditions p {
    font-size: 16px !important;
}

.Ekyc-form .input-block .conditions {
    position: relative;
    margin-bottom: 10px;
}

    .Ekyc-form .input-block .conditions ul li:before {
        position: absolute;
        top: 3px;
        left: 0;
        content: url(../images/check-grey.svg);
    }

    .Ekyc-form .input-block .conditions ul li.complete:before {
        content: url(../images/check-green.svg);
    }

    .Ekyc-form .input-block .conditions ul li:nth-child(odd) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .Ekyc-form .input-block .conditions ul li:nth-child(even) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

.shadow {
    box-shadow: 0 0px 5px rgba(0,0,0,.10) !important;
}

.Ekyc-form .input-block .form-group {
    margin-bottom: 30px;
    width: 100%;
}

    .Ekyc-form .input-block .form-group label a {
        font-size: 14px;
        margin-left: auto;
    }

    .Ekyc-form .input-block .form-group .form-control {
        height: 42px;
        border-radius: 5px;
        border: 1px solid #e6e6e6;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        /*font-weight: 700;*/
        background: #ffffff;
        /*font-family: 'Open Sans', Regular;*/
        padding: 0 15px;
        /*box-shadow: 0 0px 5px rgba(0,0,0,.10);*/
        font-size: 16px;
        color: #333333;
    }

        .Ekyc-form .input-block .form-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #b2becc;
        }

        .Ekyc-form .input-block .form-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #b2becc;
        }

        .Ekyc-form .input-block .form-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #b2becc;
        }

        .Ekyc-form .input-block .form-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #b2becc;
        }

    .Ekyc-form .input-block .form-group .custom-checkbox {
        margin-bottom: 10px;
    }

        .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-input {
            height: 18px;
            width: 18px;
            border-radius: 3px;
            border: 3px solid rgba(0, 0, 0, 0.08);
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
                background: #1e85ff;
            }

        .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-label {
            width: auto;
            text-align: left;
            position: static;
            top: auto;
            left: auto;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            padding-left: 10px;
            cursor: default;
            font-weight: 400;
            color: #546274;
        }

            .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-label:before {
                top: 2px;
                left: 0;
                height: 18px;
                width: 18px;
                border-radius: 3px;
                border: 2px solid rgba(0, 0, 0, 0.08);
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: none;
            }

            .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-label:after {
                top: 2px;
                left: 0;
                height: 18px;
                width: 18px;
            }

            .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-label a {
                color: #1e85ff;
            }

    .Ekyc-form .input-block .form-group .select-input {
        position: relative;
    }

.small-input {
    border-right: 0 !important;
    border-radius: 5px 0px 0px 5px !important;
}

.Ekyc-form .input-block .form-group .select-input span {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 0;
    width: 0;
    border-top: 6px solid #b2becc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.Ekyc-form .input-block .form-group .select-input .span {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 0;
    width: 0;
    border-top: 6px solid #b2becc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.Ekyc-form .input-block .form-group .select-input .form-control {
    width: 100%;
    padding-right: 0;
    padding-left: 19px;
    color: #333333;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    .Ekyc-form .input-block .form-group .select-input .form-control option {
        color: #546274;
    }

.Ekyc-form .input-block .form-group .birth-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .Ekyc-form .input-block .form-group .birth-date .select-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 10px);
        flex: 0 0 calc(33.33% - 10px);
    }

.Ekyc-form .input-block .form-group .check-gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .Ekyc-form .input-block .form-group .check-gender .custom-radio {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
        flex: 0 0 135px;
        margin-right: 20px;
    }

        .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-input {
            display: none;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
        }

            .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label {
                border-color: rgba(30, 133, 255, 0.5);
                color: #1e85ff;
            }

                .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
                    background: #1e85ff;
                }

                .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
                    background-image: none;
                    content: url(../images/check-white.svg);
                }

        .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-label {
            background: #ffffff;
            height: 60px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 1.5rem;
            font-weight: 400;
            color: #b2becc;
            padding-left: 58px;
            text-transform: capitalize;
        }

            .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-label:before {
                height: 18px;
                width: 18px;
                border-radius: 2px;
                background: #e1e7ee;
                border: none;
                top: 19px;
                left: 20px;
            }

            .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-label:after {
                height: 18px;
                width: 18px;
                top: 20px;
                left: 20px;
            }

.my-radio {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}

    .my-radio .form-check-input {
        margin-top: 0.5em;
    }

.Ekyc-form .input-block .label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1c2437;
    text-transform: uppercase;
/*    font-family: 'Open Sans', sans-serif;
*/    display: inline-block;
    margin-bottom: 5px;
}

.Ekyc-form .input-block .documents-upload-wrap .nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
}

    .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item {
        margin-bottom: 0;
        margin-right: 20px;
        margin-bottom: 15px;
    }

        .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item:last-child {
            margin-right: 0;
        }

        .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item .nav-link {
            border: 1px solid rgba(0, 0, 0, 0.08);
            background: transparent;
            border-radius: 5px;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 20px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-transform: uppercase;
            font-size: 1.4rem;
            font-weight: 700;
            color: #546274;
            /*font-family: 'Open Sans', sans-serif;*/
        }

            .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item .nav-link img {
                margin-right: 15px;
                opacity: .5;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

            .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item .nav-link.active {
                color: #1e85ff;
                border-color: rgba(30, 133, 255, 0.4);
            }

                .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item .nav-link.active img {
                    opacity: 1;
                }

.Ekyc-form .input-block .documents-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .Ekyc-form .input-block .documents-upload .upload-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 10px);
        flex: 0 0 calc(49.33% - 10px);
        height: auto;
        text-align: center;
        margin-bottom: 25px;
    }

        .Ekyc-form .input-block .documents-upload .upload-item .btn-upload {
            position: relative;
            height: 180px;
            padding: 0;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
            background: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            /* align-items: center; */
            cursor: pointer;
            margin-bottom: 0;
        }
            /* .Ekyc-form .input-block .documents-upload .upload-item .btn-upload:after {
        content: '';
        padding: 0;
        border-radius: 68%;
        background: #e7f2fc;
        top: 30px;
        left: 15%; 
        width: 35px;
        height: 35px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute; } */
            .Ekyc-form .input-block .documents-upload .upload-item .btn-upload img {
                position: absolute;
                z-index: 2;
                color: #1e85ff;
                top: 23px;
                left: 5%;
            }

            .Ekyc-form .input-block .documents-upload .upload-item .btn-upload .preview-box {
                position: relative;
                left: 35%;
                top: 75%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: auto;
                max-width: 80%;
                max-height: 80%;
                overflow: hidden;
                z-index: 1;
                text-align: left;
            }

.ihaveread {
    font-size: 13px !important;
}

.preview-box p {
    font-size: 12px !important;
    line-height: 18px;
}

.preview-box h6 {
    font-size: 14px;
}

.Ekyc-form .input-block .documents-upload .upload-item .upload-direction {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .Ekyc-form .input-block .documents-upload .upload-item .upload-direction .text {
        font-size: 1.2rem;
        font-weight: 700;
        color: #1c2437;
/*        font-family: 'Open Sans', sans-serif;
*/    }

.Ekyc-form .input-block .custom-checkbox {
    margin-bottom: 10px;
    margin-top: 30px;
}

    .Ekyc-form .input-block .custom-checkbox .custom-control-input {
        height: 18px;
        width: 18px;
        border-radius: 3px;
        border: 3px solid rgba(0, 0, 0, 0.08);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .Ekyc-form .input-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
            background: #1e85ff;
        }

    .Ekyc-form .input-block .custom-checkbox .custom-control-label {
        width: auto;
        text-align: left;
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-left: 30px;
        cursor: default;
        font-weight: 400;
        color: #546274;
        font-size: 1.4rem;
    }

        .Ekyc-form .input-block .custom-checkbox .custom-control-label:before {
            top: 2px;
            left: 0;
            height: 18px;
            width: 18px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.08);
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
        }

        .Ekyc-form .input-block .custom-checkbox .custom-control-label:after {
            top: 2px;
            left: 0;
            height: 18px;
            width: 18px;
        }

        .Ekyc-form .input-block .custom-checkbox .custom-control-label a {
            color: #1e85ff;
        }

label {
    color: #333;
}
/*.Ekyc-form .btn {
  height: auto;
  width: 100%;
  line-height: 40px;
  padding: 0;
  border-radius: 30px;
  background: #3590e2;
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', Semi Bold;
  outline: none;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }*/
.Ekyc-form1 .btn {
    height: auto;
    width: 100%;
    line-height: 40px;
    padding: 0;
    border-radius: 30px;
    background: #3590e2;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Open Sans', Semi Bold;
    outline: none;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Ekyc-form .btn-gray {
    height: auto;
    width: 100%;
    font-weight: 500;
    line-height: 40px;
    padding: 0;
    border-radius: 30px;
    background: #e6e6e6;
    color: #666;
    font-size: 17px;
    font-family: 'Open Sans', Semi Bold;
    outline: none;
    display: block;
    letter-spacing: 0.5px;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.final-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding: 120px 0;
    text-align: center;
}

    .final-content .icon {
        margin-bottom: 20px;
    }

    .final-content h2 {
        font-size: 3.6rem;
        font-weight: 700;
        color: #1c2437;
        /*font-family: 'Open Sans', sans-serif;*/
        margin-bottom: 10px;
    }

    .final-content p {
        font-size: 1.5rem;
        max-width: 500px;
        margin: 0 auto;
        font-weight: 400;
        color: #546274;
        /*font-family: 'Open Sans', sans-serif;*/
    }

    .final-content .btn {
        margin-top: 30px;
        height: 60px;
        width: 200px;
        text-align: center;
        line-height: 60px;
        padding: 0;
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffffff;
        /*font-family: 'Open Sans', sans-serif;*/
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #1e85ff;
        border-radius: 5px;
    }

.fa-Style {
    background-image: linear-gradient(#ffd66b, #f26f00);
    color: #fff;
    border-radius: 68%;
    margin-top: 3px;
    font-size: 17px !important;
    margin-right: 6px;
    width: 35px;
    height: 35px;
    line-height: 30px !important;
    text-align: center;
}

.link-text {
    color: #127cdd !important;
    font-size: 16px;
}

.text-small p {
    line-height: 20px;
}

    .text-small p small {
        font-size: 13px !important;
        color: #999999;
    }

.take-selfie .conditions {
    height: auto;
}

.line {
    text-align: center;
    margin: 8px 0px;
}
/* .line::before,
    .line::after {
      display: inline-block;
      content: "";
      border-top: 0.1rem solid #c1c1c1;
      width: 12rem;
      margin: 0 1rem;
      transform: translateY(-0.5rem);
    }*/
.Ullist {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .Ullist li {
        display: flex;
        line-height: 20px;
        margin-bottom: 5px;
    }

        .Ullist li i {
            margin-right: 10px;
            margin-top: 3px;
        }

.photo-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .photo-list li {
        width: 93px;
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }

        .photo-list li p {
            line-height: 18px !important;
        }

        .photo-list li div {
            border: 1px #E6E6E6 solid;
            border-radius: 50px;
            padding: 12px 2px;
            width: 72px;
            height: 72px;
            margin:auto;
        }

        .photo-list li .active {
            border: 1px #FF7518 solid !important;
        }

        .photo-list li img {
            text-align: center;
            margin: auto;
        }
/*.img-check-icon {
    position: absolute;
    right: 30px;
    top: 0px;
    width: 20px !important;
    height: 20px !important;
}*/

/*.img-check-icon1 {
    right: 70px;
}*/


    .photo-list .check-icon {
        position: absolute;
        top: -5px;
        left: 48px;
    }

.photo-box li {
    text-align: center;
}

    .photo-box li span {
        font-size: 18px;
    }

    .photo-box li img {
        text-align: center;
        margin: auto;
    }

.bank-proof li p {
    font-size: 1.2rem !important;
    line-height: 19px !important;
    text-align: center;
}

.bank-proof li div {
    height: 140px;
}

.button-section {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    list-style-type: none;
    position:relative;
}

    .button-section li:nth-child(2) a {
        border-radius: 4px;
        color: #fff;
        /*padding: 5px 30px;*/
    }

    .button-section li:nth-child(1) a {
        border-radius: 50px;
        padding: 5px 30px;
    }

    .button-section li {
        width: 48%;
        display: grid;
        text-align: center;
        font-size: 18px;
    }

.fS {
    font-size: 15px;
}

.fS12 {
    font-size: 14px;
}

.fS10 {
    font-size: 10px !important;
}

.text-color {
    color: #999999;
}

.Upload-section .fa {
    font-size: 20px;
}

.Upload-section label:before {
    display: none;
}

.Upload-section label {
    /*padding-left: 15px !important;*/
/*    box-shadow: 0px 1px 3px 2px rgb(0 0 0 / 6%) !important;
*/}

.logo {
    display: contents;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-top: 14px;
    margin-left: 10px;
}

.has-search .form-control {
    padding-left: 4.375rem !important;
    position: relative;
}

.bank-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .bank-list li {
        border: 1px solid #E6E6E6;
        padding: 5px 10px;
        display: inline-flex;
        margin: 5px 0px;
        border-radius: 6px;
        height: 100%;
        line-height: 24px;
        height: 42px;
    }

        .bank-list li:nth-child(even) {
            float: right;
        }

        .bank-list li img {
            width: 27px;
            height: 27px;
            margin-top: 2px;
        }

        .bank-list li span {
            font-size: 14px;
            font-family: 'Open Sans Semi Bold';
            color: #333;
            padding-left: 5px;
            margin-top: 2px;
            
        }

        .bank-list li a {
            display: flex;
            width: 100%;
        }


.main-bank-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .main-bank-list li span {
        font-size: 14px;
        padding-left: 10px;
        margin-top: 0px;
    }

    .main-bank-list li a {
        display: flex;
        align-items: center;
    }

    .main-bank-list li img {
        width: 30px;
        height: 30px;
    }

    .main-bank-list li {
        width: 31%;
        border: 1px solid #E6E6E6;
        padding: 5px 10px;
        display: inline-flex;
        margin: 7px 5px;
        border-radius: 4px;
        height: 100%;
        min-height: 48px;
    }

.Group-button a {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px !important;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow: 0px 0px 0 100px rgb(255 255 255) inset;
    text-align: left;
    margin-bottom: 20px !important;
}

.Group-button ul {
    list-style-type: none;
    margin: 4px 0px;
    padding: 0px;
}

    .Group-button ul li {
        line-height: 15px;
    }

        .Group-button ul li .fa {
            background: #e7f2fc;
            color: #127cdd;
            border-radius: 68%;
            margin-top: 3px;
            margin-right: 10px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

        .Group-button ul li .icon {
            margin-top: 3px;
            margin-right: 10px;
            width: 30px;
            height: 30px;
            text-align: center;
        }

        .Group-button ul li span {
            font-size: 14px;
            color: #333333;
        }

        .Group-button ul li small {
            color: #999999;
            font-size: 13px;
        }

        .Group-button ul li:nth-child(3) {
            margin-top: 9px;
            margin-left: auto;
        }

        .Group-button ul li:nth-child(2) {
            margin-top: 3px;
        }

.Group-button .fa-chevron-circle-right {
    color: #127cdd;
    background-color: transparent !important;
    margin-top: 0px !important;
    line-height: inherit !important;
}

input[type=file]::file-selector-button {
    border: 2px solid #fff;
    background-color: #fff;
    transition: 1s;
    margin-top: 12px;
}

.Pl50 {
    padding-left: 50px !important;
}

.btn-download {
    position: absolute;
    right: 15px;
    top: 38%;
}

.Lblerror {
    color: #f00 !important;
    text-transform: inherit !important;
    display: block !important;
    text-align: left !important;
    font-size: 12px;
    margin-top: 5px;
}

.LblSuccess {
    color: #28a745 !important;
    text-transform: inherit !important;
    display: block !important;
    text-align: center !important;
}

label.error {
    display: none !important;
}

input.error, input.error:focus, select.error, select.error:focus, textarea.error, textarea.error:focus {
    border: 1px solid #f00 !important;
    /*background: #fff !important;*/
    /*box-shadow: 0px 0px 7px rgb(255 0 0 / 50%) !important;*/
}

input[type="radio"].error {
    outline: 1px solid #F00 !important;
}




.bank-details {
    border: #E6E6E6 solid 1px;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    background-color: #F5F5F5;
}

    .bank-details h4 {
        font-size: 18px;
        color: #333333;
    }

    .bank-details h5 {
        font-size: 18px;
    }

    .bank-details p {
        font-size: 16px;
        line-height: 26px;
    }

    .bank-details .check-box {
        position: absolute;
        right: 20px;
        top: 10px;
    }

.label-flex {
    display: flex;
    justify-content: space-between;
}

.icon-flex {
    position: absolute;
    top: 45%;
    right: 10px;
    font-size: 20px;
    color: #999999;
}

.Pl50 {
    padding-left: 50px !important;
}

.alink {
    color: #127cdd;
    font-size: 16px;
}

.otp-text {
    color: #999999 !important;
}

.mymodal h4 {
    font-size: 14px;
    color: #127cdd;
}

.mybtns-groups .btn {
    background-color: transparent;
    border: #f8f9fa 1px solid !important;
}


.verifying-box h4 {
    font-size: 24px;
    color: #3da23f !important;
    font-weight: normal;
}

    .verifying-box h4 .fa {
        color: #3da23f;
        font-size: 28px;
    }

.verifying-box small {
    line-height: 20px;
    margin-top: 10px;
}

.income-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  /*  display: block;
    justify-content: space-between;*/
}

    .income-list li {
        width: 15%;
        display: inline-block;
        /*height: 100%;*/
        margin-right: 5px;
        margin-bottom: 12px;
    }

        .income-list li div {
            border: 1px #E6E6E6 solid;
            border-radius: 4px;
        }

            .income-list li div p {
                font-size: 15px !important;
                color: #999999 !important;
            }

.income-list1 li span {
    width: 35px;
    height: 35px;
    background-color: #f5f5f5;
    transform: rotate(45deg);
    display: inline-block;
}

.income-list1 li .fa {
    color: #999999;
    font-size: 18px;
    vertical-align: -webkit-baseline-middle;
    transform: rotate(-50grad);
    padding-top: 4px;
}

.income-list li img {
    color: #999999;
    font-size: 18px;
    vertical-align: -webkit-baseline-middle;
    /*transform: rotate(-50grad);*/
}

.shape-icon {
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    background: #ffd700;
}

.well-done {
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    font-family: Open Sans Regular;
}

.login-details {
    background-color: #e5f6fa;
    padding: 15px 20px;
}

    .login-details ul {
        list-style-type: none;
        margin: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px;
    }

        .login-details ul li {
            display: inline-block;
            line-height: 20px;
            text-align: center;
            padding: 0px 15px;
        }

            .login-details ul li p {
                color: #333333;
                font-size: 17px !important;
                margin: 0px !important;
                padding: 0px;
            }

            .login-details ul li span {
                color: #127cdd;
                font-size: 15px;
            }

.well-done-box .box1 {
    display: flex;
    justify-content: space-between;
}

    .well-done-box .box1 h3 {
        font-size: 18px;
        color: #333333;
        text-align: start;
        margin-top: 5px;
        font-weight: 500;
    }

    .well-done-box .box1 p {
        color: #333333;
        font-size: 16px;
        text-align: start;
        line-height: 20px;
    }

.well-done-box .box2 p {
    color: #353641;
    font-size: 15px;
    margin-bottom: 15px;
}

.well-done-box .box2 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
}

    .well-done-box .box2 ul li span {
        color: #127cdd;
        font-size: 28px;
        font-weight: bold;
    }

    .well-done-box .box2 ul li {
        line-height: 20px;
    }

        .well-done-box .box2 ul li img {
            margin-top: 10px;
        }

        .well-done-box .box2 ul li p {
            color: #333333;
            font-size: 18px;
        }

.care-share {
    background-color: #fef3e9;
    padding: 10px 15px;
}

/*.secure-icon{
  position: absolute;
    right: 0px;
    bottom: 0;
    top: 95%;
    width: 45px;
}*/

.hide-icon {
    display: none !important;
}



@media all and (max-width: 991px) {
    .hide-icon {
        display: block !important;
        padding-right: 8px;
        margin-top: 5px;
    }
}



@media all and (min-width: 768px) {

    .box {
        background-color: #fff;
        width: 560px;
        margin: auto;
        height: 100%;
        box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
        padding-bottom: 10%;
        margin-top: 0px;
        border-radius: 6px;
    }


    /*.bg {
        width: 100%;
        background: url(../images/bg.png) top center;
        background-size: cover;*/
    /* margin-top: 107px;*/
    /*padding: 80px 0px;
        background-repeat:no-repeat;
    }*/

    /*  .ugf-nav {
        background: #fff !important;
        -webkit-box-shadow: none;
        box-shadow: 0px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }*/
}

@media (max-width: 767px) {


.partnerCode-main.impupdate {
    padding: 10px 5px 55px !important;
}



    .navigation .nav-btns .back {
        display: none;
    }

    .navigation .nav-btns .get {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
    }

    .Ekyc-form .input-block .documents-upload {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .Ekyc-form .input-block .documents-upload .upload-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
        }
    .circle-Div .edit-icon {       
        right: 16% !important;        
    }
    .tooltip-box {         
        left: 47px !important;        
        max-width: 100% !important;         
        z-index: 99;
        width: max-content !important;
    }
        .tooltip-box::before {            
            left: 74% !important;            
        }
}

@media screen and (max-width: 575px) {
    .Ekyc-form .input-block h6 {
        font-size: 16px;
    }

    .header-user-name {
        width: 55%;
        text-align: start;
    }
    /*.nav-btns img {
            width: 25px;
        }*/
    .Ekyc-form .input-block .form-group .select-input .span {
        top: 24px;
        right: 0px;
    }

    

    /* .navigation{padding: 5px 5px;} */
   
    /*.Ekyc-form .input-block p {
          font-size: 15px;
        }*/

    .footer-bottom {
        bottom: 0px
    }
}

@media screen and (max-width: 500px) {
    .secure-icon {
        position: absolute;
        right: 13px;
    }

    .mybtns {
        width: inherit;
        margin: auto;
    }

    .bank-list li {
        width: 100%;
    }

        .bank-list li span {
            font-size: 14px;
            font-family: 'Open Sans Semi Bold';
        }

    .Ekyc-form .input-block .file-input-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .Ekyc-form .input-block .file-input-wrap .custom-file {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
        }

    .Ekyc-form .input-block .conditions ul {
        display: block;
    }

        .Ekyc-form .input-block .conditions ul li + li {
            margin-top: 5px;
        }
}

@media all and (max-width: 461px) {
    .footer-bottom span {
        font-size: 11px !important
    }
}

@media all and (max-width: 439px) {

    /*popup css*/
    .mybtns-groups .btn {
        padding: 5px 6px !important;
    }

    .mymodal .modal-body {
        padding: 1rem !important;
    }

    .mymodal {
        /*  bottom: -81% !important;*/
        /* top: initial;*/
    }


    .Ekyc-form .input-block .documents-upload {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .Ekyc-form .input-block .documents-upload .upload-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }
}

@media all and (max-width: 400px) {
   
    /* .photo-box{ display: inherit;} */
}

@media all and (max-width: 380px) {
    .navigation .miraelogo .miraelogoPartner {
        width: 125px;
    }
}

@media all and (max-width: 375px) {

    /*popup css*/
    .mybtns-groups .btn {
        font-size: 11px !important;
    }

    .mybtns-groups .btn {
        margin-right: 5px !important;
    }

    .mymodal .modal-body {
        padding: 1rem 0rem !important;
    }

    .mybtns-groups {
        padding: 10px 0px;
    }


    .my-radio .one, .my-radio .two {
        display: inline-block;
    }

    .Ekyc-form .input-block .form-group label {
        font-size: 15px;
    }

    .link-text {
        font-size: 15px;
    }

    /* .Ekyc-form .input-block p {
            font-size: 17px;
            line-height: 23px;
        }*/

    .Ekyc-form .input-block .form-group .form-control {
        height: 50px;
    }

    .login-details ul li {
        padding: 0px 9px;
    }
}

.box-shadow-right {
/*    box-shadow: -3px 0px 4px rgb(233 233 233 / 75%) !important;
*/    margin-left: 2px;
}



/* The Lblcontainer */
.Lblcontainer {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 11px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666;
}


    /* Hide the browser's default checkbox */
    .Lblcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 3px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ff7518;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.Lblcontainer:hover input ~ .checkmark {
    background-color: #fff;
}

.blue-btn:hover {
    color: #fff !important;
}

.header-user-name {
    white-space: nowrap;
    overflow: hidden;
    Text-overflow: ellipsis;
    display: inline-block;
}
/* When the checkbox is checked, add a blue background */
.Lblcontainer input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #ff7518;
}
.Lblcontainer.label-disabled input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #666666;
}
.Lblcontainer.label-disabled {
    display: flex;
    pointer-events: none
}
.Lblcontainer.label-disabled .checkmark:after {
    border-color: #666666;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.Lblcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.Lblcontainer .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #ff7518;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
}





/* popup modal css */
.mymodal h4 {
    font-size: 20px;
    color: #127cdd;
}

.mybtns-groups .btn {
    background-color: transparent;
    border: #f2f2f2 1px solid !important;
    font-size: 13px;
    margin-right: 15px;
    padding: 5px 15px;
    height: auto;
    line-height: inherit;
    border-radius: 30px;
    width: 100%;
}

.mymodal .modal-header {
    border-bottom: 1px solid #f2f2f2 !important;
}

.mymodal .modal-content {
    border-radius: 10px;
}

.mybtns-groups {
    padding: 10px 10px;
}

.mymodal {
    z-index: 999999999999999 !important;
    /*  bottom: -75%;
    top: initial;*/
}

    .mymodal .modal-body {
        padding: 3rem 2rem;
    }



/* Modal Secound */
.mypopup h4 {
    font-size: 18px;
    color: #127cdd;
}

.mypopup .modal-content {
    border-radius: 15px;
}

.popup-text p:nth-child(1) {
    color: #333;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 16px;
}

.popup-text p:nth-child(2) {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.popup-text a {
    color: #127cdd;
    font-size: 15px;
}

.popup-text {
    text-align: center;
    padding: 20px 30px;
}

.mybtns {
    width: 80%;
    margin: auto;
}

    .mybtns .btn {
        font-weight: 500;
        color: #000 !important;
        font-size: 16px !important;
    }
.circle-Div .selfie-pic_capture {
    position: relative;
}
    .circle-Div .edit-icon {
        position: absolute;
        position: absolute;
        top: 192px;
        right: 30%;
        cursor: pointer;
    }
.email-view {
    display: none !important;
}

.date-field input[placeholder="dd"]:placeholder-shown {
    width: 22px !important;
}

.date-field input[placeholder="mm"]:placeholder-shown {
    width: 32px !important;
}

.date-field input[placeholder="yyyy"]:placeholder-shown {
    width: 40px !important;
}

.dateFormat input[data-name="day"]:not(:placeholder-shown) {
    width: 18px !important;
}

.dateFormat input[data-name="month"]:not(:placeholder-shown) {
    width: 18px !important;
}

.dateFormat input[data-name="year"]:not(:placeholder-shown) {
    width: 40px !important;
}
.darkGreyTxt {
    color: #333 !important;
    font-size: 12px !important;
    font-weight: 400;
    /*margin-bottom: 10px;*/
}




.form-select {
    display: block;
    width: 100%;
    padding: 0 15px;   
}
.image-wrapper {
    position: relative;
    display: inline-block;
}
.img-overlay {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 45px !important;
    cursor: pointer;
    z-index: 99;
}
.image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.translator-bg {
    border: 1px solid #ff7518;
    background: #ffff;
    border-radius: 5px;
    padding: 5px;
}
@media(max-width: 320px) {
    .upload-bank-proof .bank-proof-div .form-control {
        font-size: 13px !important;
    }
    .form-select {
        font-size: 13px !important;
    }
}
.list-group-item {
    cursor: pointer;
    border-radius: 4px !important;
    margin-bottom: 10px !important;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-top-width: 1px !important;
    width: 82%;
    margin: 2% auto;
    margin-top: 5px;
    font-weight: 600;
}
input:focus,
select:focus,
.btn:focus,
.btn:focus-visible,
textarea:focus {
    outline: none;
    box-shadow: none !important;
   /* border-bottom-color: #E6E6E6 !important*/
}

.banktype-btn {
    padding: 0 16px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background-color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    color: #333333;
    min-width: 80px;
    transition: border 0.3s, background-color 0.3s;
    height: 32px;
    margin-right: 10px;
}

    .banktype-btn.selected {
        border-color: #FF7518;
        background-color: #FFF7F1;
        color: #FF7518 !important;
    }
    .banktype-btn:hover {
        border-color: #FF7518;
        background-color: #fff7ef;
    }
.tooltip-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.info-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.tooltip-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.info-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Tooltip box */
.tooltip-box {
    position: absolute;
    top: 28px;
    left: 60px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 12px;
    max-width: 464px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99;
    width: 361px;
}

    /* Show tooltip on click */
    .tooltip-box.show {
        opacity: 1;
        visibility: visible;
    }

    .tooltip-box::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 44%;
        border-width: 6px;
        border-style: solid;
        border-color: #fff #fff #fff transparent;
        transform: rotate(320deg);
    }
.ekyc-name {
    color: #333333;
    font-size: 16px;
    font-family: 'Open Sans Semi bold';
    text-align: center;
}
.ekyc-details {
    color: #666666;
    font-size: 14px;
    font-family: 'Open Sans Regular';
    text-align: left;
}
.ekyc-note {
    color: #666666;
    font-size: 14px;
    font-family: 'Open Sans Semi bold';
    text-align: left;
    margin-top: 15px;
}
.ekyc-info {
    color: #666666;
    font-size: 14px;
    font-family: 'Open Sans Semi bold';
    text-align: left;
    margin-top: 15px;
}