body{font-family: 'Roboto', sans-serif;font-size:14px;}
.wrap{position:relative;width:100vw;height:100vh;overflow:hidden;}
.header-top{position:fixed;top:24px;right:24px;left:24px;z-index:1}
.header-top-right{float:right;}
.menu{position:fixed;top:25%;transform:translateY(-25%);right:0;z-index:1;}
.menu ul li{padding:12px;max-width:60px;max-height:60px;background-color:#2f2a85;border:1px solid #fff;border-right:0;display:flex;justify-content:center;align-items:center;position:relative;}
.menu ul li + li{margin-top:-1px;}
.menu ul li:hover{background-color:#212121;}
.call-wrap{position:absolute;top:-1px;right:-210px;background-color:#fff;min-width:200px;display:flex;align-items:center;border:1px solid #2f2a85;z-index:1;max-width:210px;transition:right 0.3s}
.call-wrap-left{border-right:1px solid #adadad;padding:10px;width:58px;height:60px;display:flex;align-items:center;}
.call-wrap-right-digit{display:block;font-size:17px;font-weight:600;color:#2f2a85;line-height:1;white-space:nowrap;padding:0px 13px;}
.call-wrap-right-digit:hover, .call-wrap-right-digit:focus{text-decoration:none;color:#2f2a85;}
.call-wrap-right{margin-right:9px;}
.menu ul li.menu-call:hover .call-wrap{right:0}
.footer{position:fixed;bottom:24px;right:24px;left:24px;pointer-events:none;}
.footer-logo{float:right;max-width:250px;}
.step-inn{position: relative;}
.create-inspire{position:absolute;left:8%;right:auto;max-width:734px;top:22%}
.color-choose{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);z-index:1}
.color-choose ul li{margin:0 4px;padding:3px;border:1px solid transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px;}
.color-choose ul li.color-choose-active{border-color:#0e0e0e}
.color-choose ul li.color-choose-active *{border:0;}
.color-name{position:absolute;font-size:18px;color:#000;display:none;line-height:1;top:-30px;left:28px;font-weight:700;letter-spacing:1px;text-transform:uppercase;}
.color-choose ul li.color-choose-active .color-name{display:block;}
.color-choose ul li:first-child{margin-left:0}
.color-choose ul li:last-child{margin-right:0}
.color-choose-title{font-size:48px;font-weight:700;color:#000;text-transform:uppercase;text-align:center;line-height:1;margin-bottom:20px;}
.color-choose ul{background-color:#fff;padding:11px 30px;list-style:none;display:flex;border-radius:30px;-webkit-box-shadow: -1px 1px 17px 0px rgba(0,0,0,0.20);-moz-box-shadow: -1px 1px 17px 0px rgba(0,0,0,0.20);box-shadow: -1px 1px 17px 0px rgba(0,0,0,0.20);margin-bottom:0;position:relative;}
.color-box{width:32px;height:32px;border:1px solid transparent;display:block;border-radius:50%}
/* .color-box-1{background-color:#b8222b;} */
.color-box-1:before{background-color:#231f20;border-color:#231f20;}
.color-box-1:after{background-color:#b31528;border-color:#b31528;}
.color-box-2:before{background-color:#f6f4ec;border-color:#f6f4ec;}
.color-box-2:after{background-color:#62563b;border-color:#62563b;}
.color-box-3:before{background-color:#231f20;border-color:#231f20;}
.color-box-3:after{background-color:#c2cbd0;border-color:#c2cbd0;}
/* .color-box-2{background-color:#f15a2a;border-color:#f15a2a;} */
.color-box-4{background-color:#b41827;border-color:#b41827}
.color-box-5{background-color:#62563b;border-color:#62563b}
.color-box-6{background-color:#0c4da2;border-color:#0c4da2}
.color-box-7, .color-box-8, .color-box-9{border-color: #7d7d7d;}
.color-box-1::before,
.color-box-1::after, 
.color-box-2::before,
.color-box-2::after, 
.color-box-3::before,
.color-box-3::after{
	content:"";
	width:50%;
	height:100%;
	display:inline-block;
}
.color-box-1:before,
.color-box-2:before,
.color-box-3:before{
	border-top-left-radius:32px;
	border-bottom-left-radius:32px;
}
.color-box-1::after, .color-box-2::after, .color-box-3::after{border-top-right-radius:32px;border-bottom-right-radius:32px;}
.color-box-7{background-color:#777776;border-color:#777776;}
.color-box-8{background-color:#c2cbd0;border-color:#c2cbd0;}
.color-box-9{background-color:#f6f4ec;border-color:#f6f4ec;}
.tabs-content-title{position:absolute;top:110px;right:0;left:0;text-align:center;z-index:1}
.main-title, .desc{color:#fff}
.main-title{font-size:48px;font-weight:700;line-height:1}
.desc{font-size:16px;}
.tabs{text-align:center;}
.tabs .tab a{color:#fff;text-decoration:none;font-size:20px;font-weight:500;text-transform:uppercase;}
.tabs .tabs-group li{display:inline-block;padding:0 20px;position:relative;}
.tabs .tabs-group li::before{content:"";width:13px;height:11px;display:block;margin:0 auto}
.tabs .tabs-group li.current::before{background-image:url(../images/tab-arrow.png);background-repeat:no-repeat;}
.tabs .tabs-group li:first-child::after{content:"";width:1px;height:22px;background-color:#fff;display:block;position:absolute;top:15px;right:0}
.tabs.tabs-dark{margin-top:80px;}
.tabs.tabs-dark .tabs-group li::after{content:"";width:13px;height:11px;display:block;margin:0 auto;position:static;}
.tabs.tabs-dark .tabs-group li.current::after{background-image:url(../images/tab-arrow-dark.png);background-repeat:no-repeat;}
.tabs.tabs-dark .tabs-group li::before{content:none;}
.tabs-content > div:last-child{display:none;}
.threesixty-img{margin-bottom:15px;}
.tabs-bottom{position:fixed;right:10%;bottom:20px;left:10%;z-index:1}
.tabs.tabs-dark .tab a{color:#000}
.tabs-dark .main-title{color:#fff;text-transform:uppercase;margin-bottom:25px;}
.tabs.tabs-dark .tabs-group{margin-bottom:20px;}
.tabs.tabs-dark .tabs-group li + li::before{content:"";width:1px;height:22px;background-color:#000;position:absolute;left:0;top:10%;background-image:none;}
.gallery-ext, .highlight-gallery, .accordian-wrapper{width:1137px;margin:0 auto;}
.owl-nav{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width:45px;height:70px;background:#000 !important;transition:all ease 0.3s;}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus{outline:none;}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{background:#212121 !important;}
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled{background-color:#999999 !important;}
.owl-carousel .owl-nav button.owl-prev{float:left;margin-left:-45px;}
.owl-carousel .owl-nav button.owl-next{float:right;margin-right:-45px;}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{background-repeat:no-repeat;width:20px;height:41px;display:block;margin-left:auto;margin-right:auto;text-indent:-999rem;background-position:center;}
.owl-carousel .owl-nav button.owl-prev span{background-image:url(../images/prev-arrow.png);background-size:80%;}
.owl-carousel .owl-nav button.owl-next span{background-image:url(../images/next-arrow.png);background-size:80%;}
.item-title{font-size:24px;font-weight:400;margin-top:25px;}
.highlight-gallery .lSSlideOuter .lSPager.lSGallery{margin:30px auto 0 auto !important;overflow:visible;}
.highlight-gallery .lSSlideOuter .lSPager.lSGallery li.active, .highlight-gallery .lSSlideOuter .lSPager.lSGallery li:hover{border-radius:0}
.highlight-gallery .lSSlideOuter .lSPager.lSGallery li{border:1px solid transparent;}
.highlight-gallery .lSSlideOuter .lSPager.lSGallery li.active{border-color:#433f91;position:relative;overflow:visible;}
.highlight-gallery .lSSlideOuter .lSPager.lSGallery li.active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0.6);}
.highlight-gallery .lSSlideOuter .lSPager.lSGallery li.active:before{content:"";display:block;background-image:url(../images/thumb-arrow.png);background-repeat:no-repeat;width:11px;height:9px;position:absolute;top:-10px;left:50%;}
.highlight-gallery .lSAction>a{display:none;}
.headingTable {/*background:#29328e;*/font-size:1rem;position:sticky;top:0;}
.headingTable table tr:first-child td{border-top:1px solid #8c8c8c;}
.headingTable table td{cursor:pointer;border:1px solid #8c8c8c;padding:10px 5px;font-size:1rem;font-weight:400;line-height:1;color:#fff;border-right:1px solid #fff;background-color:#29328e;}
.accordian-header-link{color:#000000;text-transform:uppercase;text-decoration:none;display:flex;padding:10px 20px;font-size:1rem;justify-content:space-between;align-items:center;}
.accordian-header-link:hover, .accordian-header-link:focus{text-decoration:none;color:#000}
.accordian-header{background-color:rgba(0,0,0,0.03);text-align:left;border:1px solid #8c8c8c;border-top:0}
.accordian-body{display:none;}
.accordian-wrapper{max-height:700px;overflow-y:scroll;position:relative;}
table{table-layout:fixed;}
table td{border:1px solid #8c8c8c;padding:10px 5px;font-size:0.8125rem;line-height:1.375rem;font-weight:400;vertical-align:middle;color:#000;width:10%;background-color:#fff;}
.tech-wrapper table td, .tech-wrapper table td:first-child{width:50%}
table td:first-child {width:20%;text-align:left;}
table tr:first-child td{border-top:0}
.arrow-down{background-image:url(../images/acc-exapnd-arrow.png);background-repeat:no-repeat;width:8px;height:13px;display:inline-block;}
.expand .arrow-down{background-image:url(../images/acc-exapnd-arrow-down.png);background-repeat:no-repeat;width:13px;height:8px;display:inline-block;}
.feature-disclaimer {border:1px solid #8c8c8c;padding:10px 15px;font-size:1rem;line-height:1.375rem;border-top:0}
.feature-disclaimer strong{font-weight:400;font-size:0.8125rem;}
.orientation-change{display:none;}
.arrow a{width:66px;height:106px;display:block;position:fixed;top:50%;transform:translateY(-50%);z-index:999;border:none;background-color:#2f2a85;transition:all ease 0.3s}
.arrow a:hover{background-color:#353183;}
.arrow a.arrow-prev{left:0;background-image:url(../images/arrow-prev.png) !important;background-repeat:no-repeat;background-position:50%;}
.arrow a.arrow-next{right:0;background-image:url(../images/arrow-next.png) !important;background-repeat:no-repeat;background-position:50%;}
.lightSlider.lsGrab>*{position:relative;}
.highlight-gallery-title{position:absolute;bottom:0px;left:0px;right:0;color:#fff;font-size:18px;line-height:1;text-transform:uppercase;font-weight:500;text-align:left;background-color:rgba(0,0,0,0.5);padding:10px 15px;}
.highlight-gallery-desc{margin-bottom:0;text-align:left;font-size:16px;line-height:1.3;font-weight:300;margin-top:10px;text-transform:none;}
.car-bg{position:relative;width:100vw;height:100vh;background-image:url(../images/color-bg.png);background-repeat:no-repeat;background-size:cover;}
.car-list{list-style:none;margin-bottom:0;display:inline-block;padding:0;position:absolute;left:28%;top:18%;max-width:1000px;}
.car-list li{display:none;}
.car-list li.car-list-active{display:block;}
.interior{height:100vh !important;z-index:0;}
.menu ul li.social-icon{flex-direction:column;}
.social-icon .call-wrap{min-height:55px;min-width:160px;}
.social-icon .call-wrap-right-digit:last-child{border-top:0}
.tab-content, .tab-content-gallery, .tab-content-highlight{display:none;}
.tab-content.current, .tab-content-gallery.current, .tab-content-highlight.current{display: block;}
.popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9}
.popup-mask{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.7);}
.popup-body{background-color:#fff;width:100%;max-width:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;}
.form-control, select.form-control{display:block;width:100%;padding:10px 0px;font-size:14px;line-height:1.5;color:#000;background-color:#fff;border-top:0;border-right:0;border-bottom:1px solid #000;border-left:0;outline:none;box-shadow:none;border-radius:0px;}
.form-control::placeholder{font-size:14px;color:#000;font-family: "Fira Sans", sans-serif;}
select.form-control{-webkit-appearance: none;background:url(../images/down-arrow.png) no-repeat 99% center;}
.form-group{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;margin-bottom:30px;padding:0 25px;}
.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-25px;margin-right:-25px;}
.btn-submit{font-size:15px;color:#fff;background:#000000;height:40px;padding:8px 20px;cursor:pointer;border:1px solid #000000;text-transform:uppercase;margin-left:25px;}
.form-check {position:relative;display:block;padding-left:20px;margin-left:25px;margin-bottom:25px;margin-right:25px;}
.form-check-input{position:absolute;margin-top:.3rem;margin-left:-20px;}
.form-check-label{margin-bottom:0;display:inline-block;font-size:12px;font-weight:300}
.form-check-label strong{font-weight:700}
.popup-title{font-size:18px;font-weight:400;}
.btn-close{width:35px;height:35px;background-color:#fff;border-radius:50%;position:absolute;top:-15px;right:-15px;border:1px solid #000;display:flex;align-items:center;justify-content:center;}
.popup-form{display:none;}
.youtube-video{width:1137px;margin:0 auto;padding:20px;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.09);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.09);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.09);}
.youtube-video iframe{width:100%;height:577px;}
.threesixty-wrapper{background-image:url(../images/ext-bg.jpg);background-repeat:no-repeat;background-size:cover;width:100vw;height:100vh;}
.threesixty-wrapper .threesixty{display:flex !important;align-items:center;justify-content:center;height:100vh}
.threesixty-frame{width:65% !important;height:auto !important;}
.back-to-home{pointer-events:auto;}
.mt-0{margin-top:0px !important}
.mb-0{margin-bottom:0px !important;}
img{max-width:100%;height:auto;}
.img-cover{width:100vw;height:100vh;object-fit:cover;}
.d-none{display:none;}
.text-left{text-align:left;}
ul{padding-left:0}
/*.img-360{position:absolute;pointer-events:none;object-fit:cover;display:none;top: 50%;left: 50%;transform: translate(-50%, -50%);}*/
.img-360{position:absolute;pointer-events:none;object-fit:cover;display:none;top: 0;left: 0; width: 100%;}
.img-360:first-child{display:block;}
.container{width:100vw;height:100vh;}
iframe .pnlm-compass{display:none !important;}
.zui-table thead{font-size:0;padding:0;margin:0;border:0;}

/*laptop target*/
@media (min-width:1200px) and (max-width:1366px){
	.header-top{top:15px;right:15px;left:15px;}
	.header-top-left{max-width:450px;}
	.header-top-right{max-width:100px;}
	.menu ul li{padding:9px;width:50px;height:50px;}
	.menu ul li a{display:block;max-width:26px;}
	.create-inspire{max-width:400px;}
	.color-choose{bottom:35px;}
	.color-choose-title{font-size:28px;margin-bottom:10px;}
	.color-box{width:28px;height:28px;}
	.color-choose ul{padding:12px 18px 12px 18px;}
	.color-choose ul li{margin:0 2px}
	.menu ul li .call-wrap-right a{max-width:100%}
	.footer{right:20px;bottom:15px;}
	.footer-logo{max-width:170px;}
	.main-title{font-size:36px;}
	.tabs .tab a{font-size:18px;}
	.tabs.tabs-dark .tabs-group li + li::before{height:18px;top:9%}
	.tabs.tabs-dark .tabs-group li::after{width:11px;height:8px;background-size:cover;}
	.gallery-ext, .highlight-gallery, .accordian-wrapper{width:750px;}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width:40px;height:60px}
	.owl-carousel .owl-nav button.owl-prev{margin-left:-40px;}
	.owl-carousel .owl-nav button.owl-next{margin-right:-40px;}
	.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{width:15px;height:36px;}
	.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{background-size:contain;background-position:center;}
	.item-title{font-size:21px;margin-top:18px;}
	.highlight-gallery .lSSlideOuter .lSPager.lSGallery{margin-top:20px !important;}
	.headingTable table td{font-size:0.875rem;}
	table td{font-size:0.875rem;}
	.accordian-header-link{font-size:0.875rem;padding:9px 15px}
	.lSSlideOuter .lightSlider>*{position:relative;}
	.highlight-gallery-title{font-size:18px;bottom:15px;left:15px;}
	.color-choose ul li:nth-last-child(2) .color-name, .color-choose ul li:nth-last-child(3) .color-name{right:-122px;}
	.car-list{left:33%;top:22%;max-width:550px;}
	.color-name{left:18px;white-space:nowrap;}
	.arrow a{width: 50px;height:80px;}
}

@media(min-width:768px) and (max-width:1280px) and (orientation:landscape){
	.create-inspire{bottom:80px;}
	.menu ul li.social-icon a.call-wrap-right-digit{max-width:100%}
	.headingTable{width:733px;}
	.accordian-wrapper{max-height:444px;}
}

@media(min-width:768px) and (max-width:1366px) and (orientation:landscape){
	.gallery-ext{width:650px}
	.highlight-gallery-title{left:0;bottom:0;}
	.accordian-wrapper{max-height:442px}
	.youtube-video{width:750px;padding:15px;}
	.youtube-video iframe{height:400px;}
	.car-bg{background-size: 100% 100%;}
	.car-list{left:31%;top:24%;max-width:700px;}
	.color-choose ul li{margin:0 1px;padding:0}
	/*.headingTable, .accordian{width:1000px;}*/
	.tech-wrapper table td:first-child{width:initial;}
	/*.tech-wrapper table td{width:50%}*/
}

/*ipad pro*/
@media(min-width:1024px) and (max-width:1366px) and (orientation:landscape){
	.car-list{left:25%;top:20%;max-width:700px;}
	.threesixty-frame{width:80% !important;}
}

/*ipad portrait*/
@media(min-width:768px) and (max-width:1024px) and (orientation:landscape){
	.header-top{top:12px;left:15px;right:15px;}
	.header-top-left{max-width:350px;}
	.header-top-right{max-width:90px}
	.footer{bottom:15px;right:15px;left:15px;}
	.footer-logo{max-width:200px;}
	.create-inspire{max-width:550px;top:12%}
	.menu ul li{max-width:45px;max-height:45px;padding:10px;}
	.color-choose{bottom:40px;}
	.color-choose-title{font-size:28px;margin-bottom:10px;}
	.color-choose ul{padding:10px 20px 10px 20px;}
	.color-choose ul li:nth-last-child(2) .color-name, .color-choose ul li:nth-last-child(3) .color-name{right:-122px;}
	.car-list{max-width:750px;left:13%;top:22%;}
	.color-choose ul li{margin:0 1px;padding:0;width:30px;height:30px;}
	.color-box{width:22px;height:22px;}
	.tabs-bottom .tabs-group{margin-bottom:0;}
	.tabs .tab a{font-size:18px;}
	.tabs .tabs-group li:first-child::after{height:17px;right:-2px;}
	.tabs .tabs-group li{padding:0 15px;}
	.tabs.tabs-dark .tabs-group li + li::before{height:18px;left:-2px;}
	.tabs-content-title{top:80px;}
	.main-title{font-size:28px;}
	.desc{font-size:0.875rem;}
	.gallery-ext, .accordian-wrapper{width:650px;}
	.headingTable, .accordian{width:1200px;}
	.tech-wrapper .headingTable, .tech-wrapper .accordian{width:650px;}
	.highlight-gallery{width:720px;}
	.accordian-wrapper{max-height:500px;overflow:scroll;}
	.tech-wrapper .accordian.move{padding-top:50px;}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width:35px;height:60px;}
	.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{width:13px;height:30px;}
	.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{background-size:contain;}
	.owl-carousel .owl-nav button.owl-prev{margin-left:-35px;}
	.owl-carousel .owl-nav button.owl-next{margin-right:-35px;}
	.item-title{font-size:18px;margin-top:15px;}
	.highlight-gallery .lSSlideOuter .lSPager.lSGallery{margin:20px auto 0 auto !important;}
	.accordian-header-link{padding:8px 15px;font-size:0.875rem}
	.lSSlideOuter .lightSlider>*{position:relative;}
	.highlight-gallery-title{font-size:18px;bottom:0px;left:0px;}
	.highlight-gallery-desc{font-size:14px;margin-top:6px;}
	.popup-body{max-width:680px}
	.form-group{padding:0 15px;}
	.form-row{margin-left:-15px;margin-right:-15px;}
	.form-check{margin-left:15px;margin-right:15px;}
	.btn-submit{margin-left:15px;}
	.popup-title{font-size:16px;}
	.menu ul li.menu-call.test-drive:hover .call-wrap{right:-210px;pointer-events:none;}
	.headingTable table td, table td{font-size:0.875rem;width:20%}
	.tech-wrapper table td:first-child, .tech-wrapper table td{width:50%;}
	.color-name{white-space:nowrap;}
}

@media only screen and (min-width: 375px) and (max-width:896px) and (orientation: landscape){
	.header-top {top:10px;right:10px;left:10px;}
	.header-top-left{max-width:150px}
	.header-top-right{max-width:80px;}
	.footer-logo{max-width:110px;}
	.footer{bottom:10px;right:10px;left:10px;}
	.create-inspire{max-width:265px;left:75px;bottom:51px;top:auto;}
	.menu ul li{max-width:40px;max-height:40px;padding:8px;}
	.color-choose{bottom:15px;left:50%;transform:translateX(-50%);}
	.color-choose-title{font-size:20px;margin-bottom:6px;}
	.color-box{width:18px;height:18px;background-size:60%;}
	.color-choose ul{padding:10px 10px 10px;}
	.color-choose ul li{margin:0 1px;padding:0;width:26px;height:26px;}
	.color-choose ul li:nth-last-child(2) .color-name, .color-choose ul li:nth-last-child(3) .color-name{right:-122px;}
	.car-list{max-width:300px;left:30%;top:20%;}
	.color-name{font-size:12px;left:10px;top:-20px;}
	.tabs .tab a{font-size:16px;}
	.tabs .tabs-group li:first-child::after{height:15px;right:-2px;}
	.tabs .tabs-group li{padding:0 10px;}
	.tabs-bottom .tabs-group{margin-bottom:0}
	.tabs-bottom{bottom:10px;}
	.threesixty-img{max-width:40px;margin-left:auto;margin-right:auto;margin-bottom:5px;}
	.main-title{font-size:21px;margin-bottom:4px;}
	.tabs-content-title{top:45px;}
	.desc{font-size:12px;}
	.gallery-ext{width:350px;}
	.highlight-gallery{width:400px;}
	.accordian-wrapper{width:100%;max-height:230px;max-width:80%}
	.youtube-video{width:400px;padding:10px;}
	.youtube-video iframe{height:200px;}
	.tabs.tabs-dark{margin-top:45px;}
	.tabs-dark .main-title{margin-bottom:10px;}
	.tabs.tabs-dark .tabs-group li + li::before{height:14px;}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width:25px;height:40px;}
	.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{width:10px;height:20px;}
	.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{background-size:contain;}
	.owl-carousel .owl-nav button.owl-prev{margin-left:-25px;}
	.owl-carousel .owl-nav button.owl-next{margin-right:-25px;}
	.item-title{font-size:14px;margin-top:5px;}
	.tabs.tabs-dark .tabs-group{margin-bottom:10px;}
	.highlight-gallery .lSSlideOuter .lSPager.lSGallery{margin:12px auto 0 auto !important}
	.highlight-gallery .lSSlideOuter .lSPager.lSGallery li.active:before{transform:translateX(-50%);height:6px;top:-7px;}
	.accordian-body table td{font-size:12px;line-height:1.1;padding:10px;width:17%}
	.accordian-body{overflow-y:hidden;overflow-x:scroll;}
	.accordian-header-link{font-size: 0.875rem;padding:7px 12px;}
	.arrow a{width:35px;height:60px;top:60%;transform:translateY(-60%);}
	.arrow a.arrow-prev{left:0;background-size:30%}
	.arrow a.arrow-next{right:0;background-size:30%}
	.highlight-gallery-title{font-size:14px;bottom:0px;left:0px;font-weight:400}
	.highlight-gallery-desc{font-size:10px;margin-top:5px;}
	.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>*{position:relative !important;}
	.headingTable, .accordian{width:100%;}
	.headingTable table td.carcompare{background:none;}
	.headingTable table td:first-child, table td:first-child{width:32%}
	.headingTable table td{width:17%;padding:10px;font-size:13px;}
	.accordian-header:nth-of-type(1){border-top:1px solid #8c8c8c;}
	.accordian-wrapper>.headingTable{display:none;}
	/*.tech-wrapper .headingTable, .tech-wrapper .accordian{width:400px}*/
	.tech-wrapper .headingTable table td,  .tech-wrapper table td{width:50%}
	table{table-layout:fixed;}
	.popup-body{max-width:450px;padding:15px;}
	.popup-title{font-size:15px;margin-bottom:0}
	.form-group{flex:0 0 100%;max-width:100%;margin-bottom:5px;}
	.form-control, select.form-control{line-height:1;padding:7px 0px;}
	.form-check{margin-bottom:10px;}
	.btn-submit{font-size:14px;height:30px;padding:4px 20px;}
	.form-check-label{font-size:10px;}
	.btn-close{width:30px;height:30px;}
	.menu ul li.menu-call.test-drive:hover .call-wrap{right:-210px;pointer-events:none;}
	.call-wrap{min-width:140px;}
	.call-wrap-left{width:30px;height:40px;padding:6px;}
	.call-wrap-right-digit{font-size:13px;}
	.call-wrap-right{margin-right:3px;}
	.call-wrap-right-digit:first-child{padding-top:4px;padding-bottom:3px;}
	.call-wrap-right-digit:last-child{padding-top:4px;padding-bottom:3px;}
	.social-icon .call-wrap{min-height:41px;}
	.back-to-home{display:inline-block;max-width:17px}
	.zui-table {border:none;border-collapse:separate;border-spacing:0;width:500px;table-layout:inherit;}
	.zui-table thead th {background-color:#29328e;border: none;color: #fff;padding: 10px;white-space: nowrap;font-weight:400;}
	.zui-table tbody td {white-space: nowrap;width:inherit;}
	.zui-wrapper {position: relative;}
	.zui-scroller {margin-left:40%;overflow-x: scroll;overflow-y: visible;padding-bottom:0;width:60%;}
	.zui-table .zui-sticky-col {left: 0;position: absolute;top: auto;width:40%;overflow:auto;}
	.zui-table thead{font-size:inherit;font-weight:normal;}
	.tech-wrapper .zui-scroller{margin-left:0;width:100%}
	.tech-wrapper > .headingTable{display:block;}
	.step-5 .tabs.tabs-dark{margin-top:30px}
	.step-5 .tabs.tabs-dark .tabs-group{margin-bottom:0}
	.step-5 .tabs-dark .main-title{font-size:17px;}
	.step-5 .tabs .tab a{font-size:14px;}
	
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 3) { 
	.color-choose, .tabs-bottom{bottom:50px;}
	.create-inspire{bottom:70px}
	.headingTable table tr td{padding:10px 12px;}
}

@media only screen and (min-width:360px) and (max-width:640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3){
	html, body{height:100vh;width:100vw;overflow:hidden;}
	.header-top{top:5px;right:6px;left:6px;}
	.header-top-right{max-width:75px;}
	.menu ul li{width:30px;height:30px;padding:5px;}
	.arrow a{width:30px;height:50px;top:65%;transform:translateY(-65%);}
	/*.car-list{max-width:300px;left:31%;top:42%;}*/
	.tabs-content-title{top:30px;}
	.main-title{font-size:19px;}
	.footer{left:7px;right:7px;}
	.tabs .tab a{font-size:15px;}
	.color-box{width:20px;height:20px;}
	.tabs.tabs-dark{margin-top:27px;}
	.item-title{font-size:12px;margin-top:4px;}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width:22px;height:35px;}
	.owl-carousel .owl-nav button.owl-next{margin-right:-22px;}
	.owl-carousel .owl-nav button.owl-prev{margin-left:-22px;}
	.color-choose, .tabs-bottom{bottom:10px;}
	.create-inspire{bottom:40px;left:70px;}
	.step-5 .tabs.tabs-dark{margin-top:30px}
	.step-5 .tabs.tabs-dark .tabs-group{margin-bottom:0}
	.step-5 .tabs-dark .main-title{font-size:17px;}
	.step-5 .tabs .tab a{font-size:14px;}
}

/*portrait view*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait),
(min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait),
(min-device-width: 375px) and (max-device-width: 812px) and (orientation: portrait),
(device-width: 360px) and (device-height: 640px) and (orientation: portrait){
	.orientation-change{display:block;}
	.orientation-change .mask-overlay{background-color: rgba(0,0,0,0.95);position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9999;}
	.orientation-change .popup{left:50%;right:0;width:300px;top:50%;transform:translate(-50%, -50%);min-height:100px;display:flex;align-items:center;background-color:#fff;z-index:9999;position:fixed;justify-content:center;padding:30px;}
	.v .popup p {margin-bottom: 0; font-size: 14px;line-height: 1.4;}
}

/*ie10 and ie11 for specific css*/
@media all and (-ms-high-contrast:none)
 {
 *::-ms-backdrop, .social-icon .call-wrap{min-height:auto}
 *::-ms-backdrop, .menu ul li.social-icon a.call-wrap-right-digit{padding-top:14px;padding-bottom:10px;}
 }