/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
:root {
  --text-color: #000;
  --primary-color: #CA171E;
  --primary-color-hover: #ad1319;
  --input-placeholder: rgba(0, 0, 0, 0.20);
  --input-padding: 15px;
  --input-size: 63px;
  --btn-border-radius: 40px;
  --copyright-color: rgba(255, 255, 255, 0.6);
  --primary-font: 'Almarai', sans-serif;
  --primary-font-size: 16px;
  --heading-font-size: 3.1vw;
  --sub-heading-font-size: 1.55vw;
  --heading-2-font-size: 2.6vw;
  --font-size-medium: 1.3vw;
  --menu-font-size: 13px;
  --btn-font-size: 18px;
  --font-small: 12px;
  --menu-background: rgba(0, 0, 0, 1);
  --footer-background: #1A1A1A;
  --black: #000;
  --light-gray: #E5E5E5;
  --green: #00934D;
  --gray-color: rgba(0, 0, 0, 0.5);
  --grid-header: rgba(0, 0, 0, 0.1);
}
/*GENERAL STYLES*/
body {
  font-family: var(--primary-font);
  color: var(--text-color);
  font-size: var(--primary-font-size);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: right;
}
ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a, a:hover {
  text-decoration: none;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-color-hover);
}
small {
  font-size: var(--font-small);
}
.animation {
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.dropdown-menu {
  border-radius: 0;
  border: 0;
  color: var(--text-color);
  padding: 0;
}
.dropdown-menu a {
  padding: 10px;
}
.nav-tabs {
  border: 0;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.nav-fill .nav-item {
  display: inline-block;
  margin: 0 2px;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  flex: 0 1 auto;
  padding: 0 50px 10px;
  font-weight: bold;
}
.nav-tabs .nav-link.active {
  color: var(--white);
  border-bottom-color: var(--primary-color);
  background: none;
}
.img-wrapper {
  overflow: hidden;
  display: block;
}
.line-up-home .img-wrapper {
  height: 192px;
  background-size: cover !important;
  background-position: center center !important;
}
.line-up-home .img-wrapper img {
  opacity: 0;
}
.img-wrapper img {
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
a:hover .img-wrapper img {
  transform: scale(1.2);
}
.btn {
  border-radius: var(--btn-border-radius);
  font-size: var(--btn-font-size);
  line-height: 56px;
  padding: 0 50px;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-primary {
  background: var(--primary-color);
}
.btn-primary:hover {
  background: var(--primary-color-hover);
}
.btn-secondary {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  line-height: 48px;
}
.btn-secondary:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1470px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
}
h2 {
  font-size: var(--heading-font-size);
  color: var(--primary-color);
  letter-spacing: -3px;
  line-height: 70px;
}
h3 {
  font-size: var(--sub-heading-font-size);
}
h3 sup {
  font-family: var(--primary-font);
  color: var(--gray-color);
  font-size: var(--primary-font-size);
  text-decoration: line-through;
}
.sub-btn {
  display: inline-block;
  margin: 15px -1px 0 -1px;
  border-radius: 30px;
  background: var(--text-color);
  width:80%;
  height: 43px;
  padding: 0 20px;
  font-weight: bold;
  color: var(--white);
  line-height: 43px;
}
.sub-btn.last {
  border-radius: 30px 0 0 30px;
}
.sub-btn:hover {
  background: var(--primary-color);
  color: var(--white);
}
.is-regular {
  font-family: var(--primary-font);
}
.is-bold {
  font-weight: bold;
}
.is-white {
  color: var(--white);
}
.is-primary-color {
  color: var(--primary-color);
}
.is-green {
  color: var(--green);
}
.wow {
  visibility: hidden;
}
.form-group {
  position: relative;
  margin: 30px 0 0;
}
.form-group label {
  top: 20px;
  right: 20px;
  margin: 0;
  color: #696969;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.form-group input, .form-group textarea, .form-group select {
  border-radius: 0;
  height: 63px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 20px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  font-weight: bold;
  outline: none;
}
.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.form-group.focused label, .form-group.has-select label {
  top: 8px;
}
.form-group.focused input, .form-group.focused textarea, .form-group.has-select select {
  padding-top: 30px;
  padding-bottom: 10px;
}
.form-group textarea {
  width: 100%;
  height: 190px !important;
  resize: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Add a custom background arrow, positioned on the left side */
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 16px;
  
  /* Add padding to prevent text from overlapping the arrow (on the left side) */
  padding-left: 30px;
  
  /* Set text alignment to right */
  text-align: right;

}
.form-group.has-select::after {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Add a custom background arrow, positioned on the left side */
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 16px;
  
  /* Add padding to prevent text from overlapping the arrow (on the left side) */
  padding-left: 30px;
  padding-bottom: 20px;
  
  /* Set text alignment to right */
  text-align: right;
  
  /* Explicitly set the direction for RTL languages */
  direction: rtl;
}
/*PRELOADER*/
.preloader {
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.lds-ripple {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary-color);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*HEADER*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--menu-background);
  padding: 30px 15px;
  z-index: 1;
}
.logo {
  float: right;
}
header.sticky {
  padding: 15px;
}
nav ul {
  position: relative;
  display: block;
}
nav li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
nav li:first-child {
  margin: 0 !important;
}
nav li.search, nav li.user, nav li.cart {
  margin-right: 20px !important;
}
nav li a {
  font-weight: bold;
  color: var(--white);
  font-size: var(--menu-font-size);
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
nav li a:hover {
  color: var(--white);
  opacity: 0.5;
}
nav li a.home {
  text-indent: -9999px;
  width: 13px;
  height: 15px;
  background: url("../images/home.svg") no-repeat center center;
}
nav li.current_page_item a::after {
  content: "";
  position: absolute;
  top: -52px;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary-color);
}
header.sticky nav li.current_page_item a::after {
  top: -37px;
}
nav li.has-dropdown a {
  padding-left: 20px;
  background: url("../images/arrow-down-white.svg") no-repeat center left;
}
nav li.language-selector a img {
  margin-top: -4px;
  margin-left: 5px;
}
nav li.has-dropdown .dropdown-menu {
  margin-top: 10px;
}
nav li.search img, nav li.user img, nav li.cart img {
  margin-top: -4px;
}
nav li.cart a {
  position: relative;
}
nav li.cart a span {
  position: absolute;
  top: -7px;
  left: -10px;
  font-size: var(--font-small);
  color: var(--white);
  font-family: var(--primary-font);
}
.search-wrapper {
  background: var(--menu-background);
  padding: 15px 30px 30px;
  width: 100%;
  margin-top: 10px;
  position: relative;
  display: none;
}
.search-wrapper input {
  width: 100%;
  padding: 15px 0 15px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: url("../images/search.svg") no-repeat left center;
  outline: none;
  color: var(--white);
}
.menu-dropdown {
  width: calc(100% + 30px);
  margin-left: -15px;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
  margin-top: 25px;
  padding: 30px 0;
  display: none;
}
.menu-dropdown .title, .menu-dropdown .price {
  font-weight: bold;
  display: block;
}
.menu-dropdown .title {
  margin-top: 10px;
}
.menu-dropdown a:hover .title, .menu-dropdown .price, .menu-dropdown p {
  color: var(--white);
}
.menu-dropdown p {
  margin: 10px 0 0;
}
.show-1366 {
  display: none;
}
.our-line-up .tab-pane .row {
  justify-content: center;
}
.our-line-up .tab-pane .img-wrapper {
  max-height: 115px;
}
main {
    margin-top: 124px;
}
.banner ul {
  display: block;
  float: left;
  width: 100%;
}
.banner ul li {
  position: relative;
  text-align: center;
  max-height: 90vh;
  overflow: hidden;
}
.banner ul li .content {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.banner ul li .content .banner-sub-heading, .banner ul li .content .banner-heading {
  font-size: var(--sub-heading-font-size);
  color: var(--white);
  font-weight: bold;
  display: block;
}
.banner ul li .content .banner-heading {
  font-size: var(--heading-2-font-size);
  text-transform: uppercase;
}
.banner ul li .content .btn {
  margin: 20px 5px 0;
}
.banner ul li img {
  width: 100%;
}
.banner .redline {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/red-line.svg") no-repeat left center;
  height: 18px;
  width: 20%;
}
.banner-inner {
  max-height: 730px;
  overflow: hidden;
}
.banner-inner.small {
  max-height: 330px;
}
.banner-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-30%);
  width: 100%;
}
.banner-txt h2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: var(--heading-2-font-size);
  letter-spacing: -1px;
  line-height: var(--heading-2-font-size);
}
.banner-inner.small .banner-txt {
  transform: translateY(-5%);
}
.banner img {
  width: 100%;
}
.vehicle-detail.banner ul li {
  max-height: 85vh;
}
.vehicle-detail.banner ul li .content {
  left: 0;
  transform: translateX(0);
  text-align: right;
  width: 100%;
  line-height: normal;
  bottom: 50px;
}
.vehicle-detail.banner .bx-has-controls-direction {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.vehicle-detail.banner .bx-wrapper .bx-pager {
  position: relative;
  max-width: 1470px;
  bottom: 0;
  text-align: left;
  margin: auto;
}
.contact-banner .banner-txt {
  top: 150px;
  transform: translateY(0);
}
.contact-banner .form-group {
  width: 250px;
}
/*CONTENT*/
.kpis {
  margin: 50px 0 80px;
}
.kpis .col-12 {
  margin-top: 30px;
}
.kpis-feature {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  height: 100%;
  text-align: center;
  position: relative;
  top: 0;
}
.kpis-feature:hover {
  top: -15px;
}
.kpis-feature h4 {
  font-size: var(--font-size-medium);
  color: var(--primary-color);
  margin: 20px 0 8px;
  letter-spacing: -1px;
}
.line-up-home {
  padding-bottom: 200px;
  background-size: cover;
}
.line-up-home::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/img-2.jpg") no-repeat center bottom;
  height: 400px;
  background-size: cover;
}
.line-up-feature {
  margin: 30px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  background: #fff;
}
.line-up-feature .line-up-feature-body {
  padding: 25px 25px 30px;
}
.line-up-feature .title {
  margin-bottom: 5px;
  display: block;
}
.line-up-feature:hover .img-wrapper img {
  transform: scale(1.2);
}
.mobile-app {
  margin: 80px 0;
}
.mobile-app a {
  margin-left: 10px;
  margin-bottom: 10px;
}
.mobile-app a:hover {
  opacity: 0.5;
}
.home-offers {
  background: #000;
  padding: 80px 0;
}
.home-offer-large {
  position: relative;
  margin-top: 40px;
}
.home-offer-large .content {
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: var(--white);
  max-width: 340px;
  text-align: right;
}
.home-offer-large .content h3 {
  font-size: 40px;
}
.home-offer-small {
  height: calc(100% - 40px);
  position: relative;
  background: #fff;
  margin-top: 40px;
}
.home-offer-small a {
  display: block;
}
.home-offer-small .img-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.home-offer-small .content {
  padding: 40px;
  display: block;
  color: var(--text-color);
  text-align: right;
}
.home-offer-small .content p {
  margin: 10px 0 0;
}
.home-about, .home-we-value-you {
  padding: 80px 0;
}
.home-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-left: 0;
  background: url("../images/home-about.png") no-repeat center center;
  background-size: contain;
}
.home-about .col-md-6 {
  padding-right: 50px;
}
.home-about p, .home-we-value-you p {
  margin: 20px 0 40px;
}
.home-we-value-you::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("../images/img-6.jpg") no-repeat center center;
  background-size: cover;
}
.home-we-value-you .col-md-6 {
  padding-left: 50px;
}
.about-section-1 {
  padding: 80px 0;
}
.about-section-1 h2 {
  margin-bottom: 30px;
}
.about-section-1 p {
  margin: 0;
}
.about-section-1::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  width: 41.666667%;
  height: calc(100% - 160px);
  background: url(../images/about-img-1.jpg) no-repeat center center;
  background-size: cover;
}
.about-section-2 {
  background: rgba(0, 0, 0, .1);
  padding: 80px 0;
}
.vision, .mission, .values {
  min-height: 550px;
  position: relative;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgb(0 0 0 / 5%);
}
.vision img, .mission img, .values img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.vision .inner, .mission .inner, .values .inner {
  padding: 33px;
}
.vision h2, .mission h2, .values h2 {
  margin-bottom: 10px;
}
.vision p, .mission p {
  margin: 0;
}
.values .inner h2 {
  color: var(--text-color);
}
.values .inner ul li {
  display: block;
  padding-right: 45px;
  position: relative;
  margin-bottom: 5px;
}
.values .inner ul li:last-child {
  margin-bottom: 0;
}
.values .inner ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 32px;
  height: 4px;
  background: var(--text-color);
}
.about-section-3 {
  padding: 80px 0;
}
/*.about-section-3::after {
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  width: 41.666667%;
  height: calc(100% - 160px);
  background: url(../images/about-img-2.jpg) no-repeat center center;
  background-size: cover;
}*/
.contact-form {
  padding: 70px 0;
}
.filter-form {
  background: rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
}
.filter-form .btn {
  margin-top: 33px;
  width: 100%;
}
.section-filter-results {
  padding: 80px 0;
}
.section-filter-results .img-wrapper {
  max-height: 250px;
}
.section-filter-results .line-up-feature img, .offers img {
  width: 100%;
}
.section-filter-results .line-up-feature .sub-btn {
  margin: 15px -1px 0 -1px;
}
.section-filter-results .line-up-feature strong {
  display: block;
  margin: 10px 0;
}
.offers {
  padding: 50px 0 80px;
}
.offers .line-up-feature {
  text-align: right;
}
.offers .line-up-feature .btn {
  width: 100%;
  margin-top: 10px;
}
.offers-detail, .offers-detail-form {
  padding: 80px 0;
}
.offers-detail h3 {
  margin-bottom: 20px;
}
.offers-detail .btn {
  margin-top: 20px;
}
.offers-detail-form {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btns-row {
  padding: 30px 0 50px;
}
.btns-row .btn {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 75px;
}
.btns-row .btn img {
  margin-left: 10px;
  margin-top: -5px;
}
.vd-1 {
  background: var(--black);
  padding: 70px 0;
}
.vd-1 p, .vd-3 p {
  margin: 20px 0 0;
}
.vd-2 .content, .vd-3 .content, .vd-6 .content {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.vd-2 .content h2, .vd-3 .content h2 {
  font-size: var(--heading-2-font-size);
  color: #000;
  letter-spacing: -1px;
  line-height: normal;
}
.vd-3 .content {
  top: 70px;
}
.video-btn {
  text-align: center;
  background: url("../images/video-icon.svg") no-repeat center top;
  background-size: 120px;
  width: 120px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-btn:hover {
  opacity: 0.8;
}
.video-btn span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 130px;
  display: block;
  font-weight: bold;
}
.vd-5 {
  background: var(--black);
  overflow: hidden;
}
.vd-5 img {
  opacity: 0;
}
.vd-5 .col-12 {
  background-size: cover !important;
  background-position: center center !important;
}
.vd-5 img, .vd-6 img, .vd-4 img, .vd-2 img {
  width: 100%;
}
.vd-5 .content {
  padding: 30px;
}
.vd-5 .content h2, .vd-6 .content h2 {
  font-size: var(--heading-2-font-size);
}
.vd-5 .content p {
  font-size: 25px;
  color: #fff;
  margin-top: 20px;
}
.vd-6 {
  margin-top: 1px;
}
.vd-6 .content {
  top: 0;
  padding: 150px 0;
  width: 55%;
}
.vd-6 .content p {
  font-size: 25px;
  margin: 10px 0;
}
.vd-6 .content li {
  margin: 40px 0 0 30px;
  display: inline-block;
}
.vd-6 .content li h3 {
  color: var(--primary-color);
  font-size: var(--heading-2-font-size);
}
.vd-6 .content li span {
  color: #fff;
  font-size: 25px;
}
.vd-7, .vd-8 {
  padding: 70px 0 90px;
}
.vd-7 h2, .vd-8 h2 {
  color: var(--black);
  font-size: var(--heading-2-font-size);
}
.vd-list {
  display: flex;
  margin: 20px 0 0 -30px;
  width: calc(100% + 30px);
  flex-wrap: wrap;
}
.vd-list li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgb(0 0 0 / 5%);
  padding: 40px 30px;
  height: 100%;
  text-align: center;
  margin-left: 30px;
  width: calc(20% - 30px);
  margin-top: 30px;
}
.vd-list li img {
  margin-bottom: 20px;
  max-height: 90px;
}
.vd-list li span {
  display: block;
  color: #636466;
  font-size: 20px;
}
.vd-list li strong {
  color: var(--primary-color);
  font-size: 22px;
  display: block;
  line-height: normal;
}
.vd-8 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.vd-3 .bx-wrapper {
  width: 65%;
}
.gallery-slider li img {
  width: 100%;
  opacity: 0;
}
.gallery-slider li {
  background-size: cover !important;
  background-position: center center !important;
}
.vd-3 .bx-wrapper .bx-controls-direction {
  display: block;
}
.vd-3 .bx-wrapper .bx-pager {
  display: none;
}
.vd-3 .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 30px;
  margin: 0;
}
.vd-3 .bx-wrapper .bx-prev {
  background: url("../images/slider-arrow-left-white.svg") no-repeat center center;
  background-size: cover;
  left: 20px;
}
.vd-3 .bx-wrapper .bx-next {
  background: url("../images/slider-arrow-right-white.svg") no-repeat center center;
  background-size: cover;
  left: 56px;
  right: auto;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
  background: #CA171E !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
  background: #0A2EBA !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
  background: #fff !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a.active {
  background: #000 !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
  background: #55595c !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a {
  background: #000 !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
  background: #482e1e !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
  background: #2b2b2b !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
  background: #8a8990 !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a {
  background: #fff !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a.active {
  background: #000 !important;
}

.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
  background: #482e1e !important;
}
.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
  background: #2b2b2b !important;
}
.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
  background: #8a8990 !important;
}
.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a {
  background: #aaceee !important;
}
.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(6) a {
  background: #60bbe1 !important;
}

.vd-2.m4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
  background: #000 !important;
}
.vd-2.m4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
  background: #fff !important;
}
.vd-2.m4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a.active {
  background: #000 !important;
}
.vd-2.t8 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
  background: #26a0f5 !important;
}
.vd-2.t8 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
  background: #26a0f5 !important;
}
.vd-2.t8-pro .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
  background: #41444b !important
}
.vd-2.t8-pro .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
  background: #41444b !important
}
.vd-2.sunray .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
  background: #fff !important;
}
.vd-2.sunray .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
  background: #fff !important;
}
.vd-2.sunray .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
  background: #000 !important;
}
.vd-2.n-series .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
  background: #fff !important;
}
.vd-2.n-series .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
  background: #fff !important;
}
.vd-2.n-series .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
  background: #000 !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager a.active::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  top: 6px;
  left: 6px;
}
.vd-2 .bx-wrapper .bx-pager {
  text-align: left;
  width: 98%;
}
.vd-2 .bx-viewport {
  max-height: 85vh;
}
.color-viewer-slider, .gallery-slider {
  float: left;
}
.body-tabs .nav-item {
  color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.body-tabs .nav-item:hover {
  color: #000;
  border-bottom-color: #000;
}
.body-tabs .nav-link.active {
  color: #000;
}
.tab-content-form {
  max-width: 450px;
  margin: auto;
}
.customer-care {
  padding: 90px 0;
}
.cc-feature span {
  padding: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.cc-feature:hover img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.spare-parts {
  padding: 50px 0 90px;
}
.spare-part-item {
  text-align: right;
}
.spare-part-item .dis {
  font-family: var(--primary-font-bold);
  margin: 20px 20px 10px;
  display: block;
  text-align: right;
  color: var(--primary-color);
}
.spare-part-item a.title {
  color: var(--black);
}
.spare-part-item:hover a.title {
  color: var(--primary-color);
}
.spare-part-item .current-price {
  color: var(--green);
}
.spare-part-item .old-price {
  color: var(--gray-color);
  text-decoration: line-through;
  margin-right: 5px;
}
.spare-part-item .img-wrapper {
  text-align: center;
}
.spare-part-item small {
  display: block;
  margin-top: 5px;
}
.spare-part-item .btn-row {
  margin-top: 10px;
}
.spare-part-item .btn {
  margin-top: 15px;
  width: calc(100% - 90px);
}
.spare-part-item .btn-primary {
  width: 79px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  margin-left: 5px;
}
.load-more-btn {
  margin-top: 50px;
}
.spare-parts-single {
  padding: 70px 0;
}
.spare-parts-single .bx-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-slider {
  float: left;
}
.product-slider li, .product-slider li img, .custom-pager li img {
  width: 100%;
}
.custom-pager {
  margin: 20px 0 0;
  padding: 0 56px;
}
.custom-pager li {
  width: 24%;
  display: inline-block;
}
.custom-pager li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-pager li a.active {
  border: 1px solid var(--primary-color);
}
.spare-parts-single .bx-controls-direction {
  display: block;
}
.spare-parts-single .bx-wrapper .bx-controls-direction a {
  top: auto;
  bottom: -79px;
  width: 17px;
  height: 20px;
}
.spare-parts-single .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("../images/slider-arrow-left.svg") no-repeat center center;
  left: 0;
}
.spare-parts-single .bx-wrapper .bx-controls-direction a.bx-next {
  background: url("../images/slider-arrow-right.svg") no-repeat center center;
  right: 0;
}
.rating {
  margin: 5px 0 22px;
}
table {
  width: 100%;
}
td, th {
  padding: 15px;
}
th {
  background: var(--grid-header);
  font-weight: normal;
}
.has-white-bg th {
  background: var(--white);
}
.qty input {
  padding: 20px !important;
  text-align: center;
}
.qtr-row .qty {
  width: 50%;
  max-width: 145px;
  display: inline-block;
}
.in-stock {
  color: var(--green);
  background: url("../images/tick.svg") no-repeat right center;
  padding-right: 23px;
  margin-right: 16px;
}
.qty .min, .qty .plus {
  position: absolute;
  left: 20px;
  top: 38%;
  width: 15px;
  height: 15px;
  background: url("../images/minus.svg") no-repeat center center;
  cursor: pointer;
}
.qty .plus {
  left: auto;
  right: 20px;
  width: 15px;
  height: 15px;
  background: var(--white) url("../images/plus.svg") no-repeat center center;
  top: 33%;
}
.spare-parts-single .btn {
  width: 100%;
  margin-top: 30px;
}
.spare-parts-single .btn img {
  margin-left: 5px;
}
.cart-page {
  padding: 70px 0;
}
table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.02);
}
table tbody td img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
}
table tbody td .qty {
  width: 130px;
}
table tbody td .qty input {
  height: 43px !important;
  padding: 0 !important;
}
table tbody td a.del img {
  border: 0;
}
.total-row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0 20px;
  margin-bottom: 20px;
}
.total-row ul {
  width: 40%;
}
.total-row ul li {
  margin-top: 10px;
}
.total-row li strong {
  display: inline-block;
  width: 52%;
}
.checkout-page {
  padding: 70px 0;
}
.form-checkbox {
  padding-right: 33px;
  position: relative;
  margin-top: 30px;
}
.form-checkbox input {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.form-checkbox span {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-checkbox input:checked + span::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 5px;
  transform: rotate(45deg);
  height: 15px;
  width: 10px;
  border-bottom: 3px solid var(--primary-color);
  border-right: 3px solid var(--primary-color);
}
hr {
  margin: 40px 0;
}
.radio-accordion-head {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 45px 10px 10px;
  margin-top: 20px;
  font-family: var(--primary-font-bold);
}
.radio-accordion-head input, .radio-accordion-head span, .form-radio input, .form-radio span {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 23px;
  height: 23px;
  opacity: 0;
  margin: 0;
}
.radio-accordion-head input, .form-radio input {
  z-index: 1;
  cursor: pointer;
}
.radio-accordion-head span, .form-radio span {
  opacity: 1;
  background: var(--white);
  border-radius: 50%;
}
.radio-accordion-head input:checked + span, .form-radio input:checked + span {
  border: 1px solid var(--black);
}
.radio-accordion-head input:checked + span::after, .form-radio input:checked + span::after {
  content: "";
  width: 13px;
  height: 13px;
  background: var(--black);
  border-radius: 50%;
  left: 4px;
  top: 4px;
  position: absolute;
}
.form-radio input, .form-radio span {
  top: 0;
  right: 0;
}
.form-radio {
  position: relative;
  padding-right: 35px;
  margin-top: 20px;
}
.form-radio span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.radio-btns-row .form-radio {
  display: inline-block;
  margin-left: 30px;
}
.border-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.border-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white) !important;
}
.border-table td img {
  border: 0;
}
.border-table .total {
  background: var(--black) !important;
  color: #fff;
  font-family: var(--primary-font-bold);
}
.thankyou-page {
  padding: 190px 0 70px;
}
.thankyou-page p {
  font-family: var(--primary-font-bold);
  margin: 20px 0 50px;
  font-size: var(--font-size-medium);
}
.jac-exclusive {
  padding: 40px 0 70px;
}
.icon-link {
  height: calc(100% - 30px);
  margin: 30px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgb(0 0 0 / 5%);
  text-align: center;
  background: #fff;
  width: 100%;
  display: block;
  padding: 30px;
}
.icon-link img {
  height: 75px;
}
.icon-link span {
  display: block;
  color: #636466;
  margin-top: 20px;
}
.icon-link:hover {
  border: 1px solid var(--primary-color);
}
.icon-link:hover span {
  color: var(--black);
}
.announcements {
  padding: 40px 0 70px;
}
.announcements h3 {
  margin-bottom: 10px;
}
.announcements img {
  width: 100%;
}
.my-profile {
  padding: 70px 0;
}
.links {
  margin: 20px 0 0;
  text-align: center;
}
.links a {
  margin: 0 5px;
}
.cncl-btn {
  margin-right: 20px;
  color: var(--black);
}
.cncl-btn:hover {
  color: var(--primary-color);
}
.my-vehicles {
  padding: 40px 0 70px;
}
.my-vehicles .line-up-feature {
  text-align: right;
}
.my-vehicles .line-up-feature img {
  width: 100%;
}
.my-vehicles .line-up-feature .detail span {
  width: 100px;
  display: inline-block;
}
.badge {
  display: inline-block;
  color: var(--white);
  background: var(--green);
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.badge.pending {
  background: var(--primary-color);
}
.announcements .date {
  position: absolute;
  top: 0;
  left: 15px;
}
.my-docs {
  padding: 70px 0;
}
.my-docs .upload {
  height: 133px;
  background: #EEEEEE;
  border: 1px dashed rgba(99, 100, 102, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  flex-wrap: wrap;
}
.my-docs .upload span {
  display: block;
  width: 100%;
}
.my-docs .upload span span {
  margin-top: 10px;
  color: #636466;
}
.doc-item {
  border: 1px solid #E5E5E5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-top: 30px;
  position: relative;
}
.doc-item img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.doc-item div {
  display: inline-block;
}
.doc-item div a {
  color: var(--black);
}
.doc-item div a:hover {
  color: var(--primary-color);
}
.doc-item .del {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
header.order {
  background: var(--black);
}
.order-page {
  margin: 124px 0 0;
}
.order-col-left {
  width: 510px;
  padding-bottom: 98px
}
.order-col-right {
  width: calc(100% - 510px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: var(--black);
}
.order-slider {
  float: left;
}
.order-col-right img {
  width: 100%;
}
.order-col-right .bx-wrapper .bx-pager {
  bottom: auto;
  top: 20px;
  text-align: left;
  width: 98%;
}
.order-col-right .bx-wrapper .bx-pager.bx-default-pager a {
  background: var(--black);
}
.order-col-right .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--primary-color);
}
.bottom-detail {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.bottom-detail li {
  display: inline-block;
  margin-left: 40px;
}
.bottom-detail span, .bottom-detail strong {
  color: #fff;
  font-family: var(--primary-font-bold);
}
.bottom-detail strong {
  display: block;
  font-size: var(--font-size-medium);
}
.steps {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 10px;
}
.steps li {
  padding: 20px;
  font-family: var(--primary-font-bold);
  color: #999999;
  position: relative;
  width: 25%;
}
.steps li.current {
  color: var(--primary-color);
}
.steps li.current::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 3px;
  width: calc(100% - 40px);
  background: var(--primary-color);
}
.order-inner {
  padding: 30px;
}
.order-inner h3 {
  margin: 40px 0 20px;
}
.range-slider output {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--primary-font-bold);
}
.range-slider input.range-slider-input {
  width: 100%;
  margin: 15px 0 25px;
  background: var(--primary-color);
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
  border: 0;
  outline: none;
}
.range-slider input.range-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  cursor: pointer;
  border-radius: 50%;
}
.cash-list {
  margin: 20px 0 0;
}
.cash-list li {
  line-height: 31px;
  margin-top: 10px;
}
.cash-list li input {
  width: 165px;
  height: 31px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 5px;
}
.cash-list li strong {
  width: 165px;
}
.btn-row {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 98px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 20px 25px;
  line-height: 57px;
}
.btn-row .btn {
  line-height: 57px !important;
}
.color-selection {
  margin: 0 0 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.color-selection li {
  width: calc(33.33% - 20px);
  margin: 10px;
}
.color-selection li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  padding: 20px 15px;
  text-align: center;
  color: var(--black);
}
.color-selection li a strong {
  display: block;
  margin: 15px 0 0;
}
.color-selection li a.active {
  border-color: var(--primary-color);
}
/*FOOTER*/
footer {
  background: var(--footer-background);
  padding: 55px 0 0;
  color: var(--white);
}
footer .col-sm-12 {
  margin-top: 30px;
}
footer p.text-about {
  margin: 25px 0 0;
}
footer h4 {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: var(--primary-font-size);
}
footer .footer-links li {
  margin: 13px 0 0;
}
footer .footer-links li:first-child {
  margin: 0;
}
footer .footer-links li a {
  position: relative;
  color: var(--white);
  padding-right: 23px;
}
footer .footer-links li a:hover {
  text-decoration: underline;
}
footer .footer-links li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 7px;
  background: url("../images/double-arrow.svg") no-repeat left center;
  transform: rotate(180deg);
}
footer .newsletter input {
  width: 100%;
  border: 0;
  padding: 0 15px 0 67px;
  border-radius: 0;
  outline: none;
  height: 52px;
}
footer .newsletter input.newsletter-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  background: var(--primary-color) url("../images/double-arrow.svg") no-repeat center center;
  background-size: 19px;
  cursor: pointer;
  padding: 0;
  transform: rotate(180deg);
}
footer .newsletter input.newsletter-submit:hover {
  background: var(--primary-color-hover) url("../images/double-arrow.svg") no-repeat center center;
  background-size: 19px;
}
.social-media {
  margin-top: 30px;
}
.social-media a {
  margin: 0 10px 0 0;
}
.social-media a:hover {
  opacity: .7;
}
.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--copyright-color);
  margin-top: 50px;
}
.copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.copyright a {
  color: var(--copyright-color);
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright img {
  margin-right: 10px;
  margin-top: -4px;
}
/*MOBILE NAV BUTTON*/
.mobile-nav-button {
  width: 25px;
  height: 21px;
  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;
  display: none;
  z-index: 1;
}
.mobile-nav-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  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-nav-button span:nth-child(1) {
  top: 0px;
}
.mobile-nav-button span:nth-child(2), .mobile-nav-button span:nth-child(3) {
  top: 9px;
}
.mobile-nav-button span:nth-child(4) {
  top: 18px;
}
.mobile-nav-button.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.mobile-nav-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-button.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.modal-content {
  border-radius: 0;
  padding-bottom: 40px;
}
.modal-header {
  border: 0;
  padding-bottom: 0;
}
.modal-title {
  display: block;
  font-size: 30px;
}
.modal-header, .modal-title {
  text-align: center;
}
.modal-body {
  padding: 0 40px;
}
/*RESPONSIVE*/
@media (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}
@media (min-width: 768) and (max-width: 992px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xl-hidden {
    display: none;
  }
}
@media (max-width: 1450px) {
  nav li {
    margin-right: 18px;
  }
}
@media (max-width: 1366px) {
  
}
@media (max-width: 1199px) {
  :root {
    --primary-font-size: 16px;
    --heading-font-size: 3.5vw;
    --sub-heading-font-size: 1.55vw;
    --heading-2-font-size: 2.6vw;
    --font-size-medium: 1.8vw;
    --menu-font-size: 15px;
    --btn-font-size: 18px;
    --font-small: 12px;
  }
  .vision, .mission, .values {
    margin-top: 30px;
    min-height: inherit;
  }
  .vision img, .mission img, .values img {
    position: relative;
    width: 100%;
  }
  .about-section-2 {
    padding: 50px 0 80px;
  }
  .vd-1 h3, .vd-2 .content h2, .vd-3 .content h2, .vd-7 h2, .vd-8 h2, .vd-5 .content h2, .vd-6 .content h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  .vd-6 .content {
    padding: 60px 0;
  }
  .vd-7 h2, .vd-8 h2 {
    letter-spacing: 0;
  }
  .vd-7, .vd-8 {
    padding: 50px 0;
  }
  .vd-list li {
    width: calc(33.33% - 30px);
  }
  .vd-list {
    margin-top: 0;
  }
  .order-col-left, .order-col-right {
    width: 100%;
  }
  .order-page {
    flex-wrap: wrap;
  }
  .order-col-right {
    order: 1;
  }
  .order-col-left {
    order: 2;
  }
}

@media (max-width: 1050px) {
  nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--menu-background);
    padding-top: 20%;
    overflow-y: auto;
  }
  nav li {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
  }
  nav li.current_page_item a::after {
    display: none;
  }
  nav li a {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  nav li a.home {
    width: 100%;
  }
  .mobile-nav-button {
    display: block;
  }
  nav li.has-dropdown a {
    background-position: calc(100% - 20px) center;
  }
  nav li.has-dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    margin: 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  nav li.search, nav li.user, nav li.cart {
    margin-left: 0 !important;
  }
  .menu-dropdown {
    height: 100%;
    position: fixed;
    background: var(--menu-background);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0;
    border-top: 0;
    padding-top: 123px;
    overflow: auto;
  }
  .show-1366 {
    display: block;
  }
}

@media (max-width: 992px) {
  :root {
    --heading-font-size: 5vw;
    --sub-heading-font-size: 3.0vw;
    --heading-2-font-size: 2.6vw;
    --font-size-medium: 2.3vw;
  }
  h2 {
    line-height: normal;
  }
  .btn {
    line-height: 50px;
  }
  header, header.sticky {
    padding: 15px 0;
  }
  .banner ul li .content {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateX(0);
    background: #000;
    padding: 30px 30px 60px;
  }
  .bx-wrapper .bx-pager {
    bottom: 25px !important;
  }
  .kpis {
    margin: 20px 0 50px
  }
  .mobile-app {
    margin: 50px 0;
  }
  .mobile-app .col-12 {
    align-self: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .mobile-app a {
    margin: 20px 10px;
  }
  .home-offers, .home-about, .home-we-value-you, .about-section-1, .about-section-2, .about-section-3, .section-filter-results, .contact-form, .offers-detail, .offers-detail-form {
    padding: 50px 0;
  }
  .about-section-2 {
    padding-top: 20px;
  }
  .home-offer-small .img-wrapper {
    position: relative;
    width: 100%;
  }
  .home-offer-small .img-wrapper img {
    width: 100%;
  }
  .home-offer-small {
    height: auto;
  }
  .home-about::before, .home-we-value-you::before, .about-section-1::after, .about-section-3::after {
    display: none;
  }
  .home-about img {
    border: 1px solid #ccc;
    margin-top: 30px;
  }
  .home-we-value-you {
    padding-top: 0;
  }
  .home-we-value-you img, .about-section-1 img {
    margin-top: 30px;
    width: 100%;
  }
  footer {
    padding-top: 20px;
  }
  .copyright {
    text-align: center;
  }
  .copyright .justify-content-end {
    justify-content: center !important;
    margin-top: 20px;
  }
  .home-about .pr-5 {
    padding-right: 15px !important;
  }
  .home-we-value-you .pl-5 {
    padding-left: 15px !important;
  }
  .about-section-1 h2 {
    margin-bottom: 0;
  }
  .about-section-3 img {
    margin-bottom: 30px;
  }
  .offers-detail img {
    margin-top: 30px;
  }
  .banner-txt {
    position: relative;
    top: auto;
    transform: translateY(0);
    background: #000;
    padding: 30px 0;
  }
  .banner-inner.small {
    max-height: inherit;
  }
  .vd-list li {
    width: calc(50% - 30px);
  }
  .vehicle-detail.banner .redline {
    display: none;
  }
  .vehicle-detail.banner ul li .content, .vehicle-detail.banner .bx-wrapper .bx-pager {
    text-align: center;
  }
  .vehicle-detail.banner ul li .content, .vehicle-detail.banner .bx-has-controls-direction {
    bottom: 0;
  }
  .vd-3 .content, .vd-6 .content {
    position: relative;
    top: 0;
    padding: 50px 0;
  }
  .vd-6 .content {
    background: var(--black);
    width: 100%;
  }
  .vd-3 .bx-wrapper {
    width: 100%;
  }
  .vd-3 {
    flex-wrap: wrap;
  }
  .video-btn {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
  .video-btn span {
    margin-top: 70px;
  }
  .vd-6 .content li {
    margin-top: 20px;
  }
  .home-about .pl-5 {
    padding-left: 15px !important;
  }
  .home-we-value-you .pr-5 {
    padding-right: 15px !important;
  }
  .custom-pager {
    margin-bottom: 30px;
  }
  .checkout-page .right-col {
    margin-top: 50px;
  }
  .order-page {
    margin: 94px 0 0;
  }
  .color-selection li {
    width: calc(50% - 20px);
  }
  .contact-banner .banner-txt {
    top: 0;
  }
  .contact-banner .form-group {
    margin: 0;
    width: 100%;
  }
  main {
    margin-top: 94px;
  }
}
@media (max-width: 767px) {
  :root {
    --heading-font-size: 8vw;
    --sub-heading-font-size: 4vw;
    --heading-2-font-size: 7vw;
    --font-size-medium: 5.5vw;
  }
  .logo {
    width: 220px;
  }
  .banner {
    margin-top: 70px;
  }
  h2 {
    letter-spacing: -2px;
  }
  .img-wrapper img {
    width: 100%;
  }
  .line-up-home .justify-content-end, .home-offers .justify-content-end {
    justify-content: flex-start !important;
  }
  .line-up-home .justify-content-end .btn, .home-offers .justify-content-end .btn {
    margin-top: 20px;
  }
  .home-offer-large {
    min-height: 400px;
  }
  .home-offer-large .content {
    left: 0;
  }
  .mobile-app .col-12 {
    flex-wrap: wrap;
  }
  .mobile-app a {
    margin: 10px 0 0;
  }
  .mobile-app h2 {
    margin-bottom: 20px
  }
  .home-offer-large {
    min-height: inherit;
  }
  .home-offer-large .content {
    position: relative;
    bottom: 0;
    margin-top: 15px;
    display: block;
  }
  .home-offer-large .content h3 {
    font-size: 30px;
  }
  .home-offer-small .content {
    padding: 30px;
  }
  .copyright {
    margin-top: 30px;
  }
  .vd-list li {
    width: 100%;
  }
  .vd-2 .content {
    top: 20px;
  }
  .vd-8 {
    padding-bottom: 0;
  }
  .offers, .customer-care {
    padding: 20px 0 50px;
  }
  .cc-feature {
    margin-top: 30px;
    display: block;
  }
  .nav-fill .nav-item {
    padding: 0 10px 10px;
  }
  .spare-parts {
    padding: 30px 0 50px;
  }
  .spare-parts-single {
    padding: 50px 0;
  }
  .custom-pager {
    padding: 0 34px;
  }
  .custom-pager li {
    width: 23%;
  }
  .spare-parts-single .bx-wrapper .bx-controls-direction a {
    bottom: -64px;
  }
  .checkout-page {
    padding: 50px 0;
  }
  .thankyou-page {
    padding: 110px 0 50px;
  }
  .jac-exclusive {
    padding: 20px 0 50px;
  }
  .announcements img {
    margin-bottom: 20px;
  }
  .links {
    margin-bottom: 30px;
  }
  .my-profile {
    padding: 50px 0;
  }
  .my-vehicles {
    padding: 10px 0 50px;
  }
  .my-docs {
    padding: 50px 0;
  }
  .bottom-detail li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .bottom-detail li:first-child {
    margin: 0;
  }
  .bottom-detail strong {
    font-size: 22px;
  }
  .text-right {
    white-space: nowrap;
  }
  .bottom-detail {
    position: relative;
  }
  .order-page {
    margin: 70px 0 0;
  }
  .color-selection li {
    width: calc(100% - 20px);
  }
  .cart-page th {
    display: none;
  }
  .cart-page td {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding-right: 50%;
  }
  .cart-page td::before {
    content: attr(data-title) ": ";
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .cart-page td img {
    display: inherit;
    margin-bottom: 10px;
  }
  .cart-page td.text-left::before {
    display: none;
  }
  .total-row ul {
    width: 100%;
  }
  .cart-page {
    padding: 50px 0;
  }
  .menu-dropdown {
    padding-top: 30px;
  }
  .our-line-up .tab-pane .img-wrapper, .section-filter-results .img-wrapper {
    max-height: initial;
  }
  .line-up-home .img-wrapper {
    height: auto;
  }
  main {
    margin-top: 69px;
  }
  .home-offers {
    overflow: hidden;
  }
}