body {font-family: 'Open Sans'; margin: 0px auto;background: #fff; text-align:center;}
.web {margin: 0px auto; width: 1250px;}
.heading img{padding-top: 8px;padding-left: 0;}
 h3 a {color:#333; font-size: 15px; margin-bottom: 0px; text-decoration: underline;text-transform: uppercase;}
.footer {font-family: arial; font-size: 11px; color:#000000;padding: 20px 0; text-align: left; line-height: 9px;}
.footer a {text-decoration: underline;color:#000000; }
.footer img {margin: 0px 20px 40px 0;  }
 ul {list-style: none;}
 h1 {font-size: 30px; font-weight: 700; color:#084258; margin: 0 0 10px 0; padding-top: 30px;}
 b, strong {font-family: 'Open Sans';font-weight: 800;}



@media only screen and (min-width: 620px) {
	.web{display: block;}
	
	#mobile{display: none;}
}
@media only screen and (max-width: 619px) {
	.web {display: none;}
	#mobile {display: block; width: 100%; margin: 0 auto;max-width: 619px;min-width:300px;}
 	.heading {background: transparent;}
	.heading img {text-align: center; padding-left: 0px;width:100%; min-width: 320px; max-width:619px; height:auto;}
	.freeapp img {width: 100%; max-width: 500px;min-width: 300px;height: auto;display: block;}
	.freeapp ul {padding: 10px;}
	.heading {margin: 0 auto; text-align: center;}
	.content {text-align: center; padding: 20px 0 10px;}
	 h3 a {padding-top: 0px; padding-bottom: 0px; margin: 0px;}
	.footer {width: 100%; margin: 0 auto; text-align: center; padding-top: 60px;padding-left: 0px;line-height: 20px;}
}






