
:root {
	--primary-color: #3775fd;
}

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


/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */

/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999999;
	display: none;
	bottom: 0;
	right: 0;
}
.video-popup.show{
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video, .expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
	}
}
/*Video Popup End----*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	background: #FFFFFF;
	counter-reset: my-sec-counter;
}
a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.container {
	width: 100%;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.sec-m {
	margin-top: 80px;
	margin-bottom: 80px;
}
.sec-p {
	padding-top: 80px;
	padding-bottom: 80px;
}
.heading {
	font-size: 50px;
	font-weight: 700;
	color: #272321;
	line-height: normal;
}
.heading span {
	color: var(--primary-color);
}
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.min-header.fixed {
	background: #0f2044;
}
.min-header {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 0;
}
.header-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.str-rating p {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.str-rating p span {
	color: #f79726;
	margin-right: 10px;
}
.header-call {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.header-call .call {
	font-size: 26px;
	font-weight: 700;
	color: #FFFF;
	text-align: center;
}
.call.call-pop {
	display: block;
	cursor: pointer;
}
.header-call .call span {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
.header-call .call:hover {
	color: var(--primary-color);
}
.header-call .btn {
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	border-radius: 10px;
	background: var(--primary-color);
	padding: 14px 32px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}
.header-call .btn:hover {
	border-color: var(--primary-color);
	background: transparent;
	color: var(--primary-color);
}
/* pop form */
/* header call popup */
.rsSidebar {
	position: fixed;
	inset: 0;
	margin: auto;
	background: rgba(0 0 0 / .6);
	z-index: 99999;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
}
.rsSidebar.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.rsSidebar__wrap {
	background-color: var(--primary-color);
	padding: 40px;
	border-radius: 3px;
	position: relative;
	margin-top: 60px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
	max-width: 350px;
	border-radius: 20px;
}
.rsSidebar__wrap__title,
.rsSidebar__wrap h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.rsSidebar__wrap button.btn-close {
	position: absolute;
	top: 24px;
	right: 15px;
	font-size: 30px;
	line-height: .8;
	color: #fff;
}
.con_pa_form input:focus,
.con_pa_form textarea:focus {
	border-color: #0f2044;
}
.con_pa_form input#Data {
	display: none;
}
.con_pa_form button {
	background: #0f2044;
	border: 1px solid #0f2044;
	border-radius: 3px;
	cursor: pointer;
	font-size: 17px;
	letter-spacing: .5px;
	color: #FFF;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: bold;
	margin-top: 18px;
}
.con_pa_form button:hover {
	background: transparent;
	color: #0f2044;
}
#contact-page-form input {
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
	height: 28px;
	line-height: 26px;
	font-size: 16px !important;
	padding: 0 10px;
	margin: 5px 0;
	color: #fff;
	width: 100%;
	height: 44px;
}
.con_pa_form select {
	padding: 0px 7px;
	background: var(--primary-color);
}

/* Banner Section ------ */
.banner-sec {
	padding: 210px 0 60px 0;
	background: url('../images/bannerBg.jpg') no-repeat;
	background-size: cover;
}
.banner-con .wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	gap: 50px;
	justify-content: center;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}
.banner-con .wrp span {
	font-size: 200px;
	font-weight: 700;
	line-height: .8;
	/* color: var(--primary-color); */
	color: #fff;
	position: relative;
	float: left;
}
.banner-con .wrp span::before {
	content: '$';
	position: absolute;
	top: 10px;
	left: -6px;
	font-family: Roboto;
	font-size: 26px;
	font-weight: 600;
	color: #FFF;
}
.wrp-left-head {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.banner-con .wrp .wrp-left-head span:last-child::before {
	display: none;
}
.wrp-right-head {
	border: 2px dotted #ccc;
	padding: 40px;
	border-radius: 20px;
	max-width: 700px;
	background: #fff;
	position: relative;
}
.wrp-right-head:after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/discount.svg);
}
.banner-con .wrp-right-head p {
	color: #444;
}
.banner-con .wrp-right-head h2 {
    color: #444;
}
.banner-con .wrp-right-head h2 strong {
    color: var(--primary-color);
}
.banner-con h1 {
	font-size: 70px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 30px;
	line-height: 110%;
}
.banner-con h2 {
	font-size: 26px;
	line-height: normal;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.banner-con p {
	font-size: 18px;
	font-weight: 400;
	color: #FFFF;
}
.banner-con ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px 60px;
	margin: 60px auto;
	max-width: 1200px;
	justify-content: flex-start;
	align-items: center;
}
.banner-con ul li {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 33px;
	flex: 300px;
	text-transform: capitalize;
}
.banner-con ul li::before {
	content: '★';
	position: absolute;
	top: 0;
	left: 0;
	color: var(--primary-color);
}
.quote-car {
	border-radius: 20px;
	background: rgba(255,255,255,.1);
	padding: 35px 40px;
	max-width: 1340px;
	margin: 0 auto;
}
.quote-car .title {
	font-size: 34px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 30px;
	display: block;
}
.quote-car .title span {
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
}
.quote-car form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
}
.quote-car input {
	font-size: 18px;
	font-weight: 500;
	color: #444;
	border-radius: 10px;
	background: #fff;
	padding: 16px;
	width: 100%;
	flex: 1;
}
div#response_2, div#response {
	flex: 0 0 100%;
}
.quote-car input::-webkit-input-placeholder, .quote-car input::-moz-placeholder, .quote-car input:-ms-input-placeholder, .quote-car input::-ms-input-placeholder, .quote-car input::placeholder{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	color: #666;
}
.quote-car button {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	border-radius: 10px;
	background: var(--primary-color);
	padding: 17px;
	min-width: 140px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.quote-car button:hover {
	background: #2e57b1;
}
.banner-brand {
	position: relative;
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	justify-content: center;
}
.banner-brand p {
	font-weight: 500;
	line-height: 26px;
	max-width: 445px;
}
.banner-brand::before {
	content: '';
	display: block;
	max-width: 445px;
	width: 100%;
	height: 60px;
	background: url('../images/sp.svg') no-repeat;
	background-position: top -339px left 0;
}
.banner-brand::after {
	content: '';
	display: block;
	max-width: 340px;
	width: 100%;
	height: 77px;
	background: url('../images/accolades-group.png') no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.all-brand-sec {
	text-align: center;
	padding: 60px 15px;
	overflow: auto;
}
.all-brand-sec img {
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
}
/* best-rate-sec  */
.best-rate-sec {
	padding: 60px 0;
	background: var(--primary-color);
	background-size: cover;
}
.best-rate-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0px;
	justify-content: center;
	align-items: center;
}
.best-rate {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.best-rate p {
	font-size: 24px;
	font-weight: 700;
	color: #272321;
	text-transform: uppercase;
	background: #FFF;
	padding: 30px;
}
.best-rate.left p {
	text-align: right;
}
.best-rate p span {
	position: relative;
	color: #F79726;
	margin-right: 10px;
}
.best-rate.left p span::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -27px;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url('../images/sp.svg') no-repeat;
	background-position: top 0 left -399px;
}
.best-cen {
	width: 197px;
	height: 250px;
	background: url('../images/sp.svg') no-repeat;
	background-position: top -466px left -274px;
}
.best-rate .aws {
	display: block;
	margin-top: 30px;
	max-width: 680px;
	display: none;
}
.best-rate.left .aws {
	margin-left: auto;
}
/* Why Choose Section ------ */
.why-choose-sec.seuppor {
	margin: 140px 0 100px 0;
}
.why-choose-wrp {
	max-width: 1665px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
}
/* left */
.choose-left {
	max-width: 500px;
	width: 100%;
}
.choose-left ul li {
	font-size: 24px;
	font-weight: 700;
	color: #272321;
	position: relative;
	padding: 40px 0 40px 100px;
	border-bottom: 1px dashed rgb(39 35 33 / 40%);
	text-transform: capitalize;
}
.choose-left ul li a {
	color: #272321;
}
.choose-left ul li a:hover {
	text-decoration: underline;
}
.choose-left ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.choose-left ul li span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}
.choose-left ul li::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 63px;
	height: 63px;
	background: url('../images/sp.svg') no-repeat;
}
.choose-left ul li.wep::before {
	background-position: top -97px left 1px;
}
.choose-left ul li.exc::before {
	background-position: top -97px left -114px;
}
.choose-left ul li.lim::before {
	background-position: top -93px left -229px;
}
.choose-left ul li.off::before {
	background-position: top -97px left -343px;
}
.choose-left ul li.chat::before {
	background-position: top -211px left -117px;
}
.choose-left ul li.call::before {
	background-position: top -211px left -226px;
}
.choose-left ul li.mail::before {
	background-position: top -211px left -333px;
}
/* right */
.choose-right {
	position: relative;
	z-index: 2;
	max-width: 1020px;
	width: 100%;
	background: url('../images/chooseRightBg.jpg') no-repeat;
	background-size: cover;
	padding: 80px 15px 150px 90px;
}
.choose-right h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 68px;
	color: #FFF;
	max-width: 560px;
	margin-bottom: 25px;
}
.choose-right p {
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 50px;
}
.choose-right button,
.choose-right a {
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	border-radius: 10px;
	background: var(--primary-color);
	padding: 14px 32px;
	border: 1px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.choose-right button:hover,
.choose-right a:hover {
	background: transparent;
	border-color: var(--primary-color);
}
.choose-right::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: -67px;
	right: 0;
	width: 100%;
	height: 100%;
	/* background-image: url('../images/chooseCar.png'); */
	background-repeat: no-repeat;
	background-position: bottom right;
}
.why-choose-sec.seuppor .choose-right::after {
	/* background-image: url('../images/redCarBg.png'); */
}
.choose-right form {
	max-width: 360px;
}
.choose-right form input {
	width: 100%;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(39, 35, 33, 0.5);
	margin-bottom: 30px;
}
.choose-right form input::-webkit-input-placeholder {
	border-radius: 10px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
}
.choose-right form input::-moz-placeholder {
	border-radius: 10px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
}
.choose-right form input:-ms-input-placeholder {
	border-radius: 10px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
}
.choose-right form input::-ms-input-placeholder {
	border-radius: 10px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
}
.choose-right form input::placeholder {
	border-radius: 10px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
}
.con_pa_form button {
	background: #0f2044;
	border: 1px solid #0f2044;
	border-radius: 3px;
	cursor: pointer;
	font-size: 17px;
	letter-spacing: .5px;
	color: #FFF;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	width: 100%;
	height: 46px;
}
/* Get Instant Section */
.get-ins-sec {
	padding: 75px 0;
	background: url('../images/getInsBg.jpg') no-repeat;
	background-size: cover;
}
.get-ins-sec .quote-car {
	max-width: 1396px;
	margin: auto;
}
/* No Nonsense Section */
.no-non-sec {
	padding: 80px 0 160px 0;
	background: url('../images/car/carBg.jpg') no-repeat;
	background-position: top center;
}
.no-non-head {
	margin-bottom: 65px;
}
.no-non-list {
	position: relative;
	max-width: 1000px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px 85px;
}
.no-non-list::after {
	content: '';
	position: absolute;
	bottom: 68px;
	left: 0;
	right: 0;
	margin: auto;
	width: 85%;
	height: 0;
	border: 1px dashed rgb(40 40 40 / 25%);
}
.no-non-list li {
	position: relative;
	padding-top: 40px;
}
.no-non-list li::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter, decimal-leading-zero);
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 75px;
	font-weight: 900;
	line-height: 75px;
	color: transparent;
	-webkit-text-stroke: 2px rgb(40 40 40 / 15%);
}
.no-non-list li img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	display: block;
}
.no-non-list li p {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #272321;
	position: relative;
	padding-top: 33px;
}
.no-non-list li p::before {
	content: '';
	position: absolute;
	z-index: 3;
	top: 7px;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: var(--primary-color);
	border-radius: 100px;
	border: 4px solid #d9d9d9;
}
.no-non-list li p::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 35px;
	height: 26px;
	background: #f8f8f8;
}
/* Same Car Section  */
.same-car-sec {
	position: relative;
	z-index: 2;
}
.same-car-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -209px;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: url('images/dubleCarBg.png') no-repeat; */
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.same-car-sec .container {
	max-width: 1090px;
}
.price-head {
	margin: 60px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
.same-car-head p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #272321;
	text-transform: uppercase;
	margin-top: 14px;
}
.price-logo {
	padding-bottom: 30px;
	border-bottom: 1px dashed rgb(39 35 33 / 25%);
	max-width: 400px;
	width: 100%;
	text-align: center;
}
.price-logo p {
	font-size: 30px;
	font-weight: 700;
	line-height: 52px;
	color: #272321;
}
.price-cen p {
	font-size: 60px;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
	color: rgb(39 35 33 / 25%);
}
.price-cen p span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	color: #272321;
	opacity: 0.5;
	margin-top: 12px;
}
.better-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bt-list {
	max-width: 400px;
	width: 100%;
}
.bt-list li {
	position: relative;
	border-radius: 10px;
	background: #f8f8f8;
	padding: 12px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	border: 1px solid rgb(0 52 89 / 25%);
}
.bt-list li p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #272321;
}
.bt-list li:last-child {
	text-align: center;
	display: block;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 0;
}
.bt-list li span, .bt-list li:last-child a {
	padding: 12px 30px;
	color: #272321;
	width: 100%;
	border-radius: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
}
.bt-list.left li:last-child::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -16px;
	margin: auto;
	width: 15px;
	height: 11px;
	background: rgb(0 52 89 / 25%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 39% 48%);
	clip-path: polygon(0 0, 0% 100%, 39% 48%);
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.bt-list.left li:last-child:hover::after,
.bt-list.left li:last-child a:hover {
	background: var(--primary-color);
	color: #FFF;
}
.bt-list.right li a {
	background: var(--primary-color);
	color: #FFF;
}
.bt-list.right li a:hover {
	background: transparent;
	color: #272321;
}
.sm-pr {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sm-pr p {
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	color: var(--primary-color);
}
.sm-pr p:first-child {
	color: #272321;
	opacity: 0.5;
}
.sm-pr p:last-child {
	font-size: 28px;
}
.price-cn {
	margin-top: 50px;
	max-width: 730px;
	text-align: center;
	margin-inline: auto;
}
/* Counter Section  */
.counter-section {
	padding: 90px 0;
	background: url('../images/getInsBg.jpg') no-repeat;
	background-size: cover;
}
.counter-section .container {
	max-width: 1340px;
}
.counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-counter {
	padding-left: 65px;
	position: relative;
}
.single-counter:not(:last-child) {
	padding-right: 50px;
	margin-right: 50px;
	border-right: 1px solid rgb(255 255 255 / 25%);
}
.single-counter h2 {
	font-size: 43px;
	font-weight: 700;
	line-height: 40px;
	color: #FFF;
	margin-bottom: 10px;
}
.single-counter p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #FFF;
}
.single-counter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	background: url('../images/sp.svg') no-repeat;
}
.single-counter.two::before {
	background-position: top 0 left -97px;
}
.single-counter.three::before {
	background-position: top 0 left -198px;
}
.single-counter.four::before {
	background-position: top 0 left -296px;
}
/* What Our Customers Section  */
.what-our-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 114px;
	max-width: 1780px;
}
/* Left */
.what-our-left {
	position: relative;
	max-width: 915px;
	width: 100%;
	background: url('../images/ReveiwBg.jpg') no-repeat;
	background-size: cover;
}
.what-our-left::after {
	content: '';
	position: absolute;
	bottom: -40px;
	right: -50px;
	width: 170px;
	height: 170px;
	border: 12px solid #FFF;
	border-radius: 100px;
	background: var(--primary-color) url('../images/sp.svg') no-repeat;
	background-position: top -159px left 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* right  */
.what-our-right {
	max-width: 755px;
	padding-top: 70px;
}
.what-our-right h2 {
	font-size: 40px;
}
.what-review {
	margin-top: 70px;
}
.single-review h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	color: #272321;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 34px;
	text-transform: capitalize;
}
.single-review h3 span {
	color: var(--primary-color);
	font-size: 24px;
}
.single-review .dlr {
	display: block;
	position: relative;
	padding-top: 60px;
	padding-bottom: 50px;
	font-weight: 600;
}
.single-review .dlr::after {
	content: '';
	position: absolute;
	top: 28px;
	right: 0;
	width: 78px;
	height: 78px;
	background: url('../images/accolades-group.png') no-repeat;
}
.single-review .dlr.google::after {
	background-position: 0 0;
}
.single-review .dlr.yelp::after {
	background-position: -86px 0;	
}
.single-review .dlr.dealer-rater::after {
	background-position: -262px 0;	
}
.single-review .dlr.cars::after {
	background-position: -174px 0;
}
.what-review .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9px;
}
.what-review .slick-dots li button {
	display: block;
	font-size: 0;
	width: 51px;
	height: 10px;
	border-radius: 100px;
	background: #272321;
	opacity: 0.15;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.what-review .slick-dots li.slick-active button {
	width: 109px;
	background: var(--primary-color);
	opacity: 1;
}
.caro-btn {
	text-align: right;
	margin-top: 40px;
}
.caro-btn a {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: var(--primary-color);
	padding-right: 38px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.caro-btn a:after {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	width: 24px;
	height: 22px;
	background: url('../images/Arrow-right.png') no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.caro-btn a:hover::after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
/* Our Support Section  */
.choose-left p {
	margin-top: 25px;
}
/* Footer Section  */
.footer-top {
	padding: 60px 0;
	background: url('../images/getInsBg.jpg') no-repeat;
	background-size: cover;
}
.footer-top .container {
	max-width: 1560px;
}
.footer-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 40px 0px 0px;
}
.footer-wrp p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	width: 70%;
}
.copy-right {
	text-align: center;
	padding: 20px 15px;
	background: var(--primary-color);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
}
.bt-list li p:first-child {
	width: 100%;
	max-width: 130px;
}
.overflow-auto.mobile {
	display: none;
}
.grecaptcha-badge {
	left: 0 !important;
	bottom: -13px!important;
}
.min-footer ul {
	display: flex;
	gap: 30px;
	justify-content: flex-start;
	margin: 30px 0px;
}
.min-footer ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.get-started {
	position: fixed;
	z-index: 149;
	top: 47%;
	right: 0;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	border-radius: 5px 5px 5px 0px;
	background: #9dc032;
	backdrop-filter: blur(5px);
	padding: 50px 10px 17px 10px;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
.get-started::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 7px;
	width: 27px;
	height: 26px;
	background: url('../images/getIcon.png') no-repeat;
	transform: rotate(180deg);
}
.quote-car form p span {
	width: auto;
	max-width: unset;
}
.quote-car form p span input {
	width: 100%;
}
.quote-car form p {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(5, 1fr);
	width: 100%;
	max-width: 100%;
}
.quote-car input#form-send {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	border-radius: 10px;
	background: var(--primary-color);
	padding: 17px;
	min-width: 140px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}


.single-review p {
	font-style: italic;
}
.choose-left ul li.mail {
    text-transform: unset;
}
/* RESPONSIVE CSS ----------------- */
@media all and (max-width:1700px){
	/* Header Top  */
	.header-wrp {
		gap: 20px;
	}
	.header-call .btn {
		font-size: 16px;
		padding: 12px;
	}
	/* Why Choose Section */
	.why-choose-wrp {
		padding-left: 15px;
	}
	/* Same Car Section */
	.same-car-sec::after {
		top: -132px;
		background-size: contain;
	}
	/* Our Support Section */
	.what-our-wrp {
		gap: 70px;
		padding-right: 15px;
	}
}
/*1700 End */
@media all and (max-width:1440px){
	/* Header Top  */
	.min-header {
		padding: 20px 0;
	}
	.header-wrp .logo img {
		max-width: 180px;
	}
	.str-rating p {
		font-size: 16px;
	}
	.header-call .call {
		font-size: 20px;
	}
	.header-call .call span {
		margin-top: 0;
	}
	/* Banner Section  */
	.banner-sec {
		padding: 170px 0 50px 0;
		background-position: right center;
	}
	.banner-con ul {
		gap: 15px;
		margin: 30px auto;
	}
	.banner-brand {
		margin-top: 30px;
		gap: 20px;
	}
	.banner-con .wrp span {
		padding-left: 15px;
	}
	.banner-con .wrp span::before {
		left: 0;
	}
	.banner-con .wrp span {
		font-size: 150px;
	}
	.banner-con h1 {
		font-size: 46px;
		margin-bottom: 15px;
	}
	.banner-con h2 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.banner-con p {
		font-size: 14px;
		margin-top: 10px;
	}
	/* Best Rate Section */
	.best-rate p {
		font-size: 16px;
		padding: 9px;
	}
	.best-rate-wrp {
		gap: 30px;
	}
	.best-cen {
		width: 143px;
		height: 175px;
		background-position: top -333px left -193px;
		background-size: 386px;
	}
	.best-rate.left .aws {
		padding-left: 15px;
	}
	.best-rate.right .aws {
		padding-right: 15px;
	}
	/* Why Choose Section */
	.choose-left {
		max-width: 400px;
	}
	.choose-right {
		padding: 40px;
	}
	.choose-right h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	/* Our Support Section */
	.what-our-left {
		border-radius: 0 65px 0 0;
	}
	.what-our-left::after {
		bottom: -27px;
		right: -30px;
	}
	.what-our-right {
		max-width: 50%;
		padding-top: 40px;
	}
	.what-our-right h2 {
		font-size: 32px;
	}
	.what-review {
		margin-top: 40px;
	}
	.single-review h3 {
		font-size: 22px;
		line-height: normal;
		margin-bottom: 15px;
	}
	.single-review h3 span {
		font-size: 18px;
	}
	.single-review .dlr {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.single-review .dlr::after {
		top: 8px;
	}
	.wrp-right-head {
		max-width: 490px;
	}
}
@media all and (max-width:1300px){


.header-call .btn {
	font-size: 14px;
	padding: 12px;
}
.text-logo {
	font-size: 20px;
}
.header-wrp {
	gap: 40px;
}
}

/*1440 End */
@media all and (max-width:1200px){
	.heading {
		font-size: 40px;
	}
	
	.sec-m {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.sec-p {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	/* Header Top  */
	.header-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 5px 20px;
	}
	.header-wrp .logo img {
		max-width: unset;
	}
	.str-rating {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		text-align: center;
	}
	/* Banner Section  */
	.banner-con ul {
		gap: 5px;
	}
	.all-brand-sec {
		padding: 20px 15px;
	}
	/* Why Choose Section */
	.choose-right h2 {
		font-size: 33px;
	}
	.choose-right::after {
		background-size: contain;
	}
	/* No Nonsense Sectio */
	.no-non-sec {
		padding-top: 50px;
	}
	.no-non-head {
		margin-bottom: 40px;
	}
	/* Same Car Section */
	.price-logo {
		padding-bottom: 15px;
	}
	.price-cen p {
		font-size: 42px;
		min-width: 130px;
	}
	.price-cen p span {
		font-size: 16px;
		margin-top: 0;
	}
	.price-cn {
		margin-top: 30px;
	}
	.bt-list li span, .bt-list li:last-child a {
		padding: 12px;
	}
	/* Counter Section */
	.counter-section {
		padding: 50px 0;
	}
	.single-counter:not(:last-child) {
		padding-right: 20px;
		margin-right: 20px;
	}
	.why-choose-sec.seuppor {
		margin-bottom: 100px;
		margin-top: 50px;
	}
	/* Our Support Section */
	.what-our-right h2 {
		font-size: 30px;
	}
	/* Footer Section */
	.footer-top {
		padding: 40px 0;
	}
}
/*1200 End*/
@media all and (max-width:992px){
	/* Header Top  */
	.min-header {
		padding: 8px 0 12px 0;
	}
	.quote-car form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.quote-car input {
		-webkit-box-flex: 200px;
		-ms-flex: 200px;
		flex: 200px;
	}
	.banner-brand {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.banner-con p {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	/* No Nonsense Sectio */
	.no-non-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 30px;
	}
	.price-head {
		margin: 40px 0;
	}
	/* Same Car Section */
	.better-price {
		gap: 20px;
	}
	.sm-pr p {
		font-size: 18px;
	}
	.sm-pr p:last-child {
		font-size: 20px;
	}
	.price-logo p {
		font-size: 22px;
		line-height: normal;
	}
	/* Counter Section */
	.single-counter {
		padding-left: 35px;
	}
	.single-counter::before {
		top: -4px;
		left: -13px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.single-counter h2 {
		font-size: 28px;
	}
}
/*992 End */
@media all and (max-width:991px) {
	/* Why Choose Section */
	.why-choose-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.choose-left {
		max-width: 100%;
	}
	/* Our Support Section */
	.what-our-wrp {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.what-our-left {
		border-radius: 50px;
		width: 100%;
		aspect-ratio: 16/9;
	}
	.what-our-left::after {
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.what-our-right {
		max-width: 100%;
		padding-top: 0;
	}
	.caro-btn {
		text-align: left;
	}
}
/* 991 End  */
@media all and (max-width:768px){
	.banner-con .wrp {
		flex-direction: column;
	}
	.heading {
		font-size: 32px;
	}
	/* Header Top  */
	.header-wrp .logo img {
		max-width: 150px;
	}
	.header-call .btn {
		font-size: 15px;
		padding: 4px 5px;
		border-radius: 5px;
	}
	.header-call {
		gap: 20px;
	}
	/* Banner Section  */
	.banner-brand::after {
		margin-left: 0;
	}
	.banner-con h1 {
		font-size: 32px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.banner-con ul li {
		font-size: 16px;
		padding-left: 20px;
	}
	.quote-car {
		padding: 20px;
	}
	/* Best Rate Section  */
	.best-rate-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.best-rate {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		padding: 0 15px;
	}
	.best-rate p {
		padding: 10px;
		text-align: center !important;
		border-radius: 100px !important;
	}
	.best-rate.left .aws {
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.best-cen {
		margin: auto;
	}
	.best-rate.right .aws {
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.choose-right {
		border-radius: 50px;
	}
	/* Same Car Section */
	.bt-list li {
		padding: 12px 10px;
	}
	.bt-list li span, .bt-list li:last-child a {
		padding: 10px;
		font-size: 15px;
	}
	.sm-pr {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	/* Counter Section */
	.counter-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single-counter {
		padding-left: 35px;
		-webkit-box-flex: 200px;
		-ms-flex: 200px;
		flex: 200px;
		max-width: 200px;
		width: 100%;
	}
	.single-counter:not(:last-child) {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
	/* Our Support Section */
	.single-review .dlr {
		padding-right: 60px;
	}
	.single-review .dlr::after {
		top: 8px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		right: -20px;
	}
}
/*768 End */
@media all and (max-width: 576px){
	.grecaptcha-badge {
		display: none!important;
	}
	.quote-car form p {
		gap: 10px;
		grid-template-columns: 100%;
	}
	.min-footer ul {
		gap: 10px;
		flex-direction: column;
	}
	.overflow-auto.mobile {
		display: unset;
	}
	.overflow-auto.desktop {
		display: none;
	}
	.banner-con ul {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.banner-con .wrp {
		gap: 30px;
	}
	.wrp-left-head {
		gap: 6px;
	}
	.heading {
		font-size: 26px;
	}
	/* Header Top  */
	.min-header {
		background: #000;
		position: sticky;
		top: 0;
		left: 0;
	}
	.header-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-wrp .logo img {
		max-width: 180px;
	}
	.str-rating p {
		font-size: 13px;
		line-height: 1.5;
		text-align: left;
	}
	.header-call {
		margin-left: unset;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.banner-sec {
		padding: 50px 0;
	}
	.banner-con .wrp {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
	.banner-con .wrp span {
		font-size: 50px;
		font-weight: 400;
	}
	.banner-con p {
		margin-top: 20px;
		line-height: normal;
	}
	.banner-con h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.banner-con h2 {
		font-size: 16px;
	}
	.banner-brand::before {
		background-position: top -231px left 0;
		background-size: 385px;
	}
	/* Why Choose Section */
	.choose-left ul li {
		font-size: 20px;
		padding: 30px 0 20px 80px;
	}
	.choose-left ul li::before {
		top: 25px;
	}
	.choose-right h2 {
		font-size: 22px;
	}
	.choose-right p {
		margin-bottom: 30px;
	}
	.choose-right {
		padding: 40px 20px;
	}
	.choose-right button, .choose-right a {
		font-size: 17px;
		padding: 15px 10px;
	}
	/* No Nonsense Sectio */
	.no-non-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px 30px;
	}
	.no-non-list::after {
		display: none;
	}
	.no-non-list li {
		-webkit-box-flex: calc(50% - 15px);
		-ms-flex: calc(50% - 15px);
		flex: calc(50% - 15px);
		padding-top: 25px;
		max-width: 200px;
	}
	.no-non-list li img {
		margin: auto;
		max-width: 190px;
		width: 100%;
	}
	.no-non-list li p {
		padding-top: 10px;
	}
	.no-non-list li p::after,
	.no-non-list li p::before {
		display: none;
	}
	.quote-car .title {
		font-size: 26px;
	}
	.quote-car .title span {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}
	/* Same Car Section */
	.better-price {
		min-width: unset;
		padding-bottom: 10px;
	}
	.overflow-auto {
		overflow: auto;
	}
	.price-head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px;
	}
	.price-logo {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.no-non-sec {
		padding: 50px 0;
	}
	.same-car-sec::after {
		display: none;
	}
	/* Our Support Section */
	.what-our-right h2 {
		font-size: 26px;
	}
	/* Footer Section */
	.footer-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.wrp-left-head {
		align-items: flex-start;
	}
	.bt-list li p {
		font-size: 16px;
	}
	.bt-list li span strong {
		font-size: 20px;
		color: var(--primary-color);
		margin-left: 33px;
	}
	.bt-list li:last-child a {
		padding: 10px;
		font-size: 15px;
		background: var(--primary-color);
		color: #fff;
	}
}
/*576 End */
@media all and (max-width: 425px) {
	/* Banner Section  */
	.header-wrp .logo img {
		max-width: 140px;
	}
	.header-call .call {
		font-size: 18px;
	}
	.header-call .btn {
		display: none;
	}
	.best-rate p span {
		margin-right: 5px;
		margin-left: 24px;
	}
	/* Counter Section */
	.single-counter {
		-webkit-box-flex: 155px;
		-ms-flex: 155px;
		flex: 155px;
	}
}


.text-logo {
    color: #fff;
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.con_pa_form ::placeholder {
	color: #fff !important;
}

.wpforms-container .wpforms-field {
	padding: 5px 0 !important;
}


.wpforms-container select {
    width: 100%;
    border: none;
    color: #fff;
    border-bottom: 1px solid #ffff;
    background: var(--primary-color);
    box-shadow: none;
    height: 54px;
    margin-top: 2px;
    margin-bottom: 12px;
    font-size: 16px;
    outline: none;
}


.mobile {
	display: none;
}

@media all and (max-width: 768px) {
	.none-desktop {
		display: none !important;
	}
	.mobile {
		display: block;
	}
	.all-brand-sec img {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.quote-car button,
	.wpforms-submit-container,
	.wpforms-field-container {
		width: 100%;
	}
}




