<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'montserratregular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no-float {
    float: none !important;
}

a {
    color: #195072;
}

a:hover {
    text-decoration: none;
}

.uppercase,
.navbar-right li a,
.contact-info a,
.step-form h1,
.step-form h3 {
    text-transform: uppercase;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.no-padding {
    padding: 0;
}

.inv {
    display: none;
}

/*nav section*/
.navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.navbar-right li a,
.contact-info a {
    font-size: 12px;
    font-family: 'montserratbold';
    color: #195072;
}

.navbar-right li a:hover,
.navbar-right li a:active,
.navbar-right li a:focus {
    background: transparent;
}

.navbar-collapse {
    padding-right: 0px;
}

.navbar-toggle {
    margin-top: 15px;
    background: #195072;
    color: #fff;
}

.navbar-toggle .icon-bar {
    border: 1px solid #FFF;
}

.contact-info {
    overflow: hidden;
    margin-top: -30px;

}

.contact-info a {
    display: block;
    margin: 0 15px 0 0;
    float: left;
}

a.chat-button {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #195072;
    color: #195072;
    font-weight: normal;
    height: 30px;
    width: 99px;
    text-align: center;
    line-height: 30px;
}

a.chat-button:hover {
    background: #FFF;
    color: #195072;
}

a.contact-no {
    font-size: 24px;
}

a.contact-no p {
    line-height: 20px;
}

.font-gold {
    color: #998e5a;
    border: 1px solid #998e5a;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.font-orange {
    color: #ca6726;
    border: 1px solid #ca6726;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.font-green {
    color: green;
    border: 1px solid green;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

/*section css*/
.top-section {
    background: url("images/homebg2.jpg") no-repeat top;
    background-size: cover;
    padding: 10px 0 0;
}

/*form steps css*/
.step-form {
    margin: 50px 0 100px;
    padding: 40px 20px;
    background: url("images/trans_bg.png");
    color: #FFF;
    overflow: hidden;
    min-height: 628px;
}

.step-form h1 {
    font-size: 40px;
    font-family: 'montserratbold';
    margin: 0 0 15px;
}

.step-form h3 {
    font-size: 18px;
    font-family: 'montserratlight';
}

.step-form p {
    font-size: 18px;
    font-weight: normal;
}

.section-form .form-group label {
    color: #FFF;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    text-align: left;
}

#step-1 {
    padding: 25px 0 0px;
}

#step-2 .space-top {
    padding: 35px 0 30px;
}

#step-3 .section-form {
    padding: 40px 0 10px;
}

#step-1 .form-group {
    padding: 0 30px;
}

#step-2 .form-group,
#step-3 .form-group,
#step-4 .form-group {
    padding: 0 52px;
}

#step-3 .form-group,
#step-4 .form-group {
    margin: 0 0 10px;
}

.section-form .form-group select {
    background: url("images/select_bg.png") center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.section-form .form-group .form-control {
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: none;
    border: none;
    width: 240px;
}

.section-form .form-group input.form-control {
    background: url("images/input_bg.jpg") center repeat-x;
}

/*round buttons*/
.round-btns {
    width: 255px;
    margin: 10px auto 30px;
}

.purchase-btn {
    height: 115px;
    background: #195072;
    line-height: 95px;
    font-size: 14px;
    font-family: 'montserratbold';
    font-weight: normal;
    /*float: left;*/
    width: 115px;
    margin: 10px 5px;
    border: 5px solid #FFF;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.purchase-btn:hover,
.purchase-btn.active {
    background: #000;
    color: #FFF;
}

/*ssection footer*/
.section-footer {
    background: rgba(89, 89, 89, 0.78);
    color: #FFF;
    padding: 15px 0;
}

.section-footer p {
    margin: 0;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
}

/*buttons*/
.next-button {
    margin-top: 30px;
}

.btn-primary {
    /*background: #94884f;*/
    background: #ca6726;
    color: #FFF;
    border-color: #FFF;
    font-size: 21px;
    padding: 3px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #FFF;
    color: #195072;
    border-color: #FFF;
}

.btn-primary.disabled {
    background: #ca6726;
    border-color: #ca6726;
    opacity: 1 !important;
}

/*social links*/
.social-links {
    position: fixed;
    top: 30%;
    right: 0;
    width: 50px;
    z-index: 99;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: block;
    color: #999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #999;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
}

.social-links a:hover {
    color: #195072;
    border-color: #195072;
}

/*bottom section*/
.bottom-section {
    font-family: 'montserratlight';
    font-size: 11px;
    color: #000000;
    margin: 30px 0 0px;
}

.bottom-section p {
    margin: 0 0 15px;
    line-height: 18px;
}

.bottom-section p b {
    font-family: 'montserratbold';
    font-weight: normal;
}

.partners {
    margin: 0 0 15px 0;
}

.partners p {
    margin: 0;
}

.partners .feedback i {
    font-size: 24px;
}

.partners .feedback {
    font-family: 'montserratregular';
}

.loans-text {
    font-family: 'montserratregular';
    font-size: 14px;
}

/*footer*/
footer {
    font-family: 'montserratregular';
    font-size: 12px;
    color: #8c8c8c;
    margin-bottom: 20px;
}

/*misc css*/
h1.thanks-msg {
    font-family: 'montserratregular';
    font-weight: normal;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    margin: 23% 0;
}

.wizard-bar {
    margin-bottom: 30px;
}

    #inline1 {
        width:800px;
		display: none;
    }

/*responsive css*/
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px)  and (max-width: 1200px) {
    .container {
        width: 855px;
    }
	
	    #inline1 {
        width:450px;
		display: none;
    }

    #step-1 .form-group {
        padding: 0 10px;
    }

    #step-2 .form-group,
    #step-3 .form-group,
    #step-4 .form-group {
        padding: 0 29px;
    }
}

@media (max-width: 460px) {

    #inline1 {
        width:300px;
		display: none;
    }

    .step-form {
        margin: 10px 0 100px;
    }

    #step-1 .form-group {
        padding: 0 25px;
    }

    #step-2 .form-group,
    #step-3 .form-group,
    #step-4 .form-group {
        padding: 0 10px;
    }

    #step-1 {
        padding: 0px;
        margin-top: -20px;
    }

    .contact-info {
        overflow: hidden;
        margin-top: 0px;

    }

    .noresponsive {
        display: none;
    }
}

.loan-type {
    display: none;
}</pre></body></html>