#kycsTab .loan-apply-widget {
    visibility: visible !important;
}


.loan-apply-widget {
    visibility: visible !important;
}

/*Bootstrap 4 Tooltip*/
.tooltip > .arrow {
    background-color: transparent;
}

.tooltip > .tooltip-inner {
    text-align: center;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #733ca8;
    box-shadow: 0 4px 10px 0 #733ca8;
}

.bs-tooltip-top,
.bs-tooltip-right,
.bs-tooltip-left,
.bs-tooltip-bottom {
    background-color: transparent;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: white;
    border-right-color: #733ca8;
    border-bottom-color: white;
    border-left-color: #733ca8;
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
    border-top-color: #733ca8;
    border-right-color: white;
    border-bottom-color: #733ca8;
    border-left-color: white;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.recruitment-procces .section-title h2 {
    position: relative;
    color: #1d0229 !important;
    line-height: 1.6;
}

.section-title h2::before {
    display: inline-block;
    content: "";
    border-top: .3rem solid #240E36;
    width: 4rem;
    margin: 0 0rem;
    transform: translateY(1rem);
    margin-right: -65px;
    margin-top: 15px;
}

.section-title h2::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid #240E36;
    width: 4rem;
    margin: 0 0rem;
    transform: translateY(-2rem);
    margin-left: -65px;
    margin-bottom: 3px;
}

.feature-card-widget-2 {
    position: relative;
}

.processdone {
    position: absolute;
    top: 93px;
    left: 90px;
    color: #52ff70;
}

select option {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

select option {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
}

.feature-card-widget-2 {
    padding: 20px 20px !important;
    border-radius: 10px;
    height: 329px !important;
}

.currency-flag {
    display: inline-block;
    width: 34px;
    height: 20px;
}

.loan-apply-widget .apply-content .countriesSelect .nice-select {
    margin-top: 10px;
    margin-left: 15px;
}

#msform input.styled-checkbox {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    border: 2px solid;
    display: none;
}

    #msform input.styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        #msform input.styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            border: 2px solid #5e2682;
            border-radius: 4px;
        }

    /*   #msform input.styled-checkbox:hover + label:before {
            background: #f35429;
        }*/

    #msform input.styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    #msform input.styled-checkbox:checked + label:before {
        background: #5e2682;
    }

    #msform input.styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        #msform input.styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    #msform input.styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 10px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }

/*  #msform input.styled-checkbox:hover + label:before {
            background: transparent;
        }*/

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .box select {
        background-color: #0563af;
        color: white;
        padding: 12px;
        width: 250px;
        border: none;
        font-size: 20px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        -webkit-appearance: button;
        appearance: button;
        outline: none;
    }

    .box::before {
        content: "\f13a";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
        text-align: center;
        font-size: 28px;
        line-height: 45px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.1);
        pointer-events: none;
    }

    .box:hover::before {
        color: rgba(255, 255, 255, 0.6);
        background-color: rgba(255, 255, 255, 0.2);
    }

    .box select option {
        padding: 30px;
    }

.nice-select .list {
    height: 250px;
    overflow-y: auto;
}

.inputcontainer {
    position: relative;
}

input {
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
}

.icon-container {
    position: absolute;
    right: 40px;
    top: 44px;
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

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

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

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #5e2682 #5e2682 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}


.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.mobilePaddingDiv .loan-apply-widget {
    height: 65px;
}

    .mobilePaddingDiv .loan-apply-widget.mannualHeightForDivScroll {
        max-height: 275px;
        height: auto;
        min-height: 54px;
        background: transparent;
        box-shadow: none;
        padding: 0px;
    }

        .mobilePaddingDiv .loan-apply-widget.mannualHeightForDivScroll:hover, .mobilePaddingDiv .remittanceFinancialYear:hover, .mobilePaddingDiv .remittanceFinancialYear {
            border-color: #F5F5F5;
            background: transparent;
            box-shadow: none;
            padding: 0px;
        }

    .mobilePaddingDiv .loan-apply-widget .label {
        width: 70%;
        font-size: 16px;
    }

    .mobilePaddingDiv .loan-apply-widget .switch {
        width: 30%;
    }

    .mobilePaddingDiv .loan-apply-widget .apply-content .title {
        width: 70%;
    }

    .mobilePaddingDiv .loan-apply-widget .apply-content input {
        width: 20% !important;
        border-bottom: 1px solid #733ca8 !important;
        margin-right: 15px;
    }

    .mobilePaddingDiv .loan-apply-widget .apply-content .wrapper {
        width: 8% !important;
    }

.mobilePaddingDiv #taxTaken .loan-apply-widget {
    height: 54px;
    border-color: #ccc;
}

.mobilePaddingDiv #taxTaken .firstRoeDivDetails .loan-apply-widget {
    height: 75px;
    padding: 5px 10px;
}

.mobilePaddingDiv .firstRoeDivDetails .loan-apply-widget .apply-content input {
    width: auto !important;
    border-bottom: 0px solid #733ca8 !important;
    margin-right: 15px;
}

.mobilePaddingDiv #taxTaken .loan-apply-widget:hover {
    border-color: #733ca8;
}

.mobilePaddingDiv .remittanceFinancialYear {
    height: 144px !important;
}

    .mobilePaddingDiv .remittanceFinancialYear .loan-apply-widget {
        height: 50px;
    }



    .mobilePaddingDiv .remittanceFinancialYear .firstRoeDivDetails .loan-apply-widget {
        height: 75px;
        padding: 5px 10px;
    }
.paymentDetailsNew .loan-apply-widget {
    height: 240px;
}
.paymentDetailsNew .loan-apply-widget .btn {
    float: none !important;
    margin: 0 auto !important;
}
    .paymentDetailsNew .loan-apply-widget .icon {
        padding: 0px;
        font-size: 35px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .paymentDetailsNew .loan-apply-widget .apply-content .title {
        text-align: center;
    }
    .paymentDetailsNew .loan-apply-widget .apply-content {
        width: 100%;
        padding: 25px 0px;
    }
    .paymentDetailsNew .loan-apply-widget .icon img {
        display: block;
        height: 24px;
        margin: 0 auto;
    }
    .paymentDetailsNew .loan-apply-widget:hover .icon img {
        display: block;
    }
.paymentDetailsNew .tooltipText {
    display: none;
    left: -181px;
    right: auto;
}
    .paymentDetailsNew .tooltipText::after {
        left: 51%;
    }
.paymentDetailsNew ul, .paymentDetailsNew li {
    text-align: left;
    font-size: 12px;
    list-style-type: disc;
}
.paymentDetailsNew .loan-apply-widget .apply-content p {
    color: #733ca8;
}
.paymentDetailsNew .loan-apply-widget .apply-content p span {
    font-size: 22px;
    margin-left: 5px;
}

.paymentDetailsNew.desktop {
    display: block !important;
    display: flex !important;
}
/*For Mobile */
@media (max-width: 767px) {
    .mobileSection {
        display: flex;
        height: 97vh;
        width: 100%;
    }

    #screens {
        height: 100%;
        overflow: hidden;
        width: 100%;
    }

    .screens-screen {
        background: #f7f9fa;
        height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .screens-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: auto;
        padding: 0.5rem 0rem 8rem;
    }

    .screens-fixed-bottom {
        display: flex;
        bottom: 0rem;
        left: 0;
        right: 0;
        width: 100%;
        background: #f7f9fa;
        position: fixed;
    }

    .screens-cta {
        background: white;
        border-radius: 0;
        border: 0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
        color: black;
        cursor: pointer;
        font-size: 1rem;
        outline: none;
        padding: 0.6rem 1.5rem;
        transform-origin: center bottom;
        transition-timing-function: cubic-bezier(0.645, 0.235, 0.690, 1.650);
    }

        .screens-cta:first-child {
            margin-right: auto;
        }

        .screens-cta:last-child {
            margin-left: auto;
        }

        .screens-cta:nth-child(1) {
            transition-delay: 0.0s;
        }

        .screens-cta:nth-child(2) {
            transition-delay: 0.2s;
        }

        .screens-cta:nth-child(3) {
            transition-delay: 0.4s;
        }

        .screens-cta:nth-child(4) {
            transition-delay: 0.6s;
        }

        .screens-cta:nth-child(5) {
            transition-delay: 0.8s;
        }

        .screens-cta.inactive {
            transform: translateY(100%) scaleY(0);
        }

        .screens-cta.active {
            transform: translateY(0) scaleY(1);
        }

        .screens-cta:active {
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
            color: lightgray;
        }

        .screens-cta.screens-back {
            height: 40px;
        }

        .screens-cta.screens-next {
            background: #733ca8;
            width: fit-content;
            border: 0px;
            padding: 6px 30px;
            color: #fff;
            border-radius: 6px;
            height: 40px;
            width: 100%;
        }

    .tawk-min-container .tawk-button-circle.tawk-button-large, #vo9hfctdcpng1fg8ib5fn {
        display: none !important
    }

    .tawk-min-container, .tawk-min-container .tawk-button {
        display: none;
    }

    header.header {
        height: auto !important;
        display: flex;
        align-items: center;
    }

        header.header .header-menu.header-menu-4 {
            width: 100%;
        }

    .navbar .navbar-brand {
        padding-top: 8px;
        padding-bottom: 9px;
    }

        .navbar .navbar-brand img {
            height: 36px !important;
        }

    body #top-content {
        margin-top: 9vh;
        padding: 0px !important;
    }

        body #top-content #progressbar {
            display: none;
        }

    .navbar-collapse {
        margin-top: 5px;
    }

    .header-menu .menu {
        padding: 0px 15px;
    }

        .header-menu .menu > .nav-item > .nav-link {
            color: #6b707f !important;
            font-size: 12px;
        }

        .header-menu .menu > .nav-item, .navbar_fixed.menu_one .menu > .nav-item {
            padding: 0px 0;
        }

    #top-content .register-section {
        margin-top: 0vh;
        height: auto;
    }

    #msform fieldset {
        background: #f7f9fa;
        border: 0 none;
        border-radius: 0px;
        box-shadow: none;
        padding: 0px 0px 0px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0%;
        height: 61vh;
        overflow-y: auto;
        position: relative;
        overflow-x: hidden;
    }

    .footer.footer-3 .copyright .f-list, .footer.footer-3 .copyright .social-button, .tawk-min-container, .tawk-min-container .tawk-button, .tawk-mobile {
        display: none !important;
    }

    .footer.footer-3 .copyright .text-center {
        text-align: center !important;
        padding: 2px !important;
        margin: 0px !important;
    }

    #screens {
        padding: 0px;
    }

    body #top-content {
        margin-top: 50px;
        height: 94.5vh;
        padding: 0px !important;
        margin-bottom: 0vh;
        align-items: flex-start;
    }

    .container.mobileSection {
        padding: 0px;
    }

    body {
        overflow: hidden;
    }

    #msform {
        width: 100%;
        display: block;
    }

    body #top-content #msform {
        margin-top: 0px;
    }

    .tawk-min-container .tawk-button-circle.tawk-button-large {
        display: none !important
    }

    .tawk-min-container, .tawk-min-container .tawk-button {
        display: none;
    }

    #ud0kqrpce1t81fg8jbmb8 {
        opacity: 0 !important;
    }

    .tawk-min-container .tawk-button-circle.tawk-button-large {
        display: none !important;
    }

    .bootoast-container.center {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto;
        left: 180px;
        bottom: 60px;
    }

    .footer.footer-3.loginPage {
        background-repeat: no-repeat;
        background-size: contain;
    }


    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .btn-next.mobile, .mobile.btn-next:hover, .mobile.btn-next:active, .mobile.btn-next:focus, .mobile.btn-next.focus {
        max-width: 100% !important;
        margin-top: 10px;
        padding: 9px 10px !important;
        font-size: 17px;
        width: 100% !important;
    }

    .loginDIVDetails .loan-apply-widget {
        visibility: visible !important;
        margin-bottom: 10px;
    }

    #top-content .loginDIVDetails {
        margin-top: 3vh;
        height: 100%;
    }

    .termLink {
        text-align: center !important;
        font-size: 14px;
    }

    #top-content .loginDIVDetails .big-title {
        font-size: 20px;
    }

    .back .div-center label {
        margin: 3px 0px;
    }

    .bootoast-container.center {
        left: 195px !important;
        bottom: 60px;
    }

    .mobileRegsiterFB {
        max-width: 80% !important;
    }

    .divHowItWorksDIVDATA .section-title h2 {
        font-size: 24px;
    }

    .feature-card-widget-2 p {
        display: none;
    }

    .feature-card-widget, .feature-card-widget-2, .feature-card-widget-4, .feature-card-widget-5, .feature-card-widget-6, .feature-card-widget-7 {
        text-align: center;
        background-color: transparent;
        box-shadow: none;
        transition: all 0.3s ease-out;
    }

    #top-content .feature-card-widget-2 {
        height: auto !important;
        display: flex;
        padding: 10px 10px !important;
    }

    .feature-card-widget h4, .feature-card-widget-2 h4, .feature-card-widget-4 h4, .feature-card-widget-5 h4, .feature-card-widget-6 h4, .feature-card-widget-7 h4 {
        font-size: 17px;
        line-height: 1.4;
        margin-left: 10px;
    }

    .feature-card-widget img, .feature-card-widget-2 img, .feature-card-widget-4 img, .feature-card-widget-5 img, .feature-card-widget-6 img, .feature-card-widget-7 img {
        max-width: 100%;
        width: 64px !important;
    }

    .noDataDivHeight .col-md-6.col-lg-3 {
        margin: 0px;
    }

    .register-section .transactionDataDiv .col-md-5.col-sm-3 {
        width: 40%;
    }

    .register-section .transactionDataDiv .col-md-5.col-sm-5 {
        width: 50%;
    }

    .register-section .transactionDataDiv .col-md-2.col-sm-2 {
        width: 5%;
    }

    .register-section .transactionDataDiv .loan-apply-widget {
        height: 60px;
        padding: 10px 10px 10px 15px;
        margin: 5px 0px 6px;
        align-items: center;
    }

        .register-section .transactionDataDiv .loan-apply-widget .icon {
            display: none;
        }

        .register-section .transactionDataDiv .loan-apply-widget input {
            font-size: 12px;
        }

    .footer.footer-3, .footer.footer-3 .copyright {
        display: none;
    }

    .screens-content h5 {
        font-size: 15px !important;
    }

    .loan-apply-widget {
        padding: 20px 15px 20px 15px;
    }

        .loan-apply-widget .apply-content .title {
            font-size: 13px;
        }

    #top-content select {
        width: 100%;
        font-size: 12px;
    }

    #msform input, #msform textarea, #msform select, #msform select option, #benificiarySelectModal input {
        font-size: 12px;
    }

    .loan-apply-widget .apply-content input::placeholder {
        font-size: 12px;
    }

    .loan-apply-widget .icon {
        padding-right: 15px;
        font-size: 20px;
    }

    .loan-apply-widget {
        height: 80px;
    }

    #msform input.styled-checkbox + label {
        font-size: 12px;
        line-height: 1.2;
    }

        #msform input.styled-checkbox + label:before {
            content: "";
            margin-right: 2px;
            display: inline-block;
            vertical-align: text-top;
            width: 15px;
            height: 15px;
            background: white;
            border: 2px solid #5e2682;
            border-radius: 4px;
        }

    #msform input.styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 2px;
        top: 6px;
    }

    .upload--files .custom-file-label, .upload--files .custom-file-label a {
        font-size: 13px !important;
    }

    .upload--files .custom-file-label {
        display: flex;
        justify-content: space-between !important;
        width: 100%;
    }

    .modal .col-sm-5 {
        width: 45%;
    }

    .modal .col-sm-2 {
        width: 9%;
    }

    .modal .modal-body {
        height: 70vh;
        overflow-y: auto;
    }

    .modal .modal-header {
        padding: 8px;
    }

        .modal .modal-header .modal-title {
            font-size: 16px;
        }

    .mobilePaddingDiv {
        padding: 0px;
    }

        .mobilePaddingDiv #msform fieldset {
            padding: 0px !important;
            height: 88vh !important;
        }

        .mobilePaddingDiv .loan-apply-widget .label {
            margin: 0px 0px 5px !important;
            font-size: 13px;
        }

        .mobilePaddingDiv .btn-next {
            width: 100%;
            position: absolute;
            bottom: 0px;
            display: flex;
            max-width: 100% !important;
            display: flex;
            justify-content: center;
        }

        .mobilePaddingDiv .duringDetailsFinancial {
            height: 250px !important;
        }

        .mobilePaddingDiv .loan-apply-widget.mannualHeightForDivScroll .row .col-md-12 {
            display: block !important;
            padding:0px !important;
        }
        .mobilePaddingDiv .loan-apply-widget.mannualHeightForDivScroll .row {
           margin:0px;
        }
            .mobilePaddingDiv .loan-apply-widget.mannualHeightForDivScroll .row.firstRoeDivDetails {
                margin: 0px -15px;
            }
    .mobilePaddingDiv .loan-apply-widget .label {
        width: 100%;
        font-size: 16px;
    }

        .mobilePaddingDiv .loan-apply-widget .switch {
            width: 100%;
        }

        .mobilePaddingDiv .loan-apply-widget.mannualHeightForDivScroll {
            max-height: 340px;
        }
        .mobilePaddingDiv .loan-apply-widget .switch {
            margin: 10px 0px;
        }
    #top-content .mobilePaddingDiv .transactionDataDiv {
       overflow-x: hidden;
    }

    .mobilePaddingDiv .loan-apply-widget .apply-content .title {
        width: 100%;
    }
    .paymentDetailsNew .loan-apply-widget {
        height: auto;
        padding: 7px 9px;
    }
        .paymentDetailsNew .loan-apply-widget .apply-content {
            width: 100%;
            padding: 0px 0px;
        }
        .paymentDetailsNew .loan-apply-widget .btn {
            float: none !important;
            margin: 0 !important;
        }
    .summaryMobilePage--inside p {
        margin-top: 51px;
    }
    .paymentDetailsNew.desktop {
        display: none !important;
    }
   





}

@media (min-height: 700px) and (max-width: 767px) {
    #top-content .transactionDataDiv {
        max-height: 83vh;
        padding-bottom: 100px;
    }
}

@media (max-height: 699px) and (max-width: 767px) {
    #top-content .transactionDataDiv {
        max-height: 79vh;
        padding-bottom: 100px;
    }
}

@media (max-height: 650px) and (max-width: 767px) {
    #top-content .transactionDataDiv {
        max-height: 75vh;
        padding-bottom: 100px;
    }
}

@media (max-height: 590px) and (max-width: 767px) {
    body #top-content {
        height: 94vh !important;
    }
}

@media (max-height: 550px) and (max-width: 767px) {
    body #top-content {
        margin-top: 50px;
        height: 93vh;
        padding: 0px !important;
        margin-bottom: 0vh;
        align-items: flex-start;
    }
}

@media (max-width: 370px) {
    body #top-content {
        margin-top: 50px;
        height: 93vh;
        padding: 0px !important;
        margin-bottom: 0vh;
        align-items: flex-start;
    }

    .register-section .transactionDataDiv .col-md-5.col-sm-3 {
        width: 38%;
    }

    .register-section .transactionDataDiv .loan-apply-widget input {
        font-size: 10px;
    }

    .loan-apply-widget .apply-content p {
        margin-top: 6px;
    }

    .loan-apply-widget {
        height: 75px;
    }
}

@media (max-height: 550px) and (max-width: 370px) {
    body #top-content {
        margin-top: 50px;
        height: 93vh;
        padding: 0px !important;
        margin-bottom: 0vh;
        align-items: flex-start;
    }

    .register-section .transactionDataDiv .col-md-5.col-sm-3 {
        width: 38%;
    }

    .register-section .transactionDataDiv .loan-apply-widget input {
        font-size: 9px;
    }

    .loan-apply-widget .apply-content p {
        margin-top: 6px;
    }

    .loan-apply-widget {
        height: 75px;
    }
}
/*body #top-content {
    margin-top: 50px;
    height: 95vh;
    padding: 0px !important;
    margin-bottom: 0vh;
    align-items: flex-start;
}*/
