/* Custom / Override CSS  */

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background: #fff;
}

h1, h2, h3, h4 {
	font-family: 'Oxygen', sans-serif;
	line-height: 1;
	margin-bottom: 15px;
	color: #000;
	font-weight: 700;
}

h1 {
	font-size: 62px;
}

h2 {
	font-size: 40px
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

p {
	margin-bottom: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

.btn,
.button,
.gform_wrapper .gform_button, 
.gform_wrapper .gform_next_button, 
.gform_wrapper .gform_previous_button {
	font-family: 'Oxygen', sans-serif !important;
	background: transparent;
	margin-bottom: 0;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 1.19048;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 35px;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 0;
	border:2px solid #fff;
}
.btn:hover,
.button:hover,
.gform_wrapper .gform_button:hover, 
.gform_wrapper .gform_next_button:hover, 
.gform_wrapper .gform_previous_button:hover {
	background: transparent;
	border-color: #c53535;
	color:#c53535;
}
.btn.hover-white:hover{
	background: transparent;
	border:2px solid #fff;
	color:#c53535;
}
.btn.sm {
	padding:10px 25px;
	min-width: 1px;
}

.title-underline::after {
	border-color: #c53535;
}

.btn.primary {
	background:#c53535;
	border:2px solid #fff;
	color:#fff;
}
.btn.primary:hover {
	border-color: #c53535;
	color:#fff;
}

.btn.black {
	border:2px solid #000;
	color:#000;
}
.btn.black:hover {
	border-color: #c53535;
	color:#c53535;
}

.btn.white {
	border:2px solid #fff;
	color:#fff;
}
.btn.white:hover {
	background:#000;
	border-color: #fff;
	color:#fff;
}

.btn-transform {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
}


.gform_required_legend {
    display:none !important;
}
.ginput_container_fileupload .gform_fileupload_rules {
	font-size: 12px !important;
  	color: #999 !important;
}


.slick-slider {
	position: relative;
	padding: 0 25px;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 0;
	background: #fff;
	border-radius: 50%;
	margin: -10px 0 0;
	font-size: 0;
	color: #000;
	padding: 0;
}

.slick-slider .slick-arrow:before {
	font-size: 16px;
	line-height: .9;
	position: absolute;
	top: 3px;
	left: 2px;
}

.slick-slider .slick-prev {
	left: 0;
}

.slick-slider .slick-prev:before {
	content: "\2794";
	transform: rotate(180deg);
}

.slick-slider .slick-next {
	right: 0;
}

.slick-slider .slick-next:before {
	content: "\2794";
}

.row-flex {
	display: flex;
}


.hero_badge {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 150px;
}

.show-for-large,
.hide-for-small {
	display: none;
}

.show-for-small,
.hide-for-large {
	display: block;
}

.content-column {
	padding-top:15px;
	padding-bottom: 15px;
}
.card {
	padding: 20px;
  	position: static;
  	margin-right:0;
  	margin-bottom: 20px;
}
.card p{
	margin-bottom: 0px;
}
.overlapping-content-section .boxes{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:30px;
}
.overlapping-content-section .boxes .box{
	padding:30px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}
.overlapping-content-section .boxes .box p{
	text-align: left;
	margin-bottom: 0px;
}

#lp_wrapper {
	position: relative;
	padding-top: 100px;
}
.admin-bar #lp_header {
	top: 32px;
}

#lp_header {
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 0;
	z-index: 9990;
	transition: all 0.3s ease;
/* 	border-bottom: 5px solid #c53535; */
	height: 100px;
}

#lp_header .head_logo {
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease;
	max-width: 140px;
	margin-bottom: -25px;

	/* position: absolute;
	top: -15px; */
}

.onstuck #lp_header {
	height: 80px;
}
.onstuck #lp_header .head_logo {
	max-width: 120px;
}


#lp_header .head_phone {
	background:#c53535;
	color: #fff;
	font: bold 18px/1 'Oxygen', sans-serif;
	text-decoration: none;
	padding:10px 15px;
	display: inline-block;
	border:2px solid #fff;
	letter-spacing:2px;
}
#lp_header .head_phone:hover {
	border-color:#c53535;
}

.head_phone span {
	margin: 3px 0 0 5px;
}

@media(max-width:991px) {
	#lp_wrapper {
		padding-top: 80px;
	}
}


@media(max-width:590px) {
	#lp_header .head_phone {
/* 		background: #fff; */
		padding: 10px;
		border-radius: 50px;
	}
	#lp_header .head_phone span{
		display: none!important;
	}
}


.page-container.thank-you{
	min-height: calc(100vh - 200px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:0 20px;
}
.grecaptcha-badge{
	display: none!important;
}

.page-container.page-404{
	min-height: calc(100vh - 200px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:0 20px;
}

#landing-hero{
	position: relative;
	background:rgb(20, 101, 153);
	z-index: 1;
}
#landing-hero .hero-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
}
#landing-hero .hero-bg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
#landing-hero:before {
	content: "";
	background: rgba(197, 53, 53, 0.8);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.9) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 1;
}

#landing-hero .container {
	padding-top: 100px;
	padding-bottom: 80px;
}

#landing-hero .hero_copy {
	font-size: 20px;
	padding: 0 15px 20px;
}

#landing-hero .hero_copy h1 {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 30px;
}
#landing-hero .hero_copy h2 {
	color: #fff;
	margin-bottom: 30px;
}
#landing-hero .hero_copy h3 {
	color: #fff;
	font-weight:400;
	line-height: 1.2;
	margin-bottom: 30px;
}

#landing-hero .hero_copy ul{
	list-style: none;
	padding:0px;
	margin:0px;
}
#landing-hero .hero_copy ul li{
	color:#fff;
	position: relative;
	font-size: 1.25em;
	padding-left: 45px;
	margin-bottom: 20px;
}
#landing-hero .hero_copy ul li:before{
	content:" ";
	position: absolute;
	left:0px;
	top:2px;
	width: 32px;
	height: 32px;
/* 	background: url("../images/icon-check.svg") 0 0 no-repeat; */
	background-size: 100%;
}
#landing-hero .hero_copy ul li.item1:before{
	content:" ";
	position: absolute;
	left:0px;
	top:2px;
	width: 35px;
	height: 32px;
	background: url("../images/icon-same-day-service.svg") 0 5px no-repeat;
	background-size: 100%;
}
#landing-hero .hero_copy ul li.item2:before{
	content:" ";
	position: absolute;
	left:0px;
	top:2px;
	width: 32px;
	height: 32px;
	background: url("../images/icon-no-hidden-fees.svg") 0 0 no-repeat;
	background-size: 100%;
}
#landing-hero .hero_copy ul li.item3:before{
	content:" ";
	position: absolute;
	left:0px;
	top:2px;
	width: 32px;
	height: 32px;
	background: url("../images/icon-financing-available.svg") 0 0 no-repeat;
	background-size: 100%;
}
#landing-hero h1,
#landing-hero .h1 {
	font-size: 48px;
	color: #fff;
	line-height: 1;
	margin-bottom: 40px;
}

#landing-hero h1 span,
#landing-hero .h1 span {
	color: #c53535;
}

#landing-hero .hero_form {
	background: #fff;
	color: #000;
	position: relative;
	border-radius: 0;
	margin-bottom: 40px;
	padding: 40px 40px 0;
}

#landing-hero .hero_form h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
}

#landing-hero .hero_form h2 span {
	color: #c53535;
	display: block;
	font-weight: 500;
}
#landing-hero .hero_form .gfield_label {
	color: #000;
	text-align: left;
}
#landing-hero .hero_form .form_h3 {
	position: relative;
	padding: 0 0 0 80px;
	font-size: 20px;
	display: inline-flex;
	min-height: 75px;
	align-items: center;
	flex-flow: wrap;
}
#landing-hero .hero_form .form_h3 img {
	position: absolute;
	left: 0;
	top:0;
}
#landing-hero .hero_form .form_h3 span {
	font-size: 38px;
	font-weight: 700;
	color: #c53535;
	display: block;
	line-height:1;
}
#landing-hero .hero_form .gform_required_legend {
	display: none;
}
#landing-hero .hero_form .gform_footer {
	margin:30px -40px 0;
	padding: 0;
	width:auto;
}

#landing-hero .hero_form .button {
	background: #c53535;
	color: #fff;
	max-width: none;
	width: 100%;
	padding:18px;
	transition: all 0.3s ease;
	margin: 0;
	border-radius: 0 !important; 
}
#landing-hero .hero_form .button:hover{
	background: #000;
	color: #fff;
	border-color:#fff;
}
#landing-hero .hero_form .gform_button_select_files {
	padding: 8px 15px;
    font-size: 14px !important;
	width: auto;
}
@media (max-width:991px) {
	
	#landing-hero::before {
		opacity:0.9;
	}
	#landing-hero .hero-bg {
		height:500px;
	}
	#landing-hero .hero_form .form_h3 {
		padding-left: 70px;
		font-size: 16px;
	}
	#landing-hero .hero_form .form_h3 span {
		font-size: 32px;
	}
	#landing-hero .hero_form .form_h3 img {
		width: 50px;
	}
}

@media (max-width:640px) {
	#landing-hero {
		background-image: url(../images/Paragon-1.jpg);
	}
}
@media (max-width:412px) {
	#landing-hero .hero_copy h1, #landing-hero .h1 {margin:0;min-height: 190px;}
	#landing-hero .hero_copy h2 {min-height: 80px;}
}

.brands_section {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.brands_section .col-auto {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media(min-width:992px) {
	.brand_sm img {
		max-height: 100px;
		width: auto;
	}
}


.sec_aftq {
	position: relative;
	background: #eee;
	padding:20px 0;
}
.sec_aftq .aftq_list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap:20px;
}
.sec_aftq .aftq_item {
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	color: #000;
}



.sec_companies {
    position:relative;
    padding:60px 0;
    background:#fff;
}
.sec_companies p.large {
    font-size:24px;
}
.badges_list {
	display: flex;
	gap: 15px;
	padding: 20px 0;
	justify-content: space-around;
	align-items:center;
	flex-flow:wrap;
}
.badges_list .badge_item {
    padding:5px 15px;
}
.badges_list img {
	padding: 0 !important;
	max-height:80px !important;
}


.cta_section {
	background: none;
	color: #fff;
	padding: 60px 0;
}

.cta_section h2 {
	color: #fff;
}
.cta_section h2 small {
	font-size: 25px;
	text-transform: none;
}

.cta_section h3 {
	color: #fff;
	font-weight: normal;
}

.cta_section.light {
	background: linear-gradient(0deg,rgba(1,58,101,.15) 0%,rgba(1,58,101,.06) 100%);
	color: #000;
}
.cta_section.light h2 {
	color: #000;
}
.cta_section.light h3 {
	color: #000;
}
.cta_section .cta_box {
	background: url(../images/page-title-bg-about.jpg) no-repeat center / cover;
	padding: 50px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}
.cta_section .cta_box:before {
	content: "";
	content: "";
    position: absolute;
    inset: 0;
    background: #c53535;
    z-index: -1;
    opacity: 0.8;
}
.cta_section .cta_box *:last-child {
	margin-bottom: 0;
}
@media (max-width:640px) {
	.cta_section .cta_box {
		background-position:43% center;
	}
}


.signs_section {
	background: #000;
	color: #fff;
	padding: 70px 0;
}
.signs_section h2 {
	color: #fff;
}
.signs_section h3 {
	font-size: 28px;
}
.sign_card {
	background: none;
	padding: 0;
	text-align: left;
	box-shadow: none;
}
.sign_card h3 {
	font-size: 25px;
	font-weight: 700;
	color:#fff;
	margin: 15px 0;
}
.sign_card .card-body {
	padding: 0;
	color:#f9f9f9;
}
@media (max-width:767px) {
	.sign_card .card-body {
		text-align: center;
	}
}


.save_section {
	background: #fff;
	padding: 30px 0;
}

.save_section h2 span {
	color: #c53535;
}

.save_section .save_promo {
	background: #c53535;
	width: 910px;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px;
	min-height: 100%;
	position: relative;
	border-radius: 5px;
}
.save_section .save_promo:before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid ##C4C4C4;
/*	 background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23fff' stroke-width='1.5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");*/
}

.save_section .save_promo h2 {
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	min-height: 100px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	border-bottom: 1px dashed #fff;
	margin: 0 0 15px;
	padding: 15px 0 10px;
	position: relative;
}
/*.save_section .save_promo h2:before {
	content:"";
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	height: 1px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23fff' stroke-width='1.5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}*/
.save_section .save_promo h2 span {
	display: block;
	color: #fff;
	width: 100%;
	font-size: 37px;
	font-weight: normal;
}

.save_section .save_promo h2 small {
	font-size: 55%;
	display: block;
	padding: 15px 0;
}
.save_section .save_promo p {
/*	font: 20px 'Oxygen', sans-serif;*/
	color:#fff;
	font-size: 16px;
}

.save_section .save_promo .btn {
	color: #fff;
}

@media (max-width:991px) {
	.save_section .row > * {
		margin-bottom: 15px;
	}
}



.finance_section {
	background: #c53535;
	color: #000;
	padding: 80px 0;
	font-size: 20px;
}

.finance_section .container {
	max-width: 880px;
}

.finance_section .container *:last-child {
	margin-bottom: 0
}


.testi_section {
	background: #F8F8F8;
        color:#000;
}

.testi_section h2 {
	color: #121212;
	/* margin-bottom: 40px; */
	margin-bottom:20px;
}
.testi_section .starwrap{margin-bottom:20px;}
.testi_section .starwrap img{width:200px;}

.testi_section h3 {
	color: #121212;
	margin-bottom: 5px;
}

.testi_section .testi-slider {
	margin-bottom: 45px;
}

.testi_section .testi-slider .box {
	background: #fff;
	color: #525252;
	min-height: 380px;
	padding: 20px;
}

.testi_section .testi-slider .front-stars {
	max-width: 96px;
}


.testi_section .single-review {
	background: #fff;
	margin: 0 15px !important;
	padding: 20px;
	min-height: 350px;
}

.testi_section .single-review .review {
	width: auto !important;
	margin: 0 !important;
}

.testi_section .single-review .meta,
.testi_section .single-review .sc-AxjAm,
.testi_section .sc-AxiKw,
.testi_section .sc-AxhUy {
	display: none !important;
}

.testi_section #fdnReviewsWidget {
	margin-bottom: 40px;
}

.testi_section .review_item  {
	text-align: center;
}
.testi_section .bqbox {
	padding: 30px;
	background: #eee;
	color: #000;
	display: flex;
	align-items: center;
	min-height: 170px;
	justify-content: center;
	font-size: 18px;
	font-style: italic;
}
.testi_section .bqbox > *:last-child {
	margin-bottom: 0;
}
.testi_section .author {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
}
.testi_section .slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin:0;
	gap: 5px;
}
.testi_section .slick-dots button {
	font-size: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	padding: 0;
	border: 1px solid;
	border-radius: 50%;
}  
.testi_section .slick-dots .slick-active button {
	background: #000;
}  






.sec_services {
	padding:70px 0 80px;
	background: #000;
	color: #fff;
	position:relative;
	z-index: 1;
}
.sec_services .container {
	max-width:1800px;
}
.sec_services h2 {
	font-size: 60px;
	margin-bottom: 30px;
	color: #fff;
}

.sec_services .hero-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.4;
	z-index: -1;
}
.sec_services .hero-bg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.service_item {
	position: relative;
	margin-bottom: 30px;
}
.service_item figure {
	position: relative;
}
.service_item figure img {
	width: 100%;
	min-height: 250px;
	object-fit: cover;
	height: 250px;
}
.service_item .cover {
	background: rgba(0,0,0,0.6);
	position: absolute;
	inset: 0;
	margin: 0;
	padding: 0 20px;
/*	border-bottom: 10px solid var(--primary-color);*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border:1px solid #fff;
	height: 250px;
}
.service_item .icon {
	display: inline-block;
	width: 80px;
	height: 70px;
	background: #c53535;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 70px;
	
	width: 90px;
 	height: 90px;
	line-height: 80px;
	border-radius: 100px;
	border: 1px solid #fff;
	box-shadow: inset 0 0 2px 3px #000;
}
.service_item .text {
	display: block;
	color: #fff;
	font-size: 32px;
	text-align: center;
	max-width: 360px;
}


@media (max-width:1200px) {
	.service_item .text {
		font-size: 30px;
	}
}
@media (max-width:1023px) {
	.sec_services {
		padding-bottom: 50px;
	}
	.service_item .text {
		font-size: 24px;
	}

	.sec_services h2 {
		font-size: 30px;
	}
}


.sec_baslider {
	position: relative;
	background: #eee;
	padding: 50px 0;
}


.sec_guarantee {
	position: relative;
}
.sec_guarantee .boxes {
	position: relative;
	overflow: hidden;
}
.sec_guarantee .boxes h3 {
	font-size: 25px;
	font-weight: 500;
	color: #c53535;
}
.sec_guarantee .boxes .box {
	position: relative;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	margin-left: -2px;
	margin-top: -2px;
	text-align: left;
	height: 100%;
	padding: 30px;
}
.sec_guarantee .boxes .box figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	text-align: center;
}
.sec_guarantee .boxes .box_in {
	position: relative;
	padding-left: 90px;
}
.sec_guarantee .boxes .box_in > *:last-child {
	margin-bottom: 0;
}
@media (max-width:991px) {
	.sec_guarantee .boxes .box {
		padding: 30px 0;
	}
}

.sec_servicemap {
	position:relative;
}
.sec_servicemap .mapbox {
	border:5px solid #000
}
.sec_servicemap .mapbox img {
	width:100%;
}

.sec_maploc {
	position: relative;
}
.sec_maploc h2 {
	color: #c53535;
}
.sec_maploc .container {
	position: relative;
}
.sec_maploc figure {
	border:1px solid #ccc;
}
.sec_maploc .pos {
	max-width: 580px;
	position: absolute;
	left: 50%;
	top:60px;
	transform: translate(-50%, 0);
	text-align: center;
}
@media (max-width:991px) {
	.sec_maploc .pos {
		position: static;
		transform:none;
		max-width: none;
		margin-bottom: 30px;
	}
}


.sec_call2ac {
	padding:30px 0;
	background: #000;
	color: #fff;
	position: relative;
}
.sec_call2ac h2 {
	color: #fff;
	font-weight: 700;
}
.sec_call2ac p {
	font-size: 24px;
	color:#fff
}
.sec_call2ac figure {
	/* margin:0 30px 0 calc((-100vw - -1100px) / 2); */
	margin:0;
}
.sec_call2ac figure img {
	width: 100%;
	max-height: 700px;
	object-fit: cover;
	object-position: center top;
}
.sec_call2ac article {
	width: 500px;
	max-width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sec_call2ac .c2a_form {
	background: #fff;
	color: #000;
	position: relative;
	border-radius: 0;
	margin-bottom: 40px;
	padding: 40px 30px 0;
}

.sec_call2ac .c2a_form h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
}

.sec_call2ac .c2a_form h2 span {
	color: #c53535;
	display: block;
	font-weight: 500;
}
.sec_call2ac .c2a_form .gfield_label {
	color: #000;
	text-align: left;
}
.sec_call2ac .c2a_form .form_h3 {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #c53535;
	text-align: center;
}

.sec_call2ac .c2a_form .gform_footer {
	margin:30px -30px 0 !important;
	padding: 0 !important;
}

.sec_call2ac .c2a_form .button {
	background: #c53535;
	color: #fff;
	max-width: none;
	width: 100%;
	transition: all 0.3s ease;
	margin: 0 !important;
	padding:18px;
	border-radius: 0 !important; 
}
.sec_call2ac .c2a_form .button:hover{
	background: #000;
	color: #fff;
	border-color:#fff;
}

.sec_call2ac .c2a_form .gform_button_select_files {
	padding: 8px 15px;
    font-size: 14px !important;
	width: auto;
}

.sec_call2ac .c2a_form .gform_required_legend {
	display: none;
}


@media (max-width:1140px) {
	.sec_call2ac figure {
		margin-left: -15px;
		height: 100%;
	}
	.sec_call2ac figure img {
		height: 100%;
	}
	.sec_call2ac .align-items-center {
		align-items: normal I !important;
	}
}
@media (max-width:991px) {
	.sec_call2ac {
		align-items: normal;
	}
	.sec_call2ac figure {
		margin-right: -15px;
	}
	.sec_call2ac article {
		text-align: center;
		margin: 0 auto 15px;
	  }
}




#fdnReviewsWidget .single-review .hr-review-icon {
	float: left;
	margin-right: 15px;
}

#fdnReviewsWidget .single-review .hr-review-icon>img {
	width: 50px;
	height: 50px;
}

#fdnReviewsWidget .review {
	border: 0 !important;
	padding: 0 !important;
}

#fdnReviewsWidget .review .comment {
	clear: both;
	padding-top: 10px;
}


.call_section {
	position: relative;
	color: #000;
	font-size: 20px;
	background-size: cover;
	border-top: 2px solid #fff;
	padding: 120px 0;
	background-position:center;
}

.call_section:before {
	content: "";
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, 0.6);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.call_section h2 {
	color: #000;
}

.call_section h2 span {
	color: #000;
	font-weight: 400;
	display: block;
	padding: 10px 0;
}

.call_section .container {
	position: relative;
	z-index: 10;
}

.thank_section {
	padding: 60px 20px;
	min-height: calc(100vh - 230px);
	display: flex;
	align-items: center;
	font-size: 22px;
}


.acc_wrap .acc_item {
	border-top: 3px solid #f6ca55;
}
.acc_wrap .acc_question {
	position: relative;
	background: #000;
	color: #fff;
	padding: 15px 75px 15px 30px;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 0 !important;
}
.acc_wrap .acc_question:before {
	content: "";
	background: url(../images/icn-arrowr.svg) no-repeat center / 26px;
	position: absolute;
	right: 22px;
	top: 12px;
	width: 30px;
	height: 30px;
	transform: rotate(90deg);
	transition: all 0.5s ease;
}
.acc_wrap .acc_active .acc_question:before {
	transform: rotate(-90deg);
}
.acc_wrap .acc_question::after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	border-left: 3px solid #f6ca55;
	right: 70px;
	content: "";
}
.acc_wrap .acc_answer {
	overflow: hidden;
	max-height: 0px;
	transition: all .5s ease;
	background: #e5e7eb;
}
.acc_wrap .answer_in {
	padding: 30px;
}
.acc_wrap .answer_in *:last-child {
	margin-bottom: 0;
}
.acc_wrap .acc_active .acc_answer {
	max-height: 1000px;
	transition: all 2s ease;
}


#lp_footer {
	background: #c53535;
	color: #eee;
	padding: 20px 0;
	text-align: center;
}
#lp_footer a {
	color:#fff;;
}
.gform_validation_errors {
	display: none !important;
}

.validation_message {
	padding: 5px !important;
	margin-top: -5px !important;
}


.map_section h2{
	text-align: center;
}


@media (min-width:992px) {
	
	.show-for-large {
		display: block;
	}

	.show-for-small,
	.hide-for-large {
		display: none;
	}

	.hide-for-small {
		display: block;
	}
}


@media(max-width:991px) {
	
	h1 {
		font-size: 36px
	}

	h2 {
		font-size: 32px
	}

	h3 {
		font-size: 28px
	}
	#landing-hero {
		background-size:auto 580px;
	}

	#landing-hero .hero_copy h1,
	#landing-hero .h1 {
		font-size: 42px;
		text-align: center;
		max-width: none;
	}

	#landing-hero .hero_copy h2 {
		font-size: 32px;
	}
	#landing-hero .container {
		padding-top: 100px;
		padding-bottom: 30px;
	}
	#landing-hero .hero_copy {
		text-align: center;
	}
	#landing-hero .hero_copy ul {
		text-align: left;
		display: inline-block;
	}

	.save_section .save_promo h2 {
/*		font-size: 50px;*/
	}

	.hero_badge {
		position: relative;
		width: 150px;
		margin: 0 auto 30px;
		top: auto;
		left: auto;
	}
	.map_section h2{
		text-align: center;
	}
}


@media(max-width:767px) {

	
	
	#landing-hero .container {
		padding-top: 70px;
	}

	.thank_section {
		font-size: 18px;
	}
	
}


@media(max-width:590px) {


	.brands_section .col-auto img {
		max-height: 98px;
		width: auto
	}

	.save_section .save_promo h2 {
/*		font-size: 36px;*/
	}
}


@media(max-width:430px) {

	h2 {
		font-size: 22px
	}

	h3 {
		font-size: 20px
	}

	h4 {
		font-size: 18px
	}

	
	#landing-hero {
		background-size:auto 760px;
	}
	#landing-hero h1 {
		font-size: 30px;
		padding:40px 10px;
	}

	#landing-hero .hero_copy {
		padding: 0 0 20px;
	}
	#landing-hero .hero_form {
		padding: 20px 20px 0;
	}
	#landing-hero .hero_form h2 {
		font-size: 24px;
	}
	#landing-hero .hero_form .gform_footer {
		margin: 20px -20px 0;
	}

	.save_section .save_promo h2 {
/*		font-size: 32px;*/
	}
	.signs_section h3{
		font-size:22px;
	}
	.map_section h2{
		font-size: 18px;
		text-align: center;
	}
	.call_section h2{
		font-size:17px;
	}

}

ul.shield_list {
	margin: 0;
	padding: 0;
}

ul.shield_list li {
	list-style: none;
	position: relative;
	font-size: 26px;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 15px;
	font-weight: bold;
}

ul.shield_list li:before {
	content: "";
	background: url(../images/shield-check.svg) no-repeat left top;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 2px;
}

ul.shield_list li span {
	color: #c53535;
}

.benefits_section {
	background: #ECF7FF;
	position: relative;
}

.benefits_section .text-sub {
	color: #c53535;
	font-weight: 400;
	margin-bottom: 30px;
}

.benefits_list {
	margin-top: -85px;
	font-size: 18px;
	color: #404040;
}

.benefits_list>* {
	margin-bottom: 30px;
}

.benefits_list .imground {
	width: 135px;
	height: 135px;
	margin: 0 auto 20px;
	border-radius: 100px;
	background: #000;
	line-height: 120px;
	text-align: center;
	outline: 6px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.benefits_list .imground img {
	max-width: 80px;
	max-height: 80px;
}

.benefits_list h4 {
	margin-bottom: 15px;
}

@media screen and (max-width: 639px){
	.overlapping-content-section .boxes{
		grid-template-columns: repeat(1,1fr);
	}
}

@media (max-width:480px) {
	.benefits_list {
		margin-top: -40px;
	}

	ul.shield_list li {
		font-size: 20px;
	}
}

.has-text-align-center {
	text-align:center;
}
.benefits_list2{    margin: 50px 0;}

.romw-slider-layout .romw-review-heading-block {
    max-width: 300px!important;
    margin: 0 auto 30px!important;
}

.romw-slider-layout {
	text-align: center!important;
}

.bg-texture {
    position: relative;
}

.bg-texture h2 {
	font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #c53535;
    margin-bottom: 25px;
}

.bg-texture ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
	text-align: left;
}

.bg-texture ul li {
    margin-bottom: 10px;
    margin-left: 35px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5625;
    color: #3C3C3C;
    position: relative;
}

.bg-texture ul li:before {
    content: '';
    margin-left: -30px;
    display: block;
    width: 15px;
    height: 15px;
    background: #c53535;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-box-shadow: 0 0 0 1px #c4c4c4;
    box-shadow: 0 0 0 1px #c4c4c4;
    border: 3px solid #fff;
}

.bg-texture img {
/*	transform: scale(1.5);*/
}
.bg-loctrans {
	background: rgba(255,255,255, 0.5);
}

@media(max-width:991px) {
	
	.bg-texture {
		background: none;
		padding: 80px 0 1px;
	}

	.bg-texture figure img {
		height: 80vw;
	  object-fit: cover;
	  object-position: 80%;
	}
	
}

@media(max-width:767px) {
	
}
