/*====================================               =================
  ==================================== WEE STYLE SHEET================*/

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;

}

body {
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none !important;
}

/*==========Heder style =========*/

.header {
    background: #CDFB51;
}

.header .logo_div {}

.header a {
    color: #000;
}

.header a i {
    color: rgb(200, 39, 61);
    margin-right: 10px;
}

.header .btn {
    display: inline-block;
}

.header .btn,
.btn_main {
    /* background: rgb(200,39,61);
    background: linear-gradient(to right,#CD623A,#C8273D); */
    color: #fff;
    border-radius: 100px;
    min-width: 110px;
    text-align: center;
    font-weight: 400;
    margin-right: 10px;
    background: #16393b;
    border-radius: 50px;
}


/* loader css start */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    border-top-color: #1A1919;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* loader css ends */

.btn_defult {
    background-color: #ECECEC;
    border: 1px solid #B9B9B9;
    border-radius: 100px;
    color: #000;
}

.header .btn:hover,
.header .btn:focus,
.btn_main:hover,
.btn_main:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
    background-color: #1A1919;
}

/*==========Login, Regesiter section =========*/
.linkbtn_section .link-btn {
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.linkbtn_section .link-btn.google-btn {
    font-family: Roboto, arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .21px;
    background-color: #4285f4;
    line-height: 25px;
}

.google-btn span {
    margin-left: 30px;
}

.google-btn::before {
    content: '';
    position: absolute;
    background-image: url('../images/icons/google-color-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 37px;
    height: 37px;
    top: 0;
    left: 0;
    background-size: 100%;
}

.linkbtn_section .link-btn.fb-btn {
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: .25px;
    text-align: center;
    text-overflow: clip;
    background-color: #4267b2;
    padding: 7px .7rem;
}

.fb-btn::before {
    content: '';
    position: absolute;
    background-image: url('../images/icons/facebook.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 27px;
    height: 27px;
    top: 4px;
    left: 5px;
    background-size: 100%;
}

.fb-btn span {
    margin-left: 20px;
    font-size: 15px;
}

.linkbtn_section .link-btn:focus {
    outline: none;
    box-shadow: none;
}


.main {
    background-color: #F8F9FB;
    padding: 75px 0px;
    min-height: 100vh;
}

.main .form_section {
    background-color: #fff;
    border: 1px solid #eaeaea;
    max-width: 530px;
    margin: auto;
    padding: 60px 30px;
    position: relative;
}

.main .form_section::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 45%;
    background-image: url('../images/icons/lock-icon.svg');
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
}

.main .form_reg::before {
    background-image: url('../images/icons/checked.svg');
}

.main .reg_section {
    background-color: #fff;
    border: 1px solid #eaeaea;
    max-width: 530px;
    margin: auto;
    padding: 60px 30px;
    position: relative;
}

.main .form_section a,
.main .reg_section a {
    color: #35B6B4;
}

.main .form_section .register_form h5 {
    font-size: 16px;
    font-weight: 400;
}

.main .cartoon_img {
    position: absolute;
    top: 60%;
    right: 13%;
}

.main .reg_cartoon {
    top: 68%;
}

.reg_section .register_form label {
    color: #1A1919;
    font-size: 14px;
    font-weight: 500;
}

.reg_section .register_form p {
    color: #6E6E6E;
    font-size: 14px;
    font-weight: 400;
}

.reg_section .register_form label span {
    color: #6E6E6E;
    margin-left: 10px;
}

.reg_section .register_form .form-check a {
    text-decoration: underline;
    color: #0A48D8;
    font-size: 14px;
}

.reg_section .register_form .btn {
    width: 100%;
    height: 42px;
}

.reg_section .register_form .cur_select select {
    background: #15676c;
    color: #fff;
    border-color: #15676c;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.register_form .form-group input::-webkit-input-placeholder {
    / Edge / color: #ccc;
}

.register_form .form-group input:-ms-input-placeholder {
    / Internet Explorer 10-11 / color: #ccc;
}

.register_form .form-group input::placeholder {
    color: #ccc;
}

.data-transfer {
    border-radius: 34px;
}

.data-transfer {
    border-radius: 34px;
}

.progress {
    width: 300px;
}

.reg_alert img {
    margin-bottom: 20px;
}

.reg_alert h5 {
    font-size: 20px;
    font-weight: 400;
}

.reg_alert h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.data-transfer .bg-info {
    background-color: #35B6B4 !important;
}

::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

/*==========Welcome page section =========*/

.user_dropdown .btn {
    color: #fff;
    border-radius: 50px;
    min-width: 160px;
    text-align: center;
    background: #15676C;
    padding-left: 15px;
    padding-right: 30px;

}

.user_dropdown .btn::after {
    display: block;
    vertical-align: middle !important;
    content: "";
    background-image: url('../images/icons/chervon-down.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    border: 0 !important;
    position: absolute;
    top: 30%;
    right: 20px;
}

div.bdge {
    text-align: center;
    font-size: 14px;
}

.header-inner .btn-dark {
    border-radius: 3px;
    background-color: #3F4040;
    background: #3F4040;
    min-width: 140px;
}

.header-inner .btn-dark:hover {
    background-color: #3F4040;
    background: #3F4040;
}

.welcome_main {
    height: 85vh;
    overflow: hidden;
    background-color: #F8F9FB;
}

.welcome_main .welcome-screen {
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 20px 20px 20px 0px;
    border: 1px solid #ECECEC;
    background-color: #fff;
    border-radius: 5px;
}

.welcome-screen h1 {
    font-size: 50px;
    font-weight: 400;
}

.welcome-screen p {
    font-size: 16px;
    font-weight: 400;
}

.welcome-screen .btn {
    background-color: #15676C;
    /* background: linear-gradient(to right,#CD623A,#C8273D);
    background: -webkit-linear-gradient(to right,#CD623A,#C8273D); */
    color: #fff;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

/*==========Menu page section =========*/

.inner_main {
    min-height: 85vh;
    overflow: hidden;
    background-color: #F8F9FB;
}

.inner_main .process-menu {
    max-width: 750px;
    margin: auto;
}

.inner_main .process-menu h3 {
    font-weight: 400;
}

.process-menu .menu-sec a {
    color: #000;
}

.process-menu .m-item {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 20px;
}

.process-menu .m-item::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.process-menu .m-item a {
    color: #000;
}

.process-menu .m-item .item-num {
    width: 26px;
    height: 26px;
    background-color: #666666;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-menu .blue .item-num {
    background-color: #0A48D8 !important;
}

.m-item .item-num p {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-bottom: 0px;
}

.process-menu .activee {
    background-color: #24C28C !important;
    color: #fff !important;
}

.process-menu .activee::after {
    content: "\f058" !important;
    color: #fff;
    font-size: 25px;
}

.process-menu .blue::after {
    color: #0A48D8 !important;
    right: 30px;
}

.process-menu .activee a {
    color: #fff !important;
}

.process-menu .activee .item-num {
    background-color: #fff !important;
}

.process-menu .activee .item-num p {
    color: #15676c;
}

.process-menu .blue .item-num p {
    color: #fff;
}

.process-menu .menu-sec .form-check a {
    text-decoration: underline;
    color: #0A48D8;
    font-size: 14px;
}

.process-menu .menu-sec .switch {
    width: 45px;
    height: 25px;
}

.process-menu .menu-sec .switch .slider {
    background-color: #ececec;
    border: 1px solid #666;
}

.process-menu .menu-sec input:checked+.slider {
    background-color: #cdfb51;
    border: 1px solid #1A1919;
    /* background-color: #35b6b4;
    border: 1px solid #35b6b4; */
}

.process-menu .menu-sec .switch .slider::before {
    background-color: #1A1919;
    /* background-color: #666; */
    width: 18px;
    height: 18px;
    bottom: 2px;
}

.process-menu .menu-sec input:checked+.slider::before {
    background-color: #15676c;
    webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.process-menu .btn_main {
    color: #fff !important;
    width: auto;
    text-decoration: none !important;
    padding: 10px 30px;
    font-size: 16px;
    background: #15676c;
    border-radius: 50px;
}

.inner_main .breadcrumb {
    background: transparent;
    max-width: 750px;
    margin: auto;
    font-size: 14px;
    margin-bottom: 20px;
}

/*==========Kyc Id document page section =========*/

.imgUp {
    margin-bottom: 15px;
}

.imagePreview {
    width: 180px;
    /*height: 114px;*/
    background-position: center center;
    /*background:url('../images/icons/front.png');*/
    background-color: #fff;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

.preview_b {
    background: url('../images/icons/back.png');
}

.preview_c {
    background: url('../images/icons/card-selfi.png');
}

.preview_d {
    background: url('../images/icons/take-selfie.png');
    height: 180px;
}

.btn-upload {
    display: block;
    border-radius: 3px;
    /*box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);*/
    margin-top: 10px;
    max-width: 180px;
    background-color: #15676c;
    color: #fff;
}

.btn-upload img {
    margin-right: 10px;
}

.btn-upload:hover {
    color: #fff;
}

/*==========All inner page section =========*/

.wee_tab .nav .nav-item .nav-link {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.wee_tab .nav-pills .nav-link.active {
    background-color: #15676c !important;
    border-radius: 0 !important;
}

.wee_tab .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 43%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #15676c transparent transparent transparent;
}

.wee_accordion .card .card-header {
    background-color: #fff;
    border-bottom: none;
    display: flex;
    align-items: center;
}

.wee_accordion .card .card-header span {
    font-size: 14px;
    font-weight: 400;
}

.wee_accordion .card .card-header i {
    vertical-align: middle;
    /* font-weight: 600; */
    /* position: relative; */
    /* right: 0%; */
    /* left: 5%; */
    /* top: 1px; */
    font-size: 16px;
    color: #1A1919;
}

.wee_accordion .card .card-body {
    background-color: #fff;
}

.menu-sec .cancel-btn {
    /* background-color: #ECECEC; */
    color: #1A1919;
    /* background: #ECECEC; */
    color: #000 !important;
    border: 1px solid #1A1919;
    background: #F4F4F6;
}

.process-menu .form-group label {
    /* color: #35B6B4; */
    color: #1A1919;
    font-size: 14px;
}

.process-menu .form-group span {
    font-size: 14px;
    margin-top: 10px;
}

.process-menu .cur_select select {
    background: #15676c;
    color: #fff;
}

.fund_tab .nav-pills {
    background: #ECECEC;
    /* background-color: #3F4040; */
}

.fund_tab .nav-pills .nav-item a {
    color: #fff;
}

.fund_tab .nav-pills .nav-item h6 {
    margin-bottom: 0px;
    font-weight: 400;
}

.fund_tab .nav-pills .nav-item span {
    font-size: 13px;
    font-weight: 400;
}

.fund_tab .nav-pills .nav-item .active {
    background: #1A1919;
    /* background-color: #35B6B4; */
    color: #fff;
    border-radius: 0;
}

.fund_tab p {
    word-break: break-all;
}

.s_shot .imgUp .btn-upload {
    max-width: 100%;
}

.s_shot .imgUp .imagePreview {
    width: 100%;
    /*min-height: 200px;*/
    background-size: cover !important;
}

.feedback_modal .modal-content {
    background-color: #ECECEC;
}

.feedback_form p {
    font-size: 14px;
    text-transform: lowercase;
}

.feedback_form form .form-group label {
    color: #35B6B4;
    font-size: 14px;
}

.feedback_form b {
    color: #C8273D;
    text-transform: capitalize;
}

.btn-return {
    border: 1px solid #B9B9B9;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
}


/*==========Footer styles =========*/

.footer {
    /* background-color: #35B6B4; */
    background: #CDFB51;
}

.footer img {}

.footer span {
    color: #15676C;
    font-weight: bold;
}

.footer span a {
    color: #15676C;
    font-weight: bold;
}

/*==========Media Queries and Mobile =========*/

@media (max-width: 992px) {
    .main {
        padding: 80px 0px;
    }
}

@media (max-width: 768px) {

    .logo_div img {
        width: 100%;
    }

    .header .btn {
        border-radius: 74px;
        min-width: 65px;
        font-size: 12px;
    }

    .user_dropdown .btn {
        min-width: 95px;
    }

    .user_dropdown .btn::after {
        width: 12px;
        height: 18px;
        top: 25%;
        right: 20px;
    }

    .btn_main {
        width: 100% !important;
    }

    .main .form_section::before {
        left: 42%;
    }

    .main .form_section,
    .main .reg_section {
        padding: 30px 10px;
    }

    .welcome_main {
        height: 100vh;
    }

    .welcome_main .welcome-screen {
        max-width: 99%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
        padding: 10px;
        margin: auto;
    }

    .process-menu .m-item::after {
        right: 10px;
    }

    .process-menu .m-item .item-num {
        margin-right: 10px;
    }

    .fund_tab .nav-pills {}

    .fund_tab .nav-pills .nav-item {}

    .footer span a,
    .footer span {
        font-size: 14px;
    }


    /*====Side nav mobile====*/

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #111;
        background: linear-gradient(to right, #CD623A, #C8273D);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-align: left;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 25px;
    }

    .sidenav .sidenav-header {
        position: absolute;
        top: 0px;
        background: #35b6b4;
        width: 100%;
    }

    .sidenav .sidenav-header h6 {
        color: #fff;
        margin-bottom: 0px;
        text-align: left;
    }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

        .sidenav a {
            font-size: 18px;
        }
    }
}

a.disabled {
    /* Make the disabled links grayish*/
    color: gray !important;
    /* And disable the pointer events */
    cursor: not-allowed;
    pointer-events: all !important;
}


@media (max-width: 490px) {
    .support_button {
            display: none
        }
                .support_button2 {
                    display: block !important
                }

}

