/*FONT START*/
@font-face {
	font-family: 'BMWTypeNextTT-Bold';
	src: url("../fonts/BMWTypeNextTT-Bold.eot");
	src: url("../fonts/BMWTypeNextTT-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/BMWTypeNextTT-Bold.woff") format("woff"),
		url("../fonts/BMWTypeNextTT-Bold.ttf") format("truetype");
	font-display: swap
}

@font-face {
	font-family: 'BMWTypeNextTT-Light';
	src: url("../fonts/BMWTypeNextTT-Light.eot");
	src: url("../fonts/BMWTypeNextTT-Light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/BMWTypeNextTT-Light.woff") format("woff"),
		url("../fonts/BMWTypeNextTT-Light.ttf") format("truetype");
	font-display: swap
}

@font-face {
	font-family: 'BMWTypeNextTT-Thin';
	src: url("../fonts/BMWTypeNextTT-Thin.woff2") format("woff2"),
		url("../fonts/BMWTypeNextTT-Thin.woff") format("woff"),
		url("../fonts/BMWTypeNextTT-Thin.ttf") format("truetype");
	font-display: swap
}

@font-face {
	font-family: 'BMW_iconFont';
	src: url("../fonts/BMW_iconFont.eot");
	src: url("../fonts/BMW_iconFont.eot#iefix") format("embedded-opentype"),
		url("../fonts/BMW_iconFont.woff2") format("woff2"),
		url("../fonts/BMW_iconFont.ttf") format("truetype"),
		url("../fonts/BMW_iconFont.woff") format("woff"),
		url("../fonts/BMW_iconFont.svg") format("svg");
	font-style: normal;
	font-weight: normal
}


.thanks_message{width: 100%; max-width: 1000px;margin:auto; padding: 50px 0px;}
.thanks_message p{font-size: 18px; line-height: 26px;}
.masterSlider{width: 100%; float: left; position: relative;}
.masterSlider img{width: 100%; float: left; position: relative; height: auto;}

* {
	transition: all .1s ease;
}


.fixecMenufooter {
	position: fixed !important;
	bottom: 30px;
}

#mobile-hamburger {
	width: 20px;
	height: 30px;
	float: right;
	margin-top: 22px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#mobile-hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#mobile-hamburger span:nth-child(1) {
	top: 0px;
}

#mobile-hamburger span:nth-child(2) {
	top: 7px;
}

#mobile-hamburger span:nth-child(3) {
	top: 14px;
}

#mobile-hamburger.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#mobile-hamburger.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#mobile-hamburger.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

:root {
	--font-family: 'Public Sans', sans-serif;
	--black: #000000;
	--white: #ffffff;
	--blue: #1b69d4;
	--bluehover: #0a57b3;
	--grey: #8e8e8e;
}

.grey {
	color: var(--grey);
}

.blue {
	color: var(--blue);
}


body {
	min-height: 100vh;
	margin: 0;
}

header {
	min-height: 50px;
}

footer {
	min-height: 50px;
}

.content {
	flex: 1;
}

body,
html {
	overflow: visible;
	font-family: 'BMWTypeNextTT-Light' !important;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

.hiddenOverflow {
	overflow: hidden !important;
}

.topfixed {
	top: 0px !important
}


/*COMMON*/
*,
::after,
::before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--grey);
	opacity: .7;
	/* Firefox */
	font-size: 13px !important;
	font-family:'BMWTypeNextTT-Light';
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--grey);
	font-size: 13px !important;
	opacity: .7;
	/* Firefox */
	font-family:'BMWTypeNextTT-Light';
}


::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--grey);
	font-size: 13px !important;
	opacity: .7;
	/* Firefox */
	font-family:'BMWTypeNextTT-Light';
}

textarea {
	font-family: 'BMWTypeNextTT-Light';
	font-size: 13px;
}

body,
html {
	color: #262626;
	font-family: 'BMWTypeNextTT-Light', Arial, Helvetica, sans-serif;
	background-color: var(--white);
}

.btnfont {
	font-family: 'BMWTypeNextTT-Bold' !important;
}

.litefont {
	font-family: 'BMWTypeNextTT-Light' !important;
}

.strong,
strong {
	font-family: 'BMWTypeNextTT-Bold' !important;
}

.posrel {
	position: relative;
}

[class*=' icon-'],
[class^=icon-] {
	font-family: BMW_iconFont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-shopping-cart::before {
	content: '\e93e';
}

.icon-dealer-locator::before {
	content: '\e943'
}

/*HEADER STYLE START*/
header {
	width: 100%;
	float: left;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	/*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 49%, rgba(255,255,255,0) 100%);*/
}
.text-white{color: #fff;}
.navArea {    position: relative;
    z-index: 100;
    width: 100%;
    left: 0px;
}

.borderBottom {
    border-bottom: 1px solid #fff;
}
.nav_left {
	float: left;
}

.nav_left ul {
	margin: 0px;
	padding: 0px;
}

.nav_left ul li {
	float: left;
	margin-right: 0px;
	padding: 26px 0px;
	line-height: 30px;
	border-bottom: 6px solid #fff0;
}

.nav_left ul li a {
	font-size: 17px;
	padding: 27px 20px;
	color: var(--white);
	cursor: pointer;
	font-family: 'BMWTypeNextTT-Bold' !important;
	font-weight: 400;
}

.nav_left ul li a:hover {
	color: var(--bluehover);
	border-bottom: 6px solid var(--bluehover);
}

.nav_left ul li a.active {
	color: var(--bluehover);
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.fixed {
	position: fixed;
	top: 0px;
	background: #000;
	z-index: 100;
	width: 100%;
}

.nav_right {
	float: right;
	position: relative;
}

.nav_right ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

.nav_right ul li {
	float: left;
	margin-right: 10px;
	padding: 0px 0px;
}

.nav_right ul li a {
	color: var(--grey);
	border-bottom: 6px solid #fff0;
	padding: 17px 0px;
}

.nav_right ul li a:hover {
	color: var(--bluehover);
	border-bottom: 6px solid var(--bluehover);
}

.logo {
	float: left;
	margin-right: 30px;
	margin-top: 12px;
}

.logo img {
	width: 60px;
}

.white-bg {
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.icons {
	font-size: 48px;
	text-decoration: none;
	border-color: transparent;
	border-bottom-width: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0;
	height: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	cursor: pointer;
}

.fixed {
	position: fixed;
	top: 0px;
	background: #fff;
	z-index: 100;
	width: 100%;
}




/*FOOTER START HERE*/
footer {width: 100%;float: left;
	background-color: #f6f6f6;
	padding: 30px 0px 20px;
	margin-top: 60px;
}

.footer_up {
	width: 100%;
	float: left;
}

.social {
	width: 30%;
	float: left;
	margin-bottom: 0.25rem;
	padding-bottom: 1rem;
	padding-top: 2rem;
}

.social ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.social ul li {
	float: left;
	margin-right: 0.75rem;
}

.social ul li a img {
	height: 2em;
}

.social h4 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-left: 10px;
	font-weight: 300;
	width: 100%;
	float: left;
}

.footer_line {
	width: 100%;
	float: left;
	height: 1px;
	background: #bbb;
}

.footer_nav {
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.footer_nav_box {
	width: 25%;
	float: left;
	padding-top: 40px
}

.footer_nav_box h4 {
	color: #4d4d4d;
	font-size: .625rem;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: .75rem;
	margin-bottom: 1rem;
	position: relative;
	text-transform: uppercase;
	;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.footer_nav_box ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 100%;
	float: left;
}

.footer_nav_box ul li {
	padding: 0 0 .25rem;
}

.footer_nav_box ul li a {
	color: #4d4d4d;
	font-family: 'BMWTypeNextTT-Bold';
	text-decoration: none;
	font-size: .875rem;
	line-height: 1.25rem;
	font-weight: 700;
}

.footer_down {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 50px 0px 20px;
}

.footer_down p {
	float: left;
	font-size: .875rem;
	line-height: 1.25rem;
	font-weight: 300;
}

.footer_down ul {
	float: right;
	text-align: right;
}

.footer_down ul li {
	margin-right: 20px;
	display: inline;
}

.footer_down li a {
	font-size: .75rem;
	font-weight: 700;
	line-height: 1rem;
	background: #0000;
	color: #262626;
	font-family: 'BMWTypeNextTT-Bold';
}

/*FOOTER END HERE*/

.stxtArea {
	width: 100%;
	float: left;
}

.stxt {
	width: 33%;
	float: left;
	text-align: center;
}

#range-calculator.noUi-target {
	height: 150px;
}

.slideTxtArea {
	width: 100%;
	float: left;
}

.slideTxtArea .stxt {
	width: 33%;
	float: left;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -10px !important;
	left: auto;
}

#range-calculator.noUi-horizontal .noUi-handle {
	width: 20px !important;
	height: 60px !important;
	top: 40px !important;
}

.noUi-handle:after,
.noUi-handle:before {
	background: #fff !important
}

#range-calculator .noUi-handle {
	background: var(--white);
	box-shadow: none;
	border-radius: 30px;
	border: none;
	outline: none;
	cursor: pointer;
}

#temperature-slider {
	height: 6px;
	width: 100%;
}

/*GALLERY START*/
.galleryArea {
	margin-top: 20%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.w100 {
	width: 100%;
	float: left;
}

.swiper-pagination {
	left: 50%;
	margin-left: -24px;
	bottom: -10px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	margin-right: 8px;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 80%;
	height: 100%;
	object-fit: cover;
	margin: 0px 10%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 25px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	color: #000 !important;
	right: 50px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	color: #000 !important;
	left: 50px !important;
}

.modelName {
	text-align: center;
	padding: 10px 0px;
	font-size: 14px;
}

.menu {
	display: none;
}

#accordion1 div.head,
#accordion2 div.head,
#accordion3 div.head {
	width: 100%;
	float: left;
}

#accordion1 div.head .btn {
	padding: 0px;
}

#accordion1 div.head,
#accordion2 div.head,
#accordion3 div.head {
	border-bottom: 1px solid #cfcfcf;
	font-family: 'BMWTypeNextTT-Bold';
	padding: 14px 0px;
}

#accordion1 button::after,
#accordion2 button::after,
#accordion3 button::after {
	content: "";
	margin-top: 5px;
	right: 30px;
	background: url(../images/arrow_up.svg) no-repeat;
	width: 16px;
	height: 16px;
	background-size: contain;
	position: absolute;
	margin-left: 8px;
}

#accordion1 button.collapsed::after,
#accordion2 button.collapsed::after,
#accordion3 button.collapsed::after {
	content: "";
	background: url(../images/arrow-down.svg) no-repeat !important;
	margin-top: 5px;
	width: 16px;
	height: 16px;
	right: 30px;
	background-size: contain;
	position: absolute;
	margin-left: 8px;
}

#googleMap {
	height: 100%;
	width: 100%;
	margin: 0px 0px;
}

#footerAcc div.head {
	width: 100%;
	float: left;
}

#footerAcc div.head .btn {
	padding: 0px;
}

#footerAcc div.head {
	border-bottom: 1px solid #cfcfcf;
	font-family: 'BMWTypeNextTT-Bold';
	padding: 14px 0px;
}

#footerAcc button::after {
	content: "";
	margin-top: 5px;
	right:0px;
	background: url(../images/arrow_up.svg) no-repeat;
	width: 16px;
	height: 16px;background-size: contain;position: absolute;margin-left: 8px;}
#footerAcc button.collapsed::after {content: "";background: url(../images/arrow-down.svg) no-repeat !important;margin-top: 5px;width: 16px;height: 16px;right:0px;background-size: contain;position: absolute;margin-left: 8px;}




/*FORM*/
.formArea{padding: 20px 0px 0px; width: 100%; max-width: 1000px; margin: auto;}
.formArea h2{font-size: 30px;font-family: 'BMWTypeNextTT-Light'; padding: 20px 0px 0px;}
.formArea h1{font-size: 30px;font-family: 'BMWTypeNextTT-Light'; padding: 20px 0px 0px; text-transform: uppercase;}

.formArea h3{font-size: 15px;font-family: 'BMWTypeNextTT-Light';padding: 0px 0px 30px;}
/*FORM STYLE HERE*/
#msg{background: #eee;padding: 10px 20px;margin: 20px 0px;font-size: 14px;line-height: 18px;}

input{width:100%;}
select{padding:10px 1%;width:98%; font-size: 13px !important; z-index: 2;  position: relative;}
select option{padding:0px;width:100%;}
.clear{clear:both;}
.tnc{font-size:12px;padding:8px 0 0 0;width:100%; line-height: 25px;}
.tnc a{font-size:12px;}
.tnc input{float:left;margin-right:2px;width:15px;}
input:focus,
select:focus,
textarea:focus {outline: none;box-shadow: none !important;}
select{box-shadow: none !important;padding-right: 5%; border-radius: 0px; border-radius: 0px;appearance: none;-webkit-appearance: none;-moz-appearance: none;}
input {padding: 0px 5px;font-size: 13px;border-radius: 0px;box-shadow: none !important;border-bottom: 1px solid #838383 !important;border:0px;}
input,
input::-webkit-input-placeholder {font-size: 13px !important;line-height: 3;}
.form100{width: 100%;}
.ar {position: absolute;right: 1px;top: 1px;z-index:1;}
.ar img{width:30px}
.artop{top:1px !important; z-index: 0 !important;}
textarea{border-radius: none;}
.selectArea select{padding-left: 10px;}
.formP{width:100%; float: left; margin:14px 0px;}
.formP label{font-size: 14px; font-family:'BMWTypeNextTT-Light';color:#262626;}
.form50,.w50{width:49%; float: left;  position: relative;}
.form70{width:70%; float: left;}
.form30{width: 32.6%; float: left;}
.form20{width: 17%; float: left;}
select { display: inline-block;width: 100%;white-space: nowrap;overflow: hidden !important;text-overflow: ellipsis;font-family:'BMWTypeNextTT-Light';}
.form25{width: 26%; float: left;}
.form32{width:29%; float: left;}
.marginR{margin-right: 1%;}
.marginL{margin-left: 1%;}
.selectauto{width: auto;}
.mbt20{margin-bottom: 10px;}
.autoD{padding:0px; cursor: pointer; margin-top:28px;margin-left: 10px; text-align: center; background:#1c69d4;color:#fff; float: left; }
.autoD span{width: 100%; float: left; text-align: center;font-size: 9px; line-height: 13px;}
.autoD img{width: 12px;}
.tnc input{margin-top:6px;}
.im100{width:100%;}
.mtb20{margin-bottom: 20px;}
input,select{font-size: 13px !important;}
.submitBtn{
	padding: 10px 50px;
    margin-top: 20px;
    width: auto;
    border: 0px;
    font-family: 'BMWTypeNextTT-Bold';
    font-size: 13px;
    line-height: 21px;
    float: left;
    background: #1c69d5;
    color: #fff;

}
.submitBtn:hover{
	background-color: rgb(6, 83, 182);
	box-shadow: none;
	color: rgb(255, 255, 255);
}
select{background: none; box-shadow: none; border-bottom: 1px solid #838383 !important;
    border:0px; border-radius: 0px; color: #8e8e8e;}
.w100{width:100%; float: left;}
.errormess span{color:rgb(206, 8, 8); font-size: 12px; line-height: 14px;}

/*TERMS*/
.terms{width: 100%; margin: auto; max-width: 1000px;}
.terms h4{font-size: 17px; float: left; width: 100%; padding: 50px 0px 0px; margin: 0px; font-family: 'BMWTypeNextTT-Bold';}
.terms p{ font-size: 13px; margin: 10px 0px 0px;float: left; width: 100%; line-height: 1.8;}
.terms ul{margin:10px 0px 0px 0px; padding: 0px 0px 0px 20px; width: 100%; float: left;}
.terms ul li{font-size: 13px; line-height: 18px; list-style: circle;}


.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
 

  /*CALL NOW CTA*/
.call-now {display: none;}
.call-now:hover,.call-now:active{color:#fff !important;}
.call-now-normal{padding: 10px 30px;margin-top: 20px;width: auto;border: 0px;font-family: 'BMWTypeNextTT-Bold';font-size: 13px;line-height: 21px;float: left;background: #1c69d5;color: #fff;margin-left: 20px;}
.call-now-normal:hover{color: #fff;}


  @media (max-width: 768px) {
	.call-now {display: flex;position: fixed;bottom: 0px;left: 0px;
	  border-radius: 0px;width: 100%;height: 41px;align-items: center;
	  justify-content: center;text-decoration: none;font-size: 20px;
	  z-index: 999;background-color: #1d69d5;
	  border: 0;box-shadow: 0 .375rem 1.25rem 0 #00000029, 0 0 .0625rem 0 #0000003d;
	  color: #fff;cursor: pointer;padding: 0;text-decoration: none;transition: all .3s ease;
	}
  }