body {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.5;
	font-size: 16px;
}
p {
	font-size: 16px;
}
.lead {
    font-size: 18px;
}
.text-center {
    text-align: center;
}
#header h1 {
	font-size: 36px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
img {
	border: 0;
}
#container {
	margin: 0 auto;
	max-width: 600px;
	background: #fff;
}
#main, #main1, #main2, #main3 {
	margin: 30px 0;
	width: 100%;
}
.box, .box1, .box2, .box3, .box4 {
	padding: 15px;
}
.box1 {
	background: #def0fa;
}
.box2 {
	background: #146da5;
	color: #fff;
}
.box {
	background: #fff;
	border: 1px solid #146da5;
}
.box3 {
	background: #146da5;
	color: #fff;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.float-left {
    float: left;
}
h4.red {
	color: red;
font-weight: bold;
text-align: center;
}
.header {
	padding: 5px 15px;
	background: #146da5;
	line-height: 1;
	color: #fff;
}
.right-img {
	float: right;
}
.left-img {
	margin: 0 15px 5px 0;
	float: left;
}
h3.red {
	color: red;
	text-align: center;
}
.testimonial {
	max-width: 400px;
	padding: 10px;
	background: #ced9dc;
	border: 1px solid #146da5;
}

@media (max-width: 599px) {
	#container {
	width: 100%;
	margin: 0 auto;
}
 .img-responsive {
 width: 100% !important;
	 height: auto !important;
 }
}