  /* #top-content {
                padding-top: 15vh;
            } */
            .middle-flex {
                display: flex;
                justify-content: space-between;
                border: 1px solid #8a739f;
                border-radius: 50px;
                align-items: center;
                margin-top: 5vh;
                background: #fff;
                box-shadow: 2px 0px 3px #bab0c9;
            }
            .middle-flex div {
                padding: 20px 30px;
                width: 20%;
                text-align: center;
                color: #8a739f;
                font-weight: 600;
            }
            .middle-flex div:not(:last-child) {
                border-right: 1px solid #8a739f;
            }

            .middle-flex div label {
                font-size: 17px;
                letter-spacing: 0.6px;
                font-size: 16px;
                margin: 0px;
            }
            .middle-flex div h3 {
                font-size: 22px;
                font-weight: 600;
            }
            .middle-flex div h3 {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 7px 0px;
            }
            .middle-flex div h3 img {
                height: 20px;
                margin-right: 4px;
            }
            #search-btn {
                background: #08bb37;
                font-size: 24px;
                border-radius: 50px !important;
                padding: 15px 20px;
                border: 0px;
                margin-top: 20px;
                max-width: 320px;
                width: 320px;
                text-transform: uppercase;
                font-weight: 400;
                letter-spacing: 1px;
                margin-top: 2vh;
            }
            #top-content {
                height: 100vh;
                position: relative;
                display: flex;
                align-items: center;
                padding:0px;
            }
            .animation {
                position: relative;
                display: inline-block;
                margin-top: 1vh;
            }
            .big-title {
                font-size: 30px;
                display: inline-block;
            }
            .big-title::after {
                content: "";
                border-bottom: 3px solid #8a739f;
                width: 100px;
                display: block;
                margin: 0 auto;
                margin-top: 10px;
                display:none;
            }
			.back .div-center {
			width: 500px;
			/*margin: 0 auto;*/
			text-align: left;
			}
			.back .div-center label {
			    font-size: 15px;
    margin: 11px 0px;
    color: #806996;
    font-weight: 500;
			}
			.back .div-center input {
  
    font-weight: 300;
    letter-spacing: 0.6px;border-radius:0px;
}
.btn-next, .btn-next:hover, .btn-next:active, .btn-next:focus, .btn-next.focus {
background: #733ca8;width: 100%;border:0px;padding: 8px 0px;font-size: 17px;border-radius:0px;margin-top: 10px;
}
.termLink {
color: #806996;
    font-weight: 500;
	margin: 12px 0px 0px;font-size: 14px;text-align:center;
}
    .termLink a {
        color: #04baff;
        text-decoration: underline;
    }
.d-none {
display:none !important;
}
body {
    overflow: hidden;
}
body #top-content {
    position: relative;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    padding-top: 0vh;
    height: auto;
    position: relative;
    overflow-y: hidden;
    display: flex;
    align-items: flex-start;
    margin-top: 20vh;
    margin-bottom: 5vh;
    height: 48vh;
}
.footer.footer-3, .footer.footer-3 .copyright {
    height: auto !important;
    background: transparent;
}

.footer.footer-3 {
    background: url('../images/bottombanner.svg');
    height: 175px !important;
    background-position: bottom;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-size: contain;
}
@media (max-width: 1400px) {
    #top-content {
        padding-top: 0vh;
    }
    body #top-content {
        margin-top: 8vh;
        height: auto;
    }
    body {
        overflow-y: auto;
    }
        body #top-content {
            position: relative;
            overflow-y: hidden;
            display: flex;
            align-items: center;
            padding-top: 0vh;
            height: auto;
            position: relative;
            overflow-y: hidden;
            display: flex;
            align-items: flex-start;
            margin-top: 4vh;
            margin-bottom: 2vh;
            height: 89vh;
        }
    .footer.footer-3 {
        height: 100px !important;
    }
    .big-title {
        font-size: 24px;
        display: inline-block;
        margin-bottom: 10px !important;
    }
    .loan-apply-widget {
        height: 80px !important;
    }

    }


.orButton {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.orButtonSpan {
    border: 1px solid #3D2352;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3D2352;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    bottom: -15px;
    background: #f7f9fa;
}
