/*!
 * Jay
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
.nopage,
.yespage {
	display: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #09a95f;
	-webkit-transition: all .35s;
	transition: all .35s;
}

a:hover,
a:focus {
	color: #fcbd20;
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
}

p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

section {
	padding: 100px 0;
}

section h2 {
	font-size: 50px;
}

#mainNav {
	border-color: rgba(34, 34, 34, 0.05);
	background-color: white;
	-webkit-transition: all .35s;
	transition: all .35s;
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
}

#mainNav .navbar-brand {
	color: #09a95f;
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
	color: #fcbd20;
}

#mainNav .navbar-toggler {
	font-size: 30px;
	padding: 0;
	color: #09a95f;
	border: 0;
	max-width: 45px;
}

#mainNav .navbar-toggler img {
	width: 100%;
}

#mainNav .navbar-nav>li>a {
	font-size: 15px;
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
}

#mainNav .navbar-nav>li>a.active {
	color: #09a95f !important;
	background-color: transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
	background-color: transparent;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
	color: #222222;
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus:hover {
	color: #09a95f;
}

@media (min-width: 992px) {
	#mainNav.navbar-shrink {
		border-color: rgba(34, 34, 34, 0.1);
		background-color: white;
	}
	#mainNav.navbar-shrink .navbar-brand {
		color: #222222;
	}
	#mainNav.navbar-shrink .navbar-brand:hover,
	#mainNav.navbar-shrink .navbar-brand:focus {
		color: #09a95f;
	}
	#mainNav.navbar-shrink .navbar-nav>li>a,
	#mainNav.navbar-shrink .navbar-nav>li>a:focus {
		color: #222222;
	}
	#mainNav.navbar-shrink .navbar-nav>li>a:hover,
	#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
		color: #09a95f;
	}
}

header.masthead {
	position: relative;
	width: 100%;
	padding-top: 150px;
	/*padding-bottom: 100px;*/
	color: white;
	background: rgba(255,255,255,0);
	background-size: cover;
	background-position: center center;
	/*background: url("../img/bg-pattern.png"), -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));*/
	/*background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);*/
	border-style: none none none none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: auto;
    position: relative;
}
header.masthead{
    background-image: url("../img/header_background.jpeg");
}

header.masthead .header-content {
	max-width: 800px;
	/*margin-bottom: 100px;*/
}

header.masthead .header-content h1 {
	font-size: 40px;
	color: #000;
	font-weight: 900;
	margin-top: 100px;
}

header.masthead .header-content h1 span{
    color: rgb(1, 101, 144);
}

header.masthead .device-container {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto;
}

header.masthead .device-container .screen img {
	border-radius: 3px;
}

header.masthead {
	/*height: 100vh;*/
	padding-top: 0;
	/*padding-bottom: 0;*/
}

header.masthead .header-content {
	/*margin-bottom: 0;*/
	text-align: center;
}

header.masthead .device-container {
	max-width: 325px;
}

section.download {
	position: relative;
	padding: 150px 0;
}

section.download h2 {
	font-size: 50px;
	margin-top: 0;
}

section.download .badges .badge-link {
	display: block;
	margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
	margin-bottom: 0;
}

section.download .badges .badge-link img {
	height: 60px;
}

@media (min-width: 768px) {
	section.download .badges .badge-link {
		display: inline-block;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	section.download h2 {
		font-size: 70px;
	}
}

section.features .section-heading {
	margin-bottom: 100px;
}

section.features .section-heading h2 {
	margin-top: 0;
}

section.features .section-heading p {
	margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
	max-width: 325px;
	margin: 0 auto;
}

section.features .device-container {
	margin-bottom: 100px;
}

@media (min-width: 992px) {
	section.features .device-container {
		margin-bottom: 0;
	}
}

section.features .feature-item {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

section.features .feature-item h3 {
	font-size: 30px;
}

section.features .feature-item i {
	font-size: 80px;
	display: block;
	margin-bottom: 15px;
	background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
	background: linear-gradient(to left, #7b4397, #dc2430);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section.cta {
	position: relative;
	padding: 250px 0;
	background-image: url("../img/bg-cta.jpg");
	background-position: center;
	background-size: cover;
}

section.cta .cta-content {
	position: relative;
	z-index: 1;
}

section.cta .cta-content h2 {
	font-size: 50px;
	max-width: 450px;
	margin-top: 0;
	margin-bottom: 25px;
	color: white;
}

@media (min-width: 768px) {
	section.cta .cta-content h2 {
		font-size: 80px;
	}
}

section.cta .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
	text-align: center;
	padding: 30px;
	background: #ececec;
}

section.contact h2 {
	margin-top: 0;
	margin-bottom: 25px;
}

section.contact h2 i {
	color: #dd4b39;
}

section.contact ul.list-social {
	margin-bottom: 0;
}

section.contact ul.list-social li a {
	font-size: 24px;
	line-height: 43px;
	display: block;
	width: 43px;
	height: 43px;
	color: white;
	border-radius: 100%;
}

section.contact ul.list-social li.social-twitter {
	position: relative;
	top: -8px;
}

section.contact ul.list-social li.social-twitter a {
	background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
	background-color: #0d95e8;
}

section.contact ul.list-social li.facebook a {
	color: #3b5998;
	font-size: 45px
}

section.contact ul.list-social li.social-facebook a:hover {
	background-color: #344e86;
}

section.contact ul.list-social li.youtube a {
	color: #dd4b39;
	font-size: 45px
}

section.contact ul.list-social li.instagram a {
	color: #cd2d6f;
	font-size: 45px
}

footer {
	padding: 25px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
	background-color: #ececec;
	/*position: fixed;*/
	bottom: 0;
	right: 0;
	left: 0;
}

footer p {
	font-size: 12px;
	margin: 0;
}

footer ul {
	margin-bottom: 0;
}

footer ul li a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
	text-decoration: none;
}

.bg-primary {
	background: #09a95f;
	background: -webkit-gradient(linear, left top, left bottom, from(#09a95f), to(#fdc539));
	background: linear-gradient(#09a95f, #fdc539);
}

.text-primary {
	color: #09a95f;
}

.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.btn-outline {
	color: #000;
	border: 1px solid;
	border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	color: white;
	border-color: #09a95f;
	background-color: #09a95f;
}

.btn {
	border-radius: 300px;
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 2px;
	text-transform: uppercase;
}

.btn-xl {
	font-size: 11px;
	padding: 15px 45px;
}

.topheader:after {
	content: '';
	display: block;
	clear: both;
}

.mainNav .container {
	display: block;
	width: 100%;
	max-width: 100%;
}

.topheader {
	text-align: right;
}

.topheader .fa {
	transform: rotateY(-180deg);
	margin-top: -1px;
	position: relative;
	top: 1px;
	right: 5px;
}

.topheader a {
	text-decoration: none;
	font-size: 17px;
}

header.masthead .header-content a.btn {
	border-radius: 8px;
	/*background: #9e9e9eed;*/
	text-transform: inherit;
	letter-spacing: 1px;
	font-size: 25px;
	border: 0;
	/*padding: 26px 50px;*/
	font-weight: 700;
	margin-bottom: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	/*background-color: #9e9e9e36;*/
	/*background-image: -webkit-linear-gradient(bottom, #9e9e9eed 8%, #9e9e9eed 82%);*/
	/*background-image: -moz-linear-gradient(bottom, #9e9e9eed 8%, #9e9e9eed 82%);*/
	/*background-image: -o-linear-gradient(bottom, #9e9e9eed 8%, #9e9e9eed 82%);*/
	/*background-image: -ms-linear-gradient(bottom, #9e9e9eed 8%, #9e9e9eed 82%);*/
	/*background-image: linear-gradient(to top, #9e9e9eed, #9e9e9e91);*/
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

header.masthead .header-content p.l_subheading{
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    color: #000000;
    margin-top: 20px;
    text-transform: capitalize;
}
.video-embed{
    width:100%;
    height:auto;
    margin:40px 0;
}
/*.video-embed.desktop{*/
/*   display:block;*/
/*}*/
.video-embed.mobile{
    display:none;
}
.video-embed iframe{
    width: 85%;
    height: 300px;
}
.search {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
}

.search * {
	outline: none;
	box-sizing: border-box;
}

.search__wrapper {
	position: relative;
}

.search__field {
	width: 50px;
	height: 50px;
	color: transparent;
	font-family: Lato, sans-serif;
	font-size: 1.35em;
	padding: 0.35em 50px 0.35em 0;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.search__field:focus {
	border-bottom-color: #ccc;
	width: 50vw;
	color: #2b2b2b;
	cursor: default;
}

.search__field:focus~.search__icon {
	background-color: transparent;
	cursor: pointer;
	pointer-events: auto;
}

.search__icon {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e9f1f4;
	width: 50px;
	height: 50px;
	font-size: 1.35em;
	text-align: center;
	border-color: transparent;
	border-radius: 50%;
	pointer-events: none;
	display: inline-block;
	transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
	position: relative;
	top: 0;
	left: 0;
	transition-property: top, color;
	transition-duration: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.search__field:-moz-placeholder {
	position: relative;
	top: 0;
	left: 0;
	transition-property: top, color;
	transition-duration: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.search__field::-moz-placeholder {
	position: relative;
	top: 0;
	left: 0;
	transition-property: top, color;
	transition-duration: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.search__field:-ms-input-placeholder {
	position: relative;
	top: 0;
	left: 0;
	transition-property: top, color;
	transition-duration: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
	color: #83b0c1;
	font-size: .65em;
	font-weight: normal;
	top: -20px;
	opacity: 1;
	visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
	color: #83b0c1;
	font-size: .65em;
	font-weight: normal;
	top: -20px;
	opacity: 1;
	visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
	color: #83b0c1;
	font-size: .65em;
	font-weight: normal;
	top: -20px;
	opacity: 1;
	visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
	color: #83b0c1;
	font-size: .65em;
	font-weight: normal;
	top: -20px;
	opacity: 1;
	visibility: visible !important;
}

.btnxcstm {
	background: #0d2040;
	color: #fff;
	text-align: center;
}

.btnxcstm a {
	color: #fff;
	padding: 20px 17px;
	display: inline-block;
	border-right: 1px solid #08aae8;
	text-decoration: none;
	font-size: 19px;
}

.btnxcstm a .fa,
.btnxcstm a .fa-map-marker-alt {
	color: #08aae8;
	margin-right: 20px;
}

.btnxcstm ul li {
	display: inline-block;
	margin-left: -4px;
}

.btnxcstm ul {
	margin-bottom: 0;
}

.btnxcstm ul li:last-child a {
	border: 0
}

.btnxcstm ul li i.fas.fa-chevron-right {
	margin-left: 11px;
}

.btnxcstm ul {
	padding-left: 0;
}

.topheader a img {
	max-width: 24px;
}

body {
	overflow-x: hidden;
}

@media (max-width: 767px) {
    header.masthead {
	    height: auto;
    }
    .video-embed {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
    }
    /*.video-embed.desktop{*/
    /*    display:none;*/
    /*}*/
    
	.topheader a img {
		max-width: 18px;
		margin-right: -10px;
	}
	.topheader a {
		font-size: 0;
	}
	.topheader a i {
		font-size: 23px;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.btnxcstm a .fa,
	.btnxcstm a .fa-map-marker-alt {
		margin-right: 10px;
	}
	.btnxcstm a {
		padding: 20px 9px;
		font-size: 16px;
		font-size: 15px;
	}
	.btnxcstm ul li i.fas.fa-chevron-right {
		margin-left: 6px;
	}
	header.masthead {
		padding-top: 10px;
		/*padding-bottom: 10px;*/
	}
}

@media (max-width: 991px) {
	.hide-btn {
		display: none;
	}
	#mainNav .navbar-toggler {
		border: 0;
		outline: none;
	}
	.topheader {
		margin-top: 0;
	}
	.menubottm .col-sm-7 .navbar-collapse {
		display: none !important;
	}
	div#navbarResponsive {
		margin-top: 10px;
	}
}

.navbar-expand-lg .navbar-toggler {
	display: block;
}

.navbar-expand-lg .navbar-collapse.collapse:not(.show) {
	display: none !important;
}

#navbarResponsive .navbar-nav {
	display: block;
}

nav#mainNav {
	background: #eceaea;
	background-color: #ececec;
	/*border-bottom: 1px solid #fff;*/
	padding: 15px 20px;
}

.coptright,
.coptright a {
	color: #333;
	font-size: 25px;
	font-weight: 700;
	text-decoration: none
}

.coptright a:hover {
	color: #09a95f;
}

.btncs li button {
	background: #08aae8;
	text-transform: inherit;
	letter-spacing: 1px;
	font-size: 34px;
	border: 0;
	padding: 10px 35px;
	font-weight: 700;
	border-radius: 0;
	min-width: 263px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.btncs li {
	display: inline-block;
	margin-top: 20px;
	margin-right: -4px;
}

button#yes {
	background: #2f942f;
	background: #2f942f;
	background-image: -webkit-linear-gradient(bottom, #125029, #91cc58);
	background-image: -moz-linear-gradient(bottom, #125029, #91cc58);
	background-image: -o-linear-gradient(bottom, #125029, #91cc58);
	background-image: -ms-linear-gradient(bottom, #125029, #91cc58);
	background-image: linear-gradient(to top, #125029, #91cc58);
	margin-left: 0px;
	border-radius: 10px;
}

.banner-style h2 {
	color: #000;
	font-size: 60px;
	font-weight: 700;
}

.banner-style a.btn.btn-outline.btn-xl.js-scroll-trigger {
	background: #9e9e9e36;
	margin-bottom: 60px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #91cc58;
	background-image: -webkit-linear-gradient(bottom, #91cc58, #91cc58);
	background-image: -moz-linear-gradient(bottom, #91cc58, #91cc58);
	background-image: -o-linear-gradient(bottom, #91cc58, #91cc58);
	background-image: -ms-linear-gradient(bottom, #91cc58, #91cc58);
	background-image: linear-gradient(to top, #125029, #91cc58);
}

a.Riskfree {
	border-radius: 0;
	background: #0e203e;
	text-transform: inherit;
	letter-spacing: 1px;
	font-size: 25px;
	border: 0;
	padding: 15px 35px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
}

@media (max-width: 767px) {
	#mainNav .navbar-toggler {
		max-width: 35px;
	}
	.topheader a img {
		max-width: 18px;
	}
	header.masthead .header-content h1,
	.banner-style h2 {
		font-size: 45px;
	}
	header.masthead .header-content h1 {
		max-width: 100%;
		padding-left: 30px;
		text-align: center;
	}
	.banner-style h2 {
		max-width: 410px;
	}
	header.masthead .header-content a.btn {
		font-size: 22px;
		position: absolute;
		bottom: 100px;
		left: 0;
		right: 0;
		padding: 15px 40px;
		margin-bottom: 0;
	}
	.btncs li button {
		font-size: 22px;
		padding: 15px 35px;
	}
	.btncs {
		/*margin: 0px -15px;*/
		/*position: absolute;*/
		/*bottom: 0;*/
		/*z-index: 999;*/
		/*left: 7px;*/
		/*right: 10px;*/
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btncs li {
		display: inline-block;
		margin-top: 0;
		margin-right: -4px;
		width: 50.0%;
	}
	.btncs li button {
		width: 100%;
		min-width: auto;
	}
	.coptright,
	.coptright a {
		color: #333;
		font-size: 15px;
	}
	footer {
		padding: 25px 20px;
	}
	header.masthead .header-content {
		margin-bottom: 0;
		text-align: left;
		height: calc(100% - 30px);
		width: 100%;
		max-width: 100%;
	}
	header.masthead .header-content>div {
		height: calc(100% - 50px);
		margin-top: 90px;
		position: relative;
	}
	.mb-auto,
	.my-auto {
		margin-bottom: -1px !important;
		margin-top: 0 !important;
		display: flex;
	}
	.container {
		max-width: 100%;
	}
	a.Riskfree {
		font-size: 17px;
		text-align: center;
		position: absolute;
		left: -15px;
		right: -15px;
		bottom: 0;
		padding: 23px 15px;
		font-weight: 300;
		margin-bottom: 0;
	}
	header.masthead .header-content .banner-style a.btn {
		bottom: 25px;
	}
	footer{
	    position: relative;
	}
}

@media (max-width: 520px) {
	header.masthead .header-content {
		height: calc(100% - 30px);
	}
}

@media (max-width: 480px) {
	.btncs li button {
		font-size: 20px;
		padding: 12px 35px;
	}
	header.masthead .header-content h1,
	.banner-style h2 {
		font-size: 25px;
		line-height: 32px;
		margin: 0 auto;
	}
	.coptright,
	.coptright a {
		color: #333;
		font-size: 14px;
	}
	header.masthead .header-content h1 {
		max-width: 235px;
		padding-left: 15px;
	}
	header.masthead .header-content p.l_subheading{
	    font-size: 24px;
	}
	.getApproved_process p.getApproved_heading, .getApproved_process li{
	    font-size: 18px !important;
	}
	.banner-style h2 {
		max-width: 280px;
	}
	header.masthead .header-content a.btn {
		bottom: 60px;
	}
	a.Riskfree {
    font-size: 14px;
	}
}

@media (max-width: 420px) {
	header.masthead .header-content a.btn {
		font-size: 16px;
		padding: 9px 30px;
		bottom: 90px; 
	}
	header.masthead .header-content .banner-style a.btn {
		font-size: 15px;
		padding: 10px 10px;
	}
}

/*header.masthead .header-content .banner-style a.btn:before {*/
/*	    content: '';*/
/*    background: url(../img/arrow-new.png);*/
/*    position: absolute;*/
/*    top: -154px;*/
/*    left: 50px;*/
/*    width: 111px;*/
/*    height: 147px;*/
/*    background-size: cover;*/
/*}*/

button#No {
	background-image: -webkit-linear-gradient(bottom, #0e203e 8%, #00aeef 82%);
	background-image: -moz-linear-gradient(bottom, #0e203e 8%, #00aeef 82%);
	background-image: -o-linear-gradient(bottom, #0e203e 8%, #00aeef 82%);
	background-image: -ms-linear-gradient(bottom, #0e203e 8%, #00aeef 82%);
	background-image: linear-gradient(to top, #0e203e 8%, #00aeef 82%);
	margin-left: 5px;
	border-radius: 10px;
}

@media (max-width: 767px) {
	header.masthead {
		/*background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/getuscar banner.png");*/
		background-position: unset !important;
		background-size: cover !important;
		background-image: url("../img/getuscar_banner_767.png");
		display: block;
        background: rgba(255,255,255,0.17);
        background-image: url(//d9hhrg4mnvzow.cloudfront.net/deals.carfixcredit.com/be-one-genius/08fa295e-untitled-1-1_10go1mi000000000000028.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        border-style: none none none none;
        border-width: undefinedpx;
        border-color: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        border-radius: 0px;
        width: 100%;
        height: auto;
        position: relative;
}
	}



@media screen and ( max-height: 420px) {
	header.masthead {
		    height: 100vh;
	}
	header.masthead .header-content a.btn {
    font-size: 16px;
}
a.Riskfree {
    font-size: 16px;
    }
	header.masthead .header-content {
		height: inherit !important;
	}
	.h-100 {
		height: inherit !important;
	}
	footer {
		position: relative;
	}
	.btncs {
		position: relative;
		margin-top: 20px;
	}
	header.masthead .header-content a.btn {
		position: relative;
		display: inline-block;
		bottom: 0 !important;
	}
	.banner-style a.btn.btn-outline.btn-xl.js-scroll-trigger {
		margin-bottom: 30px;
	}
	a.Riskfree {
		position: relative;
		left: -20px;
		right: 0;
		bottom: 0;
		padding: 23px 15px;
		width: calc(100% + 40px);
		display: block;
	}
	header.masthead .header-content h1, .banner-style h2 {
    font-size: 40px;
}
}
header.masthead .header-content a.btn:after{
	                content: '';
    background: url(../img/arrow-new.png);
    position: absolute;
    top: -216px;
    left: 50px;
    width: 110px;
    height: 200px;
    background-size: cover;
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px)
and (orientation : landscape)
{ 
    
header.masthead .header-content a.btn:after
    {
	            content: '';
    background: url(../img/arrow.png);
    position: absolute;
    top: -51px;
    left: 20px;
    width: 75px;
    height: 60px;
    background-size: cover;
}
}


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
      
         header.masthead .header-content a.btn:after
    {
	            content: '';
    background: url(../img/arrow-new.png);
    position: absolute;
    top: -149px;
    left: 0px;
    width: 105px;
    height: 140px;
    background-size: cover;
}

}
@media only screen 
  and (min-device-width: 601px) 
  and (max-device-width: 962px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
      
         header.masthead .header-content a.btn:after
    {
	            content: '';
    background: url(../img/arrow-new.png);
    position: absolute;
    top: -181px;
    left: 60px;
    width: 103px;
    height: 193px;
    background-size: cover;
}

}
.grid {
  display: grid;
  grid-template-rows: repeat(4, 250px);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin:0px auto;
  max-width:1000px;
  padding: 10px 0 40px 0;
}

.grid > .item {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /*border: 4px #fff solid;*/
  width: 100%;
  position: relative;
}

.item:nth-child(1) {
  grid-row: 1 / 1;
}
.item:nth-child(2) {
  grid-column: 2 / 2;
}
.item:nth-child(3) {
    grid-column: 1 / 2;
}
.item:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}
.item:nth-child(6){
    grid-column: 1 / 2;
    grid-row: 3/5;
}
.item:nth-child(13){
    grid-column: 3/3;
    grid-row: 5/7;
}
.item:nth-child(14){
    grid-column: 1/3;
}
.item:nth-child(8){
    grid-row: 3/5;
}
.delivered-cars .bg-overlay {
    background-color: rgba(46, 181, 113, 0.68);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.delivered-cars {
    background-image: url(../img/18aa12fd-handshake-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 880px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.delivered-cars h3 {
    font-size: 42px;
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    line-height: 60px;
    /*margin: 48px 0 40px 0;*/
    padding-top: 20px;
}
@media only screen and (max-width: 480px) {
    
    .grid > .item{
    width:100%;
    height:400px;
    margin-bottom:30px;
    margin-top:30px;
    }
    .grid {
    display: unset;
}
}

/* Youtube Play Button */
.wrapper {
	max-width: 680px;
	margin: 60px auto;
	padding: 0 20px;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}



/* Slick Slider Custom CSS */
.slick-slider
  {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
  }
  .slick-list:focus
  {
    outline: none;
  }
  .slick-list.dragging
  {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track
  {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after
  {
    display: table;

    content: '';
  }
  .slick-track:after
  {
    clear: both;
  }
  .slick-loading .slick-track
  {
    visibility: hidden;
  }

  .slick-slide
  {
    display: none;
    float: left;
    margin-top: 0px;
    height: 100%;
    min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
    float: right;
  }
  .slick-slide img
  {
    display: block;
  }
  .slick-slide.slick-loading img
  {
    display: none;
  }
  .slick-slide.dragging img
  {
    pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
    display: block;
  }
  .slick-loading .slick-slide
  {
    visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
    display: block;

    height: auto;

    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }

  .slick-dots {
    display: flex;
    justify-content: center;
    /* margin: 30px;*/
    /* position: absolute;*/
    padding: 2rem 0;
    /* margin-top: 35px;*/
    list-style-type: none;
  }
  .slick-dots li {
    margin: 0 0.50rem;
  }

  .slick-dots li.slick-active button {
    background-color: #FFFFFF;
  }

  .slick-dots button {
    background: #B1ADAD;
    border: 0px solid #FFFFFF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    margin: 0px 0px;
  }


  .slick-prev.slick-arrow {
    background-image: url("/img/slider-previous-arrow.png");
    content: "";
    color: transparent;
    height: 58px !important;
    width: 42px !important;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);*/
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    top:auto;
    bottom: -92px;
    left: 365px;
    position: absolute;
    cursor: pointer;
    z-index: 555;
  }

  .slick-next.slick-arrow {
    background-image: url("/img/slider-next-arrow.png");
    content: "";
    color: transparent;
    height: 58px !important;
    width: 42px !important;
    /*box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);*/
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    top: auto;
    bottom: -92px;
    right:  365px;
    position: absolute;
    cursor: pointer;
    z-index: 556;
  }

  /*  
  .slick-prev::before {
  background-image: url("https://user-assets-unbounce-com.s3.amazonaws.com/d895cc81-7683-4faa-a70f-82ececa50ada/e0d0d186-8122-4097-9629-31e3b8d97115/export-arrow-left.original.svg");
  content: "";
  color: transparent;
  height: 32px !important;
  width: 150px !important;
  background-repeat: no-repeat;
  font-size: 42px;
  }
  .slick-next::before {
  background-image: url("https://user-assets-unbounce-com.s3.amazonaws.com/d895cc81-7683-4faa-a70f-82ececa50ada/47774c48-e8c2-44a7-8e0f-ad7f676bee4d/export-arrow-right.original.svg");
  content: "";
  color: transparent;
  height: 32px !important;
  width: 150px !important;
  background-repeat: no-repeat;
  font-size: 42px;
  }
  */
  .slick-next, .slick-prev {
    width: 19px;
    height: 32px;
    font-size: 0px;
    border: none;
    background: none;
  }


  .slick-slide img.desk {
   max-width: 335px;
   
    display: block;
    /*margin: auto;*/
    /*margin-top: 50px;*/
  }

  .slick-slide img.mob {
    width: 350px;
    height: auto;
    display: block;
    /*margin: 0 auto;*/
  }

  @media only screen and (max-width: 767px) {
    .slick-slide img.desk {
      display: none;
    }

    .slick-slide img.mob {
      display: block;
      width: 350px;
    }

    .slick-dots {
      position: relative;
    }

    .slick-next.slick-arrow {
      bottom: -75px;
      right: 38%;
      top: auto;
      width: 30px  !important;
      height: 55px !important;
      background-size: contain;
    }

    .slick-prev.slick-arrow {
      bottom: -75px;
      left: 38%;
      top: auto;
      width: 30px  !important;
      height: 55px !important;
      background-size: contain;
    }

    .slick-dots {
      display: flex;
      justify-content: center;
      /* margin: 30px; */
      /* position: absolute; */
      padding: 0rem 0;
      margin-top: 45px;
      list-style-type: none;
    }
}

.mobile{
    display:none;
}

header.masthead .banner_column{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    margin-top: 70px;
}

@media only screen and (max-width: 991px){
    .video-embed.desktop {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .masthead .container .h-mob{
        height: 100% !important;
    }
    
    .slick-slide img.desk{
        max-width: 400px;
        margin-left: 20px;
        display: flex;
    }
    
    .slick-prev.slick-arrow{
        bottom: -80px;
        left: 160px;
    }
    
    .slick-next.slick-arrow{
        bottom: -80px;
        right: 350px;
    }
    
   
    
}    

@media only screen and (max-width: 1200px){
    .masthead{
        background-position: 70% 70% !important;
    }
    .slick-slide img.desk{
        max-width: 220px;
    }
    
        .slick-prev.slick-arrow{
        bottom: -80px;
        left: 290px;
    }
    
    .slick-next.slick-arrow{
        right: 320px;
        bottom: -80px;
    }
    
}

@media only screen and (max-width: 1024px){
    .video-embed.mobile{
        display: block;
        margin: 50px 0;
    }
    .video-embed.desktop {
        display: none;
    }
}

.getApproved_section{
    margin: 100px 0 50px 0px;
}

.getApproved_process p.getApproved_heading,
.getApproved_process li
{
    font-size: 24px;
    color: rgb(52, 58, 64);
    font-weight: 600;
}

.getApproved_process p{
    font-size: 20px;
    color: rgb(52, 58, 64);
}
.getApproved_process .getApproved_btn{
    background: rgba(39,174,96,1);
    color: #fff;
    text-decoration: none;
    padding: 20px 20px;
    border-radius: 0;
    margin-top: 20px;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    width: 355px;
}

.getApproved_section a.getApproved_btn img{
    height: 30px;
    width: 30px;
    font-size: 22px;
    margin-right: 10px;
}

header.masthead .mobile_banner{
    display: none;
}

@media only screen and (max-width: 767px){
    header.masthead .mobile_banner{
        display: block;
    }
    
    header.masthead .mobile_banner .banner_image_mob img
    {
        height: 450px;
        width: 287px;
    }
    header.masthead .header-content .banner_image_mob{
        display: flex;
        justify-content: center;
        align-items: center;
        zoom: 1.2;
        margin: 35px 0 5px 0;
    } 
    header.masthead .header-content p.l_subheading{
        text-align: center;
        margin-top: 0;
    }
    .slick-slide img.mob{
        margin: 0 auto;
    }
    
    header.masthead .getApproved_process .getApproved_btn{
        width: 100%;
    }
    
    header.masthead .getApproved_section{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .getApproved_process p.getApproved_heading, .getApproved_process li{
	    font-size: 20px !important;
	}
}

.delivered-cars .item .image_overlay{
    background: rgba(0,0,0,0.57);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    padding-top: 5px;
}

.delivered-cars .item .image_overlay .insta_ids{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.delivered-cars .item .image_overlay .insta_ids svg{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

header.masthead .zdt_section,
header.masthead .zdt_slider_section{
    display: flex;
    justify-content: center;
    align-items: center;
}

header.masthead .masthead_overlay{
    height: 100%;
    background: rgba(239,236,231,0.79);
    width: 100%;
}

header.masthead .zdt_slider_section .mb{
    margin: 0 0 120px 0;
}

@media only screen and (min-width: 1400px){
    .slick-prev.slick-arrow{
        
        left: 470px;
    }
    .slick-next.slick-arrow{
        
        right: 470px;
    }
}

@media only screen and (max-width: 1024px){
    .slick-slide img.mob{
        width: 330px;
    }
    header.masthead .zdt_slider_section{
        display: none;
    }
    header.masthead .masthead_overlay{
        padding-bottom: 10px;
    }
    
    
}

@media only screen and (max-width: 600px){
    header.masthead{
        background-image: url("../img/header_background_mb.png");
    }
    header.masthead .masthead_overlay{
        background: unset !important;
    }
}

section#shadow-host-companion{
    display: none;
}

header.masthead .ztn_btn_section a.btn_yes{
    background: linear-gradient(#91CC58, #125029);
    border-radius: 12px;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    padding: 20px 15px;
    width: 50%;
    text-decoration: none;
}
header.masthead .ztn_btn_section a.btn_yes:hover{
    color: #ffffff;
}

header.masthead .ztn_btn_section a.btn_no{
    border-style: none;
    border-radius: 0px;
    background: rgba(14,32,62,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    padding: 20px 15px;
    text-align: center;
    margin-top: 10px;
    width: 50%;
    text-decoration: none;
}

@media only screen and (max-width: 1024px){
    header.masthead .ztn_btn_section a.btn_yes,
    header.masthead .ztn_btn_section a.btn_no
    {
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    header.masthead .ztn_btn_section a.btn_yes,
    header.masthead .ztn_btn_section a.btn_no
    {
        font-size: 20px;
        padding: 15px 20px;
    }
    header.masthead .ztn_btn_section{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px){
    header.masthead .ztn_btn_section a.btn_yes,
    header.masthead .ztn_btn_section a.btn_no
    {
        font-size: 16px;
        padding: 10px 20px;
    }
}