@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0; box-sizing: border-box;}
img{ max-width:100%; height:auto; vertical-align:top;}

body{font-family: 'Open Sans', sans-serif; font-size:13px; color:#000;  background:#e8e4e1;}

.container{ max-width:1100px; margin:0 auto; position:relative;}

.headerPart:after{ content:''; display:block; clear:both;}
.headerPart{ background:#fff; margin-top:20px; border-radius:20px 20px 0 0; padding:20px;}

.justify{text-align:justify;}
.logo{ float:left; width:50%;}
.otherLogos{ float:right; width:50%}
.otherLogos ul{ list-style:none; text-align:right; padding-top:15px;}
.otherLogos ul li{ display:inline-block; padding:0 10px;}
.otherLogos ul li:last-child{ padding-right:0;}

.colorBar{ background:#a9930d; color:#fff; font-size:23px; padding:8px 0; text-transform:uppercase; text-align:center; font-weight:600; position:relative;}

.colorBar:after,
.colorBar:before{ content:''; position:absolute;  top:0; width:16px; height:64px;}

.colorBar:after{ left:-16px; background:url(../../images/colorBarLeft.png) no-repeat;}
.colorBar:before{ right:-15px; background:url(../../images/colorBarRight.png) no-repeat;}

.midPart{ background:#fff; padding:20px 15px;}
.loanMod{ border-bottom:1px solid #ccc;   padding-bottom:10px;}
.row{ margin-left:-10px; margin-right:-10px;}
.row:after{ clear:both; content:''; display:block;}
.col-9{ padding-left:10px; padding-right:10px; width:70%; float:left;}
.col-3{ padding-left:10px; padding-right:10px; width:30%; float:left;}
.col-6{ padding-left:10px; padding-right:10px; width:50%; float:left;}

h1{ font-size:25px; color:#b6a338; font-weight:600;}

.homeFormWrap{ background:rgba(56, 56, 56, 9); padding:20px; width:28%; position:absolute; margin-top: -30%; border-radius:5px;}
.homeFormWrap h2{ text-align:center; padding-bottom:10px; color:#fff; text-transform:uppercase; font-weight:600; font-size:20px;}
.homeFormWrap ul{ list-style:none;}
.homeFormWrap ul li{ padding-bottom:10px;}
.homeFormWrap ul li input[type="text"],
.homeFormWrap ul li input[type="email"],
.homeFormWrap ul li input[type="tel"],
.homeFormWrap ul li textarea{ width:100%; height:35px; background:#ebebec; border-radius:4px; padding:0 10px; border:0;}

.homeFormWrap ul li input[type="submit"]{ width:100%; height:40px; background:#a59837; color:#fff; border-radius:5px; border:0; cursor:pointer; text-transform:uppercase; 
font-size:15px;}

.homeFormWrap ul li textarea{ height:100px; resize:none; padding:10px;} 

.howWorks{ margin-top:25px;  padding-bottom:25px; text-align:justify; border-bottom: 1px solid #ccc;}

.learnHow{ padding-top:20px; border-bottom:1px solid #ccc; padding-bottom:25px;}
.learnHowTxt{ text-align:justify;}
.learnHow h1{ padding-bottom:10px;}

.testimonial{ padding-top:15px;}
.testimonial h1{ padding-bottom:15px;}
.testimonialCont{ text-align:justify;}
.testimonialCont img{ float:left; padding-right:15px;}
.copyRight{ padding-bottom:5px;}

.footer{ background:#e0dfdf; padding:15px 10px; text-align:center; }
@media screen and (max-width: 480px){
.homeFormWrap {
    background: rgba(56, 56, 56, 9);
    padding: 20px;
    width: 100%;
    position: relative;
    margin-top: 0;
    border-radius: 5px;
}

.col-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
}
.col-9{
width:100%;
    padding-left: 10px;
    padding-right: 10px;
	
	
}
}