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;
    height: 100%;
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

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;
    text-decoration: none !important;
}

#wrapper {
	margin: auto;
	height: auto;
	position: relative;
}
#back2Top_SN_M {
    overflow: hidden;
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
}
/*============================================ Page PreLoader Start ============================================*/
.pree_loading_SN_M {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999999999999;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}
.loading_SN_M {
	left:50%;
	top:50%;
	margin-top: -100px; /* Negative half of height. */
	margin-left: -100px; /* Negative half of width. */
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}
.loading_SN_M div { box-sizing: content-box; }

.loading_SN_M div {
	position: absolute;
	border-width: 4px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	animation: loading_SN_M 1s cubic-bezier(0,0.2,0.8,1) infinite;
}
.loading_SN_M div:nth-child(1) {
	border-color: #AF2840;
	animation-delay: 0s;
}
.loading_SN_M div:nth-child(2) {
	border-color: #494D8A;
	animation-delay: -0.5s;
}
@keyframes loading_SN_M {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}
.header_SN_M{
	max-width:480px;
	margin:auto;
	padding:15px;
}
.logo_SN_M{
	float:left;
}
.navigation_conti_SN_M{
	float:right;
	width:38px;
	height:36px;
	position:relative;
}
/*============================================ Nav Bar ==============================================*/
.menuBtn_SN_M {
	height: 30px;
	width: 38px;
	position: absolute;
	z-index:0;
}
.menuBtn_SN_M > span {
	background-color: #494D8A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 50%;
	transition: height 100ms;
}
.menuBtn_SN_M > span:after,
.menuBtn_SN_M > span:before {
	content: '';
	background-color: #494D8A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	height: 4px;
	width: 100%;
	position: absolute;
	transition: all 200ms;
}
.menuBtn_SN_M > span:after {
	top: -9px;
}
.menuBtn_SN_M > span:before {
	bottom: -9px;
}
.menuBtn_SN_M.act > span {
	height: 0;
}
/* main menu block */
.menu_log_SN_M,
.mainMenu_SN_M{
	padding-left:15%;
	text-align:center;
}
.mainMenu_SN_M ul {
	padding:0px;
	margin:0px;
	padding-top:20px;
}
.mainMenu_SN_M li {
	padding:25px 0;
	list-style:none;
	background:url(images/menu_bor_SN_M.svg) no-repeat center bottom;
}
.mainMenu_SN_M a {
	color: #494D8A;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: center;
	text-decoration:none;
}
.mainMenu_SN_M a:hover{
	color:#EB3D41;
	text-decoration:none;
}
.mainMenu_SN_M li:last-child{
	background:none;
}
.offcanvas {
	background: linear-gradient(90deg, #494D8A 15%, #ffffff 15%);
	opacity: .98 !important;
	width:100% !important;
}

/*======================================= Header Start ===================================*/
.banner_SN_M{
	background:url(images/home_bann_SN_M.jpg) no-repeat center top;
	background-size:100% auto;
	max-width:480px;
	margin:auto;
	padding:30px 15px 0px;
}
.banner_SN_M h1{
	font-size: 28px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	color:#14377D;
	padding-left:10px;
}
.banner_SN_M h1 strong{
	font-weight: 700;
}
.get_free_box_SN_M{
	padding:20px 30px 30px;
	background: linear-gradient(92.5deg, #EB3D41 -28.88%, #14377D 130.15%) left	bottom #494D8A no-repeat; 
	background-size:100% 10px ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	margin-top:90px;
	font-size: 28px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	color:#FFF;
	position:relative;
}
.get_free_box_SN_M strong{
	font-weight:700;
}
.aro_SN_M{
	position:absolute;
	right:10px;
	top:60px;
}
.get_match_form_SN_M{
	padding:30px 15px 20px;
}
.get_match_title_SN_M{
	display:flex;
}
.get_match_title_SN_M h3{
	font-size: 21px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
	color:#494D8A;
	padding-bottom:10px;
	padding-right:10px;
}
.tabber-data li{
	font-size: 17px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color:#EB3D41;
	padding-top:4px;
}

ol.tabber-nav,
ol.tabber-data {
	list-style:none;
	margin:0;
	padding:0
}
ol.tabber-data>li {
	display:none
}
ol.tabber-data>li.active {
	display:block
}
ol.tabber-nav {
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
    align-content: center;
    justify-content: space-between;
}
ol.tabber-nav>li {
	position:relative;
	display:inline;
}
ol.tabber-nav>li:not(:last-child){
	margin-right:0px;	
}
ol.tabber-nav>li>a {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	color:#414A89;
	text-decoration:none;
	padding:20px;
	display:block;
	float:left;
	-moz-box-shadow: 0px 4px 15px rgba(73, 77, 138, 0.2);
	-webkit-box-shadow: 0px 4px 15px rgba(73, 77, 138, 0.2);
	box-shadow: 0px 4px 15px rgba(73, 77, 138, 0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 2px solid transparent;
}
ol.tabber-nav>li>a:hover,
ol.tabber-nav>li.active a,
ol.tabber-nav>li.active a:hover {
	background: linear-gradient(#fff,#fff) padding-box, /*this is your grey background*/
				linear-gradient(102.76deg, #EB3D41 19.44%, #005DAC 76.39%) border-box;
	border: 2px solid transparent;
	border-radius:5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.enter_zip_SN_M{
	clear:both;
}
.zip_SN_M input[type="tel"]{
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align:center;
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	-khtml-border-radius:5px;
	background: linear-gradient(180deg, #B5B5B6 0%, #EFEFEF 14.58%, #F3F3F3 100%);
	border: 1px solid #E4DCDC;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-top:20px;
	height:70px;
}
.zip_SN_M input[type="tel"]::-moz-placeholder{color:#EB3D41 !important; opacity:1}
.zip_SN_M input[type="tel"]:-ms-input-placeholder{color:#EB3D41 !important;}
.zip_SN_M input[type="tel"]::-webkit-input-placeholder{color:#EB3D41 !important;}
.zip_SN_M input[type="tel"]:focus::-moz-placeholder{opacity:0}
.zip_SN_M input[type="tel"]:focus:-ms-input-placeholder{opacity:0}
.zip_SN_M input[type="tel"]:focus::-webkit-input-placeholder{opacity:0}

.zip_btn_SN_M button[type="submit"]{
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color:#494D8A;
	padding:10px 20px;
	text-decoration:none;
	background: linear-gradient(#fff,#fff) padding-box, /*this is your grey background*/
				linear-gradient(102.76deg, #EB3D41 19.44%, #005DAC 76.39%) border-box;
	border: 2px solid transparent;
	border-radius:5px;
	display:block;
	margin:auto;
	text-transform:uppercase;
	margin-top:15px;
	width:100%;
}
.zip_btn_SN_M button[type="submit"]:hover,
.zip_btn_SN_M button[type="submit"]:focus{
	outline:none;
	text-decoration:none;
	background:#EB3D41;
	color:#FFF;
	box-shadow:none !important;
}
.youinfo_SN_M{
	text-align:center;
	padding:20px 0px;
}
/*======================================= Body Start ===================================*/
.body_start_SN_M{
	border-top:1px solid #494D8A;
}
.insu_and_techno_SN_M{
	padding:40px 15px;
	text-align:center;
}
.insu_and_techno_SN_M h1{
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: 0em;
	color:#494D8A;
}
.insu_and_techno_SN_M h1 strong{
	font-weight:700;
}
.insu_and_techno_SN_M h3{
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	color:#4C474C;
	padding-top:20px;
}
.insu_box_conti_SN_M{
	position:relative;
}
.insu_box_SN_M{
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
}
.insu_box_SN_M h1{
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: 0em;
	color:#14377D;
}
.insu_box_SN_M p{
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	color:#4C474C;
}
/*--------- Slide ----------*/
.owl-wrapper:after{
	content:".";
	display:block;
	clear:both;
	visibility: hidden;
	line-height:0;
	height:0;
}
.owl-wrapper{
	display:none;
	position:relative;
	-webkit-transform: translate3d(0,0,0);
}
.owl-wrapper-outer{
	overflow:hidden;
	position:relative;
	width:100%;
}
.owl-wrapper-outer.autoHeight{
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
}
.owl-item{
	float:left;
}
.insu_aro_SN_M{
	padding-top:20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.insu_aro_SN_M img{
	cursor:pointer;
}
.insu_btn_SN_M{
	margin-top:40px;
}
.insu_btn_SN_M a{
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color:#494D8A;
	padding:20px 30px;
	text-decoration:none;
	background: linear-gradient(#fff,#fff) padding-box, /*this is your grey background*/
				linear-gradient(102.76deg, #EB3D41 19.44%, #005DAC 76.39%) border-box;
	border: 2px solid transparent;
	border-radius:5px;
	display:block;
}
.insu_btn_SN_M a:hover{
	background:#EB3D41;
	color:#FFF;
}
/*------------------------ Client Say ------------------------*/
.client_say_wrap_SN_M{
	background:url(images/testi_jpg.jpg) no-repeat center top;
	padding:15px;
}
.client_say_wrap_SN_M h1{
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 51px;
	letter-spacing: 0em;
	text-align: center;
	background: linear-gradient(95.01deg, #EB3D41 -8.43%, #14377D 99.85%);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
/*--------- Testimonials ----------*/
.client_conti_SN_M{
	position:relative;
}
.owl-wrapper:after{
	content:".";
	display:block;
	clear:both;
	visibility: hidden;
	line-height:0;
	height:0;
}
.owl-wrapper{
	display:none;
	position:relative;
	-webkit-transform: translate3d(0,0,0);
}
.owl-wrapper-outer{
	overflow:hidden;
	position:relative;
	width:100%;
}
.owl-wrapper-outer.autoHeight{
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
}
.owl-item{
	float:left;
}
.client_box_SN_M{
	text-align:center;
	margin-top:35px;
}
.client_box_SN_M h3{
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 0em;
	color:#4C474C;
	padding-top:122px;
}
.client_box_SN_M h4{
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0em;
	color:#8B8C8E;
	padding-bottom:10px;
}
.client_box_SN_M p{
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	color:#5D5E5E;
	max-width:600px;
	margin:auto;
	padding-top:20px;
}
.client_box_SN_M p strong{
	font-weight:700;
}
.clt_aro_SN_M{
	padding-top:20px;
	position:absolute;
	top:60%;
	width:100%;
	text-align:center;
}
.clt_aro_SN_M img{
	cursor:pointer;
	margin-left:8%;
	margin-right:8%;
}
.your_insu_option_SN_M{
	background:url(images/you_insu_SN_M.jpg) no-repeat center top;
	padding:30px 10px 100px;
	margin-top:50px;
}
.your_insu_option_SN_M h1{
	font-size: 44px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: 0em;
	text-align: center;
	color:#494D8A;
	padding-top:300px;
}
.your_insu_option_SN_M h1 strong{
	font-weight:700;
}
.compare_box_SN_M{
	padding:10px 10px 0px;
}
.compare_box_SN_M ul{
	margin-left:30px !important;
}
.compare_box_SN_M ul li{
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
	color:#494D8A;
	background:url(images/li_SN_M.svg) no-repeat left 9px;
	list-style:none;
	margin-top:10px;
	padding-left:30px;
}
/*------------------- Insurance ---------------------*/
.ban_box_SN_M{
	text-align:right;
}
.ban_text_SN_M{
	display:inline-block;
	text-align:left;
	min-width: 260px;
}
.ban_text_SN_M h1{
	font-size: 26px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0em;
	color:#14377D;
}
.ban_text_SN_M h1 strong{
	font-weight: 600;
}
.ban_text_SN_M ul{
	margin-bottom:0px;
}
.ban_text_SN_M ul li{
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	color:#494D8A;
	list-style:none;
	margin-top:15px;
	background:url(images/ban_li_SN_M.svg) no-repeat left 5px;
	margin-left:10px;
	padding-left:26px;
}
ul.medi_SN_M li{
	margin-top:28px;
}
.free_no_SN_M{
    margin-top: 24px;
	font-size:21px;
	text-align:center;
}
.free_no_SN_M strong{
	font-size:26px;
}
.form_SN_M{
	padding-top:25px;
}
.form_hit_SN_M{
	margin-bottom:15px !Important;
}
.form_padd_right_SN_M{
	padding-right:7.5px !important;
	padding-left:0px !important;
}
.form_padd_left_SN_M{
	padding-left:7.5px !important;
	padding-right:0px !important;
}
.form_padd_SN_M{
	padding-left:0px !important;
	padding-right:0px !important;
}
.pading_SN_M {
    padding: 0 !important;
}
.pading_M_SN_M{
	padding: 0 5px!important;
}
.pading_L_SN_M{
	padding:0px 0px 0px 5px !important;
}
.pading_R_SN_M{
	padding:0px 5px 0px 0px !important;
}
.form_SN_M label{
    color: #494D8A;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0em;
	margin-bottom:5px;
}
.form_SN_M label span{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color:#676767;
}
label.fnt_sz_SN_M{
	font-size: 18.5px;
}
.form_SN_M input[type="text"],
.form_SN_M input[type="tel"],
.form_SN_M input[type="email"]{
	font-size: 21px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	-khtml-border-radius:5px;
	background: linear-gradient(180deg, #B5B5B6 0%, #EFEFEF 14.58%, #F3F3F3 100%);
	border: 1px solid #E4DCDC;
	box-sizing: border-box;
	height:51px;
}
.form_SN_M input[type="text"]::-moz-placeholder{color:#9c9c9c !important; opacity:1}
.form_SN_M input[type="text"]:-ms-input-placeholder{color:#9c9c9c !important;}
.form_SN_M input[type="text"]::-webkit-input-placeholder{color:#9c9c9c !important;}
.form_SN_M input[type="tel"]::-moz-placeholder{color:#9c9c9c !important; opacity:1}
.form_SN_M input[type="tel"]:-ms-input-placeholder{color:#9c9c9c !important;}
.form_SN_M input[type="tel"]::-webkit-input-placeholder{color:#9c9c9c !important;}
.form_SN_M input[type="email"]::-moz-placeholder{color:#9c9c9c !important; opacity:1}
.form_SN_M input[type="email"]:-ms-input-placeholder{color:#9c9c9c !important;}
.form_SN_M input[type="email"]::-webkit-input-placeholder{color:#9c9c9c !important;}

.form_SN_M select{
	font-size: 21px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
	color:#676767;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(images/drop_arow_SN_M.svg) no-repeat right 13px bottom 19px #FFF;
	-moz-box-shadow:  0px 4px 18px rgba(73, 77, 138, 0.2);
	-webkit-box-shadow:  0px 4px 18px rgba(73, 77, 138, 0.2);
	box-shadow:  0px 4px 18px rgba(73, 77, 138, 0.2);
	border: 1px solid #EBECF9;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	-khtml-border-radius:5px;
	height:51px;
}
.form_SN_M input[type="text"]:focus,
.form_SN_M input[type="tel"]:focus,
.form_SN_M input[type="email"]:focus,
.form_SN_M select:focus{
	box-shadow:none !important;
}
.redio_button_SN_M{
	text-align:left;
}
.redio_button_SN_M input[type="radio"] {
	display:none;
}
.redio_button_SN_M input[type="radio"] + label {
	margin-right:1%;
	cursor:pointer;
	padding-right:0px;
	margin-bottom:0px;
	padding-top:0px !important;
	width:49%;
	float:left;
}
.redio_button_SN_M input[type="radio"] + label:last-child {
	margin-right:0px;
	float:right;
}
.redio_button_SN_M input[type="radio"] + label p {
	height:51px;
	vertical-align:middle;
	background: #fff;
	-moz-box-shadow:  0px 4px 18px rgba(73, 77, 138, 0.2);
	-webkit-box-shadow:  0px 4px 18px rgba(73, 77, 138, 0.2);
	box-shadow:  0px 4px 18px rgba(73, 77, 138, 0.2);
	border: 1px solid #EBECF9;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	-khtml-border-radius:5px;
	cursor:pointer;
	text-align:center;
	color:#676767;
	padding:0px;
	margin:0px;
	font-size: 21px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: 0em;
}
.redio_button_SN_M input[type="radio"]:checked + label p {
	background: #494D8A;
	color:#FFF;
	border:1px solid #494D8A;
}
.doyou_currently_trf{
	background:#fffcf0;
	padding:2px 15px 0px;
	margin-right:-10px;
}
.get_quote_btn_SN_M{
	padding-left:15px;
	padding-right:15px;
}
.get_quote_btn_SN_M button[type="submit"]{
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color:#494D8A;
	padding:20px;
	text-decoration:none;
	background: linear-gradient(#fff,#fff) padding-box, /*this is your grey background*/
				linear-gradient(102.76deg, #EB3D41 19.44%, #005DAC 76.39%) border-box;
	border: 2px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	-khtml-border-radius:5px;
	width:100%;
	display:block;
	margin:auto;
	text-transform:uppercase;
	margin-top:15px;
}
.get_quote_btn_SN_M button[type="submit"]:hover,
.get_quote_btn_SN_M button[type="submit"]:focus{
	outline:none;
	text-decoration:none;
	background:#EB3D41;
	color:#FFF;
	box-shadow:none !important;
}
.is_secure_SN_M{
    text-align: center;
	padding:20px 15px 15px;
}
.by_requesting_SN_M {
    color: #4c4a4c;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	padding:15px 15px 50px;
}
/*------------------- Life Insurance Banner---------------------*/
.life_banner_SN_M,
.medicare_banner_SN_M,
.health_banner_SN_M,
.auto_banner_SN_M,
.home_banner_SN_M{
	max-width:480px;
	margin:auto;
	padding:30px 15px 0px;
}
.life_banner_SN_M{
	background:url(images/life-Bann_SN_M.jpg) no-repeat center top;
	background-size: 100% auto;
}
.medicare_banner_SN_M{
	background:url(images/medicare-Bann_SN_M.jpg) no-repeat center top;
	background-size: 100% auto;
}
.health_banner_SN_M{
	background:url(images/health-Bann_SN_M.jpg) no-repeat center top;
	background-size: 100% auto;
}
.auto_banner_SN_M{
	background:url(images/auto-Bann_SN_M.jpg) no-repeat center top;
	background-size: 100% auto;
}
.home_banner_SN_M{
	background:url(images/home-Bann_SN_M.jpg) no-repeat center top;
	background-size: 100% auto;
}
/*======================================= Footer Start =====================================*/
.ftr_navi_SN_M{
	background:#494D8A;
	padding:30px 15px 0px;
	text-align:center;
}
.ftr_navi_SN_M ul{
	background: linear-gradient(-90deg, rgba(235, 61, 65, 0.7) -98.5%, rgba(20, 55, 125, 0.7) 144.5%);
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	padding:15px 10px !important;
	text-align:center;
	margin-bottom:0px !important;
}
.ftr_navi_SN_M ul li{
	display:block;
	text-align:center;
}
.ftr_navi_SN_M ul li a{
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	padding:10px;
	display:block;
}
.footer_bottom_SN_M{
	background:#41457C;
	padding:30px 15px 0px;
}
.ftr_logo_SN_M{
	text-align:center;
	padding-top:30px;
}
.ftr_menu_SN_M h1,
.ftr_con_info_SN_M h1{
	color:#fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: center;
	padding-top:50px;
	padding-bottom:10px;
	background:url(images/ftr_li_SN_M.svg) no-repeat center bottom;
}
.ftr_menu_SN_M ul{
	margin-top:30px;
}
.ftr_menu_SN_M ul li{
	list-style:none;
	text-align:center;
	margin-top:20px;
}
.ftr_menu_SN_M ul li a{
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color:#FFF;
	text-decoration:none;
}
.ftr_menu_SN_M ul li a:hover{
	text-decoration:underline;
}
.ftr_menu_SN_M ul li:first-child{
	margin-top:0px;
}
.ftr_con_info_SN_M{
	text-align:center;
}
.ftr_con_info_SN_M h3{
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0em;
	color:#FFF;
}
.ftr_con_info_SN_M p{
	color:#fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
}
.ftr_con_info_SN_M img{
	margin-top:50px;
	margin-bottom:20px;
}
.dis_SN_M{
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color:#FFF;
	padding:40px 0px 20px;
}
.secure_SN_M{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.copy_SN_M{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	text-align:center;
	color:#FFF;
	padding-bottom:40px;
}
.clear {
    clear: both;
}
