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: 'RalewayRegular';
	src: url('font/raleway-regular.eot');
	src: url('font/raleway-regular.eot') format('embedded-opentype'),
	     url('font/raleway-regular.woff2') format('woff2'),
		 url('font/raleway-regular.woff') format('woff'),
		 url('font/raleway-regular.ttf') format('truetype'),
		 url('font/raleway-regular.svg#RalewayRegular') format('svg');
}
@font-face {
	font-family: 'RalewaySemiBold';
	src: url('font/raleway-semibold.eot');
	src: url('font/raleway-semibold.eot') format('embedded-opentype'),
	     url('font/raleway-semibold.woff2') format('woff2'),
		 url('font/raleway-semibold.woff') format('woff'),
		 url('font/raleway-semibold.ttf') format('truetype'),
		 url('font/raleway-semibold.svg#RalewaySemiBold') format('svg');
}
@font-face {
    font-family: 'ralewaybold';
    src: url('font/raleway-bold-webfont.eot');
    src: url('font/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/raleway-bold-webfont.woff2') format('woff2'),
         url('font/raleway-bold-webfont.woff') format('woff'),
         url('font/raleway-bold-webfont.ttf') format('truetype'),
         url('font/raleway-bold-webfont.svg#ralewaybold') 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-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-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: 'MyriadPro-Bold';
	src: url('font/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/MyriadPro-Bold.otf') format('opentype'),
		 url('font/MyriadPro-Bold.woff') format('woff'),
		 url('font/MyriadPro-Bold.ttf') format('truetype'),
		 url('font/MyriadPro-Bold.svg#MyriadPro-Bold') 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;
}
#wrapper {
	width:auto;
	height:auto;
}
/*============================================ Header Start ============================================*/
.header_container_ohc_m {
	width:auto;
}
.logo_m {
	text-align:center;
	padding:20px 15px;
}
.logo_m img {
	display:inline-block;
}
.banner_ohc_m {
	text-align:center;
}
.banner_ohc_m img {
	display:inline-block;
}
.tap_button {
	z-index:99999999;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #156cca;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ccbeb), to(#156cca));
	background: -webkit-linear-gradient(top, #3ccbeb, #156cca);
	background: -moz-linear-gradient(top, #3ccbeb, #156cca);
	background: -ms-linear-gradient(top, #3ccbeb, #156cca);
	background: -o-linear-gradient(top, #3ccbeb, #156cca);
	-moz-box-shadow: 2px 2px 5px #767676;
	-webkit-box-shadow: 2px 2px 5px #767676;
	box-shadow: 2px 2px 5px #767676;
	padding:10px 7px;
	max-width:400px;
	margin:auto;
	margin-top:-20px;
}
.tap_button h1 {
	font-family: 'MyriadPro-Bold';
	color:#ffffff;
	font-size:45px;
	font-weight:normal;
	line-height:41px;
	text-align:center;
}
.tap_button h1 a,
.tap_button h1 a:hover {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
.tap_button h2 {
	color:#FFF;
	font-size:21px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	text-align:center;
}
ul#tabbuttons_ohc_m{
	margin-bottom:0px;
}
ul#tabbuttons_ohc_m li{
	color:#FFF;
	font-size:21px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	text-align:center;
	padding:inherit;
	list-style:none;
	display:none;
}
@media (max-width:415px) {
.tap_button h1{ font-size: 45px; line-height: 45px;}
.tap_button h2,
ul#tabbuttons_ohc_m li{ font-size:20px;	padding-top:3px;}

/*----- xx -----*/
}
@media (min-width:361px) and (max-width:379px) {
.tap_button h1{ font-size: 40px; line-height: 40px;}
.tap_button h2,
ul#tabbuttons_ohc_m li{ font-size:18px;	padding-top:3px;}

/*----- xx -----*/
}
@media (max-width:360px) {
.tap_button h1{ font-size: 34px; line-height: 34px;}
.tap_button h2,
ul#tabbuttons_ohc_m li{ font-size:15px;	padding-top:3px;}

/*----- xx -----*/
}
.tap_button h3 {
	color:#FFF;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	padding-top:5px;
}
.see_ifyou_ohc_m {
	margin-top:40px;
	border-top:1px solid #cbc9ee;
	border-bottom:1px solid #cbc9ee;
	color:#4495cc;
	font-size:17px;
	text-align:left;
	padding:10px;
	padding-right:40px;
	position:relative;
}
.thaarow {
	position:absolute;
	right: 15px;
	top: -28px;
}
.mb_form {
	padding:15px 0px;
}
.mb_form label {
	color:#0b2757;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.mb_form input[type="text"],
.mb_form input[type="email"],
.mb_form input[type="tel"]{
	background:#edf6fd;
}
.mb_form select {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #edf6fd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #edf6fd));
	background: -webkit-linear-gradient(top, #ffffff 0%, #edf6fd 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #edf6fd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #edf6fd 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #edf6fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf6fd', GradientType=0 );
}
.mb_form input[type="radio"] {
	display:none;
}
.mb_form input[type="radio"] + label {
	font-weight:normal;
	color:#46484f;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:15px;
	cursor:pointer;
}
.mb_form input[type="radio"] + label span {
	display:inline-block;
	width:29px;
	height:29px;
	margin:-3px 6px 0 0;
	vertical-align:middle;
	background:url(images/quote_redio_btn_ohp.png) -29px top no-repeat;
	cursor:pointer;
}
.mb_form input[type="radio"]:checked + label span {
	background:url(images/quote_redio_btn_ohp.png) 0px top no-repeat;
}
.mb_form hr {
	border-color:#93a2b5;
}
.mb_form_buttons_ohc {
	text-align:center;
	background:url(images/hand.png) no-repeat left;
}
.q_pad_left {
	padding-left: 0px !important;
}
.q_form_00_ohp {
	padding:0px !important;
}
.rediobtn {
	margin-top:6px;
}
.mb_form_buttons_ohc input[type="image"] {
	margin-top:20px;
	display:inline-block;
}
.mb_form_buttons_ohc img {
	display:inline-block;
}
.by_requesting_ohc_m {
	font-size:11px;
	color:#000;
	padding:20px;
}
.callto_tab{
	background:url(images/tap_to_call.jpg) no-repeat;
	width:305px;
	height:89px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.callto_tab h1,
.callto_tab h1 a,
.callto_tab h1 a:hover{
    font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:33px;
	font-weight:bold;
	padding-right: 10px;
    padding-top: 12px;
    text-align: right;
	text-shadow:1px 1px 3px #222;
	line-height:30px;
	text-decoration:none;
	outline:none;
}
.callto_tab p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#2c440a;
	font-size:12px;
	padding-right: 10px;
	letter-spacing:-1px;
    text-align: right;
}
.callto_tab h3{
	font-family:Tahoma, Geneva, sans-serif;
	color:#2c440a;
	font-size:15px;
	padding-right:50px;
    text-align:right;
	line-height:12px;
	font-weight:bold;
}
.callto_tab h4 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#2c440a;
	font-size:12px;
	padding-right: 10px;
    text-align: right;
	font-weight:bold;
}
/*--------------------- Thankyou -------------------*/
.contragtion_wrap {
	padding:20px;
	background:#3275ab;
}
.contragtion_wrap h2 {
	text-align:center;
	color:#ffffff;
	font-size:19px;
	font-weight:normal;
	font-family: 'RalewayRegular';
}
.tap_button_thnk {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-khtml-border-radius:15px;
	background-color: #fa6105;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffca00), to(#fa6105));
	background: -webkit-linear-gradient(top, #ffca00, #fa6105);
	background: -moz-linear-gradient(top, #ffca00, #fa6105);
	background: -ms-linear-gradient(top, #ffca00, #fa6105);
	background: -o-linear-gradient(top, #ffca00, #fa6105);
	-moz-box-shadow: 2px 2px 5px #767676;
	-webkit-box-shadow: 2px 2px 5px #767676;
	box-shadow: 2px 2px 5px #767676;
	text-align:center;
	padding:10px 7px;
	margin:0px 5px;
	margin-top:20px;
}
.tap_button_thnk img {
	margin-right:5px;
}
.tap_button_thnk h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:43px;
	font-weight:bold;
	line-height:35px;
	text-shadow:1px 1px #222;
}
.tap_button_thnk h1 a, .tap_button_thnk h1 a:hover {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
.tap_button_thnk h2 {
	color:#FFF;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	padding-top:5px;
}
.see_ifyou_ohc_tghn_m {
	border-top:1px solid #cbcaee;
	border-bottom:2px solid #d7d6e8;
	color:#5f6060;
	font-size:17px;
	text-align:center;
	font-style:italic;
	padding:10px;
	position:relative;
	margin-top:40px;
	padding-right:45px;
}
.thaarow {
	position:absolute;
	right: 15px;
	top: -28px;
}
.thbox_m_container {
	background:#efefef;
	padding-bottom:25px;
	padding-top:1px;
}
.please_click {
	background:url(images/header_bg_clq.jpg) repeat-y right;
	padding:5px;
	color:#39393a;
	font-size:13px;
	margin-top:10px;
	margin-left:5px;
	width:175px;
}
.th_arow {
	float:right;
	margin-top:10px;
	margin-right:5px;
}
.thankyou_box_clq {
	background: url(images/shad.jpg) no-repeat left #fff;
	padding:10px;
	padding-left:30px;
	margin:10px 5px 0px;
	margin-right:15px;
}
.thankyou_logo_clq {
	text-align:center;
	padding:10px;
	float:left;
	width:45%;
	padding-left:0px;
}
.thankyou_button_clq {
	float:right;
	margin-top:5px;
	width:50%;
	text-align:right;
	padding-bottom:10px;
}
.thankyou_logo_clq img, .thankyou_button_clq img {
	display:inline-block;
}
.thankyou_lis_clq p {
	color:#717271;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
/*---------------------- XXX --------------------*/
.footer_container {
	background:#3275ab;
	padding:10px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}
.footer_container a, .footer_container a:hover, .footer_container a:focus {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
.clear{
	clear:both;
	text-align:center;
	margin-top:10px;
}
.clear img {
	display:inline-block;
}
/*========================================== Thankyou Note Page*/
.thankyou_note_header_ohp_m h1{
	color:#5b5d5e;
	font-size:35px;
    font-family: 'ralewaybold';
	font-weight:normal;
	text-align:center;
	padding:15px 0px;
}
.thankyou_note_header_ohp_m h2{
	color:#fff;
	font-size:16px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	text-align:center;
	padding:15px 0px;
	background:#36a100;
}
.th_details_ohp_m{
	text-align:left;
	padding-top:20px;
	max-width:456px;
	margin:auto;
}
.th_details_ohp_m h2{
	color:#4c4b4c;
	font-size:16px;
	font-weight:normal;
	padding-top:25px;
    font-family: 'ralewaybold';
}
.th_details_ohp_m p{
	color:#4c4b4c;
	font-size:16px;
	font-weight:normal;
	padding-top:15px;
	font-family: 'RalewayRegular';
	padding-bottom:0px;
	border-bottom:none;
}
.th_details_ohp_m p:first-child{
	padding-top:0px;
}
.th_details_ohp_m p strong{
    font-family: 'ralewaybold';
	font-weight:normal;
}
.state_details_box_ohp_m{
	border:2px solid #cecece;
	margin-top:10px;
	background:url(images/th_banner_ohp_m.jpg) no-repeat center top;
	padding:30px 15px;
}
.th_det_ohp_m{
	float:right;
	padding:9px;
	background:#f7f7f7;
	border:2px solid #e2e2e2;
}
.th_det_ohp_m p{
	padding-top:2px;
	font-size:15px;
}
.th_det_ohp_m p:first-child{
	padding-top:0px;
}
.footer_container_ohp_m{
	text-align:center;
	padding-top:15px;
	color:#5d5d60;
	font-size:12px;
	font-family: 'RalewayRegular';
	border-top:2px solid #f3f4f4;
	margin-top:15px;
	padding-bottom:10px;
}
/*============================== Css Update 2018-01-05*/
.see_if_ohp_m{
	text-align:center;
	padding-top:5px;
}
.see_if_ohp_m img{
	display:inline-block;
}
.seezip,.zipftp, .zipftp a, .zipftp a:hover, .zipftp a:focus{
	color:#4f5051;
}
.zipftp{background:#FFF; border-top:1px solid #CCC; text-align:center;}
.zip_box_ohp_m{
	padding:0px 10px 40px;
	max-width:480px;
	margin:auto;
}
.zip_lb_ohp{
	padding-left:13px;
	padding-right:13px;
}
.zip_box_ohp_m label{
	color:#004f95;
	font-size:38px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	padding-bottom:10px;
	line-height:40px;
}
.zip_box_ohp_m input[type="text"],
.zip_box_ohp_m input[type="tel"],
.zip_box_ohp_m input[type="email"] {
	color:#000;
	font-size:78px;
	padding-top:18px;
	font-weight:normal;
	font-family: 'MyriadPro-Bold';
	border:2px solid #004f95;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	height:90px !important;
	text-align:center;
	background:url(images/zip_bg_ohp_m.jpg) repeat-x top #FFF;
}

.zip_lb_ohp input[type="text"]::-moz-placeholder{color:#d1d1d1 !important; opacity:1}
.zip_lb_ohp input[type="text"]:-ms-input-placeholder{color:#d1d1d1 !important;}
.zip_lb_ohp input[type="text"]::-webkit-input-placeholder{color:#d1d1d1 !important;}
.zip_lb_ohp input[type="tel"]::-moz-placeholder{color:#d1d1d1 !important; opacity:1}
.zip_lb_ohp input[type="tel"]:-ms-input-placeholder{color:#d1d1d1 !important;}
.zip_lb_ohp input[type="tel"]::-webkit-input-placeholder{color:#d1d1d1 !important;}
.zip_lb_ohp input[type="email"]::-moz-placeholder{color:#d1d1d1 !important; opacity:1}
.zip_lb_ohp input[type="email"]:-ms-input-placeholder{color:#d1d1d1 !important;}
.zip_lb_ohp input[type="email"]::-webkit-input-placeholder{color:#d1d1d1 !important;}

.start_my_quote_btn_ohp_m{
	text-align:center;
	padding-top:15px;
}
.start_my_quote_btn_ohp_m input[type="image"]{
	display:inline-block;
}
@media (max-width:415px) {
	.zip_lb_ohp{ padding-left:5px; padding-right:5px;}
	.zip_box_ohp_m label{font-size:33px;}
	.zip_box_ohp_m input[type="text"], .zip_box_ohp_m input[type="tel"], .zip_box_ohp_m input[type="email"] {font-size:63px; height:80px !important; padding-top:0px;}
/*----- xx -----*/
}
@media (min-width:361px) and (max-width:379px) {
	.zip_lb_ohp{ padding-left:5px; padding-right:5px;}
	.zip_box_ohp_m label{font-size:30px;}
	.zip_box_ohp_m input[type="text"], .zip_box_ohp_m input[type="tel"], .zip_box_ohp_m input[type="email"] {font-size:63px; height:80px !important; padding-top:0px;}
/*----- xx -----*/
}
@media (max-width:360px) {
	.zip_lb_ohp{ padding-left:5px; padding-right:5px;}
	.zip_box_ohp_m label{font-size:25px;}
	.zip_box_ohp_m input[type="text"], .zip_box_ohp_m input[type="tel"], .zip_box_ohp_m input[type="email"] {font-size:55px; height:70px !important; padding-top:0px;}
/*----- xx -----*/
}
/*======================================== Css Update 2018-04-19 =====================================*/
.header_bgshad_ohp_m {
	width:auto;
	background:#FFF;
	padding-bottom:3px;
}
.header_container_ohp_m {
	background:#fff;
	padding:25px 10px;
	max-width:480px;
	margin:auto;
}
.logo_ohp_m {
	text-align:left;
	float:left;
	width:82%;
}
.logo_ohp_m img {
	display:inline-block;
}
.alf_ohp_m{
	float:right;
}
/*---------------------------------------------- Banner Box*/
.banner_container_ohp_m{
	text-align:center;
	background:url(images/banner_bg_ohp_m.jpg) no-repeat center top;
}
.banner_shadow_ohp_m{
	background:url(images/header_shadow_ohp_m.png) repeat-x top;
	padding-top:13px;
}
.tab_pad_ohp_m{
	padding: 0px 5px;
}
.tap_button_new_ohp_m {
	z-index:99999999;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
	background:url(images/tab_bg_ohp_m.jpg) repeat-x center #163a79;
	-moz-box-shadow: 2px 2px 5px #17374b;
	-webkit-box-shadow: 2px 2px 5px #17374b;
	box-shadow: 1px 1px 2px #17374b;
	border:2px solid #fff;
	padding:10px 7px;
	max-width:400px;
	margin:auto;
}
.tap_button_new_ohp_m img {
	margin-right:5px;
}
.tap_button_new_ohp_m h1 {
	font-family: 'MyriadPro-Bold';
	color:#ffffff;
	font-size:45px;
	font-weight:normal;
	line-height:45px;
	text-shadow:1px 1px 2px #236d2d;
	text-align:center;
}
.tap_button_new_ohp_m h1 a,
.tap_button_new_ohp_m h1 a:hover {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
ul#tabbuttons_ohp_m{
	margin-bottom:0px;
}
ul#tabbuttons_ohp_m li{
	color:#FFF;
	font-size:21px;
	font-family: 'RalewayRegular';
	font-weight:normal;
	text-align:center;
	padding:inherit;
	list-style:none;
	display:none;
}
.banner_conti_ohp_m{
	max-width:480px;
	height:auto;
	margin:auto;
	padding:15px;
}
.banner_conti_ohp_m h1{
	color:#163a79;
	font-size:34px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #c5cedd;
}
.official_ohp_m{
	float:left;
}
.official_ohp_m ul{
	margin-bottom:0px;
}
.official_ohp_m ul li{
	list-style:none;
	color:#163a79;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans-Semibold';
	text-align:left;
	margin-top:15px;
}
.official_ohp_m ul li img{
	margin-right:5px;
}
.plans_ohp_m{
	float:right;
	padding-top:13px;
}
.compare_conti_ohp_m{
	text-align:center;
	background:url(images/complete_bg_ohp_m.jpg) repeat-x bottom;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:15px 10px;
}
.compare_box_ohp_m{
	max-width:418px;
	height:auto;
	margin:auto;
	color:#163a79;
	font-size:33px;
	font-weight:normal;
	font-family: 'OpenSans';
	line-height:36px;
	text-align:left;
}
.compare_box_ohp_m img{
	margin-top:8px;
	margin-right:2px;
}
/*===================================== Form Start*/
.home_form_ohp_m{
	max-width:454px;
	height:auto;
	margin:auto;
	margin-top:20px;
	padding:0px 10px;
}
.home_form_ohp_m label{
	color:#163a79;
	font-size:24px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.home_form_ohp_m label img{
	margin-bottom:0px;
}
.home_form_ohp_m input[type="text"],
.home_form_ohp_m input[type="email"],
.home_form_ohp_m input[type="tel"]{
	background:url(images/form_text_bg_ohp_m.jpg) repeat-x top;
	border-color:#cdd7db;
	height:54px;
	font-size:19px;
	font-family: 'OpenSans';
	font-weight:normal;
	color:#000;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	-khtml-border-radius:0px;
}
.home_form_ohp_m input[type="text"]::-moz-placeholder{color:#494b4c !important; opacity:1}
.home_form_ohp_m input[type="text"]:-ms-input-placeholder{color:#494b4c !important;}
.home_form_ohp_m input[type="text"]::-webkit-input-placeholder{color:#494b4c !important;}
.home_form_ohp_m input[type="tel"]::-moz-placeholder{color:#494b4c !important; opacity:1}
.home_form_ohp_m input[type="tel"]:-ms-input-placeholder{color:#494b4c !important;}
.home_form_ohp_m input[type="tel"]::-webkit-input-placeholder{color:#494b4c !important;}
.home_form_ohp_m input[type="email"]::-moz-placeholder{color:#494b4c !important; opacity:1}
.home_form_ohp_m input[type="email"]:-ms-input-placeholder{color:#494b4c !important;}
.home_form_ohp_m input[type="email"]::-webkit-input-placeholder{color:#494b4c !important;}

.home_form_ohp_m 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:#cdd7db;
	font-size:19px;
	font-family: 'OpenSans';
	font-weight:normal;
	color:#494b4c;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	-khtml-border-radius:0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(images/select_arrow_ohp_m.png) no-repeat right #fff !important;
	height:54px !important;
	line-height:30px !important;
}
.home_form_ohp_m input[type="radio"]{
	display:none;
}
.home_form_ohp_m input[type="radio"] + label{
	margin-left:5px;
	margin-bottom:0px;
	cursor:pointer;
	text-align:right;
}
.home_form_ohp_m input[type="radio"] + label span{
	display:inline-block;
	width:56px;
	height:35px;
	margin:-3px 0px 0 0;
	vertical-align:middle;
	background:#FFF;
	border:1px solid #c6d0d5;
	color:#296489;
	cursor:pointer;
	text-align:center;
	line-height:35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
.home_form_ohp_m input[type="radio"]:checked + label span{
	background:#296489;
	color:#FFF;
	border:1px solid #296489;
}
.radiobtn_ohp_m{
	text-align:right;
}
.home_form_left_pad_ohp_m{
	padding-right:5px !important;
	padding-left:0px !important;
}
.home_form_right_pad_ohp_m{
	padding-left:5px !important;
	padding-right:0px !important;
}
.home_form_date_left_pad_ohp_m{
	padding-right:10px !important;
	padding-left:0px !important;
}
.home_form_date_middle_pad_ohp_m{
	padding-left:0px !important;
	padding-right:10px !important;
}
.home_form_date_right_pad_ohp_m{
	padding:0px !important;
}
.get_your_quote_btn_ohp_m{
	text-align:center;
}
.get_your_quote_btn_ohp_m input[type="image"]{
	display:inline-block;
}
.privacy_ohp_m{
	text-align:center;
	padding-top:15px;
}
.privacy_ohp_m img{
	display:inline-block;
}
.bypressing_ohp_m{
	color:#6d6d6d;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	padding:5px 10px 10px;
}
.bypressing_ohp_m a{
	color:#6d6d6d;
	text-decoration:underline;
}
.bypressing_ohp_m a:hover,
.bypressing_ohp_m a:focus{
	text-decoration:none;
	outline:none;
}
.bypressing_ohp_m strong,
.bypressing_ohp_m strong a,
.bypressing_ohp_m strong a:hover,
.bypressing_ohp_m strong a:focus{
	color:#6d6d6d;
	text-decoration:none;
	outline:none;
}

.footer_container_n_ohp_m {
	text-align:center;
	font-size:15px;
	color:#8d8d8e;
	padding-top:20px;
	border-top:1px solid #c5cedd;
	margin-top:15px;
}
.footer_container_n_ohp_m a,
.footer_container_n_ohp_m a:hover,
.footer_container_n_ohp_m a:focus {
	color:#8d8d8e;
	text-decoration:none;
	outline:none;
	font-size:17px;
	padding-left:10px;
	padding-right:10px;
}
.footer_container_n_ohp_m p{
	padding:6px;
	font-size:15px;
	font-weight:bold;
	background:#08264b;
	margin-top:15px;
	color:#FFF;
	font-family: 'OpenSans';
	font-weight:normal;
	border-bottom:1px solid #FFF;
}
@media (max-width:415px) {
.tap_button_new_ohp_m h1{ font-size: 45px; line-height: 45px;}
ul#tabbuttons_ohp_m li{ font-size:20px;	padding-top:3px;}

.banner_conti_ohp_m h1{font-size:29px;}
.official_ohp_m{width:75%;}
.official_ohp_m ul li{font-size:17px; margin-top:12px;}
.plans_ohp_m{width:25%;}
.compare_box_ohp_m{font-size:30px;}
/*----- xx -----*/
}
@media (min-width:361px) and (max-width:379px) {
.tap_button_new_ohp_m h1{ font-size: 40px; line-height: 40px;}
ul#tabbuttons_ohp_m li{ font-size:18px;	padding-top:3px;}

.banner_conti_ohp_m{padding:10px;}
.banner_conti_ohp_m h1{font-size:26px;}
.official_ohp_m{width:75%;}
.official_ohp_m ul li{font-size:16px; margin-top:11px;}
.plans_ohp_m{width:24%; padding-top:20px;}
.compare_box_ohp_m{font-size:27px;}
/*----- xx -----*/
}
@media (max-width:360px) {
.tap_button_new_ohp_m h1{ font-size: 34px; line-height: 34px;}
ul#tabbuttons_ohp_m li{ font-size:15px;	padding-top:3px;}

.banner_conti_ohp_m{padding:10px 5px;}
.banner_conti_ohp_m h1{font-size:23px;}
.official_ohp_m{width:76%;}
.official_ohp_m ul li{font-size:14px; margin-top:10px;}
.official_ohp_m ul li img{margin-right:2px;}
.plans_ohp_m{width:24%; padding-top:20px;}
.compare_box_ohp_m{font-size:21px;}
.home_form_ohp_m label{	font-size:22px;}
/*----- xx -----*/
}
/*========================== Css Update 2018-04-25=======*/
.bann_ohp_m,
.banntop_ohp_m{
	text-align:center;
	background:url(images/bannerbg_ohp_m.jpg) repeat-x top;
	padding:10px 10px 50px;
}
.banntop_ohp_m{
	padding:10px 10px 20px;
}
.bann_ohp_m img,
.banntop_ohp_m img{
	display:inline-block;
}
.seeif_up_ohp_m{
	margin-top:0px;
	padding:0px;
}
.max_ohp_m{
	padding:10px;
	padding-right:40px;
	max-width:480px;
	margin:auto;
	position:relative;
}
.home_top_pad_ohp_m{
	margin-top:10px;
	margin-bottom:33px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
@media (max-width:415px) {
.see_ifyou_ohc_m{font-size:15px !important;}
/*----- xx -----*/
}
@media (min-width:361px) and (max-width:379px) {
.home_top_pad_ohp_m{margin-left:5px; margin-right:5px;}
.see_ifyou_ohc_m{font-size:13px !important;}
}
@media (max-width:360px) {
.seeif_up_ohp_m{ margin-top:0px; font-size:11px !important;}
.seeif_up_ohp_m img{ width:60px; height:auto; top:-21px;}
.home_top_pad_ohp_m{margin-left:5px; margin-right:5px;}
}
.footer_up_ohp_m{
	padding:6px;
	background:#3275ab;
	margin-top:15px;
	color:#FFF;
	font-size:13px;
	font-family: 'OpenSans';
	font-weight:normal;
	border-bottom:1px solid #FFF;
}
.footer_up_ohp_m a{
	color:#FFF;
	font-size:13px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-decoration:none;
}
.footer_up_ohp_m a:hover{
	text-decoration:underline;
	color:#FFF;
}