/* New CSS */
.section-block-personal-loan_bg{
    padding: 90px 0 90px 0;
}
/* Form lalp2 New */
.form-lalp2 .navbar-home:not(.fullopacity) {
    background: #0C5843;
}
.form-lalp2 .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}
.form-lalp2 .navbar .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-lalp2 .text-primary {
    color: var(--theme-green) !important;
}

/* lalp2 Page */
fieldset {
    position: relative;
   /* -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;*/
    width: 100%;
}
@-webkit-keyframes fadeInRight {
    0% {
       opacity: 0;
       -webkit-transform: translateX(20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
       opacity: 0;
       transform: translateX(20px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
       opacity: 0;
       -webkit-transform: translateX(20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
       opacity: 0;
       -webkit-transform: translateX(20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
}
#frmLoan fieldset:not(:first-of-type) {
    display: none;
}
.form-head {
    margin-top: 24px;
    margin-bottom: 40px;
}
.form-head p {
    font-size: 16px;
    margin-bottom: 0;
}

fieldset h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
fieldset h2 span {
    white-space: nowrap;
}


/* Form Radio Group */
.form-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -.5em -1em;
    padding: 0 1em;
}
.group-item {
    margin: .5em auto;
    min-width: 100%;
    position: relative;
}
.group-item .svg_icon {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.group-item .svg_icon svg {
    display: block;
    width: 45px;
}
.group-item .label {
    display: inline-block;
    vertical-align: middle;
}
.group-item input {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    height: 32px;
    width: 32px;
}
.group-item label {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b6c8d1;
    box-shadow: 2px 3px 0 0 rgba(7,22,51,.04);
    border-radius: 6.25rem;
    display: block;
    cursor: pointer;
    color: #505050;
    font-size: 13px;
    line-height: 38px;
    margin-bottom: 0;
    padding: .75rem;
    position: relative;
    transition: color 200ms ease-in;
    width: 100%;
}
.group-item.active label,
.group-item input:checked ~ label {
    border-color: var(--theme-green);
}

.input-group .input-group-text {
    background-color: rgba(0, 0, 0, .2);
    border-color: transparent;
    box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, .2);
    margin-right: 5px;
    padding-right: calc(.75rem - 5px);
}
.form-input {
    text-align: left;
}
.form-input, .custom-width {
    max-width: 450px;
}
.floating_label {
    -webkit-box-shadow: 0 0 0 1px #cdd0d6;
    box-shadow: 0 0 0 1px #cdd0d6;
    border-radius: 5px;
    display: block;
    padding-left: 5rem;
    position: relative;
    height: 6rem;
    overflow: hidden;
}
.form-input.focused .floating_label {
    -webkit-box-shadow: 0 0 0 1px var(--theme-green);
    box-shadow: 0 0 0 1px var(--theme-green);
}
.form-input.error .floating_label {
    -webkit-box-shadow: 0 0 0 1px #f03a47;
    box-shadow: 0 0 0 1px #f03a47;
}
.field_icon {
    color: rgba(7,22,51,.4);
    font-size: 19px;
    line-height: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 6rem;
    text-align: center;
    width: 5rem;
}
.form-input.focused .floating_label .field_icon {
    color: var(--theme-green);
}
.floating_label input.floating_input {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    color: #505050;
    max-width: calc(100% - 5rem);
    padding: 30px 20px 10px 0;
    position: absolute;
    top: 0;
    height: 6rem;
}
@-webkit-keyframes autofill {
	to {
		background: #ffffff;
		color: #000;
		font-weight: normal;
	}
}
input:-webkit-autofill,
input:-webkit-autofill:valid {
	-webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    transition: none;
}
.formio-component {
    width: 100%;
}
.formio-component .form-control {
    -webkit-box-shadow: 0 0 0 1px #cdd0d6;
    box-shadow: 0 0 0 1px #cdd0d6;
    border-radius: 5px;
    display: block;
    color: #505050;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    height: 6rem;
}
.form-input.focused .formio-component .form-control {
    -webkit-box-shadow: 0 0 0 1px var(--theme-green);
    box-shadow: 0 0 0 1px var(--theme-green);
}
.form-control:focus {
    border-color: var(--theme-green);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23,177,135,.25);
}
.form-input.error .formio-component .form-control {
    -webkit-box-shadow: 0 0 0 1px #f03a47;
    box-shadow: 0 0 0 1px #f03a47;
}
.formio-component .custom-control {
    padding-left: 30px;
}
.formio-component .custom-control-label:before,
.formio-component .custom-control-label:after {
    left: -30px;
    height: 20px;
    width: 20px;
}
.formio-component .custom-control .custom-control-label {
    color: #686777;
    font-size: 14px;
}
.form-input .text-danger {
    font-size: 90%;
}
.form-step-hint {
    margin: 1em auto 0;
    max-width: 600px;
}
.form-step-hint p {
    color: rgba(7,22,51,.8);
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
}
.error_dob_full {
    font-size: 12px;
}
.floating_label .input-label {
    display: block;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    margin-right: auto;
    margin-bottom: 0;
    text-align: left;
    transition: all 0.3s;
    transform-origin: bottom left;
    z-index: 1;
}
.form-input.focused .floating_label .input-label {
    transform: translateY(-100%) scale(0.9);
}
.form-yes-no {
    max-width: 500px;
}
.form-yes-no label > span {
    font-weight: bold;
}
.form-yes-no label {
    border-radius: 7px;
    min-height: 102px;
    position: relative;
    text-align: center;
}
.form-yes-no label > i {
    color: var(--theme-green);  
    font-size: 30px;
}
.question-form .ts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    padding: 4.8rem 2.4rem;
    background-color: #fff;
}
.rectangle-box label {
    border-radius: 5px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    line-height: normal;
}
.rectangle-box label:after {
    background-position: 1px 2px;
    background-size: 24px;
    top: 0;
    height: 24px;
    width: 24px;
}
.rectangle-box input:checked ~ label:after {
    display: none;
}
.rectangle-box input:checked ~ label {
    box-shadow: none;
    border-color: var(--theme-green);
}
.rectangle-box label > span {
    width: 100%;
}
.rectangle-box label > span > b {
    display: block;
}
.rectangle-box label > img {
    margin-bottom: 10px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--theme-green);
    background-color: var(--theme-green);
}
.readmore__block a {
    color: var(--theme-green);
}
.question-form .btn.btn-primary {
    color: #fff;
    background-color: #17B187;
    border-color: #17B187;
    margin-top: 40px;
}
.question-form .btn.btn-primary:hover,
.question-form .btn.btn-primary:focus,
.question-form .btn.btn-primary:active {
    color: #fff;
    background-color: var(--theme-gray);
    border-color: var(--theme-gray);
    -webkit-box-shadow:  0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, .15);
    box-shadow:  0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, .15);
}
.question-form .btn.btn-primary[disabled] {
    background: #e6e7ea;
    color: rgba(7,22,51,.3);
    pointer-events: none;
    border-color: #e6e7ea;
    box-shadow: none;
}
.btn-success[disabled] {
    background: #e6e7ea;
    border-color: #e6e7ea;
    box-shadow: none;
    color: rgba(7,22,51,.3);
    pointer-events: none;
    opacity: 1;
}
.question-form .btn-submit {
    font-size: 20px;
    width: 100%;
}
.custom-control-label:before, .custom-control-label:after {
    top: 2px;
}
.error {
    color: #dc3545;
    font-size: 14px;
}
.info:not(.error) {
    color: var(--theme-dark);
}
fieldset button.btn-lg {
    font-size: 20px;
    font-weight: 600;
    margin: 40px auto 0;
    max-width: 200px;
    width: 100%;
}
fieldset button.btn-lg:hover {
    background-color: var(--theme-gray);
    border-color: var(--theme-gray);
    color: #fff;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}
.common_price {
    color: rgba(7,22,51,.6);
    margin-top: 4rem;
    text-align: center;
}
.common_price_headline {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}
.common_price_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 500px;
    margin: .5rem auto 0;
}
.common_price_list li {
    margin: .5rem;
}
.common_price_list button {
    /* background-color: transparent;
    border: 1px solid #cdd0d6;
    border-radius: 30px;
    color: rgba(7, 22, 51, 0.6);
    padding: 0 1em;
    height: 3.6rem;
    font-size: 13px; */
        background-color: transparent;
        border: 1px solid #cdd0d6;
        border-radius: 30px;
        color: rgba(7, 22, 51, 0.6);
        padding: 0 1em;
        height: 3.6rem;
        font-size: 16px;

}
.common_price_list button:focus,
.common_price_list button:hover {
    outline: none;
    cursor: pointer;
}

/* Back Link */
.back-link {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: rgba(7,22,51,.6);
    transition: all 0.3s;
    position: absolute;
    left: 10px;
    top: -2px;
}
.back-link i {
    font-size: 26px;
}
.back-link:hover,
.back-link:focus {
    color: var(--theme-green);
}
.back-link:focus {
    outline: none;
}

/* Messaging Policy Modal */
.modal-header {
    border-bottom: none;
    justify-content: center;
}
.modal-header .close {
    outline: none;
}
.modal-header .close span {
    font-size: 25px;
}
.modal-title {
    color: #21C490;
    font-size: 20px;
}
.modal-header, .modal-body, .modal-footer {
    padding: 16px;
}
.modal-footer {
    border-top: none;
    justify-content: center !important;
}
.modal-footer .print-btn {
    font-size: 16px;
    outline: none;
}
.fa-print {
    margin-right: 5px;
}

.custom-checkbox .custom-control-label .morecontent .hidden-txt {
    display: none;
    transition: 0.5s all ease;
}

/* Media Screen CSS */
@media (min-width: 992px) {
    .question-form form {
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
    }
    .question-form .ts-box {
        min-height: 450px;
    }
    .form-head {
        padding: 0 5rem;
    }
}

@media (max-width: 991px) {
    .question-form {
        overflow: hidden;
    }
    .question-form .ts-box {
        box-shadow: none;
        padding: 50px 15px;
    }
    .back-link {
        top: -50px;
        left: -14px;
    }
    .group-item {
        max-width: 100%;
    }

    .feature-box-long {
        padding: 15px;
    }
    .cta-btn {
        padding: 15px 20px;
        font-size: 14px;
        margin: 30px 2px;
    }
    .feature-box-long a[href^="mailto:"] p {
        word-break: break-all;
    }
    .showing-form .section-block-personal-loan_bg {
        background: #fff;
        padding: 50px 0;
    }
    .reg-form {
        border-top: 0;
        box-shadow: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-main h3 {
        margin-top: 0;
    }
    .footer-main .col-md-3:nth-child(3) h3 {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 10px;
        line-height: 10px;
    }
    .group-item {
        min-width: 40%;
    }
    .two-col, .four-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .two-col .group-item {
        -ms-flex-preferred-size: calc(50% - 1em);
        flex-basis: calc(50% - 1em);
        min-width: 0;
        margin: .5em;
    }
    .four-col .group-item {
        -ms-flex-preferred-size: calc(25% - 1em);
        flex-basis: calc(25% - 1em);
        min-width: 0;
        margin: .5em;
    }
}

@media (max-width: 767px) {
    .form-lalp2 .navbar-home:not(.fullopacity) {
        background: #313C38;
    }
    .form-yes-no .two-col, .four-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .form-yes-no .two-col .group-item, .four-col .group-item {
        -ms-flex-preferred-size: calc(50% - 1em);
        flex-basis: calc(50% - 1em);
        min-width: 0;
        margin: .5em;
    }
    .group-item label {
        padding: 8px;
    }
    .floating_label, .floating_label input.floating_input, .form-content .field_icon, .formio-component .form-control {
        height: 60px;
    }
    .field_icon {
        line-height: 60px;
    }
    .common_price_list li {
        margin: 5px;
    }
    .common_price_list li button {
        height: 35px;
    }
    .field_icon {
        width: 50px;
    }
    .floating_label {
        box-shadow: none;
        border: 1px solid #cdd0d6;
        padding-left: 50px;
    }
    .form-input.focused .floating_label {
        box-shadow: none;
        border-color: var(--theme-green);
    }
    .custom-width .form-group {
        margin-bottom: 0;
    }
    .footer-main h3 {
        margin-top: 32px;
    }
}

@media (min-width: 576px) and (max-width: 575px) {
    html {
        font-size: 9px;
        line-height: 9px;
    }
}

@media (max-width: 575px) {
    fieldset h2 {
        font-size: 26px;
    }
    fieldset h2 span {
        white-space: normal;
    }
    .formio-component .custom-control-label:after {
        top: 3px;
    }
    .rectangle-box label {
        line-height: 2;
    }
    .check-wrap {
        max-width: 450px;
        margin: 0 auto;
    }
    .d-xs-none{
        display: none!important;
    }
    .common_price_list li button {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .back-link {
        /* top: 20px; */
        /* left: 41%; */
    }
   
}


/*** page-loader ***/
.loader-bg-transperant{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.74);
    z-index: 999998;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
#page-loader.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#page-loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--theme-green);
    content: '';
    z-index: 999999;
    -webkit-animation: page-loader .9s infinite ease-in-out;
    animation: page-loader .9s infinite ease-in-out;
}

@-webkit-keyframes page-loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes page-loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/* SVG CSS */
.group-item label .svg_icon img {
	display: block;
    width: 45px;
}
.formio-component .custom-control-label.check-igrone:before{
    display:none;
}