@media (min-width: 992px) {
  .accessories-main .vms-filter .checkbox-wrapper:nth-child(2),
  .accessories-main .vms-filter .checkbox-wrapper:nth-child(3),
  .accessories-main .vms-filter .checkbox-wrapper:nth-child(4) {
    width: 28%;
    flex-grow: unset;
  }
}

#consent_blackbar {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
}

.truste_box_overlay {
  top: 20% !important;
}

.background-white {
  background-color: #fff;
}

.finance-output {
  padding: 0;
}

.finance-item {
  margin: 0px 0px 20px 0;
  padding-left: 10px;
}

/* sitemap */

section.section.sec-sitemap {
  padding: 3rem 0 6rem;
  border-top: 1px solid #d9d9d9;
}

.sec-sitemap .title {
  text-align: center;
}

.sec-sitemap .title h1 {
  font-weight: 500;
}

.sec-sitemap .list-content {
  margin-top: 3rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 3rem;
}

.sec-sitemap .list-body.parent-vechicle .col-content {
  width: 100%;
}

.sec-sitemap .list-body.parent-vechicle .col-content ul {
  flex-wrap: wrap;
  flex-flow: row;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec-sitemap .list-title {
  text-align: center;
}

.sec-sitemap .list-title h2 {
  font-weight: 500;
  color: #f00;
}

.sec-sitemap .list-body {
  display: flex;
  flex-flow: wrap;
  margin: 0 -15px;
  margin-top: 2rem;
  justify-content: space-around;
  text-align: center;
}

.sec-sitemap .col-content {
  width: auto;
  padding: 0 15px;
}

.sec-sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  row-gap: 0.5rem;
  text-align: center;
}

.sec-sitemap ul li a {
  text-decoration: underline;
  color: #000;
}

.sec-sitemap ul li a:hover {
  color: red;
}

.sec-sitemap h3 {
  margin-bottom: 1rem;
  min-height: 28.08px;
  color: #f00;
}

@media (min-width: 992px) {
  .row-flex {
    display: flex;
    /* equal height of the children */
  }

  .col-flex {
    flex: 1;
    /* additionally, equal width */
  }

  .ml-2rm {
    margin-left: 0.5rem !important;
  }
}

.small-label {
  font-weight: 700;
  margin-bottom: 10px !important;
}

.finance-white-box {
  margin: 45px -15px;
  padding: 20px 0px;
  background-color: #fff;
}

.color-selected-name {
  font-weight: 400;
}

.finance-calculator-option {
  margin-top: 45px;
}

.f-optional-excess-charge {
  padding-right: 0 !important;
}

.payment-input {
  border: 1px solid #d5d9e1;
}

.email-quote .error {
  margin-top: 10px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8) url("/wp-content/uploads/2024/06/loader.gif") center
    no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

.spinner-button {
  /*    border: 2px solid #000;*/
  display: inline-block;
  padding: 8px 20px 9px;
  /*    font-size: 12px;*/
  /*    color: #000;*/
  /*    background-color: transparent*/
}

.btn-primary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/*.spinner-button:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff
}*/

.spinner-button i {
  color: #fff;
}

.spinner-button:hover i {
  color: #fff;
}

.fa {
  color: #fff;
}

.truste-close-button-container,
#consent_blackbar {
  display: none;
}

.css-tab-content .p-dealer-box-title,
.get-in-touch {
  text-align: center;
}

.finance-group + .finance-group {
  margin: 25px 0;
}

.finance-car-option p {
  font-size: 16px;
}

.finance-item__value {
  font-size: 24px;
}

.finance-cta-email-quote a {
  font-size: 14px;
}

.hide {
  display: none;
}

.payment-wrapper .radio-wrapper {
  margin-right: 10px;
}

.payment-wrapper .payment-input {
  margin-top: 15px;
}

.payment-wrapper .checkbox-wrapper {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.payment-wrapper .checkbox-wrapper label {
  top: -15px;
}

@media screen and (max-width: 767px) {
  #finance-calculator-result {
    margin-top: 25px;
  }

  .badge-desc {
    font-size: 14px;
    margin-top: 10px;
  }

  .sec-sitemap .col-content {
    width: 100%;
  }
}

#finance-calculator-option input[type="range"] {
  width: 100%;
}

input[type="range"]:hover {
  cursor: pointer;
}

@media (hover: hover) {
  #maintenance-fee-section .checkbox-wrapper label:hover:after {
    opacity: 0;
  }
}

#maintenance-fee-section
  .checkbox-wrapper
  input[type="checkbox"]:checked
  + label:hover:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .nav-link.activeState:after {
    width: 100%;
  }

  .css-tab-content .p-dealer-box-title,
  .get-in-touch {
    text-align: left;
  }

  .section-dealer-map {
    height: 81vh;
  }

  .section-dealer-detail .ml-10 {
    margin-left: 15px !important;
  }
}

@media (max-width: 768px) {
  .video-mb-nopadding {
    padding: 0 !important;
  }

  .video-mb-30px {
    margin-bottom: 30px;
  }
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

ul.css-tabs li label {
  padding-left: 0px;
  padding-right: 0px;
}

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

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  color: green;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.dealer-info-window h2 {
  margin-bottom: 16px;
}

.breadcrumb.d-xl-inline-block {
  margin-bottom: 10px;
}

.m-b-t-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.p-b-t-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.dealer-service-list .fa {
  color: red;
  width: 30px;
}

.dealer-service-list p {
  font-weight: 500;
}

.term-and-condition .popup-legal {
  color: #000000;
}

.accessories-product-price .price small {
  font-size: 16px;
}

/* search page */
.search-result-section {
  padding: 4rem 0;
}

.search-result-section .search-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.search-result-section .search-list ul li {
  padding: 2rem 0;
  border-top: 1px solid #c2c2c2;
}

.search-result-section .search-list ul li p:last-child {
  margin: 0;
}

.search-result-section .search-list ul li p span {
  font-weight: bold;
}

.search-result-section .search-list ul li a {
  text-transform: uppercase;
  font-weight: bold;
}

.search-result-section .pagination {
  margin: 2rem auto 0;
  flex-flow: column;
  align-items: center;
}

.search-result-section .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 1rem;
}

.search-result-section .pagination ul li {
}

.search-result-section .pagination ul li a {
  padding: 10px 13px;
  background: #e7e3e3;
  color: #111;
}

.search-result-section .pagination ul li a:hover,
.search-result-section .pagination ul li.active a {
  color: red;
}

.num-pages {
  padding-top: 1rem;
  font-size: 14px;
}

.search-list {
  padding-top: 2rem;
}

.sticky-cta {
  padding: 15px 0;
  height: auto;
}

.sticky-cta .row {
  justify-content: center;
}

.sticky-cta .row .col {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  flex: 0 0 auto;
  max-width: inherit;
  width: inherit;
  padding-right: 40px;
  padding-left: 34px;
  padding-top: 1.82px;
  padding-bottom: 1.82px;
}

.sticky-cta .row .col:last-child {
  padding-right: 0;
  border: 0;
}

/* .list-body.parent-dmax .col-content,
.list-body.parent-general .col-content,
.list-body.parent-vechicle .col-content{
    width: 100%;
}
.list-body.parent-fleet .col-content {
    width: 50%;
}
.list-body.parent-fleet .col-content ul,
.list-body.parent-dmax .col-content ul,
.list-body.parent-general .col-content ul,
ul.sitemap-vechicle {
    flex-flow: row;
    column-gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-body.parent-offer,
.list-body.parent-accessories,
.list-body.parent-dmax-community {
    justify-content: space-between;
} */
section.section.sec-error {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

section.section.sec-error .logo {
  max-width: 125px;
  position: absolute;
  top: 0;
}

section.section.sec-error .icon {
  padding: 0;
  max-width: 78px;
  margin-bottom: 1rem;
}

section.section.sec-error .container {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  padding-top: 94px;
}

section.section.sec-error .container h1 {
  max-width: 391px;
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 1rem;
}

section.section.sec-error .container p {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  max-width: 390px;
}

/** new style **/
.row.row-vmcc-cta-wrapper {
  justify-content: center;
}

span.sticky-cta__icon.icon-finance-calculator {
  background-image: url("/wp-content/uploads/2024/05/Calculator.png");
  background-size: 16px 16px;
}

/* .sticky-cta {
  background-color: rgb(64 64 75 / 45%);
} */

.row.justify-content-center.finance-white-box.mb-0 h4 {
  text-align: center;
  font-size: 24px;
}

/* .sticky-cta {
    background-color: transparent;
    display: flex;
    align-items: flex-end;
    padding-bottom: 90px;
} */
.cassie-cookie-module > .cassie-overlay {
  /* background-color: rgba(0,0,0,.4);  */
  /* display: none; */
}

/* body {
  height: 100% !important;
  overflow: auto !important;
} */

/* .cassie-cookie-module {
  height: auto;
  bottom: 0;
} */

/* body[data-module="Global"] {
    overflow: auto!important;
    height: auto!important;
} */
.isz-footer__hidden .input-wrapper:last-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.isz-footer__hidden .input-wrapper:last-child input {
  width: auto;
  accent-color: red;
}

.isz-footer__hidden .input-wrapper span.agree-text {
  line-height: normal;
  position: relative;
  top: 3px;
}

/** tab page **/
section.vehicle-model--specification-new.vehicle-model--specification {
  background-color: #e8ebed;
}

section.vehicle-model--specification-new.vehicle-model--specification
  h2.section-title {
  color: #111;
  margin-bottom: 3rem;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .tab-title {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .tab-title__item {
  background-color: transparent;
  color: #111;
  padding: 0;
  display: block;
  text-transform: capitalize;
  width: auto;
  flex-grow: 0;
  flex-basis: unset;
  padding-bottom: 5px;
  font-weight: bold;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .tab-title__item.active {
  background-color: transparent;
  color: red;
  border-bottom: 1px solid red;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .tab-content {
  padding: 15px;
  background-color: transparent;
  color: #000;
  padding: 0 !important;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .content-accordion {
  width: 100%;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .accordion {
  margin-top: 25px;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .content-accordion
  .accordion-title {
  font-size: 18px;
  padding: 16px 20px;
  background-color: #f5f5f5;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .accordion-title:after,
section.vehicle-model--specification-new.vehicle-model--specification
  .accordion-title:before {
  right: 20px;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .accordion-title:before {
  background-color: #111;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .accordion.active
  .accordion-title:before {
  background-color: red;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .accordion-content {
  padding: 0;
  font-size: 100%;
  background-color: #fff;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .table-wrapper
  table
  td {
  text-align: left;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .table-wrapper
  table
  tr
  td:first-child {
  padding-left: 20px;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .vms-disclaimer {
  padding: 20px;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .accordion-title:after {
  display: none;
}

section.vehicle-model--specification-new.vehicle-model--specification
  .accordion.active
  .accordion-title:before {
  transform: none;
  content: "\f077";
}

section.vehicle-model--specification-new.vehicle-model--specification
  .accordion-title:before {
  font-family: 'Font Awesome 5 Free';
  background-image: none;
  content: "\f078";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
}

/** end tab page **/
@media (min-width: 768px) {
  .finance-output-payment .col-12:last-child {
    border-top: 1px solid #d5d9e1;
  }

  .vehicle-description {
    margin-top: 42px;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.popup-form-item {
  margin-top: 10px !important;
}

@media (max-width: 1024px) {
  .sticky-cta .row .col {
    /* padding-right: 6.5vw; */
  }
}

@media (max-width: 991px) {
  .sticky-cta .row .col {
    /* padding-right: 5.5vw; */
  }
}

@media (max-width: 767px) {
  /* .sec-sitemap .col-content {
        width: 50%;
    } */
  .sec-sitemap .list-body {
    row-gap: 2rem;
  }

  .list-body.parent-fleet .col-content {
    width: 100%;
  }

  .section-badges .badges-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    row-gap: 1rem;
  }

  .section-badges .col-4.badge-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 568px) {
  .sticky-cta .row .col {
    flex: 1;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

/** Sector page **/
/*Dropdown*/
.sec-sector-1 .dropdown {
  display: inline-block;
  position: relative;
}

.sec-sector-1 .dropdown-menu {
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  display: none;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.sec-sector-1 .dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}

.sec-sector-1 .dropdown .dropdown-item:hover {
  color: red;
}

.hero-content-text .hero-eyebrow {
  font-size: 26px;
  font-weight: 400;
}

.hero-content-text .hero-eyebrow2 {
  font-size: 18px;
  padding-top: 1rem;
}

.hero-content-text .price {
  font-size: 36px;
}

.hero-content-text .price span {
  display: block;
  font-size: 13px;
}

.hero-content-text .cta {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  padding-top: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-content-text .cta .btn {
  width: auto;
  display: flex;
  margin: 0 !important;
  min-width: 170px;
  justify-content: space-between;
}

.sec-sector-1 {
  padding: 5rem 0;
}

.section .title {
  text-align: center;
  margin-bottom: 3rem;
}

.section .title p {
  width: 75%;
  margin: 0 auto;
  font-size: 16px;
}

.sec-sector-1 .box {
  position: relative;
  height: 100%;
}

.sec-sector-1 .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sec-sector-1 .box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  background-image: linear-gradient(45deg, black, transparent);
}

.sec-sector-1 .box a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}

.sec-sector-1 .box a:hover {
  color: red;
}

section.section.sec-sector-7,
section.section.sec-sector-2 {
  background-color: #e8ebed;
  padding: 5rem 0;
}

.sec-sector-7 .right-side,
.sec-sector-4 .col-md-6.text-md-left,
.sec-sector-2 .right-side {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3rem;
}

.sec-sector-7 .right-side .btn,
.sec-sector-4 .col-md-6.text-md-left .btn,
.sec-sector-2 .right-side .btn {
  width: auto;
  min-width: 175px;
  display: inline-block;
}

.sec-sector-4 .swiper-container {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec-sector-4 .swiper-slide {
  width: 50%;
}

.sec-sector-4 .swiper-slide img {
  width: 100%;
}

.sec-sector-4 .swiper-pagination-bullet-active {
  background: red;
}

.sec-sector-4 .swiper-button-prev,
.sec-sector-4 .swiper-button-next {
  width: 30px;
  height: 28px;
  filter: grayscale(1);
}

.sec-sector-5 {
  background-color: #52525e;
  color: #fff;
}

.sec-sector-5 .award-slider-item {
  flex-flow: column;
}

.sec-sector-5 .acc-item-content {
  background-color: #e8ebed;
}

.sec-sector-5 .acc-item-name {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.sec-sector-5 .award-slider .slick-slide {
  padding: 0;
}

.sec-sector-5 .slick-arrow-center .slick-arrow,
.sec-sector-5 .target-slider .slick-arrow {
  color: #fff;
}

.sec-sector-5 .action {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.sec-sector-5 .action .btn {
  width: auto;
  display: inline-block;
}

.sec-sector-6 {
  padding: 5rem 0;
}

.sec-sector-6 ul.list-unstyled {
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-flow: column;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 0.5px solid #e8ebed;
}

.sec-sector-6 ul.list-unstyled li {
  border-bottom: 0.5px solid #e8ebed;
  margin: 0;
  padding-bottom: 2rem;
}

.sec-sector-6 ul.list-unstyled li .col-12:first-child {
  padding-left: 0;
}

.sec-sector-6 ul.list-unstyled li .col-12:last-child {
  padding-right: 0;
}

.sec-sector-6 ul.list-unstyled li .text {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.sec-sector-6 ul.list-unstyled li .text p {
  margin-bottom: 0;
}

.sec-sector-7 .row-list {
  margin-top: 5rem;
}

.sec-sector-7 .row-list .box {
  text-align: center;
}

.sec-sector-7 .row-list .box h3 {
  margin: 1rem 0;
}

.sec-sector-8 {
  position: relative;
}

.sec-sector-8 .img-content {
  position: relative;
}

.sec-sector-8 .img-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  background-image: linear-gradient(45deg, black, transparent);
}

.sec-sector-8 img {
  width: 100%;
  height: auto;
}

.sec-sector-8 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 3rem;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.sec-sector-8 .content a {
  color: #fff;
}

.sec-sector-8 .content a:hover {
  color: red;
}
/* footer */
.sponsorship-footer .text-center-title {
  text-align: center;
}

.sponsorship-footer h3.spnsr-title {
  margin: 3rem 0;
}

.sponsorship-footer .swiper-slide {
  height: 110px;
}

.sponsorship-footer .swiper-slide a {
  display: block;
  text-align: center;
  height: 100%;
}

.sponsorship-footer .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sponsorship-footer .swiper-button-prev,
.sponsorship-footer .swiper-button-next {
  text-align: center;
  width: 20px;
  height: 20px;
  background-image: none;
  top: 60%;
}

.sponsorship-footer .swiper-button-next,
.sponsorship-footer .swiper-button-prev:after {
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  vertical-align: middle;
}

.sponsorship-footer .swiper-button-prev:after {
  content: "\f053";
}

.sponsorship-footer .swiper-button-next:after {
  content: "\f054";
}

@media (max-width: 991px) {
  .sec-sector-7 .row,
  .sec-sector-7 .row-list,
  .sec-sector-2 .row,
  .sec-sector-1 .row {
    justify-content: center;
    row-gap: 2rem;
  }

  .sec-sector-7 .right-side,
  .sec-sector-4 .col-md-6.text-md-left,
  .sec-sector-2 .right-side {
    padding-left: 15px;
  }

  .sec-sector-5 .acc-item-content {
    padding: 10px;
  }

  .section .title p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec-sector-4 .swiper-container {
    width: 100%;
    padding-top: 25px;
  }

  .sec-sector-6 ul.list-unstyled li .col-12:first-child {
    padding: 0 15px;
  }

  .sec-sector-6 ul.list-unstyled li .col-12:last-child {
    padding: 0 15px;
    padding-top: 1rem;
  }

  .sec-sector-8 .content {
    padding-bottom: 2rem;
  }

  .sec-sector-8 img {
    height: 230px;
    object-fit: cover;
    object-position: center;
  }
}

/** Sector page **/
/** Test driver **/

section.vehicle-model--drive {
  padding-bottom: 4rem;
}

.vehicle-model--drive .section-title {
  margin-bottom: 4rem;
}

.vehicle-model--drive .section-title h1 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.vehicle-model--drive .section-title p {
  width: 50%;
  margin: 0;
}

.vehicle-model--drive .tab-wrapper h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.vehicle-model--drive .left-side {
  padding: 0 15px;
  width: 200px;
}

.vehicle-model--drive .right-side {
  padding: 0 15px;
  width: calc(100% - 200px);
}

.vehicle-model--drive .tab-title {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.vehicle-model--drive .tab-title__item {
  padding: 10px 15px;
  border: 1px solid #9f9faa;
  font-size: 16px;
  color: #52525d;
  font-weight: 500;
  transition: color 0.15s ease-in-out;
}

.vehicle-model--drive .tab-title__item:hover,
.vehicle-model--drive .tab-title__item.active {
  border-color: red;
  color: red;
}

.vehicle-model--drive .img-content {
  text-align: center;
}

.vehicle-model--drive .img-content img {
  max-width: 100%;
}

.vehicle-model--drive .tab-wrapper {
  border-bottom: 1px solid #b6b8bb;
  padding-bottom: 5rem;
}

.customer-details {
  padding-bottom: 5rem;
}

.customer-details h2.section-title {
  font-size: 20px;
}

.customer-details label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.customer-details .action {
  margin: 2rem 0;
  text-align: center;
}

.customer-details .action .btn {
  display: inline-block;
  width: auto;
}

.customer-details .text-content {
  width: 80%;
  margin: 0 auto;
}

.customer-details .text-content p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vehicle-model--drive .section-title {
    text-align: center;
  }

  .vehicle-model--drive .section-title p {
    width: 100%;
  }

  .vehicle-model--drive .section-title h1 {
    font-size: 20px;
  }

  .vehicle-model--drive .right-side,
  .vehicle-model--drive .left-side {
    padding: 0 15px;
    width: 100%;
  }

  .vehicle-model--drive .tab-wrapper h2 {
    text-align: center;
  }

  .vehicle-model--drive .tab-title {
    flex-flow: wrap;
    justify-content: center;
  }

  .vehicle-model--drive .tab-title__item {
    width: 47%;
  }

  .vehicle-model--drive .row {
    flex-direction: column-reverse;
    row-gap: 4rem;
  }

  .customer-details .text-content {
    width: 100%;
  }

  .vehicle-model--drive .tab-wrapper {
    padding-bottom: 4rem;
  }

  section.vehicle-model--drive {
    padding-bottom: 3rem;
    padding-top: 5rem;
  }

  .vehicle-model--drive .img-content img {
    max-width: 100% !important;
  }
}

.isz-footer__copyright .col-social .socail {
  display: flex;
}

.isz-footer__copyright .col-social .footer-logo {
  text-align: center;
  margin-top: 2rem;
}

/** New Style **/
.isz-footer__copyright {
  flex-direction: column-reverse;
}
.isz-footer__copyright .col-social {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
  margin: 0 0 1rem;
}

.isz-footer__copyright .col-social .footer-logo {
  margin: 0;
}

.isz-footer__copyright .col-social img.logo-footer {
  max-width: 100px;
}

@media (max-width: 767px) {
  .isz-footer__copyright {
    flex-direction: column;
  }
  .isz-footer__copyright .col-social {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.page-content .sharethis-inline-share-buttons {
    display: none !important;
}