h3,h4{
	color:#94BB2E;
	margin:0;
}
.banner-wrapper{
	background:url(../../images/orange-bg.jpg) center no-repeat;
	background-size:cover;
}

.sub-page-banner{
	height:260px;
	padding:15px;
}
.sub-page-banner h1{
	margin:0;
	padding:0;
	font-size:56px;
	/*color:#1488c7;*/
	color:#1488c7;
}
.sub-page-banner h2{
	margin:0;
	padding:0;
	font-size:30px;
}
.banner-apply-btn{
	box-shadow:0 0 2px 1px #999999;
	padding:0;
	border-radius:3px;
	margin-top:160px;
}
.sub-page-banner > .col-md-7{
	padding-left:15px;
	padding-right:0;
}


<!--------------- content-left style --------------->
.content-wrapper{
	background-color:white;
}
.content-left, .content-right{
	padding:40px 15px;
	margin-top: -20px;
}

.spec-table{
	width:100%;
	background-color:#f3f3f3;
	border-radius:5px;
	overflow:hidden;
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
}
.spec-table tr{
	border-bottom:1px solid #ccc;
}
.spec-table tr:last-child{
	border-bottom:none;
}
.spec-table tr td{
	padding:12px;
}
.spec-table .blue-col{
	background-color:#1488c7;
	color:#fff;
	width:30%;
}

.spec-table tr:first-child td:first-child{
	 border-radius: 8px 0 0 0;
}
.spec-table tr:first-child td:last-child{
	 border-radius:0 8px  0 0;
}
.spec-table tr:last-child td:first-child{
	 border-radius: 0 0 0 8px;
}
.spec-table tr:last-child td:last-child{
	 border-radius:0 0 8px 0;
}
.spec-table ul, .loan-spec ul{
	list-style-position:inside;
	padding:0;
}

.spec-table ul li, .loan-spec ul li{
	list-style-image:url(../../images/green-tick.png);
	list-style:none;
}
.center{
	text-align:center
}
.compare-table{
	background-color:#1488c7;
	margin:0 auto;
}
.compare-table tr:not(:first-child) td{
	text-align:center;
	background-color:white;
}
.compare-table tr td.grey-col{
	background-color:#f3f3f3;
	text-align:left;
}

.blue-circle{
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background-color:#1488c7;
	border-radius:50%;
	float:left;
}
.process-steps-title{
	padding-top:9px;
	color:rgb(30,117,188);
	float:left;
	margin-left:5px;
}

.padding-40{
	padding-top:40px;
	padding-bottom:40px;
}
.padding-top-40{
	padding-top:40px;
}

.form-row{
	padding:10px 0px;
}
.form-row label, .form-row input, .form-row textarea{
	width:100%;
	display:block;
	font-weight:normal;
}
<!--------------- contact form --------------->


<!--------------- content-right style --------------->


.content-right .quick-links{
	display:block;
	width:256px;
	margin-top:20px;
}
.quick-links h3{
	padding:2px;
	border-bottom:2px solid #1488c7;
}


#preapp-form{
	border: 3px solid #1488C7;
	border-radius: 10px;
}
#preapp-form .form-header{
	background: #1488C7;
	padding: 10px 0px;
}











@media (max-width:991px) {
	.banner-img{
		display:none;
	}
	.banner-apply-btn{
		margin:10px auto;
	}
	.sub-page-banner{
		height:auto;
	}
	.content-right{
		display:none;
	}
	
}

@media (max-width:480px) {
	body{
		font-size:16px;
	}
	
	.sub-page-banner h1  {
		
		font-size:32px;
	}
	.sub-page-banner h2  {
		font-size:24px;
	}
	table.compare-table td:nth-child(1) {
		display:none;
	}
	table.compare-table td{
		font-size:14px;
	}
	table.compare-table .green-btn{
		font-size:16px;
	}

}


.submit-btn{
	display: block;
	width: 100%;
	background: #FBBC50;
	color: rgb(255, 255, 255);
	text-align: center;
	border: medium none;
	padding: 8px 0px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;	
}
.submit-btn:hover{
	background-color:#EB9505;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
	text-decoration:none;
}
/*mobile site for how it works.html*/
@media screen and (max-width: 1023px) {
   .col-md-7 h1{
        text-align:center;
    }
	.mobile_hide{
		display:none;
		}
	.col-md-7 h2{
        text-align:center;
		font-size: 20px;
    }
	.col-xs-7{
		width: 100%;
	}
	
	
	.col-md-5>a{
		display:none;
		}
		.actionbtn a{
	background-color: #1488c7;
	}
	
	
}
@media screen and (min-width: 1023px) {
.actionbtn{
		display:none;
		}
}
.actionbtn img{
position: absolute;
top: 15px;
right: 30px;
}
/* FAQ.html*/
 .accordion-close{
	border-bottom:solid;
	border-width:1px;
	border-color:#ccc;
	}






