/*insurence page css start here*/
body {
	font-family: 'Lato', sans-serif;
}
.container{
	max-width:1140px;
}
.header{
	background:#05618c;
	margin:0px auto;
}
.header h2{
	margin:25px 0px;
}
.header h2 a {
	font-size:32px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
}
.banner {
	background:url(../images/banner.jpg) no-repeat scroll 0 0;
	min-height:607px;
	margin-bottom:20px;
	background-size:cover;
}
.banner h2 {
	font-size:44px;
	color:#05618c;
	font-weight:900;
	margin-top:110px;
}
.banner p {
	line-height:40px;
	color:#05618c;
	font-size:26px;
	font-weight:700;
}
.banner .zip_code {
	text-align:center;
	line-height:25px;
	color:#000;
	border:0px;
	margin-bottom:10px;
	width:25%;
	padding:10px;
	margin-top:70px;
	font-size:20px;
	border-radius: 4px;
}
.banner .btn-continue{
	background:#05618c;
	line-height:26px;
	width:25%;
	text-transform:uppercase;
	font-size:22px;
	padding: 10px 0 9px;
	color:#ffffff;
	border-bottom: 5px solid #024770;
	border-radius: 8px;
	outline: none;
	
}
.banner .btn-continue:hover{
	background:#0f85c9;
	color:#fff;
	border-bottom: 5px solid #0f85c9;
	transition: all 0.5s ease-in-out 0s;
}
.banner .btn-continue .fa-arrow-circle-o-right {
	margin-left:5px;
}
.content h3 {
	color:#2d2d2d;
	font-size:20px;
	padding-bottom:10px;
}
.content p {
	font-size:15px;
	color:#2d2d2d;
	padding-bottom:15px;
}
.content .content_logo{
	width:90%;
	margin:25px 0px;
}
.content .content_logo .col-sm-2{
	padding-left:0px;
}
.footer {
	margin:0px auto;
	padding:0px;
	background:#05618c;
}
.f_content  {
	color:#ffffff;
	font-size:12px;
	margin:20px 0px;
	line-height:20px;
}
.f_content a {
	text-decoration:none;
	color:#ffffff;
}
.f_content a:hover {
	text-decoration:underline ;
}
.f_content span {
	color:#ffffff;
	padding:0px 5px 0px 5px;
}
input:focus { 
	-webkit-box-shadow: 0 0 1px 1px #05618c	;
	box-shadow: 0 0 1px 1px #05618c;
}
/*insurence page css ends here*/
@media only screen and (max-width:1024px){
	.banner {
    	min-height: auto;
	}
	.banner h2 {
		font-size: 32px;
		padding-top:0px;
	}
	.banner .zip_code {
		margin-top: 20px;
		width:35%;
	}
	.banner .btn-continue {
		margin-bottom:30px;
		width:35%;
	}
	.banner h2 {
		margin-top: 10px;
	}
}
@media only screen and (max-width:767px){
	.banner {
    	min-height: auto;
	}
	.banner h2 {
		font-size: 22px;
	}
	.banner .zip_code {
		margin-top: 20px;
		width:100%;
	}
	.banner .btn-continue {
		margin-bottom:30px;
		width:100%;
		padding:10px 0px;
	}
	.banner p {
		font-size: 18px;
		line-height: 20px;
	}
	.content h3{
		margin:0 auto;
	}
	.header h2 , .content .content_logo{
		text-align:center;
	}
	.content .content_logo img{
		display:inline-block;
	}
	.content p{
		text-align:justify;
	}
	.content .content_logo .col-sm-2{
		padding-left:15px;
	}
	.content .content_logo{
		width:100%
	}
}

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