  @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800&display=swap');

/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Lexend', sans-serif;
	font-weight: 400;
}

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: inherit;
	text-decoration: none;
}

img {
	border: none;
	height: auto
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

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

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.show-mob,
.show-tab {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show-desk {
	display: block;
}

/*-----------------------
	MAIN CSS fonts
------------------------*/
@font-face {
	font-family: 'Inter';
	src: url('/css//css/Inter-Light.woff2') format('woff2'),
		url('/css/Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('/css//css/Inter-Regular.woff2') format('woff2'),
		url('/css/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('/css//css/Inter-Bold.woff2') format('woff2'),
		url('/css/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.header {
	float: left;
	width: 100%;
	background: #ffffff;
	height: 70px;
	padding: 9px 0;
	margin-top: -70px;
	top: 70px;
	position: relative;
}

.fixed-nav .header {
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	top: 0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: 11px 0 0 0;
}

ul.topMenu {
	float: left;
	margin: 17px 0 0 0;
}

ul.topMenu li {
	float: left;
	padding: 0 20px 0 0;
	position: relative;
}

ul.topMenu li:last-child {
	padding-right: 0;
}

ul.topMenu li a {
	color: #000000;
	font-size: 16px;
	line-height: 17px;
	font-weight: 500;
	letter-spacing: 0.3px;
}

ul.topMenu li a:hover,
ul.topMenu li a.active {
	color: #e34848;
}

a.nav-btn {
	float: right;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 18px;
	border-radius: 6px;
	margin-top: 6px;
	font-weight: bold;
	margin-left: 10px;
}

#orangeb {
	background: #ee9a23;
}

#greenb {
	background: #00b838;
}

.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 14px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
}

.mob-mnu-ic span {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 26px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.bar2 {
	margin: 6px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background: #000;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background: #000;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 70px;
	background: rgba(255, 255, 255, 1);
	z-index: 10;
	right: 0;
	bottom: 0;
	overflow: scroll;
	border-top: 1px solid #dddddd;
	display: none;
}

.mobimenu-top {
	top: 70px;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #dddddd;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 15px;
	color: #000;
	letter-spacing: 0.5px;
}

.mobilemenu li a:hover {
	color: #000;
}

/*-----------------------
		BANNER CSS
------------------------*/
.overflow {
	overflow: hidden;
}

.banner {
	float: left;
	width: 100%;
	min-height: 750px;
	max-height: 100vh;
	padding: 40px 0 70px;
	background: url(/images/Home-Banner.jpg) no-repeat center top;
	background-size: cover;
	display: flex;
	align-items: center;
}

.bnr-mid {
	display: inline-block;
	vertical-align: middle;
	max-width: 973px;
	width: 100%;
	text-align: center;
}

.bnr-hding {
	font-size: 64px;
	line-height: 70px;
	color: #ffffff;
	font-weight: 700;
}

.bnr-hding span {
	color: #e34848;
}

.bnr-txt {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: #fff;
	margin: 25px 0 0 0;
	font-family: 'Inter';
}

.bnr-list {
	margin: 100px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: middle;
	width: 100%;
}

.bnr-list li {
	float: left;
	width: 16.66666666666667%;
	padding: 0 10px;
	position: relative;
}

.bnr-list li:before {
	content: '';
	position: absolute;
	top: 35px;
	bottom: 0px;
	right: 0;
	background: #2f2f2f;
	width: 1px;
}

.bnr-list li:last-child:before {
	display: none;
}

.bnr-list li img {
	display: block;
	width: 60px;
	margin: 0 auto;
	max-width: 100%
}

.bnr-list li p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
}

.bnr-frmbx {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	background: rgba(21, 31, 47, 0.8);
	border-radius: 12px;
	margin-top: 60px;
	padding: 10px;
}

.bnr-arw {
	position: absolute;
	top: -195px;
	right: -15px;
	max-width: 100%;
}

.bnr-frmbx-mid {
	background: #0f418d;
	border-radius: 10px;
	width: 100%;
	float: left;
	padding: 34px 50px;
}

.formField {
	float: left;
	width: 60%;
	text-align: left;
}

.ques_inr_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 370px;
	margin-top: 5px;
}

.option-col {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
}

.option-col input[type="radio"],
.option-col input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.desc-opt {
	padding: 10px;
	min-height: 140px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.desc-opt:hover {
	background: #e34848;
	border-radius: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.option-col input[type="radio"]:checked+.desc-opt,
.option-col input[type="checkbox"]:checked+.desc-opt {
	background: #e34848;
	color: #000;
	border: 1px solid #e34848;
}

.formField.last {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.inputField {
	float: left;
	width: 100%;
	height: 62px;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	background: #ffffff;
	outline: none;
	padding: 0px 20px;
	border: 1px solid #000;
	border-radius: 8px;
	margin: 0 0 0;
	font-family: 'Lexend', sans-serif;
}

.inputField::placeholder {
	color: #97969a;
}

select.inputField {
	-webkit-appearance: none;
	appearance: none;
	background: #ffffff url(../images/select.png) no-repeat center right 15px;
}

.submit {
	float: right;
	width: 32%;
	height: 62px;
	color: #ffffff;
	font-size: 18px;
	line-height: 62px;
	letter-spacing: 0.5px;
	font-weight: bold;
	background: #ee9a23;
	border-radius: 5px;
	text-align: center;
	font-family: 'Lexend', sans-serif;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
}

/*----SEEN SECTION----*/
.seenSec {
	float: left;
	width: 100%;
	padding: 25px 0 30px;
	background: #fff;
	border-bottom: 1px solid #cccccc;
}

.seenHead {
	float: left;
	width: 100%;
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	color: #000000;
	font-family: 'Inter';
	letter-spacing: 0.3px;
}

.seenIcon {
	float: left;
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.seenIcon li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

.seenIcon li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*-----------------------
		section1 
------------------------*/
.section1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.comn-hding {
	font-size: 50px;
	line-height: 56px;
	color: #000000;
	font-weight: 700;
}

.comn-txt {
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 400;
	margin-top: 20px;
	font-family: 'Inter';
}

.comn-txt span {
	font-weight: 600;
}

.font-weight400 {
	font-weight: 400;
}

.s1-mid {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.s1-bx {
	width: 32%;
	padding: 25px 25px;
	min-height: 294px;
	border-radius: 12px;
	text-align: left;
}

.s1-bg1 {
	background: #262626 url(../images/s1-bg1.png) right 10px no-repeat;
}

.s1-bg2 {
	background: #262626 url(../images/s1-bg2.png) right top no-repeat;
}

.s1-bg3 {
	background: #262626 url(../images/s1-bg3.png) right bottom no-repeat;
}

.s1-bx-p1 {
	background: #e34848;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	padding: 8px 20px;
	font-weight: 500;
	border-radius: 50px;
}

.s1-bx-p2 {
	font-size: 26px;
	line-height: 33px;
	color: #fff;
	font-weight: 600;
	margin-top: 15px;
}

.s1-bx-p3 {
	width: 77%;
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
	margin-top: 15px;
	font-family: 'Inter';
}

.comn-btn {
	display: inline-block;
	vertical-align: middle;
	width: 347px;
	height: 62px;
	color: #ffffff;
	font-size: 20px;
	line-height: 62px;
	letter-spacing: 0.5px;
	font-weight: bold;
	background: #ee9a23;
	border-radius: 5px;
	text-align: center;
	font-family: 'Lexend', sans-serif;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 50px;
}

.cta-btn {
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: 1.5em;
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	background: transparent;
	border-radius: 50px;
	text-align: center;
	font-family: 'Inter';
	-webkit-appearance: none;
	border: 1px solid #ffffff;
	outline: none;
	cursor: pointer;
	margin-top: 25px;
}

.cta-btn strong {
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.cta-btn:hover,
.cta-btn:active {
	background: #00b838;
	border: 1px solid #00b838;
}

.partner-buttons {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.partner-btn {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 1.5em;
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	background: #00b838;
	border-radius: 50px;
	text-align: center;
	font-family: 'Inter';
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	margin-top: 25px;
}

.partner-btn strong {
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.partner-btn:hover,
.partner-btn:active {
	background: #262626;
	color: #ffffff;
}

.partner-btn2 {
	display: block;
	margin: 0 auto;
	padding: 1.5em;
	color: #262626;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	background: transparent;
	border-radius: 50px;
	text-align: center;
	font-family: 'Inter';
	-webkit-appearance: none;
	border: 1px solid #262626;
	outline: none;
	cursor: pointer;
	margin-top: 25px;
}

.partner-btn2 strong {
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.partner-btn2:hover,
.partner-btn2:active {
	background: #262626;
	color: #ffffff;
}

/*-----------------------
		section2 
------------------------*/
.section2 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #f2f2f2;
	text-align: center;
}

.s2-mid {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s2-mid-lft {
	width: 45%;
	position: relative;
}

.s2-img1 {
	margin: 1.5em auto;
	display: block;
	max-width: 100%;
}

.s2-seal {
	position: absolute;
	top: 340px;
	right: -10%;
}

.s2-mid-rgt {
	width: 50%;
	padding-right: 46px;
	text-align: left;
}

.s2-list {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.s2-list-row {
	float: left;
	width: 100%;
}

.s2_list_head {
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 10px 15px 40px;
	text-align: left;
	font-size: 17px;
	line-height: 24px;
	color: #000000;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.s2_list_head.last {
	border-bottom: none;
}

.s2_list_head.active {
	border-bottom: 1px solid #ddd;
}

.s2_list_head:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	font-size: 22px;
	line-height: 22px;
	content: "+";
}

.s2_list_head.active:after {
	content: "-";
}

.s2_list_head img {
	position: absolute;
	left: 0;
	top: 16px;
}

.s2-list-content {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.s2-list-text {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding-bottom: 15px;
	font-family: 'Inter';
}

/*-----------------------
		section3 
------------------------*/
.section3 {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

ul.s3-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

ul.s3-list li {
	width: 31%;
	margin: 38px 1% 0;
	background: #363636;
}

ul.s3-list li.double {
	width: 48%;
}

.s3-img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.s3-list-mid {
	float: left;
	width: 100%;
	background: #363636;
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 20px 20px;
	text-align: left;
}

.s3-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
}

.s3-list-mid-hding {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
}

.s3-list-mid-txt {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.5px;
	margin-top: 15px;
	font-weight: 300;
	min-height: 120px;
	font-family: 'Inter';
}

.s3-list-mid-txt2 {
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-top: 15px;
}

.arw {
	float: right;
	margin: 2px 0 0 0;
}

/*-----------------------
		section4 
------------------------*/
.section4 {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.s4-mid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.s4-bx {
	width: 48.50%;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	text-align: left;
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.s4-bx-hding {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-weight: 700;
}

.s4-bx-txt {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	margin-top: 8px;
	font-family: 'Inter';
}

.s4-img1 {
	display: block;
	margin: 15px auto 0;
	max-width: 100%;
	border-radius: 12px;
}

/*-----------------------
		section5
------------------------*/
.section5 {
	background: #f2f2f2;
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.s5-reviw {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.s5-reviw-bx {
	float: left;
	max-width: 365px;
	width: 100%;
	border: 1px solid #efd9d9;
	padding: 25px 20px;
	background: #fff;
	border-radius: 20px;
	text-align: left;
}

.inv-comma {
	display: block;
	margin: 0 0 15px;
	width: 40px;
}

.s5_testi-about {
	min-height: 216px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 12px;
	font-family: 'Inter';
}

.s5_testi-name {
	margin-top: 30px;
	padding: 0 0;
	position: relative;
}

.revw-img1 {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	max-width: 100%;
	display: none;
}

.s5-t-name {
	font-size: 17px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.3px;
}

.revw-star {
	display: block;
	margin: 3px 0 4px 0;
	max-width: 100%;
}

/*-----------------------
		strip
------------------------*/
.strip {
	background: url(/images/strip.jpg) center top no-repeat;
	float: left;
	width: 100%;
	padding: 50px 0;
}

.strip-mid {
	display: inline-block;
	vertical-align: middle;
	max-width: 1030px;
	width: 100%;
	border-radius: 20px;
	background: rgba(48, 48, 48, 0.4);
	padding: 40px 30px;
}

.strip-mid-lft {
	float: left;
	width: 62%;
	text-align: left;
}

.strip-mid .comn-btn {
	float: right;
	margin-top: 32px;
}

/*-----------------------
	LANDING HEADER
------------------------*/
.landing-strip {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.landing-mid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 20px;
	background: rgba(48, 48, 48, 0.4);
	padding: 40px 30px;
}

.landing-mid-lft {
	width: 62%;
	text-align: left;
}

.leads-cta {
	width: 38%;
}

.landing-mid .comn-btn {
	margin-top: 32px;
}

#mortgage {
	background: url(/images/Mortgage3.jpg) center no-repeat;
	background-size: cover;
}

#auto {
	background: url(/images/CarLoans1.jpg) center no-repeat;
	background-size: cover;
}

#loans {
	background: url(/images/Loans.jpg) center no-repeat;
	background-size: cover;
}

#insurance {
	background: url(/images/Insurance2.jpg) center no-repeat;
	background-size: cover;
}

#heloc {
	background: url(/images/Mortgage6b.jpg) center no-repeat;
	background-size: cover;
}

#tort {
	background: url(/images/Legal2.jpg) center no-repeat;
	background-size: cover;
}

#homeservice {
	background: url(/images/Home-Services.jpg) center no-repeat;
	background-size: cover;
}

.landing1-mid {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.landing1-mid .s1-bx {
	margin: 15px 0.5%;
}

/*-----------------------
	PARTNER HEADER
------------------------*/
.partner-mid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	padding: 40px 30px;
}

.partner-mid-lft {
	width: 40%;
	position: relative;
}

.partner-mid-rgt {
	width: 55%;
	padding-right: 46px;
	text-align: left;
}

.partner1 {
	float: left;
	width: 100%;
	padding: 0 0 60px 0;
	text-align: center;
}

/*-----------------------
	POLICY SECTIONS
------------------------*/
.policy-sec1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

.policy-sec1 ol,
.policy-sec1 ol li {
	list-style-type: decimal;
}

.policy-sec1 ol li {
	margin-bottom: 0.5em;
}

.policy-sec1 ol li ol,
.policy-sec1 ol li ol li {
	list-style-type: lower-alpha;
}

.policy-sec1 ol li ol li {
	margin-top: 0.5em;
}

/*-----------------------
		FOOTER CSS
------------------------*/
.footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 50px 0;
}

.ftr-logo {
	margin: 0 auto 15px;
	display: block;
}

.ftr-txt {
	font-weight: 300;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	letter-spacing: 0.3px;
}

.footer .ftr-txt a {
	padding: 0 8px;
	color: #000;
	position: relative;
}

.white {
	color: #fff;
}

/*---------Media Querry---------*/

@media only screen and (max-width:1245px) {
	.container {
		width: 1004px;
	}

	.s1-bx-p3 {
		width: 76%;
	}

	.s2-mid-lft {
		width: 45.7%;
	}

	.s2-mid-rgt {
		width: 49%;
		padding-right: 0;
	}

	.s2-seal {
		right: -9%;
		width: 124px;
	}

	.s3-list-mid-txt {
		min-height: 144px;
	}

	.s5-reviw-bx {
		max-width: 319px;
	}

	.s5_testi-about {
		min-height: 265px;
	}

	.partner-mid-lft {
		width: 45.7%;
	}

	.partner-mid-rgt {
		width: 49%;
		padding-right: 0;
	}
}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	.logo {
		float: left;
		position: static;
		transform: none;
	}

	.bnr-hding {
		font-size: 52px;
		line-height: 56px;
	}

	.bnr-list li {
		padding: 0 8px;
	}

	.bnr-list li p {
		font-size: 11px;
		line-height: 16px;
		margin-top: 6px;
	}

	.bnr-list li img {
		width: 40px;
	}

	.bnr-frmbx-mid {
		padding: 24px 18px;
	}

	.bnr-arw {
		right: 0;
		top: -116px;
		width: 50px;
	}

	.seenIcon li {
		padding: 0 5px;
	}

	.section1 {
		padding: 50px 0;
	}

	.partner1 {
		padding: 0 0 50px 0;
	}

	.comn-hding {
		font-size: 44px;
		line-height: 51px;
	}

	.comn-txt {
		margin-top: 15px;
	}

	.s1-bx-p3 {
		width: 100%;
		font-size: 15px;
		line-height: 23px;
	}

	.s1-bx {
		padding: 26px 16px;
	}

	.s1-bx-p1 {
		font-size: 16px;
		line-height: 18px;
		padding: 5px 20px;
	}

	.s1-bx-p2 {
		font-size: 22px;
		line-height: 28px;
	}

	.section2 {
		padding: 50px 0;
	}

	ul.s2-list {
		margin-top: 24px;
	}

	ul.s2-list li {
		margin: 10px 0 0 0;
	}

	ul.s2-list li p {
		font-size: 16px;
		line-height: 22px;
	}

	.s2-seal {
		right: -9%;
		width: 110px;
		top: 245px;
	}

	.comn-btn {
		margin-top: 40px;
	}

	.section3 {
		padding: 50px 0;
	}

	ul.s3-list li {
		width: 32%;
		padding: 0 0 0 0;
	}

	.s3-list-mid {
		padding: 15px 15px;
		margin-top: -1px;
	}

	.s3-list-mid-hding {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 0.5px;
	}

	.s3-icon {
		top: 12px;
		right: 10px;
		width: 28px;
	}

	.s3-list-mid-txt {
		font-size: 15px;
		line-height: 23px;
		min-height: 138px;
	}

	.section4 {
		padding: 50px 0;
	}

	.s4-bx-hding {
		font-size: 23px;
		line-height: 30px;
	}

	.section5 {
		padding: 50px 0;
	}

	.s5-reviw-bx {
		max-width: 365px;
	}

	.s5_testi-about {
		min-height: 250px;
	}

	.strip {
		padding: 30px 0;
		background-size: cover;
	}

	.strip-mid-lft {
		width: 100%;
		text-align: center;
	}

	.strip-mid .comn-btn {
		float: none;
		margin-top: 21px;
	}

	.landing-strip {
		padding: 30px 0;
		background-size: cover;
	}

	.landing-mid-lft {
		width: 100%;
		text-align: center;
	}

	.leads-cta {
		width: 100%;
		text-align: center;
	}

	.landing-mid .comn-btn {
		float: none;
		margin-top: 21px;
	}

	.footer {
		padding: 30px 0;
	}
}

@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		padding: 0 15px;
		max-width: 600px;
		box-sizing: border-box;
	}

	.show-mob {
		display: block;
	}

	.hide-mob {
		display: none;
	}

	.top-fix-bar {
		margin-bottom: 55px;
	}

	.header {
		height: 55px;
		margin-top: -55px;
		top: 55px;
	}

	.mobilemenu {
		top: 55px;
	}

	.mobimenu-top {
		top: 55px;
	}

	.topStrip {
		padding: 6px 0;
		overflow: hidden;
	}

	.topStrip p {
		font-size: 13px;
		line-height: 15px;
	}

	.logo {
		width: 190px;
		margin: 10px 0 0;
	}

	.mob-mnu-ic {
		right: 15px;
		top: 9px;
	}

	.banner {
		padding: 20px 0 25px;
		background-size: cover;
		min-height: 450px;
	}

	.bnr-hding {
		font-size: 26px;
		line-height: 32px;
	}

	.bnr-txt {
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0 0 0;
	}

	.bnr-list {
		margin: 5px 0 0 0;
	}

	.bnr-list li {
		width: 33.33%;
		margin-top: 15px;
	}

	.bnr-list li:before {
		display: none;
	}

	.bnr-list li p {
		font-size: 10px;
	}

	.bnr-frmbx {
		margin-top: 20px;
		padding: 8px;
	}

	.bnr-frmbx-mid {
		padding: 15px 15px;
	}

	.formField {
		width: 100%;
	}

	.formField.last {
		margin-top: 10px;
	}

	.submit {
		width: 100%;
		margin-top: 10px;
		height: 60px;
		font-size: 20px;
		line-height: 60px;
	}

	.bnr-arw {
		display: none;
	}

	.seenSec {
		padding: 15px 0 15px;
	}

	.seenIcon {
		margin-top: 10px;
		display: inline-block;
	}

	.seenIcon li {
		padding: 0 2px;
		width: 23%;
		margin: 12px 0 0 0;
	}

	.section1 {
		padding: 30px 0;
	}

	.partner1 {
		padding: 30px 0;
	}

	.comn-hding {
		font-size: 26px;
		line-height: 30px;
	}

	.comn-txt {
		margin-top: 17px;
		font-size: 16px;
		line-height: 24px;
	}

	.s1-mid {
		width: 330px;
		margin-top: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.s1-bx {
		padding: 30px 20px;
		width: 100%;
		margin-top: 25px;
		min-height: auto;
	}

	.s1-bg1 {
		background: #262626 url(../images/s1-bg1.png) right top no-repeat;
	}

	.section2 {
		padding: 30px 0;
	}

	.s2-mid-rgt {
		width: 100%;
	}

	.s2-mid-lft {
		width: 330px;
		margin: 20px auto 0;
	}

	.s2-seal {
		right: -7px;
		width: 86px;
	}

	.s2-img1 {
		width: 300px;
	}

	.s2-list {
		margin-top: 10px;
	}

	.s2_list_head {
		font-size: 17px;
		line-height: 24px;
	}

	.s2-list-text {
		font-size: 16px;
		line-height: 24px;
	}

	.section3 {
		padding: 30px 0 35px;
	}

	ul.s3-list {
		width: 320px;
		margin: 0 auto;
	}

	ul.s3-list li {
		width: 100%;
		margin-top: 20px;
	}

	.s3-list-mid-txt {
		min-height: 1px;
		font-size: 16px;
		line-height: 24px;
	}

	.section4 {
		padding: 30px 0 35px;
	}

	.s4-mid {
		margin-top: 0;
		padding: 0 10px;
	}

	.s4-bx {
		width: 100%;
		padding: 20px 15px 15px;
	}

	.s4-bx-hding {
		font-size: 21px;
		line-height: 26px;
	}

	.section5 {
		padding: 30px 0;
	}

	.s5-reviw {
		margin-top: 25px;
	}

	.s5-reviw-bx {
		max-width: 100%;
		padding: 25px 20px;
	}

	.s5_testi-about {
		font-size: 16px;
		line-height: 24px;
		min-height: auto;
	}

	.s5_testi-name {
		margin-top: 20px;
	}

	.strip-mid {
		padding: 20px 25px;
	}

	.landing-mid {
		padding: 20px 25px;
	}

	.landing1-mid {
		width: 330px;
		margin-top: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.footer {
		padding: 0 0 20px;
	}

	.ftr-logo {
		width: 190px;
		margin: 30px auto 15px;
	}

	.ftr-txt {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.3px;
	}

	.footer .ftr-txt a {
		padding: 0 2px;
	}

	#ctabtn-mob {
		background: #141414;
		padding: 10px 10px;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 99;
		transition: bottom 1s;
		display: table;
		width: 100%;
	}

	a.comn-btn {
		width: 100%;
		margin-top: 0;
		height: 60px;
		line-height: 58px;
		font-size: 24px;
	}

	.btn-arw {
		margin: -2px -7px 0 7px;
	}

	.btn-txt p {
		padding: 0 5px;
	}

	.btn-rev:before,
	.btn-rev:after {
		width: 40px;
		margin: -3px 10px 0 10px;
	}

	.partner-mid-lft {
		width: 330px;
		margin: 20px auto 0;
	}

	.partner-mid-rgt {
		width: 100%;
	}

}

@media only screen and (max-width:365px) {
	.bnr-hding {
		font-size: 25px;
	}

	.bnr-txt {
		font-size: 14px;
	}

}

.marquee {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

.marquee-content {
	display: flex;
	animation: scrolling 60s linear infinite;
}

.marquee-item {
	flex: 0 0 8vw;
	margin: 1em;
	text-align: center;
	/*   flex: 0 0 20vw; */
	/*   margin: 0 2vw; */
}

.marquee-item img {
	display: block;
	height: 32px;
	margin: 0 auto;
	/*   padding: 0 20px; */
}

@keyframes scrolling {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translatex(-144vw);
	}
}

@media only screen and (max-width:900px) {

	.marquee-content {
		display: flex;
		animation: scrolling 30s linear infinite;
	}

}

@media only screen and (max-width:365px) {

	.marquee-content {
		display: flex;
		animation: scrolling 15s linear infinite;
	}
}