* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box; 
}
html,body{
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	width: 100%;
	position: relative;
}
.loanErr{
	color: red;
	font-size: 10px;
	position: relative;
} 
.loanRow{
	width: 100%;
	float: left;
	margin: 0 auto;
}
div[class^='col-'], div[class*=' col-']{
	float: left;
}
.col-1{
	width: 8.33%;
}
.col-2{
	width: 16.66%;
}
.col-3{
	width: 25%;
}
.col-4{
	width: 33.33%;
}
.col-5{
	width: 41.66%;
}
.col-6{
	width: 50%;
}
.col-7{
	width: 58.33%;
}
.col-8{
	width: 66.66%;
}
.col-9{
	width: 75%;
}
.col-10{
	width: 83.33%;
}
.col-11{
	width: 91.66%;
}
.col-12{
	width: 100%;
}
.heading-section{
	background: #f2f2f2;
	padding: 20px 0px;;
	text-align: center;
	margin-bottom: 40px;
	box-shadow: 0 0 10px #777;
}
.heading-section h1{
	font-weight: 100;
}
.first-section{
	width: 100%;
	margin-bottom: 40px;
	background-color: #0053af;
	background: #0053af;
	background: -moz-linear-gradient(top, #0053af 0%, #0053af 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0053af), color-stop(100%,#0053af));
	background: -webkit-linear-gradient(top, #0053af 0%,#0053af 100%);
	padding: 15px 25px 20px 25px;
	color: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 16px;
	line-height: 30px;
}
.first-section input[type="text"],.first-section select{
	font-size: 20px;
	padding: 13px 12px 13px 22px;
	display: inline-block;
}
#loan_amount{
	width: 200px;
}
#loan_term{
	width: 120px;
}
#repay_type{
	width: 280px;
}
#loan_rate{
	width: 120px;
}
.second-section{
	width: 100%;
	margin-bottom: 40px;
}
h2{
	font-size: 28px !important;
	color: #1f252f !important;
	font-weight: 500 !important;
	margin: 0 0 20px 0 !important;
}
h5{
	font-size: 18px !important;
	color: #1f252f !important;
	font-weight: 100 !important;
	margin: 8px 0px !important;
}
.third-section{
	width: 100%;
}
.third-section-2{
	padding-top: 0px;
}
#h2-message small{
	font-size: 14px;
	line-height: 20px;
}
#loanChart{
	padding: 20px;
}
.fourth-section{
	width: 100%;
	margin-bottom: 40px;
}
.third-section input[type="text"],.third-section select{
	font-size: 20px;
	padding: 13px 12px 13px 22px;
	width: 100%;
	margin-top: 10px;
	border: 2px solid #AAA;
}
.extra_pay_div{
	margin-top:40px;
}
.dollarInput{
		background: url(dollar-icon.png) no-repeat scroll 8px 13px !important;
		background-size: 20px 20px !important;
		padding-left: 30px !important;
		background-color: #fff !important;
}
.chart-tooltip{
	padding-left:40px;
}

@media screen and (max-width: 768px) {
	div[class^='col-'], div[class*=' col-']{
		width: 100% !important;
	}
	.second-section {
		margin-bottom: 0px !important;
	}
	.third-section-2 {
		text-align: center !important;
	}
	.heading-section{
		font-size: 12px;
	}
	.chart-tooltip{
		padding-left:2px;
	}
}