/* Desktop Css Start */
.variant-new .breadcrumb-model .breadcrumb-list{
  margin-bottom: 15px;
}
.modl-overview {
  background: var(--white);
  padding: 79px 0 90px;
}
.overview-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.overview-tp-inf,
.overview-top-rht ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-in-out 0s;
}

.overview-tp-inf li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--grey-border);
  border-radius: 40px;
  gap: 10px;
  padding: 5px 19px;
}
.overview-tp-inf li span {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 27.75px;
}

.overview-brnd-nam .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--black);
  margin-bottom: 11px;
  padding: 0;
}
.overview-brnd-nam p {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 27.75px;
  padding-bottom: 24px;
}
.overview-tp-inf .year,
.overview-tp-inf .miles,
.overview-tp-inf .automatic,
.overview-tp-inf .petrol {
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-position: center;
}
.overview-top-rht ul li a:hover span {
  color: var(--blue);
}
.overview-top-rht ul li a:hover i {
  border-color: var(--blue);
}
.overview-top-rht ul li a .share,
.overview-top-rht ul li a .save,
.overview-top-rht ul li a .compare {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  border: 1px solid var(--grey-border);
  border-radius: 50%;
}
.overview-top-rht ul li a .share::after,
.overview-top-rht ul li a .save::after,
.overview-top-rht ul li a .compare::after {
  content: "";
  background-image: url("../image/share-icon.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.overview-top-rht ul li a .save::after {
  content: "";
  background-image: url("../image/prints.svg");
}
.overview-top-rht ul li a .compare::after {
  content: "";
  background-image: url("../image/compare.svg");
}

.overview-top-rht h3 {
  color: var(--black);
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-align: end;
}
.overview-top-rht h3 i,
.model-offer-dtls h3 i {
  font-style: normal;
}
.overview-top-rht ul {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  margin-top: 24px;
}

.overview-top-rht ul li a span {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 27.75px;
  position: relative;
}
.overview-dtls-left {
  grid-template-columns: 1fr auto;
  padding-top: 54px;
  gap: 70px;
}
.model-offer-dtls {
  border: 1px solid var(--model-border-color);
  border-radius: 16px;
  padding: 31px;
  height: 322px;
}
.model-offer-dtls .cta-price {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 20px;
  display: block;
}

.model-offer-dtls h3 {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
.model-offer-dtls ul li .cta-offer,
.model-offer-dtls ul li .cta-testdrive {
  color: var(--white);
  background: var(--blue);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 27.75px;
  padding: 14px 82px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.model-offer-dtls ul li .cta-testdrive {
  margin-top: 20px;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
}
.model-offer-dtls ul li .cta-testdrive:hover {
  background-color: var(--black);
  color: var(--white);
}
.model-offer-dtls ul li .cta-testdrive:hover .drve-icn {
  filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(109deg)
    brightness(106%) contrast(106%);
}

.model-offer-dtls ul li .inqr-icn,
.model-offer-dtls ul li .drve-icn {
  background-image: url("../image/offers-icon.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center;
}
.model-offer-dtls ul li .drve-icn {
  background-image: url("../image/testDrive.svg");
}

.overview-dtls-left .cd-tabs-navigation li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.overview-dtls-left .cd-tabs-navigation li {
  padding-bottom: 0px;
}
.overview-dtls-left .cd-tabs-navigation {
  display: flex;
  gap: 41px;
}
.overview-dtls-left nav {
  border: none;
}
.model-overview-image .model-img-dtls {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 270px 270px;
  grid-gap: 10px;
}
.model-overview-image ul li:nth-of-type(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 4;
}
.model-overview-image ul li:nth-of-type(1) img {
  border-radius: 16px 0 0 16px;
}
.model-overview-image ul li:nth-of-type(3) img{
  border-radius: 0 16px 0 0;
}
.model-overview-image ul li:nth-of-type(5) img {
  border-radius: 0 0 16px 0;

}


.model-overview-image ul li img {
  height: 100%;
  cursor: pointer;
}
.discriptiondiv {
  padding: 30px;
  position: relative;
}
.overview-discription {
  padding: 51px 0;
  border-bottom: 1px solid var(--model-border-color);
}
.modeloverview-price .modeloverview-price-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.modeloverview-price-top .fueltypeblock .heading {
  color: var(--table-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 27.75px;
}
.modeloverview-price-top .fueltypeblock .select-wrapper {
  width: 120px;
  background: none;
  position: relative;
}
.modeloverview-price-top .fueltypeblock .select-wrapper::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 5px solid var(--black);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 12px;
  right: 10px;
}

.modeloverview-price-top .fueltypeblock .select-wrapper .holder {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  height: 48px;
}
.overview-discription h4,
.modeloverview-price h3.heading,
.modelcolor h3,
.variant-info-dtls h4 {
  color: var(--black);
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 32px;
}
.variant-info-dtls {
  padding-top: 51px;
}
.overview-discription ul,
.variant-info-dtls ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 22px;
}
.overview-discription ul li,
.variant-info-dtls ul li {
  color: #050b20;
  font-size: 15px;
  font-weight: 400;
  line-height: 27.75px;
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 22px;
}
.variant-info-dtls ul li .variant-info-right{
  font-weight: 500;
}
.overview-discription ul li .discription-right{
  font-weight: 500;
}
.overview-discription ul li i {
  background-image: url("../image/testDrive.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center;
}
.overview-discription .discription-left {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.overview-discription .discription-left img {
  margin-top: 5px;
}
.variant-table h4 {
  color: var(--black);
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 16px;
}
.variant-table .smallprice sup{
  top: 0;
}
.variant-table > span {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 21px;
  line-height: normal;
  display: block;
}
.variantTable table {
  display: table;
  text-align: left;
  width: 100%;
}
.overview-details table {
  border-collapse: separate;
  border-spacing: 0 12px;
  width: 100%;
}
.allvariant table thead tr th {
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  line-height: 33px;
  text-align: left;
  padding-left: 15px;
  white-space: nowrap;
}
.variant-table table tbody tr {
  background-color: var(--white-background);
  border-radius: 12px;
}

.allvariant table tbody tr td {
  display: table-cell;
  width: auto;
  padding: 18px 15px;
}
.allvariant table .enlargview a {
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
  line-height: normal;
}
.allvariant table .enlargview a:hover {
  text-decoration: underline;
  color: var(--blue);
  transition: all 0.2s ease-in-out 0s;
}
.allvariant table .tableovrwinfo {
  display: block;
  margin-top: 4px;
  color: var(--table-color);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.allvariant table .overview-tbl-price {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.allvariant table .nout-viewbtn {
  padding: 16px 40px;
  color: var(--blue);
  border-radius: 12px;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 27.75px;
  text-transform: capitalize;
  border: 1px solid var(--blue);
  white-space: nowrap;
  transition: all 0.2s ease-in-out 0s;
}
.allvariant table .nout-viewbtn:hover {
  background: var(--blue);
  color: var(--white);
}

.allvariant {
  border-bottom: 1px solid var(--model-border-color);
}
.allvariant .tableterms {
  color: var(--black);
  font-size: 12px;
  line-height: normal;
  padding-bottom: 50px;
}

.modelprice-heading .newprice_citydrop input[type="text"] {
  padding-left: 0px;
}
.modelprice-heading .newprice_citydrop .newprice_cityinputnam {
  display: flex;
  align-items: center;
}
.modelprice-heading .newprice_citydrop i {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 5px solid var(--black);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.allvariant .downbrchre a .brochure-icon:hover {
  background: var(--light-gray-blue);
}
.modeloverview-price {
  padding-top: 51px;
}
.modeloverview-price .modeloverview-price-top h3.heading {
  margin-bottom: 12px;
}
.modeloverview-price .modelprice-tabbing h3 {
  border-bottom: 1px solid #dddddd;
}
.modeloverview-price .modelprice-tabbing .open h3 {
  border-bottom: none;
}

.variant-info-dtls ul li .variant-info-right .ticks {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
}

/* Overview Table Css Start */

/*Download Brochure*/
.downbrchre a {
  width: 100%;
}
.downbrchre a .brochure-icon {
  background: var(--blue-light-background);
  width: 54px;
  height: 54px;
  padding: 14px 0px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out 0s;
}
.downbrchre a .brochure-icon i {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.overview-dtls-left .cd-tabs-navigation li a.selected {
  border-bottom: 2px solid var(--blue);
  padding-bottom: 12px;
}
/* Overview Table Css End */

/* Model Price Css Start */
.modelprice-tabbing h3 a {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0;
  gap: 20px;
  justify-items: flex-start;
}

.modelprice-tabbing h3 .modelprice-name {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 27.75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modelprice-tabbing h3 .modelprice-name .modelprice-arw {
  margin-right: 20px;
}

.modelprice-tabbing h3 .modelprice-name > span {
  color: var(--table-color);
  font-size: 13px;
  font-weight: 500;
  padding-left: 6px;
  line-height: normal;
}
.modelprice-tabbing h3 .modelprice-range {
  color: var(--dark-black);
  font-size: 20px;
  font-weight: 500;
  justify-self: end;
  line-height: normal;
}
.modelprice-tabbing h3 .modelprice-range sup{
  top: -5px;
}
.modelprice-tabbing h3 .modelprice-offer {
  color: var(--blue);
  font-size: 15px;
  font-weight: 500;
  line-height: 27.75px;
}
.modelprice-dtls {
  background: var(--white-background);
  padding: 20px 32px;
  border-radius: 12px;
}
.modelprice-dtls ul li {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 12px;
}
.modelprice-dtls ul li div {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 27.75px;
}
.modelprice-dtls ul li div:last-child {
  justify-self: end;
}
.modelprice-dtls ul li:last-child {
  padding: 10px 0;
  border-top: 1px dotted var(--border-gray-dark);
}
.modelprice-dtls ul li sup{
  top: -5px;
}

.modelprice-dtls ul li:last-child div {
  font-weight: 700;
}
.offer-price-cta a {
  height: 62px;
  background: var(--blue);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  padding: 17px 30px;
  border-radius: 12px;
  display: block;
  margin: 20px 0 10px;
  width: 240px;
  text-align: center;
}
.offer-price-cta a:hover,
.model-offer-dtls ul li .cta-offer:hover {
  background: var(--blue-hover);
}
.modelprice-terms {
  color: var(--table-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 27.75px;
}
.modelprice-arw {
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(-133deg);
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
}

/* Model Price Css End */

/* Model Color Css Start */
.modeloverview.modelcolor {
  padding-top: 51px;
  padding-bottom: 60px;
}
.modelcolor .colorbox .colorpanel {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.color-title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: center;
  width: 100%;
}
.modelcolor .colorimg ul {
  display: block;
  text-align: center;
}
.colorpanel span .color-ticks {
  content: "";
  width: 10px;
  height: 16px;
  transform: rotate(-133deg);
  border-top: 3px solid var(--white);
  border-left: 3px solid var(--white);
  position: absolute;
  top: 7px;
  left: 13px;
}

.modelcolor .colorbox .colorpanel span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--white);
  outline: 2px solid var(--border-gray-dark);
}
/* Model Color Css End */
.overview-details .exploreList .container-new {
  padding: 0;
}

/* Used Car Css Start */
.uesd-car-overview .overview-tp-prc p {
  font-size: 16px;
  line-height: normal;
}
.uesd-car-overview .variant-info-dtls {
  padding: 0;
}

.uesd-car-overview .overview-dtls-left nav,
.uesd-car-overview .overview-discription {
  border: none;
}

/* Used Car Css End */

/* Gallery PopUp Css Start */
#gallery-container {
  width: 60%;
  position: relative;
  max-width: 80%;
  margin: 40px auto 0;
  max-height: 90%;
}
.gsc_modal .gsc_modal_wrapper.gsc_modal_noborder {
  background: transparent !important;
}
#modal-box .gscr_lSAction a.gscr_lSNext {
  right: -30%;
}
#modal-box .gscr_lSAction a.gscr_lSPrev {
  left: -30%;
}
#modal-box .gscr_lSAction a.gscr_lSNext::after,
#modal-box .gscr_lSAction a.gscr_lSPrev::after {
  content: "";
  border: 2px solid var(--white);
  border-width: 0 0 3px 3px;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(-135deg);
  opacity: 1;
}
#modal-box .gscr_lSAction a.gscr_lSPrev::after {
  transform: rotate(45deg);
}
#modal-box .img-fluid {
  width: 100% !important;
}
#modal-box .model_close {
  height: 30px;
  position: absolute;
  right: -30%;
  top: -5%;
  width: 30px;
  z-index: 1;
}
#modal-box .model_close::after,
#modal-box .model_close:before {
  content: "";
  position: absolute;
  left: 8px;
  height: 20px;
  width: 3px;
  background-color: var(--white);
}
#modal-box .model_close:before {
  transform: rotate(45deg);
}
#modal-box .model_close:after {
  transform: rotate(-45deg);
}

.feelcarpanel:has(.overview-dtls-left.animate) {
  grid-template-columns: 788px auto;
}

/* Gallery PopUp Css End */
.overview-details .exploreList {
  padding-top: 62px !important;
}

.cd-tabs-navigation li:not(:has(.selected))::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--blue);
  transition: width 0.3s;
  margin-top: 11px;
}

.cd-tabs-navigation li:not(:has(.selected)):hover::after {
  width: 100%;
  transition: width 0.3s;
}

/* Desktop Css End */

/* Mobile Css Start */
@media screen and (max-width: 767px) {
  .overview-details .exploreList {
    padding-top: 45px !important;
  }
  .modeloverview-price,
  .modeloverview.modelcolor {
    padding-top: 0;
  }
  .variant-info-dtls,
  .variant-overview .modelcolor {
    padding-top: 30px;
  }
  .overview-details .overview-tab {
    padding-bottom: 30px;
  }
  .model-offer-dtls {
    padding: 20px;
    height: 260px;
  }
  .model-offer-dtls .cta-price {
    font-size: 20px;
    line-height: 20px;
  }
  .model-offer-dtls h3 {
    font-size: 22px;
  }
  .model-offer-dtls ul li .cta-offer,
  .model-offer-dtls ul li .cta-testdrive {
    padding: 10px 20px;
    justify-content: center;
  }
  .overview-dtls-left {
    display: block;
    padding-top: 30px;
  }
  .overview-discription ul,
  .variant-info-dtls ul {
    padding-bottom: 30px;
    grid-template-columns: auto;
  }
  .overview-discription {
    padding: 0;
  }
  .allvariant table thead tr {
    display: grid;
    grid-template-columns: auto 163px;
    justify-content: stretch;
  }
  .allvariant table thead tr th {
    padding: 0;
    text-align: left;
    color: #363636;
    font-weight: 700;
  }
  .allvariant table thead tr th:nth-last-child(-n + 2),
  .allvariant table thead tr th:nth-last-child(-n + 3) {
    display: none;
  }
  .overview-discription h4,
  .modeloverview-price h3,
  .modelcolor h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .allvariant table .tableovrwinfo {
    font-size: 16px;
  }
  .allvariant table tbody tr td {
    display: inline-block;
    padding: 18px 10px;
  }
  .allvariant table tr td:nth-child(2n + 2) {
    text-align: left;
    padding-top: 0;
  }
  .model-overview-image .model-img-dtls {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .model-overview-image ul li:nth-of-type(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
  }
  .model-overview-image ul li:nth-of-type(5) img {
    border-radius: 0 0 12px 0;
  }
  .model-overview-image ul li:nth-of-type(3) img {
    border-radius: 0;
  }
  .model-overview-image ul li:nth-of-type(4) img {
    border-radius: 0 0 0 12px;
  }
  .model-overview-image ul li:nth-of-type(1) img{
    border-radius: 16px 16px 0 0;
  }

  .modl-overview {
    padding: 20px 0 90px;
  }
  .overview-brnd-nam .title {
    font-size: 25px;
    line-height: 1.2;
  }
  .overview-top-rht ul li a span {
    display: none;
  }
  .overview-top {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .overview-tp-inf {
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: left;
  }
  .overview-brnd-nam p {
    padding-bottom: 10px;
  }
  .overview-top-rht ul {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .overview-top-rht h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .overview-tp-inf .year,
  .overview-tp-inf .miles,
  .overview-tp-inf .automatic,
  .overview-tp-inf .petrol {
    width: 15px;
    height: 15px;
  }
  .overview-tp-inf li {
    padding: 2px 15px;
  }
  .modelprice-tabbing h3 a {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  /* Model Price Css Start */
  .modelprice-tabbing h3 {
    justify-content: space-between;
    gap: 0;
  }
  .modelprice-dtls ul li {
    grid-template-columns: 1fr auto;
  }
  .modelprice-dtls {
    padding: 10px 15px;
  }
  .offer-price-cta a {
    width: 100%;
  }
  .modeloverview-price .modeloverview-price-top {
    flex-direction: column;
    align-items: baseline;
  }
  /* Model Price Css End */

  /* Gallery PopUp Css Start */
  #modal-box .gscr_lSAction > a {
    background: var(--black);
    opacity: 0.5;
  }
  #modal-box .gscr_lSAction a.gscr_lSPrev {
    left: 0;
  }
  #modal-box .gscr_lSAction a.gscr_lSNext {
    right: 0;
  }
  #gallery-container {
    width: 90%;
    margin: 0 20px;
    max-width: 90%;
    top: 30%;
  }
  #modal-box .gscr_lSAction > a,
  #gallery-popup .gscr_lSAction > a {
    width: 42px;
    height: 45px;
  }
  #modal-box .gscr_lSAction a.gscr_lSNext::after,
  #modal-box .gscr_lSAction a.gscr_lSPrev::after {
    width: 15px;
    height: 15px;
    margin: 14px 10px;
  }
  #modal-box .model_close {
    right: 0;
    top: -76%;
  }
  .overview-dtls-left .feelcarpanel {
    margin-bottom: 15px;
    padding-top: 0;
  }

  /* Gallery PopUp Css End */
}
/* Mobile Css End */

/* Desktop Media Css Start */
.model-overview-image ul li img {
  object-fit: cover;
}
/* Desktop Media Css End */

/* Table css Start */
@media screen and (min-width: 992px) {
  .overview-dtls-left {
    display: grid;
  }
  .overview-dtls-left:has(.feelcarpanel) {
    grid-template-columns: 784px auto;
  }
}
