@font-face {
	font-family: "SKODA Next";
	src: url("../font/SKODANext-Bold.woff2") format("woff2"),
		url("../font/SKODANext-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SKODA Next";
	src: url("../font/SKODANext-Light.woff2") format("woff2"),
		url("../font/SKODANext-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SKODA Next";
	src: url("../font/SKODANext-Regular.woff2") format("woff2"),
		url("../font/SKODANext-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: "SKODA Next", SkodaNEXT, SkodaPro, Tahoma, Helvetica, sans-serif;
	background: #f1f1f1;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #161718;
}

a:link {
  color: #161718;
}

/* visited link */
a:visited {
  color: #07412b;
}

/* mouse over link */
a:hover {
  color: #07412b;
}

/* selected link */
a:active {
  color: #07412b;
}
.header {
	border-bottom: 1px solid;
	border-color: rgb(228, 228, 228);
}

.navbar {
	padding: 0;
}

.navbar-brand {
	margin-right: 0;
}

.menu-padding {
	padding: 0px 31px;
}

.main {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	display: block;
	float: left;


}

.display-block {
	display: block;
}

.cutomer-login-link {
    color: #161718;
    text-decoration: none;
    font-size: 16px;
    padding-top: 0px;
}
.top-header {
    background: #07412b;
    width: 100%;
    position: relative;
    z-index: 1000;
    transition: top 0.3s ease;
}
.counter-sec {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.header .navbar .menu-padding{align-items: baseline;}
.counter-heading {
    color: #78faae;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 3px;
}
ul.counter_no {
    list-style-type: none;
    margin-bottom: 2px;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    position: relative;
    color: #78faae;
    display: flex;
    justify-content: center;
}
ul.counter_no li {
    float: left;
    text-align: center;
    margin-right: 7px;
    font-weight: bold;
    font-size: 30px;
    padding: 5px 0px;
    margin-left: 2px;
    line-height: normal;
}
.home-banner {
	width: 470px;
}
.bottom-logo{    width: 335px;
    padding-top: 10px;}
.bg {
	background: #07412b;
}

.h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: normal;
	margin-bottom: 5px;
}

.top-heading-sub {
	text-align: left;
	margin-top: 50px;
}

.top-heading-sub h1 {
	font-size: 32px;
	margin-bottom: 0;
}

.top-heading-sub .sub-heading {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: normal;
}

.homepage .top-heading-sub {
	display: block;
	float: left;
	width: 100%;
}
.homepage .top-heading-sub{margin-top: 30px;}
.homepage .top-heading-sub .sub-heading {
	margin-bottom: 30px;
}
.varient-sub-p{font-weight:100; font-size:16px}
.page-exp{font-weight: 100; font-size: 16px; margin-bottom: 0;}
.exporerange{margin-top: 30px !important;}
#timer {
	font-weight: 600;
	font-size: 22px;
	color: #e82b37;
}
p.normalfont{
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 30px;
	margin-top: 10px;
}
.failed-msg {
	color: #e82b37;
	margin-top: 0;
}

.success-msg {
	color: #419468;
	margin-top: 0;
}

.top-heading-sub .model-sub-heading {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: normal;
}

.sub-heading {
	font-size: 26px;
	font-weight: 300;
	line-height: normal;
}
.home-icon {
    width: 30px;
}
.p-mg-bt0 {
	margin-bottom: 0
}

.main .main-container {
	width: 79%;
	margin: 0 auto;
}

.hero-banner .hero-container {
	width: 79%;
	margin: 0 auto;
}

.banner-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 80px 0;
	gap: 20px;
}
.mb-0{margin-bottom: 0;}

.clearico{font-size: 18px;user-select: none;
    width: 18px;
    height: 18px;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    vertical-align: middle;}
.clear-btn{border: 0;}
.privacy-policy{font-size: 16px; font-weight: 300;}
.inner-logo-sec{       display: flex;
	
    justify-content: space-between;
    gap: 20px;}
	.inner-logo{width:310px;}
.clear-btn {
	text-decoration: underline;
    margin-left: 10px;  min-width: 78px;  font-size: 14px; background: none;}
	.clear-btn:hover{background-color:none;	box-shadow: none;
		outline: none;}
	.btn:focus,
.btn:focus, .btn:active{
	box-shadow: none;
outline: none;
background-color:none;
}
.bottom-paratext p{text-align: left !important;}
.btn-close{font-size: 12px;position: absolute;
    right: 20px;
    top: 20px;}
.popup-model .modal-header {padding-bottom: 0;}
.popup-model .form-heading {text-align: center;}
.btn-close:focus,
.btn-close:focus, .btn-close:active{
	box-shadow: none;
outline: none;
background-color:none;
}
.border-bt-none{ border-bottom: none;}
.home-tagline {
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.drive-better-sec h2 {
	color: #78FAAE;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 0;
}

.drive-benifit-p {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
  line-height: normal;
}

.drive-better-p {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	margin-top: 30px;
}

.footer {
	padding-top: 10px;
	padding-bottom: 20px;
	background: #07412b;
	display: block;
	float: left;
	width: 100%;

}

.model-filter {

	margin-top: 0px;
	display: flex;
	width: 100%;
	float: left;
}

.tabs-super-wrapper .tabs-wrapper {
	text-align: left;
}

.tabs-super-wrapper .tabs-wrapper {
	display: block;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
	padding: 0 0 50px;
}

.tabs-super-wrapper .tabs-wrapper .tab.active {
	position: relative;
	z-index: 3;
}

.tabs-super-wrapper .tabs-wrapper .tab {
	display: inline;
	cursor: pointer;
	text-transform: capitalize;

	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 0.5px;
	color: #161718;
	text-decoration: none;
}

.tabs-super-wrapper .tabs-wrapper .tab {
	padding: 0 15px 11px;
}

.tabs-super-wrapper .tabs-wrapper .tab.active .tab-link-label {
	color: #4a4a4a;
}

.tabs-super-wrapper .tabs-wrapper .tab.active .tab-link-label:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #4ba82e;
	bottom: 0px;
}

.tiles .mg-bt30 {
	margin-bottom: 30px;
	display: block;
}

.text-decoration-none {
	text-decoration: none !important;
}

.RangeFilterTile {
	position: relative;
	margin: auto;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%), 0 5px 20px 0 rgb(0 0 0 / 5%);
	padding: 20px;
	display: flex;
	height: 100%;
	width: 100%;

	align-items: center;
}

.responsive-picture-wrapper {
	text-align: center;
}

.tile-img {
	width: 100%;
}

.tiles-title {
	padding-top: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #161718;
	margin-bottom: 0px;
}

.title-tagline {
	color: #161718;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: normal;
	font-weight: 100;
}

.title-mid-tagline {
	color: #161718;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 100;
}

.tile-underline {
	border-top: 1px solid #d8d8d8;
	margin-top: 15px;
}

.table-underline {
	border-top: 1px solid #161718;
	margin-bottom: 8px;
}

.tite-price-title {
	color: #7c7d7e;
	font-size: 13px;
	margin-bottom: 0;

}

.tile-price {
	color: #161718;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.disclaimer-main {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: center;
}

.disclaimer-section {
	margin-top: 10px;
}

.disclaimer {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.color-normal {
	color: #161718
}

.link-color {
	color: #487e6c;
	text-decoration: none;
}

.disclaimer-content p {
	font-size: 10px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 10px;
}

.disclaimer-icon {
	font-size: 18px;
	margin-left: 10px;
}

.car-change-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tooltip-ico {
	width:14px;
}

.car-change-sec .change-car {
	height: 38px;
}

.top-line {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
}
.margin-bt-10{margin-bottom: 10px;}
.footer-logo {
	width: 150px;
	
	
	
}
.book-amount{    display: flex;
    justify-content: center;
    gap: 30px;
	align-items: baseline;
}
.book-amount .booking-amount{ font-size: 15px;
    font-weight: bold;
    color: #419468;}
	.failed-brand-logo{display: flex;
		justify-content: space-between;}
.know-more-group {
	justify-content: center !important;
}

.know-more-group .btn-width {
	min-width: 150px
}

.legal-section {
	display: flex;
	gap: 30px;
	align-items: center;
}

.copy-write {
	color: #fff;
	font-size: 10px;
	line-height: normal;
	margin-bottom: 0px;
	padding-top: 8px;
}

.footer-menu ul {
	display: flex;
	gap: 20px;
	list-style: none;
	color: #fff;
	margin-bottom: 0;
	padding-left: 0;
}

.footer-menu ul a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	line-height: normal;
}
.under-maintenance .top-heading-sub{    margin-top: 0px;}
/*variant*/
.tiles-prices {
	display: flex;
	justify-content: space-between;
}

.h1-span {
	font-weight: normal;
	line-height: 70px;
}

.variant-info {
	display: flex;
	justify-content: space-between;
}

.sticky-div .variant-info {
	justify-content: center;
}

.sticky-div .prices-section {
	justify-content: center;
}

.sticky-div .ex-price {
	flex-basis: unset;
	min-width: 155px
}

.sticky-div .dis-price {
	flex-basis: unset;
	min-width: 155px
}

.variant-technical {
	display: flex;
	justify-content: space-between;
}

.pd0 {
	padding: 0px;
}

.price-from {
	border-right: 2px solid #ddd;
	padding: 0px 10px;
}

.price-from:first-child {
	padding-left: 0;
}

.price-from p {
	margin-bottom: 0;
	font-size: 14px;
}

.available-engins {
	padding-left: 10px;
}

.available-engins p {
	margin-bottom: 0;
	font-size: 14px;
}

.variant-technical .strong-font {
	font-weight: bold;
}

.top-filter {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 10px;

	padding-bottom: 10px;
}

.choose-msg {
	font-style: italic;
	font-weight: 400;
	font-size: 26px;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
	    z-index: 999999;
}

ul.counter_no {
    list-style-type: none;
    margin-bottom: 2px;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    position: relative;
    color: #78faae;
    display: flex;
    justify-content: center;
}

.small_txt {
	font-weight: normal;
	font-size: 18px;
	width: 100%;
	float: left;
}

.nm {
	margin: 0 !important;
}

.model-features-text {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.dashboard {
	flex-direction: column;
}

.dashboard .tiles-title {
	padding-top: 0
}

.dashboard .tile-img {
	padding: 12px;
}

.bg-none {
	background: transparent;
	box-shadow: none;
}

.mt-top-m {
	margin-top: -33px;
}

.video-title {
	margin-top: 30px;
	margin-bottom: 30px !important;
}

.bottom-para-sec .top-heading-sub {
	margin-top: 0;
}

.para-title {
	margin-top: 20px;
	margin-bottom: 30px !important;
}

.iframe-height {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.second-page .responsive-picture-wrapper {
	margin-top: -45px;
}

.second-page .color-p {
	margin-top: 5px;
	margin-bottom: 0;
}

.key-features {
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
}

.key-features-ul {
	padding-left: 15px;
	margin-top: 10px;
}

.key-features-ul li {
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 10px;
	line-height: normal;
}

.brochure-icon {
	display: inline;
	width: 24px;
	padding-right: 3px;
}

.btn-groups {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

.btn-width {
	max-width: 140px;
}

.product-brochure {
	color: #161718;
	font-size: 14px;
}

.product-brochure-booking-details {
	color: #161718;
	font-size: 14px;
	margin-top: 30px;
	display: block;
}

.prices-section {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 30px;
	margin-top: 30px;

}

.price-title {
	font-size: 15px;
	margin-bottom: 0;
}

.ex-price {
	display: flex;
	flex-direction: column;
	padding: 10px 10px;
	flex-basis: 100%;
	border: 2px solid #0e3a2f;
}

.price-amount {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 18px;
	line-height: normal;
}
.hero-banner{max-width: 100;width: 100%;}
.dis-price {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	padding: 10px 10px;
	background: #78faae;
}

.dis-price .price-amount {
	color: #161718;
}

.dis-price .price-title {
	color: #161718;
}

.color-p {
	font-size: 16px;
}

/* booking details */
.bg-trans {
	background: transparent;
	box-shadow: none;
}
.top-para .para-title{margin-top: 0px;}
.top-para  .RangeFilterTile {padding-bottom: 0 !important;}
.top-para p{padding-left: 200px; padding-right: 200px;}
.change-car {
	padding: 8px 15px;
	border: 1px solid #ddd;
	color: #161718;
	text-decoration: none;
	border-radius: 30px;
	display: block;
	font-size: 12px;

}

.booking-details-img {
	width: 100%;
	margin-top: -60px;
}

.text-right {
	text-align: right;
}

.booking-change-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 99999;
}

.booking-change-group .booking-amount {
	line-height: normal;

	color: #161718;
	margin-bottom: 0;
	font-size: 16px;
}

.booking-change-group .booking-amount span {
	font-weight: bold;

	font-size: 24px;
}

/*.sticky-div {

  height:100vh; 
 
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}*/
.sticky-div .tiles-title {
	padding-top: 0;
}

.left-booking-amount .booking-amount {
	text-align: center;
	padding: 10px;
	color: #161718;
	margin-bottom: 0;
}

.left-booking-amount .booking-amount span {
	font-weight: bold;
	padding-left: 5px;
	font-size: 22px;
}

.change-car-img {
	width: 18px;
	padding-left: 2px;
}
.color-normal{line-height: normal;}
/*form*/
.form-heading h3 {
	font-size: 18px;
	padding-top: 0;
	font-weight: bold;
}

.pd-top0 {
	padding-top: 0;
}

.mg-bt30 {
	margin-bottom: 30px;
}

.mg-bt25 {
	margin-bottom: 25px;
}

html * ::-webkit-input-placeholder {
	color: #b8b8b8;
	font-weight: 500;
}

html * :-ms-input-placeholder {
	color: #b8b8b8;
	font-weight: 500;
}

html * ::-moz-placeholder {
	color: #b8b8b8;
	font-weight: 500;
	opacity: 1;
}

html * :-moz-placeholder {
	color: #b8b8b8;
	font-weight: 500;
	opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.sa-form-fields-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	margin: 0;
	float: left;

}

.sa-form-field {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

.label-stay-up {
	font-size: 14px;
	color: #7c7d7e;
	left: 0;
	display: block;
	transition: transform 0.25s, opacity 0.25s ease-in-out;
	transform-origin: 0 0;
	letter-spacing: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 99;
	width: calc(100% - 25px);
}

.sa-field-label span {
	pointer-events: none;
}

.sa-field-label .mandatory-symbol {
	padding-left: 0;
}

.sa-form-field .sa-input {
	padding-bottom: 5px;
	font-size: 16px;
	min-height: 38px;
	color: #161718;
	box-shadow: none;
	border-width: 0;
	border-bottom: 1px solid #4a4a4a;
	font-weight: 500;
	width: 100%;
	outline: none;
	border-radius: 0;
}

.sa-form-field select {
	outline: none;
	border-radius: 0;
}

.sa-form-field .sa-input:focus {
	outline: none;

}

.sa-field-label span.fa {
	pointer-events: unset;
	color: #4ba82e;
}

.floating-label-group {
	padding-bottom: 5px;
	color: #4a4a4a;
	box-shadow: none;
	border-width: 0;
	width: 100%;
}

.option-box-custom {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	background: #fff;
	min-height: 34px;
	color: #181718;
	box-shadow: none;
	font-size: 16px;
	;
}

.tc-check {
	opacity: 0;
	position: absolute;
	height: 22px;
}

.tc-check {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	width: 20px;
	padding: 0px 0;
	font-size: 16px;
	margin-left: 0;
	color: #000000;
}

.facing-issue {
	margin-bottom: 0;
}

.tc-link {
	color: #487e6c;
}

.mg-bt15 {
	margin-bottom: 15px;
}

.checkbox-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	width: 100%;
	padding: 0px 0;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin-left: 0;
}

.procced-pay-btn {
	margin-top: 20px !important;
}

.checkbox-custom-label a {
	color: #161718
}

.inactive {
	pointer-events: none;
	cursor: default;
}

.tc-check-custom-label {
	position: relative;
}

.tc-check+.checkbox-custom-label:before {
	content: "";
	background: #fff;
	border: 1px solid #464748;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	padding: 2px;
	margin-right: 6px;
	text-align: center;
	margin-top: -3px;

}

.tc-check:checked+.checkbox-custom-label:before {
	content: "";
	background: url(../images/check.png);
	font-style: normal !important;
	font-weight: normal;
	
	line-height: 14px;
	padding-top: 0px;
	color: #419468;
	border: 2px solid #419468;
	padding-left: 0;
	background-repeat: no-repeat;
}

.tc-check:focus+.checkbox-custom-label {
	outline: none;
	/* focus style */
}

.option-box-custom:focus {
	outline: none !important;
}

.mg-top50 {
	margin-top: 50px;
}

.mg-top30 {
	margin-top: 30px;
}

.mg-top20 {
	margin-top: 20px;
}

.mg-top-25 {
	margin-top: -25px;
}

.btn {
	background-color: #78faae;
	border: 1px solid #78faae;
	min-width: 140px;
	padding: 10.5px 30px;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	text-decoration: none;
	border-radius: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:focus,
.btn:not(.disabled):active:focus {
	box-shadow: none;
	background-color: #a8ffcc;
	border: solid 1px #a8ffcc;
}

.otp-btn {
	position: absolute;
	right: 0;
	top: 9px;
	min-width: 100px;
	padding: 10.5px 10px;
}

.btn-disabled {
	background: #D8D8D8;
	border: 1.5px solid #D8D8D8;
	color: #9E9FA0
}

.btn:disabled {
	background: #D8D8D8;
	border: 1.5px solid #D8D8D8;
	color: #9E9FA0;
}

.btn-disabled:hover {
	background: #D8D8D8 !important;
	border: 1.5px solid #D8D8D8 !important;
	color: #9E9FA0 !important;
}

.deatils-btn {
	margin-top: 10px;
	min-width: 140px !important;
}

.btn:hover {
	color: #161718;
	background-color: #a8ffcc;
}

button.sa-form-button.primary:hover,
button.sa-form-button.primary:not(.disabled):active {
	background-color: #a8ffcc;
	border: solid 1px #a8ffcc;
}
.timerDiv{margin-top: 85px;}
.timerDiv span{color: #e82b37;}
.timerDiv a{color: #419468;cursor: pointer;}
.timerDiv p{margin-bottom: 0;}

label.error {
	color: #e82b37;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: -15px;
}
.sa-form-field  span.field-validation-error{
	font-size: 13px;
    position: absolute;
    right: 0;
    bottom: -18px;
}
.timerDiv p{font-size: 14px; margin-top: 10px;}
.sa-input.error,
.option-box-custom.error {
	border-bottom: 1px solid #e82b37;
}

.otp-div {
	padding-top: 25px;
}

.pulse {
	animation: pulse .8s infinite;
}

.variant-info-details {
	display: flex;
}

.variant-inner-details {

	width: 50%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;
}

.border-right-none {
	border-right: 0 !important
}

.border-top {
	border-top: 1px solid #ddd;
}

.variant-inner-details p {
	margin-bottom: 0px;
	font-size: 18px;
	font-size: 15px;
}

.variant-inner-details p.strong-font {
	font-weight: bold;
}

.select select {
	/* Reset Select */
	appearance: none;
	outline: none;
	border: 0;
	box-shadow: none;
	/* Personalize */
	flex: 1;
	padding: 10px 20px;
	color: #161718;
	background-color: #ffffff;
	background-image: none;
	cursor: pointer;
	border-radius: 30px;
	padding-right: 45px;
	font-size: 15px;
	max-width: 230px;
}

/* Remove IE arrow */
.select select::-ms-expand {
	display: none;
}

/* Custom Select wrapper */
.select {
	position: relative;
	display: flex;
}

/* Arrow */
.select::after {
  content: "";
  position: absolute;
  background: url(../images/down.png);
  
  right: 15px;
  top: 11px;
 
  transition: .25s all ease;
  pointer-events: none;
  
  z-index: 99999999;
  width: 20px;
  height: 16px;

}

/* custom scrollbar */
.top-filter::-webkit-scrollbar {
	width: 20px;
}

.top-filter::-webkit-scrollbar-track {
	background-color: transparent;
}

.top-filter::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

.top-filter::-webkit-scrollbar-thumb:hover {
	background-color: #a8bbbf;
}

.summary-page {
	height: unset;
}

.summary-page .tile-underline {
	margin-top: 8px;
}

.summary-page .table-responsive {
	padding-top: 12px;
}

.summary-page .table {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
}

.summary-page .table td {
	border: 0;
	padding-left: 0
}

.summary-page .table td.width {
	min-width: 100px;
}

.table-ex-price {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 10px;
}

.table-ex-price {
	font-size: 16px;
}

.referral-sec {
	border: 1px dashed #07412b;
	border-left: 2px dashed #07412b;
	padding: 20px 15PX;
	margin-top: 30px;
	margin-bottom: 25px;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

.referral-code-heading {
	font-size: 18px;
	padding-top: 0;
	font-weight: bold;
	margin-bottom: 20px;
}

.referral-form {
	display: flex;
	gap: 10px;
}

.referral-form input {
	background: #f1f1f1;
	border-bottom: 2px solid #07412b !important;
	padding-bottom: 9px !important;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.apply-btn {
	display: flex;

	justify-content: center;
}

.next-step {
	font-size: 16px;
	margin-top: 30px;
}

.next-step .tiles-title {
	margin-bottom: 30px;
}

.next-step p {
	font-weight: 300;
	font-size: 15px;
}

.next-step ul {
	font-size: 15px;
	padding-left: 20px;
	font-weight: 300;
}

.retry {
	margin-top: 70px;
}

.weight-normal {
	font-weight: 100;
}
.weight300{font-weight: 300;}

.transaction-img {
	width: 100%;
}

.succces-tables {
	display: flex;
	gap: 20px;
}

.booking-details-table {
	flex: 1 1 0;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%), 0 5px 20px 0 rgb(0 0 0 / 5%);
	padding: 20px 30px;
}

.booking-details-table .tile-underline {
	margin-top: 8px;
}

.personal-details-table .tile-underline {
	margin-top: 8px;
}

.personal-details-table {
	flex: 1 1 0;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%), 0 5px 20px 0 rgb(0 0 0 / 5%);
	padding: 20px 30px;
}

.personal-details-table .table-responsive {
	margin-top: 8px
}

.booking-details-table .table-responsive {
	margin-top: 8px
}

.booking-details-table .table {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
}

.booking-details-table .table td {
	border: 0;
	padding-left: 0
}

.booking-details-table .table td.width {
	width: 175px
}

.personal-details-table .table {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
}

.personal-details-table table td.width {
	width: 120px;
}

.personal-details-table .table td {
	border: 0;
	padding-left: 0
}

.slick-initialized .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}

.slick-list {
	width: 100%;
	padding: 0 !important;
}

.testomonials-sec .top-heading-sub {
	margin-top: 0px;
}

.testo-text {
	font-size: 16px;
	font-weight: 300;
}

.testo-name {
	font-weight: bold;
	margin-bottom: 0 !important;
	position: absolute;
	bottom: 13px;
}

.slick-track {
	margin-bottom: 1px;
}

.card-body {

	min-height: 180px;
}

.slick-dots {
	bottom: -40px !important;
}

.testimonials .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10%;


	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #161718;

	height: 10px;
	opacity: .1;


	transition: width 5s ease-out 0s;
}

.testimonials .slick-dots li:first-child {
	margin-right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.testimonials .slick-dots li:last-child {
	margin-right: 0;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.testimonials .slick-dots li.slick-active {
	background: #161718;
	opacity: 1;
	border-radius: 100px;
}

.testimonials .slick-dots li button {
	display: none !important;
}

.slick-prev {
	left: -15px !important;
}

.slick-next {
	right: -15px !important;
}

.slick-prev,
.slick-next {
	width: 30px !important;
	height: 30px !important;
}

.bottom-para-sec {
	margin-top: 60px;
}

.bottom-para-sec p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.bottom-para-sec .RangeFilterTile {
	padding-bottom: 30px;
}

.assistance {
	font-weight: 300;
}

.mg0 {
	margin: 0;
}

.pd0 {
	padding: 0;
}

.sticky-sec {
	z-index: 99;
	background: #f1f1f1;
	padding-top: 4px;
	padding-bottom: 4px;
	
}
.pop-hide{display: none;}
.popup-model{z-index: 999999999;}
.tc-ol{padding: 0 20px;    margin-left: 15px;}
.tc-ol li{font-weight: bold; margin-bottom: 10px;}
.tc-ol li ol li{ font-weight: 300;}
.tc-ol li ol {margin-top: 10px; margin-bottom: 20px;list-style-type: upper-roman;}
.tc-ol li p{font-weight: 300; margin-top: 10px;}
.term-title{ font-size: 24px !important}
.testdrive-sec{align-items: center;    padding-top: 20px;}
.testdrive-sec .sub-heading{text-align: left;}
.testdrive-sec  .testdrive-width{width: auto;}
.booknow-btn {
	color: #161718;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition-duration: .3s;
	position: relative; /* Add position relative to enable absolute positioning for the arrow */
}

.booknow-btn span img {
	position: absolute; /* Add position absolute to enable positioning the arrow */
	top: -4px;
	left: 100%; /* Position the arrow relative to the right edge of its container */
	margin-left: 0; /* Initial margin */
	transition-duration: .3s;
}

.booknow-btn:hover span img {
	margin-left: 5px; /* Move the arrow 5px to the right on hover */
}
@media only screen and (max-width: 1600px) {
	.main .main-container {
		width: 86%;

	}

	.hero-banner .hero-container {
		width: 86%;

	}

	.dashboard .tile-img {
		padding: 10px;
	}
	.home-banner {
		width: 450px;
	  }
}
@media only screen and (max-width: 1540px) {
.home-banner {
    width: 380px;
  }
  .drive-better-sec h2{font-size: 48px;}
  .drive-benifit-p{font-size: 15px;}
}
@media only screen and (max-width: 1425px) {
	.drive-better-sec h2 {
		font-size: 46px;
	  }
	
	  .drive-benifit-p {
		font-size: 14px;
	  }
}
@media only screen and (max-width: 1400px) {
	.ex-price {
		padding: 8px 8px;
	}

	.RangeFilterTile.second-page {
		padding: 20px 10px;
	}
  .home-banner { width: 340px;}
.drive-better-sec h2{font-size: 46px;}

.retry {
	margin-top: 46px;
  }
  .top-para p {
	padding-left: 100px;
	padding-right: 100px;
  }
}

@media only screen and (max-width: 1366px) {
	.col-pd0 {
		padding: 0
	}

	.dashboard .tile-img {
		padding: 0px;
	}

	.price-title {
		font-size: 14px;

	}

	.booking-details-img {
		width: 100%;
		margin-top: -50px;
	}
	
	  .home-banner {
		width: 320px;
	  }
	  .drive-benifit-p {
		font-size: 13px;
	  }
	  .retry {
		margin-top: 30px;
	  }
	  .top-para p {
		padding-left: 50px;
		padding-right: 50px;
	  }
}

@media only screen and (max-width: 1249px) {
	.color-normal{margin-top: 5px; font-size: 16px;}
	.ex-price {
		flex-basis: unset;
	}

	.dis-price {
		flex-basis: unset;
		min-width: 124px;
	}

	.product-brochure {

		font-size: 13px;
	}

	.btn-groups {

		gap: 10px;
	}

	.btn {
		min-width: 120px;
		padding: 10.5px 20px;
	}
  .home-banner { width: 300px;}
  .drive-better-sec h2{font-size: 36px;}
 
  .top-heading-sub .sub-heading {
	font-size: 28px;}
}

@media only screen and (max-width: 1199px) {
	.tite-price-title {
		font-size: 12px;
	}

	.tile-price {
		font-size: 18px;
	}
 
  .drive-better-sec h2{font-size: 36px;}
  .drive-benifit-p{font-size: 13px;}
  .retry{margin-bottom: 40px;}
  .top-para p {
	padding-left: 0px;
	padding-right: 0px;
  }
}

@media only screen and (max-width: 1199px) {
	.tite-price-title {
		font-size: 11px;
	}

	.tile-price {
		font-size: 17px;
	}

	.tiles-title {

		font-size: 24px;
	}

}
@media only screen and (max-width: 1185px) {
	
	  .drive-better-sec h2 {
		font-size: 32px;
	  }
	  .home-banner {
		width: 285px;
	  }
}
@media only screen and (max-width: 1166px) {
	.dis-price {
		flex-basis: unset;
		min-width: 110px;
	}

	.RangeFilterTile.second-page {
		padding: 20px 5px;
	}
}

@media only screen and (max-width: 1085px) {
	.price-title {
		font-size: 13px;
	}

	.btn {
		min-width: 100px;
		padding: 10.5px 15px;
	}
	.top-heading-sub .sub-heading {
		font-size: 26px;
	  }
}

@media only screen and (max-width: 1055px) {
	.price-title {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.main .main-container {
		width: 90%;

	}

	.hero-banner .hero-container {
		width: 90%;

	}

	.prices-section {
		gap: 5px;
	}

	.h1 {
		font-size: 38px;
	}

	.disclaimer-main {
		gap: 20px
	}

	.container-fluid {
		width: 100%;
	}

	.ex-price {
		padding: 8px 5px;
	}

	.mg-top-25 {
		margin-top: -10px;
	}

}

@media only screen and (max-width: 991px) {
	.failed-page .tiles-title{padding-top: 20px;}
	.disclaimer-main {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px;
	}

	.h1 {
		font-size: 28px;
	}

	.tiles-title {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.tile-price {
		font-size: 24px;
	}

	.otp-div {
		padding-top: 0px;
	}

	.tite-price-title {
		font-size: 18px;
	}

	.tile-price {
		font-size: 18px;
	}

	.title-tagline {
		font-size: 18px;
	}

	.top-heading-sub h1 {
		font-size: 26px;
	}

	.top-heading-sub .sub-heading {
		font-size: 26px;
	}

	.dashboard .tile-img {
		padding: 10px;
	}

	.top-heading-sub .model-sub-heading {
		font-size: 28px;
	}

	.ex-price {
		flex-basis: 100%;
	}

	.dis-price {
		flex-basis: 100%;
	}

	.prices-section {
		gap: 10px;
	}

	.price-title {
		font-size: 15px;
	}

	.ex-price {
		padding: 10px 10px;
	}

	.btn-groups {
		justify-content: center;
	}

	.btn-groups {
		gap: 20px;
	}

	.mt-top-m {
		margin-top: -45px;
	}

	.second-page .tiles-title {
		font-size: 24px;

	}

	.booking-details-img {

		margin-top: -40px;
	}

	.booking-details-table {
		padding: 20px;
	}

	.personal-details-table {
		padding: 20px;
	}

	.succces-tables {
		flex-direction: column;
	}

	.succces-tables {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 950px) {
	.top-filter {

		max-width: 855px
	}

	  .drive-better-sec h2 {
		font-size: 28px;
	  }
  .home-banner {
    width: 240px;
  }
  .small_txt{font-size: 16px;}
  .top-heading-sub .sub-heading {
    font-size: 24px;
  }
  .book-amount{flex-flow: column;gap:0;align-items: center;}
  .book-amount .booking-amount{margin-top: 10px; margin-bottom: 0;}
  .book-amount  .procced-pay-btn{margin-top: 10px !important;}
}

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

	.tite-price-title {
		font-size: 16px;
	}

	.booking-details-img {
		margin-top: -35px;
	}

}

@media only screen and (max-width: 855px) {
	.top-filter {

		max-width: 835px
	}
  .drive-better-sec h2 {    font-size: 27px;  }
  
  .home-banner {
    width: 220px;
  }
}

@media only screen and (max-width: 835px) {
	.top-filter {

		max-width: 740px
	}
}
@media only screen and (max-width: 810px) {
	.drive-better-sec h2 {
		font-size: 26px;
	  }
	 
	  .drive-benifit-p {
		font-size: 12px;
	  }
}
@media only screen and (max-width: 800px) {
	.price-title {
		font-size: 14px;
	}

	.sticky-div .ex-price {
		flex-basis: unset;
		min-width: unset
	}

	.sticky-div .dis-price {
		flex-basis: unset;
		min-width: 140px
	}
	.drive-better-sec h2 {
		font-size: 24px;
	  }
	 
	  .home-banner {
		width: 200px;
	  }
	  
}

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

	.retry {
		margin-top: 30px;
	}
	.retry {
		margin-bottom: 0px;
	  }

	.legal-section {
		gap: 20px;
	}

	.footer-menu ul {
		gap: 15px;
	}

	.sticky-div {
		height: auto;
		overflow: auto;
		margin-bottom: 15px;
		position: relative;
		top: 0px;
	}

	.dashboard .tile-img {
		padding: 0;
	}

	.h1 {
		font-size: 26px;
		margin-bottom: 10px;

	}

	.top-heading-sub .model-sub-heading {
		font-size: 24px;
	}

	.top-heading-sub h1 {
		font-size: 24px;
	}

	.top-heading-sub .sub-heading {
		font-size: 24px;
	}

	.sub-heading {
		font-size: 24px;

	}

	.menu-padding {
		padding: 0px 15px;
	}

	.RangeFilterTile.second-page {
		padding: 20px 15px;
	}

	.btn-groups {
		justify-content: center;
	}

	.price-title {
		font-size: 16px;
	}

	.sticky-div .ex-price {
		flex-basis: unset;
		min-width: 155px
	}

	.sticky-div .dis-price {
		flex-basis: unset;
		min-width: 155px
	}

	.bg-trans {
		margin-bottom: 30px;
	}

	.apply-btn {
		min-width: 80px;
		padding: 10.5px 10px;
	}

	.succces-tables {
		margin-top: 0px;
	}

	.success-page .bg-trans {
		margin-bottom: 0;
	}

	.failed-page .bg-trans {
		margin-bottom: 0;
	}
	
  .banner-inner{flex-flow: column-reverse;align-items: center;padding: 45px 0; gap: 20px;}
  .drive-better-p{margin-bottom: 0;}
  .drive-better-sec{text-align: center;}
  .home-banner {
    width: 300px;
  }
 
  .drive-better-sec h2 {
    font-size: 40px;
  }
  .drive-benifit-p {
    font-size: 16px;
  }
  .inner-logo-sec{flex-flow: column-reverse;
    text-align: center;}
	.testdrive-sec{flex-flow:column; gap:10px; padding-bottom: 13px;}
	.inner-logo {margin: 0 auto;}
	.inner-logo {
		width: 300px;
	  }
	  .under-maintenance  .top-heading-sub{text-align: center;}
}

@media only screen and (max-width: 740px) {
	.top-filter {

		max-width: 640px
	}
}

@media only screen and (max-width: 680px) {
	.tite-price-title {
		font-size: 14px;
	}

	.sticky-div .ex-price {
		flex-basis: unset;
		min-width: 135px
	}

	.sticky-div .dis-price {
		flex-basis: unset;
		min-width: 135px
	}
}

@media only screen and (max-width: 640px) {
	.top-filter {

		max-width: 540px
	}
}

@media only screen and (max-width: 600px) {
	.tite-price-title {
		font-size: 13px;
	}

	

	.small_txt {
		font-size: 15px;
	}
}

@media only screen and (max-width: 575px) {
	.tite-price-title {
		font-size: 17px;
	}

	.dashboard .tile-img {
		padding: 20px;
	}

	.tiles-title {
		font-size: 26px;


	}

	.dashboard .tiles-title {
		padding-top: 10px;
	}

}

@media only screen and (max-width: 540px) {
	.top-filter {

		max-width: 480px
	}
  .banner-inner {
   
    flex-direction: column-reverse;
  
}
.legal-section {
  gap: 10px;
  flex-direction: column;
}
}

@media only screen and (max-width: 480px) {
	.price-title {
		font-size: 14px;
	}
	.inner-logo {
		width: 280px;
	  }
	  .cutomer-login-link {
        font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
	.top-filter {

		max-width: 430px
	}
	.home-banner {
		width: 280px;
	  }
	
	  .drive-better-sec h2 {
		font-size: 36px;
	  }
	  .drive-benifit-p {
		font-size: 14px;
	  }
	  .bottom-logo {
		width: 300px;
		
	  }
}

@media only screen and (max-width: 430px) {
	.top-filter {

		max-width: 365px
	}
	.link-color{display: block;}
}

@media only screen and (max-width: 400px) {
	ul.counter_no li {
 
  font-size: 26px;

}
.counter-heading {

font-size: 15px;}
 .small_txt {
    font-size: 13px;
  }
	.tite-price-title {
		font-size: 16px;
	}

	.dashboard .tile-img {
		padding: 0px;
	}

	.footer-menu ul a {

		font-size: 10px;

	}

	.footer-menu ul {
		gap: 10px;
	}

	.legal-section {
		gap: 10px;
	}

	.RangeFilterTile.second-page {
		padding: 20px 10px;
	}
}

@media only screen and (max-width: 380px) {
	.cutomer-login-link {
        font-size: 12px;
    }
	.tite-price-title {
		font-size: 14px;
	}

	.dis-price {
		flex-basis: unset;
	}

	.ex-price {
		flex-basis: unset;
	}

	.dis-price {

		min-width: 130px;
	}

	.available-engins p {

		font-size: 13px;
	}

	.price-from p {
		font-size: 13px;
	}
	.drive-better-sec h2 {
		font-size: 32px;
	  }
	
}

@media only screen and (max-width: 365px) {
	.dis-price {
		min-width: 120px;
	}
}

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

		max-width: 330px
	}
}

@media only screen and (max-width: 355px) {
	.dis-price {
		min-width: 115px;
	}

	.RangeFilterTile.second-page {
		padding: 20px 5px;
	}

	.price-title {
		font-size: 13px;
	}

}

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


	

	.small_txt {
		font-size: 14px;
	}
}

@media print {
	.noprint {
	  display: none;
	}
	.header-print{margin-top: 10px;}
	.succces-tables{flex-direction: column;}
	.pagebreak {
        clear: both;
        page-break-after: always;
    }
	.footer{display:none;}
	@page {
		margin-top: 0;
		margin-bottom: 0;
	  }
	  
	  body  {
		padding-top: 4rem;
		padding-bottom: 4rem;
	  }
	 
	  
  }