@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'DM Sans';
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}



/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}


.top_strip{
	float:left;
	width:100%;
	background:#061e35;
	padding:5px 0;
}
.top_strip p {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 5px 0;
	margin: 0;
}

.top_strip p span {
	color: #fff22a;
	font-weight: 700;
	white-space: nowrap;
}

.top-fix-bar {
	float:left;
	width:100%;
	margin-bottom:82px;
}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:82px;
	margin-top:-82px;
	top:82px;
	position:relative;
	z-index:2;
	border-bottom:1px solid #f3f3f3;
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	width:100%;
}
.logo{
	float:left;
	margin:25px 0 0;
	width:230px;
}
ul.menu_list{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:30px;
}
ul.menu_list li{
	float:left;
	padding:0 15px;
	position:relative;
}
ul.menu_list li:after{
	content:'';
	position:absolute;
	right:0;
	top:4px;
	height:12px;
	border-right:1px solid #000;
}
ul.menu_list li:last-child:after{display:none;}
ul.menu_list li a{
	font-size:16px;
	line-height:20px;
	color:#000;
}
ul.menu_list li a.active{color:#1db6e5;}
.nav_btn{
	float: right;
    width: 140px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
	background: #01c653;
	border:1px solid #1dac58;
    border-radius: 6px;
	box-shadow:0px 0px 6px 1px rgba(10, 164, 74, 0.4);
	-webkit-box-shadow:0px 0px 6px 1px rgba(10, 164, 74, 0.4);
    font-weight: bold;
    margin-top: 21px;
	}	
.nav_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 5px;
	width:7px;
}

/*-----------------------
SECTION-1
------------------------*/
.sec1{
	float:left;
	width:100%;
	padding:100px 0 112px;
	background:url(../images/sec1.jpg) center top no-repeat; 
	background-size:cover;
}
.sec1_heading{
	font-size:60px;
	line-height:64px;
	color:#123456;
	font-weight:800;
}
.sec1_text{
	font-size:30px;
	line-height:36px;
	font-weight:700;
	margin:12px 0 0;
}
.sec1_form_box{
	display:inline-block;
	vertical-align:top;
	max-width:745px;
	width:100%;
	border:2px solid #39c7f4;
	border-radius:10px;
	background:rgba(0,0,0,0.8);
	padding:60px 25px 40px;
	position:relative;
	margin:55px 0 0;
}
.form_hdg{
	position: absolute;
    left: 25px;
    top: -18px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    background: #28b8e3;
    border-radius: 6px;
    padding: 6px 15px 8px;
}
.form_hdg:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-8px;
	left:22px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:8px solid #28b8e3;
}
.form_input{
	width:57.5%;
	height:60px;
	background:#fff;
	border:1px solid #d0d0d0;
	border-radius:8px;
	text-align:left;
	padding:0 15px 0 40px;
	position:relative;
	float:left;
}
.input_field{
	-webkit-appearance:none;
	border:none;
	outline:none;
	background:none;
	font-family: 'DM Sans';
	font-size:18px;
	line-height:22px;
	color:#000;
	width:100%;
	height:100%;
}
.input_field::placeholder{color:#6a6a6a;}
.form_input_icon{
	width:15px;
	position:absolute;
	left:15px;
	top:20px;
}
.form_btn{
	-webkit-appearance:none;
	border:none;
	outline:none;
	float:right;
	width:40%;
	background:#01c653;
	border:1px solid #1dac58;
    border-radius: 8px;
	box-shadow:0px 0px 6px 1px rgba(10, 164, 74, 0.2);
	-webkit-box-shadow:0px 0px 6px 1px rgba(10, 164, 74, 0.2);
	color:#fff;
	font-size:24px;
	line-height:24px;
	font-family: 'DM Sans';
	font-weight:700;
	height:60px;
	cursor:pointer;
}
.form_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 5px;
	width:15px;
}
.secure_text{
	font-size:15px;
	line-height:20px;
	color:#fff;
	text-align:left;
	margin:15px 0 0;
}
.secure_text img{
	width:14px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 6px 0 0;
}

/*-----------------------
AS SEEN
------------------------*/
.as-seen{
	float:left;
	width:100%;
	padding:25px 0;
	border-bottom:1px solid #e9e9e9;
	background:#fff;
}
.as-seen_hdg{
	font-size:19px;
	line-height:22px;
	font-weight:700;
}
ul.brand_list{
	width:100%;
	margin:15px auto 0;
    display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
ul.brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	}

.brand_strip_scroller {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_list {
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	position: relative;
	}

.forbes_logo{width:108px;}
.cnn-money_logo{width:111px;}
.usa-today_logo{width:122px;}
.insurance_logo{width:100px;}

@keyframes marquee-horizontal {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}



/*-----------------------
SECTION-2
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:70px 0;
}
.sec2_img_box{
	float:left;
	width:42.73%;
	position:relative;
	margin:10px 0 0;
}
.sec2_img{
	border-radius:10px;
	display:inline-block;
	vertical-align:top;
	box-shadow:5px -5px 0px 0px #e6f8fe;
	max-width:100%;
}
.sec2_seal{
	position:absolute;
	right:-50px;
	top:50px;
	width:120px;
}
.sec2_content{
	float:right;
	width:51.28%;
	text-align:left;
}
.common_heading{
	font-size:45px;
	line-height:47px;
	font-weight:800;
	color:#123456;
	letter-spacing:-0.8px;
}
.common_text-center {
    max-width: 830px;
    margin: auto;
    width: 100%;
}
.common_text{
	font-size:18px;
	line-height:25px;
	margin-top:20px;
}
.sec2_list{
	display:inline-block;
	vertical-align:top;
	margin:15px 0 0;
}
.sec2_list li{
	position:relative;
	padding:10px 0 12px 80px;
	border-bottom:1px solid #ededed;
}
.sec2_list li:last-child{border-bottom:none; padding-bottom:0px;}
.sec2_list li img{
	width:70px;
	position:absolute;
	left:0;
	top:12px;
}
.sec2_list li h3{
	font-size:22px;
	line-height:26px;
	font-weight:800;
	color:#123456;
}
.sec2_list li p{
	font-size:18px;
	line-height:24px;
	margin:5px 0 0;
}

.common_button{
	max-width:340px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 58px;
	background: #01c653;
	border:1px solid #1dac58;
    border-radius: 8px;
	box-shadow:0px 0px 6px 1px rgba(10, 164, 74, 0.4);
	-webkit-box-shadow:0px 0px 6px 1px rgba(10, 164, 74, 0.4);
    font-weight: bold;
	margin:40px 0 0;
}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:0 0 0 10px;
}


/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f5faff;
}
.matters_sec{
 	display:flex;
	display:-webkit-flex; 
	flex-wrap: wrap; 
	align-items:flex-start;
	justify-content:center;
	column-gap: 28px;
	margin:40px auto 0;
}
.matters_box{
	break-inside: avoid;
	border:1px solid #c6c6c6;
	border-radius:6px;
	box-shadow:0px 3px 0px 0px #e7ebf0;
	background:#fff;
	margin-bottom:20px;
	width:31%; 
}
.matters_heading{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	text-align:left;
	padding:12px 40px 12px 15px;
	cursor:pointer;
	position:relative;
}
.matters_heading:after{
	content:'+';
	position:absolute;
	right:15px;
	top:calc(50% - 2px);
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	font-size:29px;
	line-height:29px;
	font-weight:500;
	color:#7b7b7b;
}
.matters_heading.active{
	border-bottom:1px solid #c6c6c6;
}
.matters_heading.active:after{
	content:'-';
}
.matters_icon{
	width:36px;
	margin-right:15px;
}
.matters_heading p{
	width:calc(100% - 50px);
	font-size:19px;
	line-height:22px;
	font-weight:500;
	color:#064481;
}
.matters_content{
	padding:15px;
}
.matters_text{
	font-size:17px;
	line-height:26px;
	padding-bottom:15px;
	text-align:left;
}

/*-----------------------
SECTION-4
------------------------*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0;
}
.vehicle_type{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
}
.vehicle_box{
	display:flex;
	display:-webkit-flex;
	padding:30px 0;
	border-bottom:1px solid #eaeaea;
}
.vehicle_box:last-child{border-bottom:none; padding-bottom:20px;}
.vehicle_img{
	position:relative;
	margin:0 50px 0 0;
}
.vehicle_img:before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:230px;
	height:230px;
	background:#f1f8ff;
	border-radius:50%;
	z-index:-1;
}
.vehicle_img2:before{background:#f4f4f4;}
.vehicle_img3:before{background:#fff6ea;}
.vehicle_img4:before{background:#f4f4f4;}
.vehicle_img5:before{background:#f4f4f4;}
.vehicle_img img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.vehicle_content{
	width:calc(100% - 350px);
	text-align:left;
	display:flex;
	display:-webkit-flex;
	align-items:center;
}
.vehicle_content h3{
	font-size:30px;
	line-height:36px;
	font-weight:800;
	color:#000;
}
.vehicle_content p{
	font-size:18px;
	line-height:25px;
	margin:15px 0 0;
}

.add_insurance_box{
	border:1px solid #d7d7d7;
	border-radius:10px;
	padding:35px 0;
	max-width:900px;
	width:100%;
	margin:60px auto 0;	
}
.add_insurance_hdg{
	font-size:18px;
	line-height:23px;
	font-weight:700;
	margin: -50px auto 25px;
}
.add_insurance_hdg span{
	padding:0 15px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	
}
ul.add_insurance_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
}
ul.add_insurance_list li{
	padding:0 45px;
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items:center;
}
ul.add_insurance_list li p{
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#000;
	text-align:left;
}
ul.add_insurance_list li:before{
	content:'';
	position:absolute;
	right:0;
	top:2px;
	bottom:2px;
	border-right:1px solid #e6e6e6;
}
ul.add_insurance_list li:last-child:before{display:none;}
ul.add_insurance_list li img{
	width:35px;
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
}



/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f5faff;
}
.sec5_left{
	float:left;
	width:47%;
	text-align:left;
}
.quote_s1_chart_box{
	float:right;
	width:48.71%;
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
	border-radius:10px;
	overflow:hidden;
}
.quote_s1_chart_box table{width:100%;}
.quote_s1_chart_box table tr th{
	background:#123456;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#fff;
	border-right:1px solid #304a65;
	padding:7px;
}
.quote_s1_chart_box table tr th:last-child, .quote_s1_chart_box table tr td:last-child, .quote_s1_chart_box table tr:nth-child(odd) td:last-child{
	border-right:none;
}
.quote_s1_chart_box table tr:nth-child(odd){background:#f9f9f9;}
.quote_s1_chart_box table tr{background:#fff;}
.quote_s1_chart_box table tr td{
	border-right:1px solid #e6e6e6;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	padding:6px 5px;
}
.quote_s1_chart_box table tr td img{
	width:110px;
}
.quote_s1_chart_box table tr td:nth-child(2){font-size:20px; font-weight:700; color:#2173db;}
.quote_s1_chart_box table tr:nth-child(odd) td{border-right:1px solid #e2e2e2;}
.quote_s1_chart_box table tr th:first-child, .quote_s1_chart_box table tr td:first-child{
	width: 32.5%;
}
.quote_s1_chart_box table tr th, .quote_s1_chart_box table tr td{
	width: 22.5%;
}

/*-----------------------
SECTION-6
------------------------*/
.sec6{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	overflow:clip;
}
.satisfy_heading{
	font-size:20px;
	line-height:26px;
	font-weight:600;
	margin:35px 0 0;
}
ul.satisfy_brands {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 40px 0 10px;
    border-radius: 10px;
    position: relative;
}
ul.satisfy_brands li{
	width:20%;
	position:relative;
	padding:20px;
	z-index:1;
}
.ratings_star{
	width:94px;
	display:block;
	margin:0 auto;
}
.satisfy_logo{
	margin:6px auto;
}
ul.satisfy_brands li p{
	font-size:18px;
	line-height:22px;
}
ul.satisfy_brands li p span{
	font-weight:700;
}
ul.satisfy_brands li:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #e8e8e8;
	z-index:-1;
}
ul.satisfy_brands li:nth-child(5n):after{border-right:none;}
ul.satisfy_brands li:nth-child(n+6):before{
	content:'';
	position:absolute;
	border-top:1px solid #e8e8e8;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
}
ul.satisfy_brands li:nth-child(-n+5){padding-top:0px;}
ul.satisfy_brands li:nth-last-child(-n+5){padding-bottom:0px;}
ul.satisfy_brands li:nth-child(5n){padding-right:0px;}
ul.satisfy_brands li:nth-child(5n+1){padding-left:0;}

/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f5faff;
}
.law_map_box{
	display:inline-block;
	vertical-align:top;
	max-width:850px;
	width:100%;
	margin:40px auto 10px;
	background:#fff;
	border-radius:12px;
	padding:12px 10px 10px;
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.02);
	-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.02);
}
.map_img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}

.compare_strip{
	float:left;
	width:100%;
	background:#123456;
	padding:30px 0;
}
.compare_strip_inner{
	display:flex;
	display:-webkit-flex;
}
.compare_strip_text{
	font-size:40px;
	line-height:42px;
	font-weight:700;
	color:#fff;
	text-align:left;
}
.compare_strip_inner .form_content{width:calc(100% - 150px);}
.compare_strip_inner .form_input{width:49%;}
.compare_strip_inner .form_btn{width:48%;}

/*-----------------------
FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	width:230px;
}
.disclaimer_text{
	font-size:14px;
	line-height:20px;
	max-width:760px;
	width:100%;
	border:1px solid #e5e5e5;
	margin:15px auto;
	padding:15px 40px;
}
.disclaimer_text span{font-size:70%; position:relative; top:-6px;}
.footer_text{
	font-size:17px;
	line-height:24px;
	margin:8px 0 0;
}
.footer_text a{color:#000;} 

.mt-0{margin-top:0;}


@media only screen and (max-width:1180px){
.container{width:1000px;}
.hide-1024{display:none;}
}

@media only screen and (max-width:1023px){
.container{width:750px;}
.hide-tab{display:none;}

.sec1{padding:40px 0 50px;}
.sec1_heading{font-size:46px; line-height:52px;}
.sec1_text{font-size:26px; line-height:30px;}

.forbes_logo{width:98px;}
.cnn-money_logo{width:101px;}
.usa-today_logo{width:112px;}
.insurance_logo{width:90px;}

.sec2{padding:40px 0 50px;}
.sec2_seal{right:-30px; width:100px;}
.common_heading{font-size:38px; line-height:44px;}

.sec3{padding:40px 0 50px;}
.matters_box{width:47%;}

.sec4{padding:40px 0 50px;}
ul.add_insurance_list li{padding:0 25px;}

.sec5{padding:40px 0 50px;}

.sec6{padding:40px 0 50px;}
.satisfy_logo{max-width:100%;}

.sec7{padding:40px 0 50px;}
.compare_strip_inner{align-items:center;}
.compare_strip_inner .form_input{width:100%;}
.compare_strip_inner .form_btn{width:100%; margin:15px 0 0;}

}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top_strip p{font-size:14px; line-height:18px; letter-spacing:0.3px;}

.top-fix-bar{margin-bottom:55px;}
.header{top:55px; margin-top:-55px; height:55px;}
.logo{float:none; width:185px; margin:15px 0 0;}

.sec1{padding:20px 0 35px; overflow-x:clip;}
.sec1_heading{font-size:42px; line-height:42px; letter-spacing:-0.5px;}
.sec1_text{font-size:22px; line-height:26px;}
.sec1_form_box{margin: 45px 0 0; padding: 45px 15px 25px;}
.form_hdg{padding: 6px 10px 8px; font-size:15px; line-height:20px;}
.form_input, .form_btn{width:100%; height:55px;}
.form_btn{margin:15px 0 0;}
.form_input_icon{top:16px;}

.as-seen{padding:15px 0;}
.brand_strip_scroller{margin:15px auto 0;}
ul.scroll_brand_list li{padding:0 15px;}
.forbes_logo{width:88px;}
.cnn-money_logo{width:91px;}
.usa-today_logo{width:102px;}
.insurance_logo{width:80px;}

.common_button{font-size:22px; margin:35px 0 0;}
.common_heading{font-size:28px; line-height:34px;}
.common_text{font-size:16px; line-height:21px;}

.sec2{padding:30px 0 40px;}
.sec2_img_box{width:100%; height:300px; float:none; margin:40px auto 30px;}
.sec2_img{height: 100%; object-fit: cover;}
.sec2_seal{right:0; width:90px; top:-40px;}
.sec2_content{width:100%;}
.sec2_list li{padding: 10px 0 12px 68px;}
.sec2_list li img{width:55px;}
.sec2_list li h3{font-size:20px; line-height:24px;}
.sec2_list li p{font-size:16px; line-height:22px;}

.sec3{padding:25px 0 40px;}
.matters_sec{padding:0 10px; margin:32px auto 0;}
.matters_box{width:100%; margin-bottom:15px;}
.matters_box:last-child{margin-bottom:0px;}
.matters_icon{width:30px; margin-right:10px;}
.matters_heading p{font-size:17px; line-height:21px; width: calc(100% - 40px);}

.sec4{padding:25px 0 30px;}
.vehicle_type{margin:20px auto 0;}
.vehicle_box{flex-wrap:wrap; align-items:center; justify-content:center; padding:15px 0;}
.vehicle_box:last-child{padding-bottom:0px;}
.vehicle_img{width:100%; max-width:260px; margin:0 0 8px;}
.vehicle_img:before{width:200px; height:200px;} 
.vehicle_content{width:100%;}
.vehicle_content h3{font-size:22px; line-height:26px;}
.vehicle_content p{font-size:16px; line-height:22px; margin:10px 0 0;}

.add_insurance_box{padding:0; border:none; margin:35px auto 0;}
.add_insurance_hdg{font-size:17px; line-height:24px; margin:0 auto 12px;}
ul.add_insurance_list{flex-wrap:wrap;}
ul.add_insurance_list li{width:25%; padding:0 5px; margin:8px 0; flex-wrap:wrap;}
ul.add_insurance_list li:before{display:none;}
ul.add_insurance_list li img{width:30px; margin:0 auto 10px;}
ul.add_insurance_list li p{font-size:15px; line-height:18px; text-align:center; width:100%;}

.sec5{padding:30px 0 35px;}
.sec5_left, .quote_s1_chart_box{width:100%;}
.quote_s1_chart_box{margin:30px auto 0;}
.quote_s1_chart_box table tr th, .quote_s1_chart_box table tr td{font-size:12px; line-height:16px; padding:8px;}
.quote_s1_chart_box table tr td:nth-child(2){font-size:18px;}

.sec6{padding:30px 0 40px;}
.satisfy_heading{font-size:18px; line-height:24px;}
ul.satisfy_brands{margin:18px 0 -10px;}
ul.satisfy_brands li{width:50%; padding:18px 10px !important; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea;}
ul.satisfy_brands li:nth-child(even){border-right:none;}
ul.satisfy_brands li:nth-last-child(-n+2){border-bottom:none;}
ul.satisfy_brands li:before, ul.satisfy_brands li:after{display:none;}
.ratings_star{width:80px;}
ul.satisfy_brands li p{font-size:16px; line-height:20px;}
.satisfy_logo{margin:3px auto; width:130px;}

.sec7{padding:30px 0 35px;}
.law_map_box{margin:30px auto 0;}

.compare_strip{padding:25px 0;}
.compare_strip_inner{flex-wrap:wrap; padding:0 10px;}
.compare_strip_text{font-size:26px; line-height:32px; text-align:center;}
.compare_strip_inner .form_content{width:100%; margin:20px auto 0;}
.secure_text{text-align:center;}

.footer{padding:25px 0;}
.footer_logo{width:180px;}
.footer_text{font-size:14px; line-height:20px; margin:5px 0 0;} 
.disclaimer_text{font-size:13px; line-height:18px; padding:8px 15px;}

.mt-0{margin-top:0;}
.top_strip p {font-size: 11px;}
.top_strip p img {width: 80px;height: auto;}

}










