.form-box {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #043c54;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2305425d' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23054965' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23064f6e' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23065577' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23075c80' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23076186' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2307658d' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23086a94' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23086e9a' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%230873a1' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    /*height: 100vh;*/
    width: 100%;
}

body {
    margin: auto;
    width: 100%;
}

.f-right {
    float: right;
}

.form-wizard {
    padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

.panal-header {
    text-align: start;
    height: 44px;
    background-color: #043c54;
    font-family: 'Times New Roman';
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.form-wizard strong {
    font-weight: 500;
}

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
    color: #065475;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-wizard h1, .form-wizard h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard h3 {
    font-size: 25px;
    font-weight: 300;
    color: #065475;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sub-container {
    width: 1100px;
    margin: auto;
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 30px;
}

.form-wizard h4 {
    float: left;
    font-size: 20px;
    font-weight: 300;
    color: #065475;
    line-height: 26px;
    width: 100%;
}

    .form-wizard h4 span {
        float: right;
        font-size: 17px;
        margin-right: 55px;
        font-weight: 300;
        color: #ffffff;
        line-height: 30px;
        text-align: center;
        width: 100px;
        border-radius: 25px;
        background: #00c4ff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    }

.form-wizard table tr th {
    font-weight: normal;
}

.form-wizard img {
    max-width: 100%;
}

.form-wizard ::-moz-selection {
    background: #065475;
    color: #fff;
    text-shadow: none;
}

.form-wizard ::selection {
    background: #065475;
    color: #fff;
    text-shadow: none;
}


.form-control {
    height: 28px !important;
    width: 1000px !important;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
}



.form-control-half {
    height: 28px !important;
    ;
    width: 500px !important;
    ;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-control-grid {
    height: 28px !important;
    ;
    width: 300px !important;
    ;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-control-drop {
    height: 34px !important;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 9px;
    margin-left: -20px;
}

.form-control option:hover, .form-control option:checked {
    box-shadow: 0 0 10px 100px #065475 inset;
}

.form-control:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:-moz-placeholder {
    color: #888;
}

.form-control:-ms-input-placeholder {
    color: #888;
}

.form-control::-webkit-input-placeholder {
    color: #888;
}

.form-wizard label {
    font-weight: 300;
}

    .form-wizard label span {
        color: #065475;
    }


.form-wizard .btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .form-wizard .btn:hover {
        background: #f34727;
        color: #fff;
    }

    .form-wizard .btn:active {
        outline: 0;
        background: #f34727;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .form-wizard .btn:focus,
        .form-wizard .btn:active:focus,
        .form-wizard .btn.active:focus {
            outline: 0;
            background: #f34727;
            color: #fff;
        }

    .form-wizard .btn.btn-next,
    .form-wizard .btn.btn-next:focus,
    .form-wizard .btn.btn-next:active:focus,
    .form-wizard .btn.btn-next.active:focus {
        background: #065475;
    }

    .form-wizard .btn.btn-submit,
    .form-wizard .btn.btn-submit:focus,
    .form-wizard .btn.btn-submit:active:focus,
    .form-wizard .btn.btn-submit.active:focus {
        background: #065475;
    }

    .form-wizard .btn.btn-previous,
    .form-wizard .btn.btn-previous:focus,
    .form-wizard .btn.btn-previous:active:focus,
    .form-wizard .btn.btn-previous.active:focus {
        background: #bbb;
    }

.form-wizard .success h3 {
    color: #4F8A10;
    text-align: center;
    margin: 20px auto !important;
}

.form-wizard .success .success-icon {
    color: #4F8A10;
    font-size: 100px;
    border: 5px solid #4F8A10;
    border-radius: 100px;
    text-align: center !important;
    width: 110px;
    margin: 25px auto;
}

.form-wizard .progress-bar {
    background-color: #065475;
}

.form-wizard-steps {
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.form-wizard-step {
    padding-top: 10px !important;
    border: 2px solid #fff;
    background: #ccc;
    -ms-transform: skewX(-0deg); /* IE 9 */
    -webkit-transform: skewX(-0deg); /* Safari */
    transform: skewX(-0deg); /* Standard syntax */
}

    .form-wizard-step.active {
        background: #065475;
    }

    .form-wizard-step.activated {
        background: #065475;
    }

.form-wizard-progress {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #065475;
}

.form-wizard-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background: #065475;
}

.form-wizard-tolal-steps-3 .form-wizard-step {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 5px;
}

.form-wizard-tolal-steps-4 .form-wizard-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}

.form-wizard-tolal-steps-5 .form-wizard-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
}

.form-wizard-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #777;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -ms-transform: skewX(0deg); /* IE 9 */
    -webkit-transform: skewX(0deg); /* Safari */
    transform: skewX(0deg); /* Standard syntax */
}

.form-wizard-step.activated .form-wizard-step-icon {
    background: #065475;
    border: 1px solid #fff;
    color: #fff;
    line-height: 38px;
}

.form-wizard-step.active .form-wizard-step-icon {
    background: #fff;
    border: 1px solid #fff;
    color: #065475;
    line-height: 38px;
}

.form-wizard-step p {
    color: #fff;
    -ms-transform: skewX(0deg); /* IE 9 */
    -webkit-transform: skewX(0deg); /* Safari */
    transform: skewX(0deg); /* Standard syntax */
}

.form-wizard-step.activated p {
    color: #fff;
}

.form-wizard-step.active p {
    color: #fff;
}

.form-wizard fieldset {
    display: none;
    text-align: left;
    border: 0px !important;
}

.form-wizard-buttons {
    text-align: right;
    margin: 10px 20px;
}

.form-wizard .input-error {
    border-color: #065475;
}

/** image uploader **/
.image-upload a[data-action] {
    cursor: pointer;
    color: #555;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.2s;
}

    .image-upload a[data-action] i {
        width: 1.25em;
        text-align: center;
    }

    .image-upload a[data-action]:hover {
        color: #065475;
    }

    .image-upload a[data-action].disabled {
        opacity: 0.35;
        cursor: default;
    }

        .image-upload a[data-action].disabled:hover {
            color: #555;
        }

.settings_wrap {
    margin-top: 20px;
}

.image_picker .settings_wrap {
    overflow: hidden;
    position: relative;
}

    .image_picker .settings_wrap .drop_target,
    .image_picker .settings_wrap .settings_actions {
        float: left;
    }

    .image_picker .settings_wrap .drop_target {
        margin-right: 18px;
    }

    .image_picker .settings_wrap .settings_actions {
        float: left;
        margin-top: 100px;
        margin-left: 20px;
    }

.settings_actions.vertical a {
    display: block;
}

.drop_target {
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}

    .drop_target input[type="file"] {
        visibility: hidden;
    }

    .drop_target::before {
        content: 'Drop Hear';
        font-family: FontAwesome;
        position: absolute;
        display: block;
        width: 100%;
        line-height: 220px;
        text-align: center;
        font-size: 40px;
        color: rgba(0, 0, 0, 0.3);
        transition: color 0.2s;
    }

    .drop_target:hover,
    .drop_target.dropping {
        background: #f80;
        border-top-color: #cc6d00;
    }

        .drop_target:hover:before,
        .drop_target.dropping:before {
            color: rgba(0, 0, 0, 0.6);
        }

    .drop_target .image_preview {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: contain;
        position: relative;
        z-index: 2;
    }

.panel-box {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    background: #fff;
    border: 3px solid #25a0da;
}

.banner {
    position: relative;
    background-color: #217fa7;
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

    .banner .text {
        position: absolute;
        margin-top: 10px;
        margin-left: 40px;
        color: #fff;
    }

.diamond {
    position: absolute;
    background-color: rgba(0,0,0,.1);
    width: 70%;
    height: 50px;
    right: 0;
    -moz-transition: width 2s;
    -o-transition: width 2s;
    -webkit-transition: width 2s;
    transition: width 2s;
}

    .diamond:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -40px;
        border-right: 40px solid rgba(0,0,0,.1);
        border-bottom: 25px solid rgba(0,0,0,0);
    }

    .diamond div:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        left: -40px;
        border-right: 40px solid rgba(0,0,0,.1);
        border-top: 25px solid rgba(0,0,0,0);
    }

.banner:hover .diamond {
    width: 25%;
}

.form-box .form-group {
    padding: 5px 20px;
    margin-bottom: 10px;
}
/*homePage Design*/

.kyc-box {
    max-width: 1100px;
    height: 500px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 17px 45px rgba(0, 0, 0, 0.05);
    margin: auto;
    margin-top: 10vh;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='99' height='99' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23f2f2f2' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
}

.top-head {
    padding: 15px;
    margin-bottom: 20px;
}

.logo-left img {
    height: 55px;
    text-align: center;
    margin-left: 10px;
}

.lang-ryt img {
    height: 38px;
    background: #0FB2F5;
    padding: 3px 3px;
    border-radius: 4px;
    margin-left: auto;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

.kyc-title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #0B5676;
    display: block;
    width: 400px;
    margin: auto;
    margin-top: -78px;
    position: absolute;
    left: 0;
    right: 0;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-r-5 {
    padding-left: 5px;
}

.mg-0 {
    margin: 0;
}

.pd-0 {
    padding: 0 !important;
}

.kyc-body {
    padding: 0 70px;
    margin: auto;
    margin-top: 100px;
}

.cl-box {
    background: white;
    width: 100%;
    min-height: 150px;
    border-radius: 11px;
    display: flex;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
}

.sky-bl {
    background: #0FB2F5 !important;
}

.navy-bl {
    background: #065475 !important;
}

.darknavy-bl {
    background: #0d8fdc !important;
}

.cl-left img {
    height: 135px;
    margin-left: 25px;
    margin-top: -45px;
}

.cl-ryt h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px;
    margin-top: 30px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.btn-kyc {
    padding: 7px 15px;
    background: white;
    font-size: 14px;
    color: #0fb2f5;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 25px;
    margin-left: 15px;
    width: 100px;
    text-align: center;
    border-radius: 4px;
}

.kyc-in {
    display: grid;
    width: 100%;
    margin: auto;
    margin-top: 0;
    text-align: center;
}

    .kyc-in label {
        font-size: 18px;
        color: #353535;
    }

    .kyc-in h3 {
        font-size: 22px;
        margin-bottom: 30px;
        color: #065475;
        margin-top: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .kyc-in input {
        height: 35px;
        width: 250px;
        border-radius: 5px;
        border: 1px solid #c0c0c0;
        padding: 0 10px;
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
    }


.btn-kyc:hover {
    text-decoration: none;
    color: #065475;
    background: #f2f2f2;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: 0.5s ease;
}

/*POP_UP STYLE*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.73);
    transition: opacity 500ms;
    visibility: hidden;
    display: none;
}

    .overlay:target {
        visibility: visible;
        display: block;
    }

.popup {
    margin: auto;
    padding: 0;
    background: #fff;
    border-radius: 15px;
    height: 400px;
    overflow: hidden;
    display: flex;
    width: 900px;
    position: relative;
    transition: all 1s ease-in-out;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 1;
}

.otp-in input[type=number] {
    height: 40px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    border: none;
    background: #2c6ed6;
    border-radius: 4px;
    margin: 20px 10px 0;
    color: #fff;
}

/*.otp-in {
    display: none;
}*/

.otp-in {
    text-align: center;
    margin: 20px 0 40px;
}

    .otp-in label {
        display: block;
        color: #464646;
        font-size: 18px;
        margin-top: 20px;
    }

    .otp-in input[type=number]::-webkit-inner-spin-button,
    .otp-in input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        /*appearance: none;*/
        margin: 0;
    }

.aj-btn {
    width: 140px;
    display: block;
    text-align: center;
    margin: auto;
    padding: 5px;
    font-size: 17px;
    border-radius: 5px;
    color: #fff !important;
    background: #065475;
    margin-top: 20px;
    letter-spacing: 1px;
}

img.otp-img {
    display: block;
    margin: auto;
    height: 100px;
    margin-top: 40px;
}

.btn-kyc:hover {
    text-decoration: none;
    color: #065475;
    background: #f2f2f2;
    transform: scale(1.04);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: 0.5s ease;
}

.aj-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #0084ff;
    transition: 0.3s ease;
}

.nw-ex {
    width: 100%;
}

.mini-box {
    display: grid;
    width: 340px;
    margin: auto;
    padding: 20px 10px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.21);
    transition: 0.5s ease;
}

    .mini-box:hover {
        border-top: 8px solid #065475;
        box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.15);
        transition: 0.5s ease;
    }

.mt-40 {
    margin-top: 40px;
}

@media screen and (max-width: 600px) {
    .popup {
        width: 300px;
    }

    .otp-new {
        height: 30px;
        width: 30px;
        font-size: 14px;
        margin: 11px 5px 0;
    }

    .kyc-box {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        margin: auto;
        margin-top: 5vh;
    }

    .kyc-title {
        font-size: 18px;
        margin-top: -3px;
        width: 100%;
    }

    .kyc-body {
        padding: 0 20px;
    }

    .cl-box {
        display: grid;
        height: 250px;
        margin-bottom: 60px;
    }

    .cl-left img {
        height: 135px;
        margin: auto;
        display: block;
        margin-top: -33px;
    }

    .cl-ryt {
        text-align: center;
    }

        .cl-ryt h4 {
            font-size: 18px;
            margin-top: 15px;
            border-bottom: 2px solid #fff;
            padding-bottom: 12px;
        }

    .no_mob {
        display: none !Important;
    }


    .popup {
        height: 100% !Important;
        padding-bottom: 25px;
    }

    .mini-box {
        width: 100% !Important;
    }
    .kyc-in h3 {
        font-size: 20px;
        margin-top: 45px;
    }
}


.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.otp-new {
    /*width: 45px;
    margin: 10px;
    border-radius: 4px;
    border: none;
    background: #5894d9;
    height: 40px;
    color: #fff !important;
    text-align: center;*/
    height: 40px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    border: none;
    background: #2c6ed6;
    border-radius: 4px;
    margin: 20px 10px 0;
    color: #fff !important;
}
