﻿
/*Advisory EKYC CSS*/

.small_icon {
    align-items: center;
    justify-content: center;
    display: flex;
}

#myBtn {
    display: none;
}

.backtohome {
    border: 1px solid #3bc3ff;
    padding: 10px;
    background: #3bc3ff;
    color: #ffffff;
}

.small_icon img {
    width: 50px;
}

body {
    background: #ffffff !important;
}

.mobile_top {
    margin-top: 0px;
}

.imgprocess {
    margin: 18% 45%;
    height: 30%;
}

#processing {
    display: none;
    position: absolute;
    z-index: 999;
    text-align: center;
    margin-top: -50px;
    height: 100vh;
    width: 100%;
    padding: 3px;
    background-color: #ffffff70;
}


.myAlert-top {
    position: fixed !important;
    /* bottom: 65px; */
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #056405;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    top: 80px;
}

.slider-description {
    color: #3bc3ff;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body {
    color: #ffffff;
}

.modal-body {
    padding: 10px !important;
}

    .modal-body li {
        list-style: none;
        margin-left: 20px;
    }

        .modal-body li:before {
            /* For a round bullet */
            content: '\2022';
            /* For a square bullet */
            /*content:'\25A0';*/
            display: block;
            position: relative;
            max-width: 0px;
            max-height: 0px;
            left: -20px;
            top: -5px;
            color: black;
            font-size: 20px;
        }

.checkbox_option label {
    margin-right: 1em;
    position: relative;
}

.require-doc {
    font-size: 12px;
    animation: blinker 1s linear infinite;
}

.login-box {
    background: url(https://i.imgur.com/73BxBuI.png);
    background-size: cover;
    background-position: center;
    padding: 10px 50px 50px 50px;
    margin: 10px auto;
    min-height: 700px;
    -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
}

.logo {
    font-family: "Script MT";
    font-size: 30px;
    text-align: center;
    color: #888888;
    margin-bottom: 50px;
    top: 45px;
}

    .logo .logo-font {
        color: #3BC3FF;
    }

.form_wrapper {
    margin: 10% auto 0;
}

    .form_wrapper .title_container {
        padding-bottom: 0px !important;
    }


.logo-font {
    color: #000000;
    font-size: 40px;
    text-shadow: 0px 4px 3px rgb(213 207 207 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 6%);
    text-align: left;
    font-weight: 600;
    line-height: 50px;
}

.slider-img img {
    background: none;
    margin: 0 auto;
    width: auto;
    padding: 0px;
    text-align: center;
    box-shadow: 0 2px 25px -3px rgb(0 0 0 / 10%);
}



.otp-box {
    width: 3rem;
    height: 3rem;
    text-align: center;
    font-size: 1.5rem;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
}

    .otp-box:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

.ResendOTP {
    font-size: 16px;
    font-weight: bold;
}

.custom-select {
    width: 100%;
    padding: 4px 2px 2px 2px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }

    #razorprocessing {
        height: 0px !important;
    }

    .box-title {
        margin: 60px 0 -19px;
    }

    .form_wrapper input[type=button] {
        width: 100% !important;
    }

    .login-box {
        padding: 15px !important;
        min-height: 600px !important;
    }

    .logo {
        margin-bottom: 0px !important;
        font-size: 34px;
    }

    .mobile_top {
        margin-top: 100px;
    }

    /*.alert-success {
        left: 0px !important;
    }*/

    .form-control {
        font-size: 18px;
        border: 1px solid #000000 !important;
    }

    #first, #second, #third, #fourth {
        padding: 3px 5px 4px 5px !important;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
        top: 5px;
    }
}

.header-title {
    text-align: left;
    margin-bottom: 50px;
}

.login-form {
    max-width: 300px;
    margin: 0 auto;
}

    .login-form .form-control {
        border-radius: 0;
        margin-bottom: 30px;
    }

    .login-form .form-group {
        position: relative;
    }

        .login-form .form-group .forgot-password {
            position: absolute;
            top: 6px;
            right: 15px;
        }

    .login-form .btn {
        border-radius: 0;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .login-form .btn.btn-primary {
            background: #3BC3FF;
            border-color: #31c0ff;
        }


.slider-description {
    text-align: left;
}

.slider-feature-card {
    background: #fff;
    max-width: 370px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
}

    .slider-feature-card img {
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .slider-feature-card h3,
    .slider-feature-card p {
        margin-bottom: 30px;
    }


.side-img {
    max-width: 100%;
    height: auto;
}

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        cursor: pointer;
    }

.form_wrapper label {
    font-size: 15px;
}
/*CSS FOR OTHER FORM*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.form_wrapper {
    background: #fff;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px;
    margin: 8% auto 0;
    position: relative;
    z-index: 1;
    border-top: 5px solid #3BC3FF;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.8s 0.6s ease-out forwards;
    animation: expand 0.8s 0.6s ease-out forwards;
    /*opacity: 0;*/
}

    .form_wrapper h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin: 0;
    }

    .form_wrapper .title_container {
        text-align: left;
        padding-bottom: 15px;
    }

    .form_wrapper h3 {
        font-weight: normal;
        font-size: 14px !important;
        line-height: 2.5em;
        color: grey;
        margin: 0;
    }

    .form_wrapper label {
        font-size: 12px;
    }

    .form_wrapper .row {
        margin: 10px -15px;
    }

        .form_wrapper .row > div {
            padding: 0 15px;
            box-sizing: border-box;
        }

    .form_wrapper .col_half {
        width: 50%;
        float: left;
    }

    .form_wrapper .col_full {
        width: 100%;
        float: left;
    }

    .form_wrapper .input_field {
        position: relative;
        margin-bottom: 10px;
        -webkit-animation: bounce 0.6s ease-out;
        animation: bounce 0.6s ease-out;
    }

        .form_wrapper .input_field > span {
            position: absolute;
            left: 0;
            top: 0;
            color: #333;
            height: 100%;
            border-right: 1px solid #cccccc;
            text-align: center;
            width: 30px;
        }

            .form_wrapper .input_field > span > i {
                padding-top: 10px;
            }

    .form_wrapper .textarea_field > span > i {
        padding-top: 10px;
    }

/*.form_wrapper input[type=text], .form_wrapper input[type=number], .form_wrapper input[type=password], .form_wrapper input[type=date] {
        width: 100%;
        padding: 5px;
        height: 35px;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        outline: none;
        transition: all 0.3s ease-in-out;
    }*/

.custom-text {
    width: 100%;
    padding: 3px 10px 3px 35px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.form_wrapper input[type=text]:hover, .form_wrapper input[type=number]:hover, .form_wrapper input[type=password]:hover, .form_wrapper input[type=date]:hover {
    background: #fafafa;
}

.form_wrapper input[type=text]:focus, .form_wrapper input[type=number]:focus, .form_wrapper input[type=password]:focus, .form_wrapper input[type=date]:focus {
    box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    border: 1px solid #3BC3FF;
    background: #fafafa;
}

.form_wrapper input[type=button] {
    background: #3BC3FF;
    height: 43px;
    line-height: 35px;
    margin-top: 10px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

input[type=button], input[type=submit] {
    background: #3BC3FF;
    height: 50px;
    line-height: 35px;
    margin-top: 25px;
    width: 50%;
    margin-left: 0px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.form_wrapper input[type=button]:hover {
    background: #3bc3ff;
}

.form_wrapper input[type=button]:focus {
    background: #3bc3ff;
}

/*.form_wrapper input[type=checkbox], .form_wrapper input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}*/

#WrongOTP {
    color: red;
}

.form_container .row .col_half.last {
    border-left: 1px solid #cccccc;
}

.form_container .row .col_full.last {
    border-left: 1px solid #cccccc;
}

.checkbox_option label {
    margin-right: 1em;
    position: relative;
}

    .checkbox_option label:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 0.5em;
        vertical-align: -2px;
        border: 2px solid #cccccc;
        padding: 0.12em;
        background-color: transparent;
        background-clip: content-box;
        transition: all 0.2s ease;
    }

    .checkbox_option label:after {
        border-right: 2px solid #000000;
        border-top: 2px solid #000000;
        content: "";
        height: 20px;
        left: 2px;
        position: absolute;
        top: 7px;
        transform: scaleX(-1) rotate(135deg);
        transform-origin: left top;
        width: 7px;
        display: none;
    }

.checkbox_option input:hover + label:before {
    border-color: #000000;
}

.checkbox_option input:checked + label:before {
    border-color: #000000;
}

.checkbox_option input:checked + label:after {
    -moz-animation: check 0.8s ease 0s running;
    -webkit-animation: check 0.8s ease 0s running;
    animation: check 0.8s ease 0s running;
    display: block;
    width: 7px;
    height: 20px;
    border-color: #000000;
}

.radio_option label {
    margin-right: 1em;
}

    .radio_option label:before {
        content: "";
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        margin-right: 0.5em;
        border-radius: 100%;
        vertical-align: -3px;
        border: 2px solid #cccccc;
        padding: 0.15em;
        background-color: transparent;
        background-clip: content-box;
        transition: all 0.2s ease;
    }

.radio_option input:hover + label:before {
    border-color: #000000;
}

.radio_option input:checked + label:before {
    background-color: #000000;
    border-color: #000000;
}

.select_option {
    position: relative;
    width: 100%;
}

    .select_option select {
        display: inline-block;
        width: 100%;
        height: 35px;
        padding: 0px 15px;
        cursor: pointer;
        color: #7b7b7b;
        border: 1px solid #cccccc;
        border-radius: 0;
        background: #fff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        transition: all 0.2s ease;
    }

        .select_option select::-ms-expand {
            display: none;
        }

        .select_option select:hover, .select_option select:focus {
            color: #000000;
            background: #fafafa;
            border-color: #000000;
            outline: none;
        }

.select_arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
    border-top-color: #000000;
}

.credit {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px;
    color: #3BC3FF;
}

    .credit a {
        color: #e1a70a;
    }

#first, #second, #third, #fourth {
    padding: 8px 10px 9px 15px;
}

a {
    color: #337ab7;
    text-decoration: inherit;
    font-weight: 500;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 7px;
    }

    50% {
        height: 20px;
        width: 7px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 7px;
    }

    50% {
        height: 20px;
        width: 7px;
    }
}

@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }

    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }

    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }

    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }

    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }

    .bottom_row .col_half {
        width: 50%;
        float: left;
    }

    .bottom_row .col_full {
        width: 100%;
        float: left;
    }

    .form_container .row .col_half.last {
        border-left: none;
    }

    .form_container .row .col_full.last {
        border-left: none;
    }

    .remember_me {
        padding-bottom: 20px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}


.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item a {
    color: #337ab7;
    text-decoration: inherit;
    font-weight: 400;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}
    /* Start of Status Tracker style sheet*/
    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
        top: 5px;
    }

    .stepper-item.active {
        font-weight: bold;
    }

        .stepper-item.active .step-counter {
            background-color: #31c0ff;
        }

    .stepper-item.completed .step-counter {
        background-color: #4bb543;
        font-weight: bold;
    }

    .stepper-item.completed .step-name {
        font-weight: bold;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #4bb543;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 3;
    }

    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }

/* End of Status Tracker style sheet*/
.ui-widget-header {
    background-color: #3BC3FF !important;
    background: #3BC3FF !important;
}

.ui-widget-content {
    background: #fff !important;
}

.required:after {
    content: " *";
    color: red;
}

@import "//fonts.googleapis.com/css?family=Open+Sans";

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #929292;
    height: 4rem;
}

    .steps > .step {
        position: relative;
        display: table-cell;
        text-align: center;
        font-weight: 200;
        color: #6d6875;
    }

        .steps > .step:before {
            content: attr(data-step);
            display: block;
            margin: 0 auto;
            background: #ffffff;
            border: 2px solid #e6e6e6;
            color: #e6e6e6;
            width: 2rem;
            height: 2rem;
            text-align: center;
            margin-bottom: 0.3rem;
            line-height: 1.9rem;
            border-radius: 100%;
            position: relative;
            z-index: 1;
            font-weight: 700;
            font-size: 1rem;
        }

        .steps > .step:after {
            content: "";
            position: absolute;
            display: block;
            background: #e6e6e6;
            width: 100%;
            height: 0.125rem;
            top: 1rem;
            left: 50%;
        }

        .steps > .step:last-child:after {
            display: none;
        }

        .steps > .step.is-complete {
            color: #6d6875;
        }

            .steps > .step.is-complete:before {
                content: "✓";
                color: #f68e20;
                background: #fef0e2;
                border: 2px solid #f68e20;
            }

            .steps > .step.is-complete:after {
                background: #f68e20;
            }

        .steps > .step.is-active {
            font-size: 1.5rem;
        }
        .steps > .step a {
            color: #6d6875;
            font-weight:200;
            text-decoration:none;
        }
            .steps > .step.is-active:before {
                color: #fff;
                border: 2px solid #f68e20;
                background: #f68e20;
                margin-bottom: -4.9rem;
            }
