html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	background:url(images/bg_ohp.jpg) repeat;
	font-family:Verdana, Geneva, sans-serif;
}
@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('font/century-gothic-regular.eot');
    src: url('font/century-gothic-regular.eot') format('embedded-opentype'),
         url('font/century-gothic-regular.woff2') format('woff2'),
         url('font/century-gothic-regular.woff') format('woff'),
         url('font/century-gothic-regular.ttf') format('truetype'),
         url('font/century-gothic-regular.svg#CenturyGothicRegular') format('svg');
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('font/century-gothic-bold.eot');
    src: url('font/century-gothic-bold.eot') format('embedded-opentype'),
         url('font/century-gothic-bold.woff2') format('woff2'),
         url('font/century-gothic-bold.woff') format('woff'),
         url('font/century-gothic-bold.ttf') format('truetype'),
         url('font/century-gothic-bold.svg#CenturyGothicBold') format('svg');
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
a:hover{
	outline:none;
}
#wrapper{
	width:auto;
	height:auto;
}
/*============================================ Header Start ============================================*/
.header_container_air{
	border-bottom:1px solid #ccc;
	padding:15px;
	padding-top:25px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #fff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #fff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #fff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #fff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f4f4',GradientType=0 );
}
.header_wrap_air{
	width:960px;
	height:auto;
	margin:auto;
}
.logo{
	float:left;
	text-align:center;
}
.logo img{
	display:inline-block;
}
.header_fone_air{
	float:right;
}
.header_fone_air h1{
	color:#f28e1e;
	font-size:42px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
}
.header_fone_air h1 img{
	margin-right:5px;
	vertical-align:bottom;
}
.header_fone_air h1 a,
.header_fone_air h1 a:hover,
.header_fone_air h1 a:focus{
	color:#7092be;
	text-decoration:none;
}
.header_fone_air h2{
	color:#000000;
	font-size:27px;
	font-weight:normal;
	font-family: 'CenturyGothicBold';
}
.header_fone_air h2 span{
	color:#595a5b;
	font-family: 'CenturyGothicRegular';
}
.banner_container_air{
	background:#f7f9fc;
	border-bottom:1px solid #ccc;
}
.banner_wrap_air{
	width:1000px;
	height:auto;
	margin:auto;
}
.banner_wrap_air h1{
	color:#f28e1e;
	font-size:65px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}
.banner_wrap_air h1 img{
	margin-right:5px;
	vertical-align:bottom;
}
.banner_wrap_air h1 a,
.banner_wrap_air h1 a:hover,
.banner_wrap_air h1 a:focus{
	color:#7092be;
	text-decoration:none;
}
.banner_wrap_air h2{
	color:#000000;
	font-size:41px;
	font-weight:normal;
	font-family: 'CenturyGothicBold';
	padding-top:60px;
}
.banner_wrap_air h2 span{
	color:#595a5b;
	font-family: 'CenturyGothicRegular';
}
.banner_wrap_air p{
	color:#595a5b;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
}
.getquote_air{
	margin-top:30px;
}
.banner_left_air{
	float:left;
	width:490px;
}
.banner_right_air{
	float:right;
	width:510px;
}
.banner_right_air img{
	display:inline-block;
	margin-top:-100px;
}
/*====================================== Home Page*/
.home_content_air{
	width:960px;
	height:auto;
	margin:auto;
	padding:30px 0px;
}
.home_content_air h1{
	text-align:center;
	color:#595a5b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	font-weight:normal;
	padding-top:30px;
}
.home_content_air p{
	color:#7c7c7c;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:15px;
}
.home_box_pro{
	margin-top:20px;
}
.home_box_pro h1{
	color:#444444;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
}
.home_box_pro img{
	margin-top:15px;
}
.access{
	padding-left:0px !important;
}
.individual{
	padding-right:0px !important;
}
/*====================================== Thank You Page*/
.thankyou_congratulate_container_air{
	width:auto;
	height:auto;
}
.congra_sad_top{
	background:url(images/congra_bg_top.png) repeat-x top;
	padding-top:20px;
}
.congra_sad_bottom{
	background:url(images/congra_bg_bottom.png) repeat-x bottom;
	padding-bottom:50px;
}
.tharrow_air{
	position:absolute;
    right: 38px;
    top: 69px;
	z-index:99999999;
}
.congra_wrap_air{
	text-align:center;
	color:#4d4e4f;
	font-family: 'CenturyGothicRegular';
	font-size:20px;
	width:960px;
	margin:auto;
	position:relative;
}
.congra_wrap_air strong{
	font-weight:normal;
	font-family: 'CenturyGothicBold';
	color:#333333;
}
.congra_wrap_air p{
	color:#5f6060;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	background:#e5e8ea;
	display:inline-block;
	padding:5px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-khtml-border-radius: 15px;
	margin-top:10px;
}
.thanks_box_container_air{
	width:960px;
	height:auto;
	margin:auto;
	margin-top:20px;
}
.thankyou_box_air{
	background:#f3fbff;
	padding:15px 0px;
	margin-top:10px;
	-moz-border-radius:55px;
	-webkit-border-radius: 55px;
	border-radius: 55px;
	-khtml-border-radius:55px;
	border:3px solid #cecece;
}
.th_fst{
	background:#fff9f0;
	position:relative;
}
.bestmatch{
	position:absolute;
    left: -7px;
    top: -17px;
}
.thankyou_logo_air{
	text-align:center;
	margin-top: 18px;
	border:3px solid #cecece;
	padding:5px 10px;
	background:#FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
}
.thankyou_logo_air img{
	display:inline-block;
}
.thankyou_lis_air h2{
	color:#0967d8;
	font-size:14px;
	font-weight:bold;
	padding-bottom:7px;
}
.thankyou_lis_air ul{
	margin-bottom:0px;
	padding-bottom:5px;
}
.thankyou_lis_air ul li{
	list-style:disc;
	color:#2f313a;
	font-size:12px;
	margin-left:15px;
}
.thankyou_lis_air p{
	color:#2f313a;
	font-size:12px;
	padding-bottom:5px;
}
.thankyou_lis_air a{
	color:#0079bc;
	font-size:13px;
	padding-top:10px;
	text-decoration:underline;
	font-style:italic;
}
.thankyou_button_air{
	text-align:center;
	margin-top:32px;
}
.clickformore{
	padding-top:2px;
}
.clickformore a,
.clickformore a:hover,
.clickformore a:focus{
	color:#666768;
	text-decoration:none;
	font-size:13px;
	outline:none;
}
.first_air h2,
.first_air a{
	color:#87c13f;
}
.yhshad{
	text-align:center;
}
.yhshad img{
	display:inline-block;
}
/*========================================== Footer Start ==========================================*/
.footer_container_air{
	text-align:center;
	color:#4d4d4d;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:20px;
	background:url(images/footer_bg.png) repeat-x top;
	margin-top:100px;
	padding-bottom:5px;
}
.footer_logo_air{
	text-align:center;
}
.footer_logo_air img{
	display:inline-block;
	margin-top:-50px;
}
.footer_phoner_air{
	color:#606060;
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:5px;
}
.footer_phoner_air img{
	margin-right:5px;
	vertical-align:text-top;
}
.footer_phoner_air a,
.footer_phoner_air a:hover,
.footer_phoner_air a:focus{
	color:#606060;
	text-decoration:none;
}
.clear{
	clear:both;
}
