@font-face {
    font-family:'SuzukiPRORegular';
    src: url('../fonts/SuzukiPRORegular.eot');
    src: url('../fonts/SuzukiPRORegular.eot') format('embedded-opentype'),
         url('../fonts/SuzukiPRORegular.woff2') format('woff2'),
         url('../fonts/SuzukiPRORegular.woff') format('woff'),
         url('../fonts/SuzukiPRORegular.ttf') format('truetype'),
         url('../fonts/SuzukiPRORegular.svg#SuzukiPRORegular') format('svg');
         font-weight: normal;
         font-style: normal;
}
@font-face {
    font-family: 'SuzukiPROHeadline';
    src: url('../fonts/SuzukiPROHeadline.eot');
    src: url('../fonts/SuzukiPROHeadline.eot') format('embedded-opentype'),
         url('../fonts/SuzukiPROHeadline.woff2') format('woff2'),
         url('../fonts/SuzukiPROHeadline.woff') format('woff'),
         url('../fonts/SuzukiPROHeadline.ttf') format('truetype'),
         url('../fonts/SuzukiPROHeadline.svg#SuzukiPROHeadline') format('svg');
         font-weight: normal;
         font-style: normal;
}
@font-face {
    font-family:'SuzukiPROBold';
    src: url('fonts/SuzukiPROBold.eot');
    src: local('fonts/SuzukiPROBold'),
        url('../fonts/SuzukiPROBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuzukiPROBold.woff2') format('woff2'),
        url('../fonts/SuzukiPROBold.woff') format('woff'),
        url('../fonts/SuzukiPROBold.ttf') format('truetype'),
        url('../fonts/SuzukiPROBold.svg#SuzukiPROBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{font-size:14px;font-family:'SuzukiPRORegular';}
.wrap{position:relative;width:100vw;height:100vh;overflow:hidden;}
.header-top{position:fixed;top:40px;right:40px;left:40px;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;top:15%;left:auto;left:5%;max-width:700px;}
.color-choose{position:absolute;bottom:2%;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:#fff;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:#dcdada;border-color:#6f6d6b}
.color-box-2{background-color:#a09c9b;border-color:#6f6d6b;}
.color-box-3{background-color:#322f31;border-color:#6f6d6b;}
.tabs-content-title{position:absolute;top:110px;right:0;left:0;text-align:center;z-index:0}
.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.webp);background-repeat:no-repeat;}
.tabs .tabs-group li:not(:last-child)::after{content:"";width:1px;height:22px;background-color:#fff;display:block;position:absolute;top:15px;right:0}
.tabs.tabs-dark{margin-top:140px;}
.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.webp);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.webp);background-size:80%;}
.owl-carousel .owl-nav button.owl-next span{background-image:url(../images/next-arrow.webp);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:#29328e;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.webp);background-repeat:no-repeat;width:11px;height:9px;position:absolute;top:-10px;left:50%;}
.highlight-gallery .lSAction>a{display:none;}
.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:auto;position:relative;}
table{table-layout:fixed;}
table td{border:1px solid #8c8c8c;padding:10px 5px;font-size:1rem;line-height:1.375rem;font-weight:400;vertical-align:middle;color:#000;width:10%;background-color:#fff;}
table td:first-child {text-align:left;}

table tr:first-child td{border-top:0}
.arrow-down{background-image:url(../images/acc-exapnd-arrow.webp);background-repeat:no-repeat;width:8px;height:13px;display:inline-block;}
.expand .arrow-down{background-image:url(../images/acc-exapnd-arrow-down.webp);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}
.orientation-change{display:none;}
.arrow a{width:66px;height:106px;display:block;position:fixed;top:50%;transform:translateY(-50%);z-index:998;border:none;background-color:#29328e;transition:all ease 0.3s}
.arrow a:hover{background-color:#29328e;}
.arrow a.arrow-prev{left:0;background-image:url(../images/arrow-prev.webp) !important;background-repeat:no-repeat;background-position:50%;}
.arrow a.arrow-next{right:0;background-image:url(../images/arrow-next.webp) !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.webp);background-repeat:no-repeat;background-size:cover;}
.car-list{list-style:none;margin-bottom:0;display:inline-block;padding:0;position:absolute;left:10%;top:32%;max-width:1200px;}
.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, .tab-content-gallery-p, .tab-content-table{display:none;}
.tab-content.current, .tab-content-gallery.current, .tab-content-highlight.current, .tab-content-gallery-p.tbActive, .tab-content-table.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{background:url(../images/down-arrow.webp) 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}
.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.webp);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:80% !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:60%;left:54%;transform: translate(-54%, -50%);width:75vw;height:70vh;}
.img-360:first-child{display:block;}
.container{width:100vw;height:100vh;}
.work-break{word-break:break-word}
.table-left-mob{display:none;}
.zui-table thead{font-size:0;padding:0;margin:0;border:0;}
.bs6-logo{display:inline-block;max-width:130px;position:absolute;bottom:25px;left:25px;}
.petrol-engine-logo{position:absolute;bottom:50px;left:25px;max-width:130px;}
.tabs-table .tabs-group li{padding:0}
.tabs-table .tabs-group li.current::after{content:none;}
.tabs-table .tabs-group li + li::before{content:none !important;}
.tabs-table .tabs-group li a{background-color:#424242;color:#fff !important;padding:13px 20px;font-size:18px;display:block;}
.mainTabli li{width:240px;}
.tabs-wrap{width:750px;margin:0 auto}
.tabs-wrap .tabs-group{display:flex;justify-content:space-between;}
.tabs-wrap .tabs-group li{width: calc(50% - 1px);display: block;max-height:50px;}
.tabs-table .tabs-group li.current a, .tabs-table .mainTabli li.tbMainPetrol a{background-color:#29328e}
.img-3602, .img-3601{position:absolute;pointer-events:none;object-fit:cover;display:none;top:60%;left:54%;transform: translate(-54%, -50%);width:75vw;height:70vh;}
.img-3602:first-child, .img-3601:first-child{display:block;}
.tabs-content-title-0{top:0;}
.main-title-position{position:absolute;top:110px;left:50%;transform:translateX(-50%);}
.embed-responsive {position:relative;display:block;width:100%;padding:0;overflow:hidden;}
.embed-responsive-16by9::before{padding-top: 56.25%;}
.embed-responsive::before {display: block;content: "";}
.embed-responsive .embed-responsive-item, .embed-responsive iframe{position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}
.text-black{color:#000 !important}
.btn{display:inline-block;font-weight:400;color:#000;text-align: center;vertical-align: middle;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:0;pointer-events:auto;}
.btn:hover{color:#000;text-decoration:none;}
.disclaimer .mask-overlay{background-color: rgba(0,0,0,0.95);position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index:999;}
.disclaimer .popup{left:50%;right:0;width:100%;top:50%;transform:translate(-50%, -50%);min-height:100px;display:flex;background-color:#fff;z-index:999;position:fixed;justify-content:center;padding:30px;max-width:70%;flex-direction:column;bottom:auto;}
.disclaimer .popup p {margin-bottom: 0; font-size: 14px;line-height: 1.4;color:#000}
.poup-close{background-image:url(../images/close.webp);background-repeat:no-repeat;width:24px;height:24px;display:block;position:absolute;top:5px;right:5px;}
.btn-disclaimer-dark{color:#007bff;text-decoration:underline;padding:0}
.btn-disclaimer-dark:hover, .btn-disclaimer-dark:focus{text-decoration:underline;color:#007bff;}
.popup-sub-title{font-size:16px;margin-top:20px;margin-bottom:5px;text-transform:uppercase;}
.popup-title{font-size:24px;text-transform:uppercase;font-weight:bold;}
.disclaimer{display:none;}
.tabs-table .mainTabli li.tbMainPetrol.tbMainCng a, .tabs-table .tabs-group li.current.tbMainCng a{background-color:#146432;}
.cover-ipad{display:none;}
.disclaimer-extra{display:block;margin-top:8px;color:darkblue;font-weight:bold;}
.close-popup{text-decoration:none;color:#fff;width:100px;background-color:#29328e;height:30px;margin:10px auto 0 auto;font-size:14px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;}
.close-popup:hover{text-decoration:none;color:#fff}

/*laptop target*/
@media (min-width:1200px) and (max-width:1366px){
	.header-top{top:25px;right:25px;left:25px;}
	.header-top-left{max-width:50%;width:100%}
	.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:500px;}
	.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:180px;}
	.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, .table-basic{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;}
	.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:1rem;}
	.accordian-header-link{font-size:1rem;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;}
	.arrow a{width: 50px;height:80px;}
	.tabs.tabs-dark {margin-top: 80px;}
}

@media(min-width:768px) and (max-width:1280px) and (orientation:landscape){
	.create-inspire{ max-width: 400px; left: 9%;}
	.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, .table-basic{max-height:350px}
	.youtube-video{width:750px;padding:15px;}
	.youtube-video iframe{height:400px;}
	.car-bg{background-size: 100% 100%;}
	.car-list{left:44%;top:25%;max-width:32%;transform:translateX(-44%);}
	.color-choose ul li{margin:0 1px;padding:0}
	.headingTable, .accordian{width:750px;}
	.clone .headingTable, .clone .accordian{width:100%;max-width:100%}
	
}

/*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:30%;width:100%;}
	.header-top-right{max-width:90px}
	.footer{bottom:15px;right:15px;left:15px;}
	.footer-logo{max-width:200px;}
	.create-inspire{max-width:250px;bottom:114px;left:228px;display:none;}
	.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:700px;left:26%;top:28%;}
	.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-group.tabs-table li, .tabs .tabs-group.mainTabli li{padding:0;}
	.tabs.tabs-dark .tabs-group li + li::before{height:18px;left:-2px;}
    .tabs-wrap{width:100%;max-width:70%}
	.tabs-content-title{top:80px;}
	.main-title{font-size:28px;}
	.desc{font-size:0.875rem;}
	.gallery-ext, .accordian-wrapper{width:100%;max-width:70%}
	.headingTable, .accordian{width:100%;}
	.highlight-gallery{width:720px;}
	.accordian-wrapper{max-height:384px;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{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:7%}
	.cover-ipad{display:block;}
    .cover-desk{display:none;}
}

@media only screen and (min-width: 375px) and (max-width:896px) and (orientation: landscape){
	.header-top {top:12px;right:12px;left:12px;}
	.header-top-left{max-width:30%;width:100%;}
	.header-top-right{max-width:80px;}
	.footer-logo{max-width:110px;}
	.footer{bottom:10px;right:10px;left:10px;}
	.create-inspire{max-width:250px;left:5%;bottom:auto;top:15%;right:auto; display: block;}
	.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:400px;left:29%;top:24%;}
	.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:155px;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{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:5px;}
	.highlight-gallery .lSSlideOuter .lSPager.lSGallery{margin:8px 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-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;}
    .lSSlideOuter .lightSlider>* img{height:210px;width:100%;object-fit:cover;}
	.headingTable, .accordian{width:100%	;}
	.headingTable table td.carcompare{background:none;}
	.headingTable table td{width:17%;padding:10px;font-size:13px;}
	.accordian-header:nth-of-type(1){border-top:1px solid #8c8c8c;}
	.popup-body{max-width:450px;padding:15px;}
    .popup-title{font-size:16px;margin-bottom:2px}
    .disclaimer .popup p{font-size:12px;}
    .disclaimer .popup{padding:15px; overflow-y: scroll;
		transform: translate(-50%, 0);
		top: 20px;
		position: absolute;
		margin-bottom: 20px;}
    .popup-sub-title{font-size:14px;margin-top:15px;}
	.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}
    .headingTable{display:none;}
     .mainTabli li{width:auto;}
    .tabs-table .tabs-group li a{padding:7px 8px;font-size:14px;}
    .tabs-wrap{width:100%;max-width:50%}
    .tabs .tabs-wrap .tabs-group li, .tabs .tabs-group.mainTabli li{padding:0}
    .tabs .tabs-group.mainTabli li{width:110px;}
    .tabs .tabs-group.mainTabli li:first-child::after{height:5px;}
    .tabs.tabs-dark .tabs-group.mainTabli li::after, .tabs.tabs-dark .tabs-group.tabs-table li::after{height:5px;}
    .cover-ipad{display:none;}
    .cover-desk{display:block;}

	
}

@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; max-width: 250px;}
	.headingTable table tr td{padding:10px 12px;}
}

@media only screen and (min-width:320px) and (max-width:374px){
    .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;}
    .orientation-change .popup p {margin-bottom: 0; font-size: 14px;line-height: 1.4;}
}

@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%);}
	.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:5%; max-width: 250px;}
}

/*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;}
 }