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-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-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;
}
@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 !!*/
.logo_mc_m{
	text-align:center;
	padding:20px 10px;
	border-top:5px solid #349ba3;
	background:#FFF;
}
.logo_mc_m img {
	display:inline-block;
}
/*============================================ Banner Start !!*/
.banner_mc_m {
	text-align:center;
}
.banner_mc_m img {
	display:inline-block;
}
.banner_shadow_mc_m{
	max-width:480px;
	margin:auto;
	background:url(images/banner_shado_mc_m.png), url(images/banner_mc_m.jpg) #e5f3f5;
	background-position:top, center bottom;
	background-repeat:repeat-x, no-repeat;
	background-size: auto auto, 100% auto;
}
.banner_shadow_mc_m h1{
	color:#5a5b5b;
	font-size:28px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	padding-top:6px;
}
.banner_shadow_mc_m h3{
	color:#5a5b5b;
	font-size:22px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:4px;
}
.banner_shadow_mc_m ul{
	margin-bottom:0px;
	padding-left:163px;
	padding-bottom:44px;
}
.banner_shadow_mc_m ul li{
	list-style:none;
	color:#349ba3;
	font-size:16px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	margin-top:20px;
	text-align:left;
}
.ifyouqualify_mc_m {
	text-align:center;
	background:#ebf6f7;
	padding:15px 5px;
	margin-top:15px;
}
.lowest_mc_m{
	max-width:480px;
	margin:auto;
}
.lowest_mc_m h1{
	color:#404242;
	font-size:27px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.lowest_mc_m h3{
	color:#484949;
	font-size:17px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
}
.lowest_mc_m img {
	float:left;
}
/*============================================ Home Form Start !!*/
.mobile_form_mc_m {
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
}
.mobile_form_mc_m label {
	font-size:16px;
	font-family: 'OpenSans';
	font-weight:normal;
	color:#3f3f3f;
}
.mobile_form_mc_m label span{
	color:#4c4c4c;
	font-size:14px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.mobile_form_mc_m .bootstrap-select,
.bootstrap-select > .dropdown-toggle,
.mobile_form_mc_m input[type="text"],
.mobile_form_mc_m input[type="tel"],
.mobile_form_mc_m input[type="email"]{
	border:1px solid #6a6a6a;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 18px !important;
	color:#000;
	font-family: 'OpenSans';
	height:43px;
}
form .form-control::-webkit-input-placeholder { color: #818181; }
form .form-control:-moz-placeholder { color: #818181; }
form .form-control::-moz-placeholder { color: #818181; }
form .form-control:-ms-input-placeholder { color: #818181; }
.home_form_mc .dropdown-toggle{
	height:43px;
	border-color:#6a6a6a;
	color:#b7b6b6;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-align:left;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	background:#fff;
}
.mobile_form_mc_m .bootstrap-select .dropdown-toggle:hover{
	border-color:#6a6a6a;
	color:#b7b6b6;
	background:#FFF;
}
.mobile_form_mc_m .bootstrap-select .dropdown-toggle:focus{
    outline:none !important;
	color:#222;
}
.mobile_form_mc_m .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	text-align:left;
}
.mobile_form_mc_m .bootstrap-select{
	height:43px;
}
.mobile_form_mc_m .dropdown-toggle .caret{
	vertical-align:middle;
	border-top:0px dashed !important;
	border-top:0px solid\9 !important;
	border-right:0px solid transparent !important;
	border-left:0px solid transparent !important;
	background:url(images/select_arrow_mc_m.png) no-repeat right top;
	width:12px;
	height:7px;
	margin-top: 0 !important;
	right: 9px !important;
	top: 43% !important;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
	border-top: 0 none !important;
	content: "";
}
.nospam_mc_m{
	background:url(images/nospam_mc_m.jpg) no-repeat right #FFF !important;
}
.displayquotes_mc_m {
	margin-top:20px;
	text-align:center;
}
.displayquotes_mc_m input[type="image"] {
	display:inline-block;
}
.protected_mc_m {
	text-align:center;
	margin-top:10px;
}
.protected_mc_m img {
	display:inline-block;
	margin-top:5px;
}
.byrequest_mc_m p {
	padding:15px 0px 0px;
	color:#6d6d6d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
}
.byrequest_mc_m p a{
	color:#4476a2;
	text-decoration:underline;
}
.byrequest_mc_m p a:hover,
.byrequest_mc_m p a:focus{
	text-decoration:none;
	outline:none;
	color:#4476a2;
}
.byrequest_mc_m p strong,
.byrequest_mc_m p strong a,
.byrequest_mc_m p strong a:hover,
.byrequest_mc_m p strong a:focus{
	color:#4476a2;
	text-decoration:none;
	outline:none;
}
/*=============================================================== Year Error*/
.haveselected_mc_m{
	background:#dff0f3;
	clear:both;
	margin-top:-9px !important;
	color:#c1272d;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	padding:15px;
	font-size:14px;
	position:absolute;
	z-index:99999;
	line-height:17px;
	display:none;
	right:-3px;
	border:1px solid #9a9e9e;
}
.haveselected_mc_m p strong{
	font-weight:normal;
	font-family: 'OpenSans-BoldItalic';
}
.cl_btn_mc_m{
	position:absolute;
	top:0px;
	z-index:9999999999;
	width:100%;
	padding:9px;
	background:#dff0f3;
	display:none;
	border:1px solid #9a9e9e;
	border-bottom:none;
}
.close_m{
	float:right;
    padding:2px 7px 7px;
    background:#fff;
	cursor:pointer;
	right:0px;
	top:0px;
	opacity:unset !important;
	color:#c1272d !important;
	border:1px solid #c1272d;
	font-size:24px !important;
	line-height:20px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
/*--------------------- Thankyou -------------------*/
.thankyou_container_mc_m{
	background:#f4fbf8;
	padding-bottom:20px;
}
.th_header_conti_mc_m{
	text-align:center;
	background:#349ba3;
	padding:10px;
}
.th_header_conti_mc_m img{
	display:inline-block;
}
.we_found_mc_m{
	padding:10px;
	text-align:center;
	padding-bottom:20px;
}
.we_found_mc_m h1{
	color:#383a39;
	font-size:28px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-top:10px;
}
.we_found_mc_m h1 strong{
	color:#349ba3;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.we_found_mc_m h3{
	color:#3f3f3d;
	font-size:15px;
	font-weight:normal;
	font-family: 'OpenSans-Italic';
	padding-top:15px;
	text-align:left;
	line-height:20px;
}
.we_found_mc_m h3 strong{
	font-family: 'OpenSans-BoldItalic';
	font-weight:normal;
}
.th_list_mc_m{
	padding:5px;
}
.th_fst_box_mc_m{
	background:#e8f9e9;
	border:3px solid #349ba3;
	padding:10px;
}
.th_fst_box_mc_m h1,
.th_reg_box_mc_m h1{
	color:#2c8060;
	font-size:15px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.th_fst_box_mc_m h1 img{
	vertical-align:bottom;
	margin-right:3px;
}
.th_dis_mc_m{
	padding-top:10px;
}
.th_dis_mc_m p{
	color:#3f3f3d;
	font-size:13px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:7px;
}
.th_btn_mc_m{
	text-align:center;
	padding-top:15px;
}
.th_btn_mc_m img{
	display:inline-block;
}
.media-body,
.media-left{
    display: table-cell;
    vertical-align: top;
}
.media-body{
	padding-left:10px;
}
.th_fstlogo_mc_m{
	border:1px solid #d3d3cf;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background:#FFF;
}
.th_reg_box_mc_m{
	margin-top:10px;
	padding:10px;
	border:1px solid #ccc;
	background:#FFF;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
}
.th_reg_box_mc_m h1{
	color:#3d3f3f;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.th_reg_btn_mc_m{
	text-align:center;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}
.th_reg_btn_mc_m img{
	display:inline-block;
}
/*--------------------- Thankyou Note-------------------*/
.th_details_mc_m{
	text-align:left;
	padding:10px;
}
.th_details_mc_m h1,
.th_details_mc_m h1 a,
.th_details_mc_m h1 a:hover,
.th_details_mc_m h1 a:focus{
	color:#ed830c;
	font-size:48.28px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	text-align:left;
	padding:15px 0px;
}
.th_details_mc_m h1 img{
	vertical-align:middle;
}
.th_details_mc_m h2{
	color:#4c4b4c;
	font-size:16px;
	font-weight:normal;
	padding-top:25px;
	font-family: 'OpenSans-Bold';
}
.th_details_mc_m p{
	color:#4c4b4c;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	padding-top:15px;
	font-family: 'OpenSans';
	padding-bottom:0px;
	border-bottom:none;
}
.th_details_mc_m p:first-child{
	padding-top:0px;
}
.th_details_mc_m p strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.state_details_box_mc_m{
	margin-top:10px;
	padding:10px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.state_map_mc_m{
	float:left;
}
.th_det_mc_m{
	float:left;
	padding:14px 20px;
}
.th_det_mc_m p{
	padding-top:10px;
	font-size:15px;
	color:#3c3d3d;
	line-height:normal;
	font-family: 'OpenSans';
}
.th_det_mc_m p:first-child{
	padding-top:0px;
}
.th_footer_mc_m{
	color:#676868;
	font-size:13px;
	text-align:center;
	padding:10px;
	font-family: 'OpenSans';
}
/*------------------- Call To Tab Button */
.home_buton_mc_m{
	padding:0px 5px;
	margin-top:-17px;
}
.inner_buton_mc_m{
	margin:15px auto;
}
.tap_button_mc_m {
	position:relative;
	background:url(images/tab_bg_mc_m.jpg) repeat-x #f15b24;
	-moz-box-shadow: 0px 1px 2px #8c8c8c;
	-webkit-box-shadow: 0px 1px 2px #8c8c8c;
	box-shadow: 0px 1px 2px #8c8c8c;
	border:1px solid #FFF;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius:7px;
	text-align:center;
	padding:10px 8px;
	max-width:420px;
	margin:auto;
}
.tap_button_mc_m img {
	float:left;
	margin-right:5px;
}
.tap_button_mc_m h1 {
	font-family: 'MyriadPro-Bold';
	color:#ffffff;
	font-size:50px;
	font-weight:normal;
	text-align:center;
	padding:inherit;
}
.tap_button_mc_m h1 a,
.tap_button_mc_m h1 a:hover {
	text-decoration:none;
	font-family: 'MyriadPro-Bold';
	color:#ffffff;
	outline:none;
}
.tap_button_mc_m h2 {
	color:#FFF;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-align:center;
	padding:inherit;
}
.tap_button_mc_m h2 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
/*============================================ Footer Start !!*/
.footer_container_mc_m {
	text-align:center;
	margin-top:30px;
}
.footer_copy_mc_m {
	padding:10px;
	color:#676868;
	font-size:12px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.footer_copy_mc_m a {
	text-decoration:none;
	color:#494949;
}
.clear {
	clear:both;
}