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: 'Lato-Light';
	src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Lato-Light.woff') format('woff'),
		 url('fonts/Lato-Light.ttf') format('truetype'),
		 url('fonts/Lato-Light.svg#Lato-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Regular';
	src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Lato-Regular.woff') format('woff'),
		 url('fonts/Lato-Regular.ttf') format('truetype'),
		 url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Semibold';
	src: url('fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Lato-Semibold.woff') format('woff'),
		 url('fonts/Lato-Semibold.ttf') format('truetype'),
		 url('fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Bold';
	src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Lato-Bold.woff') format('woff'),
		 url('fonts/Lato-Bold.ttf') format('truetype'),
		 url('fonts/Lato-Bold.svg#Lato-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;
}
a:hover{
	outline:none;
}
#wrapper{
	width:auto;
	height:auto;
	margin:auto;
}
/*============================================ Header Start ============================================*/
.header_container_el_m{
	background:#205eaa;
	padding:15px 10px;
}
.logo_el_m{
	text-align:center;
	color:#FFF;
	font-size:28px;
	font-family: 'Lato-Light';
	font-weight:normal;
}
.logo_el_m strong{
	font-weight:normal;
	font-family: 'Lato-Semibold';
}
.logo_el_m img{
	display:inline-block;
}
.free_legal_advice_el_m{
	color:#505051;
	font-size:22px;
	font-weight:normal;
	font-family: 'Lato-Light';
	text-align:center;
	padding-top:10px;
}
.free_legal_advice_el_m strong{
	font-family: 'Lato-Regular';
	font-weight:normal;
}
.tap_button_pad_el_m{
	padding-left:10px;
	padding-right:10px;
}
.tap_button_el_m {
	z-index:99999999;
	position:relative;
	background:#f19720;
	border:1px solid #FFF;
	-moz-box-shadow: 0px 1px 2px #8c8c8c;
	-webkit-box-shadow: 0px 1px 2px #8c8c8c;
	box-shadow: 0px 1px 2px #8c8c8c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
	text-align:center;
	padding:7px 8px;
	max-width:380px;
	margin:auto;
	margin-top:10px;
}
.tap_button_el_m img {
	float:left;
	margin-right:5px;
}
.tap_button_el_m h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:39px;
	font-weight:bold;
	line-height:33px;
	text-align:center;
	padding:0px 0px 6px 0px;
}
.tap_button_el_m h1 a,
.tap_button_el_m h1 a:hover {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
/*============================================== Home Page */
.home_form_container_el_m{
	padding:10px;
	max-width:380px;
	margin:auto;
}
.home_for_box_el_m{
	margin:auto;
}
.home_for_box_el_m h1{
	color:#464647;
	font-size:19px;
	text-align:center;
	font-weight:normal;
	line-height:25px;
	padding:10px 0px 15px 0px;
	font-family: 'Lato-Light';
}
.home_for_box_el_m h1 strong{
	font-family: 'Lato-Bold';
	font-weight:normal;
}
.home_for_box_el_m h2{
	color:#464647;
	font-size:19px;
	text-align:left;
	font-weight:normal;
	line-height:25px;
	padding:10px 0px 15px 0px;
	font-family: 'Lato-Regular';
}
.zip_box_el_m{
	background:#205eaa;
	padding:8px;
	padding-bottom:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	text-align:left;
}
.zip_box_el_m h1{
	color:#ffffff;
	font-size:27px;
	font-weight:normal;
	text-align:center;
	font-family: 'Lato-Light';
	padding-bottom:15px;
	padding-top:10px;
	position:relative;
	line-height:32px;
}
.zip_box_el_m h1 strong{
	font-weight:normal;
	font-family: 'Lato-Semibold';
}
.zip_box_el_m label{
	color:#4d5052;
	font-size:22px;
	font-family: 'Lato-Regular';
	font-weight:normal;
}
.zip_box_el_m input[type="text"],
.zip_box_el_m input[type="tel"]{
	font-size:18px;
	font-family: 'Lato-Regular';
	font-weight:normal;
	border-color:#757070;
	height:60px;
}
.zip_box_el_m .dropdown-toggle{
	height:60px;
	border-color:#c1bfbf;
	background: #fff;
	color:#4c4f51;
	font-size:18px;
	font-family: 'Lato-Regular';
	font-weight:normal;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
}
.zip_box_el_m .bootstrap-select{
	height:60px;
}
.zip_box_el_m .dropdown-menu{
	color:#4c4f51;
	font-size:18px;
	font-family: 'Lato-Regular';
	font-weight:normal;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
.zip_box_el_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/aro_el_m.png) no-repeat right top;
	width:27px;
	height:17px;
    margin-top: 0 !important;
    right: 8px !important;
    top: 36% !important;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
    border-top: 0 none !important;
    content: "";
}
.get_started_btn_el_m{
	margin-top:10px;
	text-align:center;
}
.get_started_btn_el_m input[type="image"]{
	display:inline-block;
}
.yourin_secure_el_m{
	text-align:center;
	padding-top:10px;
}
.yourin_secure_el_m img{
	display:inline-block;
}
.trusted_el_m{
	max-width: 380px;
	margin:auto;
	padding-left:5%;
}
.trusted_el_m ul{
	margin-bottom:0px;
}
.trusted_el_m ul li{
	list-style:none;
	padding-top:20px;
	color:#5e5e5e;
	font-family: 'Lato-Light';
	font-size:22px;
	font-weight:normal;
}
/*========================================= Pages ======================================*/
.inner_form_el_m label{
	color:#666666;
	color:#4c4f51;
	font-size:18px;
	font-family: 'Lato-Regular';
}
.inner_form_el_m label span{
	color:#1c75b6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.inner_form_el_m input[type="text"],
.inner_form_el_m input[type="tel"],
.inner_form_el_m input[type="email"],
.inner_form_el_m textarea{
	border-color:#9c9e9f;
}
.inner_form_radio_button_el_m{
	text-align:left;
}
.inner_form_el_m .dropdown-toggle{
	height:46px;
	border-color:#c1bfbf;
	background: #fff;
	color:#4c4f51;
	font-size:18px;
	font-family: 'Lato-Regular';
	font-weight:normal;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
}
.inner_form_el_m .bootstrap-select{
	height:46px;
}
.inner_form_el_m .dropdown-menu{
	color:#4c4f51;
	font-size:18px;
	font-family: 'Lato-Regular';
	font-weight:normal;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
.inner_form_el_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/inner_select_el_m.png) no-repeat right top;
	width:27px;
	height:36px;
    margin-top: 0 !important;
    right: 3px !important;
    top: 10% !important;
}
.zip_el_m{
	background:#e2f3fc !important;
	width:100% !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
	font-size:18px !important;
	font-weight:normal;
	font-family: 'Lato-Regular';
	padding:2px 2px 2px 10px !important;
	line-height:39px !important;
}
.zip_el_m img{
	float:right;
}
.padlright_el_m{
	padding-left:0px !important;
	padding-right:5px !important;
}
.padlleft_el_m{
	padding-left:5px !important;
	padding-right:0px !important;
}
.padnoneaip_el_m{
	padding-left:0px !important;
	padding-right:0px !important;
}
.quote_submit_btn_el_m{
	text-align:center;
	padding-top:20px;
}
.quote_submit_btn_el_m input[type="image"]{
	display:inline-block;
}
.your_informstion_el_m{
	text-align:center;
	padding-top:20px;
}
/*========================================== Thankyou Page Start ==========================================*/
.thankyou_dis_el_m{
	text-align:center;
	padding-top:30px;
}
.thankyou_dis_el_m h1{
	color:#313233;
	font-size:29px;
	font-weight:normal;
	font-family: 'Lato-Bold';
	text-align:center;
	padding-bottom:0px;
}
.thankyou_dis_el_m p{
	color:#464647;
	font-size:20px;
	padding-top:20px;
	font-weight:normal;
	font-family: 'Lato-Regular';
}
.thankyou_man_el_m{
	text-align:center;
	padding-top:30px;
	margin-bottom:-20px;
}
.thankyou_man_el_m img{
	display:inline-block;
}
/*========================================== Footer Start ==========================================*/
.footer_container_el_m{
	background:#f0f0f8;
	margin-top:20px;
	padding:15px 10px;
	text-align:center;
}
.footer_container_el_m p{
	padding-top:10px;
	font-family: 'Lato-Light';
	font-size:13px;
	color:#606161;
	font-weight:normal;
}
.footer_logo_el_m{
	text-align:center;
	padding:10px 0px;
}
.footer_logo_el_m img{
	display:inline-block;
}
.footer_navi_el_m{
	padding-top:10px;
}
.footer_navi_el_m a{
	color:#606161;
	font-size:15px;
	font-family: 'Lato-Regular';
	padding:0px 15px;
}

.clear{
	clear:both;
}
