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;
	font-family:Verdana, Geneva, sans-serif;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('font/glyphicons-halflings-regular.eot');
	src: url('font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	     url('font/glyphicons-halflings-regular.woff2') format('woff2'),
		 url('font/glyphicons-halflings-regular.woff') format('woff'),
		 url('font/glyphicons-halflings-regular.ttf') format('truetype'),
		 url('font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
	font-family: 'Prosto';
	src: url('font/Prosto.eot?#iefix') format('embedded-opentype'),
	     url('font/Prosto.woff') format('woff'),
		 url('font/Prosto.ttf') format('truetype'),
		 url('font/Prosto.svg#Prosto') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff2') format('woff2'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.ttf') format('truetype'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OpenSansLight-Italic';
	src: url('font/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSansLight-Italic.woff') format('woff'),
		 url('font/OpenSansLight-Italic.ttf') format('truetype'),
		 url('font/OpenSansLight-Italic.svg#OpenSansLight-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans.woff') format('woff'),
		 url('font/OpenSans.ttf')  format('truetype'),
		 url('font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('font/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Italic.woff') format('woff'),
		 url('font/OpenSans-Italic.ttf')  format('truetype'),
		 url('font/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Semibold.woff') format('woff'),
		 url('font/OpenSans-Semibold.ttf') format('truetype'),
		 url('font/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-SemiboldItalic';
	src: url('font/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-SemiboldItalic.woff') format('woff'),
		 url('font/OpenSans-SemiboldItalic.ttf') format('truetype'),
		 url('font/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Bold.woff') format('woff'),
		 url('font/OpenSans-Bold.ttf')  format('truetype'),
		 url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-BoldItalic';
	src: url('font/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-BoldItalic.woff') format('woff'),
		 url('font/OpenSans-BoldItalic.ttf') format('truetype'),
		 url('font/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
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;
}
.wrapper_container_ahc_d2{
	max-width:1160px;
	height:auto;
	margin:auto;
}
/*============================================ Page PreLoader Start ============================================*/
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999999999999;
	background:url(images/preloader.gif) center no-repeat #fff;
}
/*============================================ Header Start ============================================*/
.header_container_ahc_d2{
	background:#FFF;
	padding:15px;
	border-bottom:2px solid #ececec;
}
.logo_ahc_d2{
	float:left;
	font-family: 'Prosto';
	color:#354f57;
	font-size:21.11px;
	font-weight:normal;
	padding-top:11px;
	text-align:center;
}
.logo_ahc_d2 a{
	font-family: 'Prosto';
	color:#354f57;
	font-size:21.11px;
	font-weight:normal;
	text-decoration:none;
}
.logo_ahc_d2 a:hover,
.logo_ahc_d2 a:focus{
	color:#354f57;
	text-decoration:none;
	outline:none;
}
.logo_ahc_d2 a span{
	font-family: 'OpenSans-Italic';
	color:#7b8384;
}
.logo_ahc_d2 a strong{
	color:#008bcc;
	font-weight:normal;
}
img.logoico_ahc_d2{
	float:left;
	margin-right:10px;
}
.lgUp_ahc_d2{
	padding-top:0px;
}
.header_call_ahc_d2{
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	color:#3e5986;
	font-size:17.98px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.header_call_ahc_d2 img{
	vertical-align:bottom;
	margin-right:5px;
	margin-left:5px;
}
.header_call_ahc_d2 strong,
.header_call_ahc_d2 strong a,
.header_call_ahc_d2 strong a:hover,
.header_call_ahc_d2 strong a:focus{
	color:#1e73bc;
	font-size:29.74px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-decoration:none;
	outline:none;
}
.header_call_ahc_d2 h1{
	color:#3e5986;
	font-size:21.44px;
	font-family: 'OpenSans-bold';
	font-weight:normal;
	padding-top:10px;
}
.header_call_ahc_d2 h1 span{
	color:#00abe5;
}
/*===================================================== Banner Start*/
.homebanner_container_ahc_d2{
	padding-bottom:30px;
}
.homebanner_container_ahc_d2 h1{
	text-align:center;
	color:#696a6b;
	font-size:39px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding:45px 10px;
}
.homebanner_container_ahc_d2 h1 strong{
	color:#0d6294;
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
	text-transform:uppercase;
}
.banner_box_conti_ahc_d2{
	background:url(images/banner_bg_ahc_d2.jpg) no-repeat center top;
	padding:30px 10px;
	min-height:326px;
	text-align:center;
	overflow:hidden;
}
.banner_box_conti_ahc_d2 h2{
	color:#ffffff;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	font-size:30px;
	padding-top:10px;
}
.banner_box_conti_ahc_d2 h3{
	color:#ffffff;
	font-size:26px;
	font-family: 'OpenSans-Italic';	
	font-weight:normal;
	padding-top:20px;
}
.enterzip_ahc_d2{
	padding-top:20px;
	display:inline-block;
}
.enterzip_ahc_d2 input[type="text"],
.enterzip_ahc_d2 input[type="tel"],
.enterzip_ahc_d2 input[type="email"] {
	color:#000;
	font-size:35px;
	font-weight:normal;
	font-family: 'OpenSans';
	border:2px solid #aaa3a6;
	height:89px !important;
	box-shadow: none;
	margin-left:10px!important;
	margin-right:10px!important;
	margin:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	-khtml-border-radius:10px;
	text-indent:30px;
	margin-top:20px;
}
.enterzip_ahc_d2 input[type="text"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.enterzip_ahc_d2 input[type="text"]:-ms-input-placeholder{color:#bab9b9 !important;}
.enterzip_ahc_d2 input[type="text"]::-webkit-input-placeholder{color:#bab9b9 !important;}
.enterzip_ahc_d2 input[type="tel"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.enterzip_ahc_d2 input[type="tel"]:-ms-input-placeholder{color:#bab9b9 !important;}
.enterzip_ahc_d2 input[type="tel"]::-webkit-input-placeholder{color:#bab9b9 !important;}
.enterzip_ahc_d2 input[type="email"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.enterzip_ahc_d2 input[type="email"]:-ms-input-placeholder{color:#bab9b9 !important;}
.enterzip_ahc_d2 input[type="email"]::-webkit-input-placeholder{color:#bab9b9 !important;}

.btn_sm_ahc_d2{
	text-align:center;
}
.btn_sm_ahc_d2 button[type="submit"],
.btn_Blc_ahc_d2 button[type="submit"]{
	background:#89c01d;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	-khtml-border-radius:10px;
	height:89px !important;
	text-align:center;
	line-height:66px;
	min-width:370px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.4);
	color:#FFF;
	font-size:30px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
	border:none;
}
.btn_sm_ahc_d2 button[type="submit"]:hover,
.btn_sm_ahc_d2 button[type="submit"]:focus,
.btn_Blc_ahc_d2 button[type="submit"]:hover,
.btn_Blc_ahc_d2 button[type="submit"]:focus{
	outline:none;
	border:none;
}
.btn_sm_ahc_d2 button[type="submit"] img,
.btn_Blc_ahc_d2 button[type="submit"] img{
	vertical-align:sub;
	margin-left:10px;
}
.btn_Blc_ahc_d2 button[type="submit"]{
	width:100%;
	display:block;
}
.btn_sm_ahc_d2,
.btn_Blc_ahc_d2{
	padding-top:20px;
}
.btngap_ahc_de{
	padding-top:33px;
}
.wewill_ahc_d2{
	background:#FFF;
	padding:20px 10px;
	text-align:center;
}
.wewill_ahc_d2 h3{
	color:#5e5b5b;
	font-size:21.11px;
	font-family: 'OpenSans';
	font-weight:normal;
	line-height:40px;
}
.wewill_ahc_d2 h3 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.logos_ahc_d2{
	text-align:center;
}
.logos_ahc_d2 img{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
/*===================================================== Home Content Start*/
/*--------------------------- We Located Content*/
.welocated_ahc_d2{
	background:#f6f6f6;
	padding:40px 0px;
}
.welocated_ahc_d2 h1{
	color:#5e5b5b;
	font-size:21.11px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-align:center;
	padding-bottom:20px;
}
.welocated_ahc_d2 h1 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.welocated_ahc_d2 h1 span{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	color:#1a4178;
}
.welocated_ahc_d2 h1 img{
	margin-right:10px;
}
.located_box_conti_ahc_d2{
	text-align:center;
	margin-top:20px;
}
.located_box_conti_ahc_d2 img{
	display:inline-block;
}
.located_box_ahc_d2{
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 4px 4px 12px 12px;
	-webkit-border-radius: 4px 4px 12px 12px;
	border-radius: 4px 4px 12px 12px;
	-khtml-border-radius: 4px 4px 12px 12px;
	background:#FFF;
	padding:15px;
	text-align:left;
}
.located_box_ahc_d2 h2{
	color:#585959;
	font-size:17px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	padding-bottom:10px;
}
.located_box_ahc_d2 h2 strong{
	font-size:21px;
}
.located_box_ahc_d2 h2 img{
	vertical-align:text-bottom;
	margin-right:7px;
}
.located_box_ahc_d2 ul li{
	color:#4b4c4c;
	font-size:11px;
	font-family: 'OpenSans';
	font-weight:normal;
	margin-left:30px;
	margin-top:5px;
	list-style:disc;
}
.located_box_ahc_d2 p{
	text-align:center;
}
.located_box_ahc_d2 p a{
	color:#4b4c4c;
	font-size:10px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-decoration:underline;
}
.located_box_ahc_d2 p a:hover,
.located_box_ahc_d2 p a:focus{
	text-decoration:none;
	outline:none;
}
/*--------------------------- Agent Content*/
.agent_container_ahc_d2{
	padding:50px 15px;
}
.agent_left_ahc_d2{
	color:#545656;
	font-size:16px;
	font-family: 'OpenSans';
	font-weight:normal;
	line-height:26px;
	border-top:3px solid #1a4178;
	border-bottom:3px solid #1a4178;
	padding:10px 0px;
}
.agent_left_ahc_d2 a,
.agent_left_ahc_d2 a:hover,
.agent_left_ahc_d2 a:focus{
	text-decoration:none;
	outline:none;
	color:#545656;
}
.agent_left_ahc_d2 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;	
	font-size:18px;
}
.agent_right_ahc_d2 h1{
	color:#1a4178;
	font-size:22px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:30px;
}
.agent_right_ahc_d2 h1:first-child{
	padding-top:0px;
}
.agent_right_ahc_d2 p{
	color:#686868;
	font-size:16px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:20px;
}
.agent_right_ahc_d2 p strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.agent_right_ahc_d2 ul{
	margin-bottom:0px;
	padding-left:5%;
}
.agent_right_ahc_d2 ul li{
	list-style:none;
	background:url(images/li_ahc_d2.png) no-repeat left 8px;
	color:#686868;
	font-size:16px;
	font-family: 'OpenSans';
	font-weight:normal;
	margin-top:25px;
	padding-left:15px;
}
.agent_right_ahc_d2 ul li strong{
	font-family: 'OpenSans';
	font-weight:normal;
	color:#565859;
	font-size:20px;
}
/*----------------------------- Speak Box*/
.speak_box_container_ahc_d2{
	padding:60px 15px 74px;
	border-top:1px solid #f3f3f3;
	text-align:center;
	overflow:hidden;
}
.speak_box_container_ahc_d2 h2{
	color:#1a4178;
	font-size:30px;
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
	background:none !important;
	border-bottom:2px solid #c8c6c6;
	max-width:850px;
	margin:auto;
}
.speak_box_container_ahc_d2 h2 span{
	display:inline-block;
	margin-bottom:-16px;
	background:#FFF;
	padding-left:15px;
	padding-right:15px;
}
/*===================================================== Inner Content Start*/
.inner_container_ahc_d2{
	padding-bottom:30px;
}
.inner_container_ahc_d2 h1,
.inner_container_ahc_d2 h2{
	text-align:center;
	color:#696a6b;
	font-size:31.39px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding:25px 10px;
	border-bottom:1px solid #dadada;
}
.inner_container_ahc_d2 h1 strong,
.inner_container_ahc_d2 h2 strong{
	color:#1e73bc;
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
	text-transform:uppercase;
}
.inner_container_ahc_d2 h2{
	font-size:30px;
}
.inner_conti_box_ahc_d2{
	padding:30px 10px 50px
}
.inner_left_conti_ahc_d2{
	float:left;
	width:60%;
	text-align:center;
}
.inner_left_conti_ahc_d2 img{
	display:inline-block;
}
.inner_left_ahc_d2{
	text-align:left;
	border-left:1px solid #e0f1be;
	border-right:1px solid #e2f2c0;
	border-bottom:1px solid #eaf3d9;
	background:#f9f9f9;
}
.inner_left_ahc_d2 h1{
	text-align:center;
	color:#696a6b;
	font-size:31.39px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding:25px 10px 50px;
	border-bottom:none;
}
.inner_left_ahc_d2 h1 strong{
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
	text-transform:none;
	color:#696a6b;
}
.progress_ahc_d2{
    overflow: hidden;
    height: 10px;
    background-color: #e7f9bd;
}
.progress_complete_ahc_d2{
	background:#88cc00 !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.step_title_ahc_d2{
	background:#f2f2f2;
	padding:10px;
	color:#1e73bc;
	font-family: 'OpenSans';
	font-weight:normal;
	font-size:17px;
}
.step_title_ahc_d2 b,
.step_title_ahc_d2 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.step_title_ahc_d2 strong{
	color:#000;
}
.step_title_ahc_d2 span{
	color:#000;
}
/*===================================================== Step Form Start*/
.step_form_box_ahc_d2{
	padding:20px 25px;
	position:relative;
}
.innerstep_frm_ahc_d2{
	padding-top:104px;
	padding-bottom:104px;
}
.step_form_box_ahc_d2 hr{
	border-top:2px solid #dfdede;
	margin-bottom:10px;
}
img.arrow_ahc_d2,
img.arrow_inner_ahc_d2{
	position:absolute;
	left: -33px;
    top: 55px;
}
img.arrow_inner_ahc_d2{
    top: 182px;
}
.step_form_box_ahc_d2 label{
	color:#0e171c;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.innerstep_frm_ahc_d2 label{
	color:#696a6b;
	font-size:32px;
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
	text-align:center;
	display:block;
	padding-bottom:20px;
}
.step_form_box_ahc_d2 label span{
	color:#434344;
	font-size:13px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
}
.infrm_wdht_ahc_d2{
	max-width:375px;
	margin:auto;
}
.step_form_box_ahc_d2 input[type="text"],
.step_form_box_ahc_d2 input[type="tel"],
.step_form_box_ahc_d2 input[type="email"] {
	color:#353535;
	font-size:21px;
	font-weight:normal;
	font-family: 'OpenSans';
	background:url(images/text_bg_ahc_d2.jpg) repeat-x top #FFF;
	border-color:#e0e0e0;
	height:58px !important;
}
.step_form_box_ahc_d2 input[type="text"]::-moz-placeholder{color:#8b8b8c !important; opacity:1}
.step_form_box_ahc_d2 input[type="text"]:-ms-input-placeholder{color:#8c9293 !important;}
.step_form_box_ahc_d2 input[type="text"]::-webkit-input-placeholder{color:#8c9293 !important;}
.step_form_box_ahc_d2 input[type="tel"]::-moz-placeholder{color:#8c9293 !important; opacity:1}
.step_form_box_ahc_d2 input[type="tel"]:-ms-input-placeholder{color:#8c9293 !important;}
.step_form_box_ahc_d2 input[type="tel"]::-webkit-input-placeholder{color:#8c9293 !important;}
.step_form_box_ahc_d2 input[type="email"]::-moz-placeholder{color:#8c9293 !important; opacity:1}
.step_form_box_ahc_d2 input[type="email"]:-ms-input-placeholder{color:#8c9293 !important;}
.step_form_box_ahc_d2 input[type="email"]::-webkit-input-placeholder{color:#8c9293 !important;}

/*Phone Number Input "hack"*/
.phone-number .col-xs-3::after{
    content: "-";
	font-size:20px;
    position:absolute;
    right: 3px;
    color: black;
    border: 0px solid;
    top: 14px;
	color:#7c7b7a;
}
.phone-number .col-xs-3{
	padding-left:0;
	width:33%;
}
.phone-number .col-xs-4{
	width:34%;
	padding-left:0;
	padding-right:0px;
}
input.phonetel_ahc_d2{
	background-image:url(images/phonebracket_Left_ahc_d2.png), url(images/phonebracket_Right_ahc_d2.png) !important;
    background-position: 10px 20px, right 20px !important;
    background-repeat: no-repeat, no-repeat !important;
	padding-left:16px;
}

.step_form_box_ahc_d2 .dropdown-toggle{
	color:#353535;
	font-size:21px;
	font-weight:normal;
	font-family: 'OpenSans';
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.35);
	border-color:#d6d6d6;
	height:58px;	
	background:#fff;
}
.step_form_box_ahc_d2 .bootstrap-select{
	height:58px;
}
.step_form_box_ahc_d2 .dropdown-toggle:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}	
.step_form_box_ahc_d2 .dropdown-menu{
	color:#4c4f51;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.step_form_box_ahc_d2 .dropdown-toggle .caret{
	display:inline-block;
	width:0;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	border-top:6px dashed;
	border-top:6px solid\9;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
}
i.glyphicon{
	display:inline-block!important;
	float: right!important; 
	color:#5abb0c !important;
	top:8px;
	font-size:15px;
}
span.glyphicon{
	display:none!important;
}
span.form-control-feedback{
	display:inline-block!important;
	font-size:15px;
	color:#5abb0c !important;
    top: 40px !important;
    right: 10px !important;
}
.glyphicon{
	right:10px;
}
.padlft_ahc_d2,
.datelft_ahc_d2{
	padding-left:0px !important;
	padding-right:10px !important;
}
.padmid_ahc_d2,
.datemid_ahc_d2{
	padding:0px 10px !important;
}
.padrt_ahc_d2,
.datert_ahc_d2{
	padding-right:0px !important;
	padding-left:10px !important;
}
.padnone_ahc_d2{
	padding:0px !important;
}
.your_info_ahc_d2{
	text-align:center;
	padding-top:20px;
	padding-bottom:15px;
}
.your_info_ahc_d2 img{
	display:inline-block;
}
.dis_ahc_d2{
	color:#898585;
	font-size:11px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.inner_right_ahc_d2{
	float:right;
	width:37%;
}
.inner_right_ahc_d2 h2{
	padding:20px 10px 15px;
	text-align:center;
	color:#696a6b;
	font-size:20px;
	font-family: 'OpenSans';
	font-weight:normal;
	line-height:30px;
	border-bottom:none;
}
.innerlogos_ahc_d2{
	text-align:center;
}
.innerlogos_ahc_d2 img{
	display:inline-block;
}
.prefer_speaking_ahc_d2{
	background:#fff9e7;
	padding:10px 44px 25px;
}
.prefer_speaking_ahc_d2 h2{
	color:#505151 !important;
	font-size:20px !important;
	font-family: 'OpenSans-Semibold' !important;
	font-weight:normal !important;
	line-height:normal !important;
	padding:0px;
	padding-top:20px;
	text-align:left;
	border-bottom:none !important;
}
.prefer_speaking_ahc_d2 p{
	color:#505151;
	font-size:14px;
	line-height:25px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:12px;
}
.prefer_speaking_ahc_d2 ul{
	margin-bottom:0px;
}
.prefer_speaking_ahc_d2 ul li{
	color:#636362;
	font-size:20.51px;
	line-height:25px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	margin-top:20px;
	list-style:none;
	padding-left:33px;
	background:url(images/agenttik_ahc_d2.png) no-repeat left 8px;
}
.agentsavailable_ahc_d2{
	background:#fff;
	border:1px solid #dfdcd3;
	margin-top:15px;
	padding:5px 5px 0px;
}
img.agentwomen_ahc_d2{
	float:left;
	margin-right:6px;
}
.agentsavailable_ahc_d2 h1{
	text-align: left;
    color: #696a6b;
    font-size: 25px;
    font-family: 'OpenSans';
    font-weight: normal;
    padding:0px;
    border-bottom:none;
	padding-top:15px;
}
.agentsavailable_ahc_d2 p{
	text-align: left;
    color: #000000;
    font-size: 14px;
	font-family: 'OpenSans-Semibold';
    font-weight: normal;
	line-height:normal;
	padding-top:7px;
}
.agentsavailable_ahc_d2 h1 img,
.agentsavailable_ahc_d2 p img{
	margin-right:5px;
}
.wefounr_ahc_d2{
	padding-bottom:20px;
}
.wefounr_ahc_d2 img{	
	float:left;
	margin-right:10px;
}
.wefounr_ahc_d2 h3{
	color:#505151;
    font-size: 20px;
	font-family: 'OpenSans-Semibold';
    font-weight: normal;
	padding-top:5px;
}
.wefounr_ahc_d2 h4{
	color:#505151;
    font-size: 17px;
	font-family: 'OpenSans';
    font-weight: normal;
	padding-top:5px;
}
.processing_quote_ahc_d2,
.matching_box_ahc_d2{
	background:#f3f7ff;
	padding:20px;
	min-height:267px;
}
.processing_quote_ahc_d2 h1,
.matching_box_ahc_d2 h1{
	color:#505151;
    font-size: 22px;
	font-family: 'OpenSans-Semibold';
    font-weight: normal;
	padding:0px;
	border-bottom:none;
	text-align:left;
}
.matching_box_ahc_d2 h1{
	text-align:center;
	padding-bottom:7px;
}
.processing_quote_ahc_d2 ul,
.matching_box_ahc_d2 ul{
	margin-bottom:0px;
}
.processing_quote_ahc_d2 ul li{
	color:#595958;
	font-size:17px;
	font-family: 'OpenSans';
    font-weight: normal;
	margin-top:9px;
	list-style:none;
	background:url(images/disk_ahc_d2.png) no-repeat 7px 10px;
}
.processing_quote_ahc_d2 ul li strong{
	color:#000000;
	font-family: 'OpenSans';
    font-weight: normal;
}
.processing_quote_ahc_d2 ul li.active{
	background:url(images/process_li_ahc_d2.png) no-repeat left 4px;
}
.matching_box_ahc_d2 ul li{
	color:#1e73bc;
	font-size:17.35px;
	font-family: 'OpenSans-SemiboldItalic';
	font-weight:normal;
	background:url(images/matching_ico_ahc_d2.png) no-repeat left 5px;
	margin-top:10px;
	margin-left:30px;
}
.matching_ahc_d2{
	text-align:center;
	background:#FFF;
	padding:15px;
}
ul#bullets_slide_ahc_d2{
	margin-bottom:0px;
}
ul#bullets_slide_ahc_d2 li{
	color:#1e73bc;
	font-size:23px;
	font-family: 'OpenSans-SemiboldItalic';
	font-weight:normal;
	padding:0px;
	border:none;
	margin-top:2px;
	padding-bottom:5px;
	list-style:none;
	display:none;
	background:none;
}
ul#bullets_slide_ahc_d2 li img{
	margin-right:2px;
	vertical-align:inherit;
}
.matching_ahc_d2 p{
	color:#505151;
    font-size: 15.41px;
	font-family: 'OpenSans-Semibold';
    font-weight: normal;
	padding-top:0px;
}
.matching_ahc_d2 img{
	display:inline-block;
}
.shopping_logos_ahc_d2{
	text-align:center;
	padding-top:60px;
}
.shopping_logos_ahc_d2 h3{
	color:#696a6b;
    font-size: 20px;
	font-family: 'OpenSans';
    font-weight: normal;
}
.shopping_logos_ahc_d2 img{
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}
/*=================================================== Thankyou Start ==============================================*/
.th_header_container_ahc_d2{
	background:#FFF;
	padding:15px;
	padding-bottom:0px;
}
.thlogo_ahc_d2{
	padding-top:20px;
}
.th_agentsavailable_ahc_d2{
	background:#fff;
	float:right;
	width:370px;
}
img.agentwomen_ahc_d2{
	float:left;
	margin-right:6px;
}
.th_agentsavailable_ahc_d2 h1{
	text-align: left;
    color: #1e73bc;
    font-size: 31.55px;
    font-family: 'OpenSans';
    font-weight: normal;
    padding:0px;
    border-bottom:none;
	padding-top:15px;
}
.th_agentsavailable_ahc_d2 p{
	text-align:center;
    color: #000000;
    font-size: 14px;
	font-family: 'OpenSans-Semibold';
    font-weight: normal;
	line-height:normal;
	padding-top:7px;
}
.th_agentsavailable_ahc_d2 h1 img,
.th_agentsavailable_ahc_d2 p img{
	margin-right:5px;
}
.th_banner_container_ahc_d2{
	background:url(images/th_banner_bg_ahc_d2.jpg) repeat-y center;
	padding:1px 15px 30px;
	text-align:center;
}
.display_ahc_d2{
	display:inline-block;
	background:#f9f9f2;
	padding:10px;
	color:#3e5986;
	font-size:16px;
	font-family: 'OpenSans';
    font-weight: normal;
	min-width:630px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	-khtml-border-radius: 0px 0px 12px 12px;
}
.display_ahc_d2 strong{
	font-family: 'OpenSans-Semibold';
    font-weight: normal;
}
.wehave_mathed_ahc_d2{
	margin-top:40px;
	background:#e7f2f7;
	padding:15px;
	text-align:center;
	position:relative;
	border:1px solid #bce0f9;
}
.wehave_mathed_ahc_d2 h2{
	color:#3c3f42;
	font-size:19px;
	font-family: 'OpenSans';
    font-weight: normal;
}
.wehave_mathed_ahc_d2 h2 strong{
	font-family: 'OpenSans-Bold';
    font-weight: normal;
}
.wehave_mathed_ahc_d2 p{
	color:#535d60;
	font-size:13px;
	font-family: 'OpenSans-Bold';
    font-weight: normal;
	padding-top:10px;
}
img.th_arrow_ahc_d2{
	position:absolute;
	right: 75px;
    top: -39px;
}
.th_shadow_ahc_d2{
	text-align:center;
}
.th_shadow_ahc_d2 img{
	display:inline-block;
}
.thanks_frt_box_ahc_d2{
	background:#fff;
	padding:10px 30px 20px;
	text-align:left;
}
.thanks_frt_box_ahc_d2 a,
.thanks_frt_box_ahc_d2 a:hover,
.th_reg_box_ahc_d2 a,
.th_reg_box_ahc_d2 a:hover{
	text-decoration:none;
	outline:none;
}
.fst_lg_con_ahc_d2{
	width:20%;
	float:left;
	margin-top:10px;
	border-right:2px solid #eeeeee;
	padding-right:15px;
	padding-top:10px;
}
.fst_lg_con_ahc_d2 p{
	color:#a37e07;
	font-size:13px;
	font-family: 'OpenSans';
	text-decoration:underline;
	font-weight:normal;
	padding-top:10px;
	text-align:center;
}
.fst_lg_con_ahc_d2 p:hover{
	text-decoration:none;
}
.th_ftr_logo_ahc_d2{
	text-align:center;
	border:1px solid #d1d1d2;
	padding-bottom:10px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius:7px;
}
.th_logo_1_ahc_d2{
	padding:15px;
}
.th_ftr_logo_ahc_d2 h2{
	background:url(images/topmatch_bg_ahc_d2.jpg) repeat-y center #0091f9;
	font-size:17px;
	font-family: 'OpenSans-SemiboldItalic';
	font-weight:normal;
	padding:6px;
	color:#FFF;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 12px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
}
.th_logo_1_ahc_d2 img,
.star_ahc_d2 img{
	display:inline-block;
}
.th_dis_ahc_d2{
	float:left;
	margin-left:20px;
	margin-top:10px;
}
.th_dis_ahc_d2 h2{
	color:#5c6163;
	font-size:21px;
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
	padding-top:10px;
}
.th_dis_ahc_d2 ul{
	padding-top:10px;
	margin-bottom:15px;
}
.th_dis_ahc_d2 ul li{
	color:#77797a;
	font-size:17px;
	font-family: 'OpenSans-Italic';
	background:url(images/agenttik_ahc_d2.png) no-repeat left 7px;
	padding-left:30px;
	font-weight:normal;
	margin-left:0px;
	margin-top:5px;
	list-style:none;
}
.th_dis_ahc_d2 strong{
	color:#0f9fd1;
	font-size:16px;
	font-family: 'OpenSans';
	text-decoration:underline;
	font-weight:normal;
}
.th_dis_ahc_d2 strong:hover{
	color:#008a45;
	text-decoration:underline;
}
.th_ftr_gq_btn_ahc_d2{
	margin:auto;
	float:right;
	margin-top:35px;
}
.th_ftr_gq_btn_ahc_d2 p{
	padding-top:10px;
	color:#0f9fd1;
	text-align:center;
	font-size:16px;
	font-family: 'OpenSans';
}
.th_regu_listing_ahc_d2{
	padding:15px 15px 30px;
}
.th_reg_box_ahc_d2{
	background:#FFF;
	margin-top:25px;
	border:2px solid #e3f5fc;
	padding:20px 15px;
	-webkit-box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 6px 20px -2px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 6px 20px -2px rgba(0, 0, 0, 0.1);
}
.thlogo_regu_ahc_d2{
	margin-top:10px;
	text-align:center;
}
.thlogo_regu_ahc_d2 img{
	display:inline-block;
}
.th_reg_thanks_dis_ahc_d2{
}
.th_reg_thanks_dis_ahc_d2 h2{
	color:#5c6163;
	font-size:18px;
	font-family: 'OpenSans-Semibold';
	text-align:left;
	padding-top:5px;
}
.th_reg_thanks_dis_ahc_d2 p{
	color:#77797a;
	font-size:17px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	padding-top:8px;
	text-align:left;
}
.go_regu_ahc_d2_bton{
	margin-top:16px;
	text-align:center;
}
.paddnone{
	padding:0px !important;
}
/*=================================================== Css Update 2019-06-30 Start ==============================================*/
.banner_conti_ahc_d2{
	background:url(images/banner_bg2_ahc_d2.jpg) no-repeat center top;
	padding:15px 10px 20px;
}
.banner_left_box_ahc_d2{
	float:left;
	width:56%;
}
.banner_left_box_ahc_d2 h1{
	color:#1a4178;
	font-size:41px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:46px;
	line-height:51px;
}
.banner_left_box_ahc_d2 h1 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.banner_left_box_ahc_d2 h3{
	color:#1a4178;
	font-size:30px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding:5px 10px 10px;
	border-top:4px solid #008acb;
	border-bottom:4px solid #008acb;
	max-width:590px;
	margin-top:15px;
}
.banner_left_box_ahc_d2 h3 strong{
	color:#008acb;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.new_rates_ahc_d2{
	padding-top:15px;
}
.new_rates_ahc_d2 img{
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.new_rates_ahc_d2 ul{
	margin-bottom:0px;
	padding-left:20px;
}
.new_rates_ahc_d2 ul li{
	list-style:none;
	text-align:left;
	color:#1a4178;
	font-size:20px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	margin-top:20px;
	line-height:35px;
}
.new_rates_ahc_d2 ul li img{
	margin-right:10px;
	margin-top:0px;
}
.compare_logo_ahc_d2{
	margin-top:50px;
	padding:20px;
	text-align:center;
	background:#FFF;
	-moz-border-radius: 25px 0px 25px 0px;
	-webkit-border-radius: 25px 0px 25px 0px;
	border-radius: 25px 0px 25px 0px;
	-khtml-border-radius: 25px 0px 25px 0px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	max-width:600px;
}
.compare_logo_ahc_d2 img{
	display:inline-block;
}
.compare_logo_ahc_d2 h3{
    font-family: 'OpenSans';
	font-weight:normal;
	color:#55585b;
	font-size:19px;
	line-height:30px;
	border:none;
	padding:0px 0px 10px;
	border-bottom:1px solid #ccd7e4;
}
.compare_logo_ahc_d2 h3 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.compare_logo_ahc_d2 img{
	margin-top:15px;
}
.banner_right_box_ahc_d2{
	float:right;
	width:42%;
	background:#FFF;
	-webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    5px 5px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         5px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.banrgt_title_ahc_d2{
	text-align:center;
	padding:15px;
	background:#1a4178;
	border-bottom:5px solid #89c01d;
}
.banrgt_title_ahc_d2 h1{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	color:#FFF;
	font-size:26px;
}
.banrgt_title_ahc_d2 h3{
	color:#ffffff;
	font-size:24px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	padding-top:5px;
}
.homebann_form_ahc_d2{
	padding:20px;
	position:relative;
}
img.frm_arow_ahc_d2{
	position:absolute;
	left: -67px;
    top: -48px;
    z-index: 99999;
}
.homebann_form_ahc_d2 label{
	color:#1a4178;
	font-size:22px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.homebann_form_ahc_d2 label span{
	font-size:20px;
}
.homebann_form_ahc_d2 input[type="text"],
.homebann_form_ahc_d2 input[type="tel"],
.homebann_form_ahc_d2 input[type="email"]{
	height:42px ;
	border-color:#cdd7db;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
	color:#000000;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 89%, rgba(236,236,236,1) 100%);
}
.homebann_form_ahc_d2 input[type="text"]::-webkit-input-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="tel"]::-webkit-input-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="email"]::-webkit-input-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="text"]:focus::-webkit-input-placeholder { color: #a2a2a3;}
.homebann_form_ahc_d2 input[type="tel"]:focus::-webkit-input-placeholder { color: #a2a2a3;}
.homebann_form_ahc_d2 input[type="email"]:focus::-webkit-input-placeholder { color: #a2a2a3;}
/* Firefox < 19 */
.homebann_form_ahc_d2 input[type="text"]:-moz-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="tel"]:-moz-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="email"]:-moz-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="text"]:focus:-moz-placeholder { color: #a2a2a3;}
.homebann_form_ahc_d2 input[type="tel"]:focus:-moz-placeholder { color: #a2a2a3;}
.homebann_form_ahc_d2 input[type="email"]:focus:-moz-placeholder { color: #a2a2a3;}
/* Firefox > 19 */
.homebann_form_ahc_d2 input[type="text"]::-moz-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="tel"]::-moz-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="email"]::-moz-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="text"]:focus::-moz-placeholder { color: #a2a2a3;}
.homebann_form_ahc_d2 input[type="tel"]:focus::-moz-placeholder { color: #a2a2a3;}
.homebann_form_ahc_d2 input[type="email"]:focus::-moz-placeholder { color: #a2a2a3;}

/* Internet Explorer 10 */
.homebann_form_ahc_d2 input[type="text"]:-ms-input-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="tel"]:-ms-input-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="email"]:-ms-input-placeholder { color: #1a4178;}
.homebann_form_ahc_d2 input[type="text"]:focus:-ms-input-placeholder { color: #a2a2a3;}
.homebann_form_ahc_d2 input[type="tel"]:focus:-ms-input-placeholder { color: #a2a2a3;}
.homebann_form_ahc_d2 input[type="email"]:focus:-ms-input-placeholder { color: #a2a2a3;}

.homebann_form_ahc_d2 select{
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	border-color:#bacbd1;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
	color:#1a4178;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:41px !important;
	line-height:20px !important;
	border-color:#c6cfd4;
	background:url(images/slc_arow_ahc_d2.png) no-repeat right, linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%) !important;
}
.home_form_date_left_pad_ahc_d2{
	padding-left:0px !important;
	padding-right:5px !important;
}
.home_form_date_middle_pad_ahc_d2{
	padding-left:5px !important;
	padding-right:5px !important;
}
.home_form_date_right_pad_ahc_d2{
	padding-left:5px !important;
	padding-right:0px !important;
}
.hfm_lft_pd_ahc_d2{
	padding-left:0px !important;
	padding-right:5px !important;
}
.hfm_rgt_pd_ahc_d2{
	padding-left:5px !important;
	padding-right:0px !important;
}
.weno{
	margin-top:5px;
}
.start_quote_ahc_d2 {
	text-align:center;
	margin-top:5px;
}
.start_quote_ahc_d2 button[type="submit"] {
	background:#89c01d;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius:7px;
	height:60px!important;
	text-align:center;
	line-height:49px;
	color:#FFF;
	font-size:28px;
	font-weight:normal;
	font-family:'OpenSans-Bold';
	text-shadow:1px 1px 1px rgba(0, 0, 0, .48);
	width:100%;
	-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;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	border:none;
}
.start_quote_ahc_d2 button[type="submit"]:hover,
.start_quote_ahc_d2 button[type="submit"]:focus {
	outline:none;
	color:#FFF;
	border:none;
	background:#1a4178;
}
.start_quote_ahc_d2 button img{
	vertical-align:-4px;
	margin-left:6px;
}
.your_info2_ahc_d2{
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.your_info2_ahc_d2 img{
	display:inline-block;
}
.bypress_ahc_d2{
	color:#6d6d6d;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-style:italic;
	text-align:justify;
	line-height:13px;
	padding-bottom:15px;
	padding-top:10px;
}
.wewillfind_ahc_d2{
	text-align:center;
	padding:70px 15px;
	font-size:37px;
	color:#2f5d93;
	font-weight:normal;
	font-family:'OpenSans';
}
.wewillfind_ahc_d2 strong{
	font-weight:normal;
	font-family:'OpenSans-Bold';
}
/*=================================================== Css Update 2019-07-08 Start ==============================================*/
.banner_conti2_ahc_d2{
	background:url(images/banner2_ahc_d2.jpg) no-repeat center bottom;
	padding:15px 10px 20px;
}
.banlft2_ahc_d2 h1{
	padding-top:15px;
}
.newrts2_ahc_d2{
	padding-top:15px;
}
.newrts2_ahc_d2 ul{
    padding-left: 253px;
}
.complogo2_ahc_d2,
.complogo3_ahc_d2{
	margin-top:240px;
	padding:10px;
	text-align:center;
	background:#FFF;
	-moz-border-radius: 25px 0px 25px 0px;
	-webkit-border-radius: 25px 0px 25px 0px;
	border-radius: 25px 0px 25px 0px;
	-khtml-border-radius: 25px 0px 25px 0px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	max-width:620px;
}
.complogo2_ahc_d2 img,
.complogo3_ahc_d2 img{
	display:inline-block;
}
.complogo2_ahc_d2 h3,
.complogo3_ahc_d2 h3{
    font-family: 'OpenSans';
	font-weight:normal;
	color:#55585b;
	font-size:18px;
	line-height:24px;
	border:none;
	padding:0px 0px 5px;
}
.complogo2_ahc_d2 h3 strong,
.complogo3_ahc_d2 h3 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.starupahc_d2{
	padding:10px 0px;
}
.bypress2_ahc_d2{
	color:#6d6d6d;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-style:italic;
	text-align:justify;
	line-height:13px;
	padding-bottom:15px;
	padding-top:10px;
}


.banner_conti3_ahc_d2{
	background:url(images/banner3_ahc_d2.jpg) no-repeat center top;
	padding:15px 10px 20px;
}
.newrts3_ahc_d2{
	padding-top:30px;
}
.newrts3_ahc_d2 ul{
    padding-left: 360px;
}
.newrts3_ahc_d2 ul li{
	font-family: 'OpenSans-BoldItalic';
	font-weight:normal;
	color:#1a4178;
	font-size:20px;
	line-height:22px;
	margin-top:40px;
}
.newrts3_ahc_d2 ul li img {
    margin-right: 20px;
}
.complogo3_ahc_d2{
    max-width: 515px;
	margin-top:55px;
	margin-left:175px;
	padding:20px 10px;
}
.complogo3_ahc_d2 h3{
	font-size:17px;
	padding-top:5px;
	padding-bottom:20px;
}
/*=================================================== Footer Start ==============================================*/
.footer_container_ahc_d2{
	background: #f6f6f6;
	padding-top:10px;
}
.footer_logo_ahc_d2{
	padding-top:30px;
	text-align:center;
	font-family: 'Prosto';
	color:#646464;
	font-size:21.11px;
	font-weight:normal;
}
.footer_logo_ahc_d2 a{
	font-family: 'Prosto';
	color:#646464;
	font-size:21.11px;
	font-weight:normal;
	text-decoration:none;
}
.footer_logo_ahc_d2 a:hover,
.footer_logo_ahc_d2 a:focus{
	color:#646464;
	text-decoration:none;
	outline:none;
}
.footer_logo_ahc_d2 a span{
	font-family: 'OpenSans-Italic';
	color:#727272;
}
.footer_logo_ahc_d2 a strong{
	color:#727272;
	font-weight:normal;
	font-family: 'Prosto';
}
.footer_navigation_ahc_d2{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.footer_navigation_ahc_d2 ul{
	margin-bottom:0px;
}
.footer_navigation_ahc_d2 ul li{
	list-style:none;
	display:inline-block;
}
.footer_navigation_ahc_d2 ul li a{
	font-family: 'OpenSans';
	font-weight:normal;
	font-size:14px;
	color:#1a4178;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #0476a3;
}
.footer_navigation_ahc_d2 ul li a:hover,
.footer_navigation_ahc_d2 ul li a:focus{
	text-decoration:underline;
	color:#0476a3;
	outline:none;
}
.footer_navigation_ahc_d2 ul li:first-child a{
	padding-left:0px;
}
.footer_navigation_ahc_d2 ul li:last-child a{
	border-right:none;
	padding-right:0px;
}
.disclaimer_ahc_d2{
	max-width:700px;
	color:#5e5e5e;
	font-size:13px;
	font-family: 'OpenSans-Italic';
	margin:auto;
	padding-left:10px;
	padding-right:10px;
}
.copy_ahc_d2{
	background:#e3e7e8;
	padding:10px;
	color:#8e8f8f;
	font-family: 'OpenSans';
	font-weight:normal;
	font-size:12px;
	text-align:center;
	margin-top:20px;
}
.clear{
	clear:both;
}
