/* Green VDP */
.g-vdp-wrapper{
  background: transparent linear-gradient(0deg, #FFFFFF 50%, #DCEFE3 100%) 0% 0% no-repeat padding-box;
  margin-top: 100px;
}
.g-breadcrumb-section {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 12px;
  padding-top: 12px;
}
.g-breadcrumb-section a {
  text-decoration: none;
  color: #333333;
}
.g-vdp-page{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 12px;
}
.g-vdp-page-sec{
  display: flex;
}
.g-vdp-img-sec{
  height: 472px;
  width: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
}
.g-vdp-img-sec .img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.g-vdp-left-side-sec{
  width: 70%;
}
.g-vdp-right-side-sec{
  width: 30%;
  background: #ffffff;
  border-radius: 15px;
  margin-left: 16px;
  max-height: 472px;
}
.g-vdp-tab-sec{
  margin: 20px 0;
  display: flex;
}
.g-vdp-tab-sec div {
  background: #ffffff;
  color: #5E6874;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 12px;
  margin-right: 12px;
  box-shadow: 0px 0px 10px #DEE3EF80;
  cursor: pointer;
}
.g-vdp-tab-sec div.vdp-active{
  background: #03915E;
  color: #ffffff;
}
.g-vdp-overview{
  box-shadow: 0px 0px 10px #DCEFE34D;
  border-radius: 15px;
  background: #ffffff;
}
.vdp-main-title-arrow{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5f3ea;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 15px 15px 0 0;
  background: #ffffff;
}
.g-vdp-tab-main-title{
  color: #1D222C;
  font-size: 16px;
  font-weight: 700;
  padding: 21px;
}
.vdp-main-title-arrow img {
  padding: 21px;
}
.vdp-main-plus{
  /* assets/green/img/ev-vdp-minus.svg */
}
.vdp-title-arrow{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5f3ea;
  cursor: pointer;
}
.vdp-title-arrow img {
  padding: 21px;
}
.g-vdp-tab-title{
  color: #555961;
  font-size: 14px;
  font-weight: 500;
  padding: 21px;
}
.g-vdp-overview-row{
  display: flex;
  padding: 20px;
}
.vdp-overview-sec{
  display: flex;
  align-items: center;
  width: 33.3%;
}
.vdp-overview-sec img{
  height: 34px;
}
.vdp-overview-data{
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
.vdp-overview-data div:first-child{
  font-size: 12px;
  color: #808080;
  margin-bottom: 3px;
}
.vdp-overview-data div:last-child{
  color: #404040;
  font-size: 14px;
  font-weight: 500;
}
.g-vdp-right-side-row-1{
  padding: 15px 15px 0 15px;
}
.g-vdp-right-name-sec{
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.g-vdp-right-name-sec img{
  height: 18px;
  width: 18px;
  border: 1px solid #DBF0E9;
  border-radius: 5px;
  margin-right: 10px;
}
.vdp-r-name{
  font-size: 16px;
  font-weight: 700;
  color: #1D222C;
}
.vdp-r-model{
  font-size: 14px;
  color: #688196;
}
.vdp-name-divider{
  color: #dce0e8;
  padding: 0 2px;
}
.vdp-r-modal-name{
  color:#737373;
}
.g-vdp-right-location-sec{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #808080;
}
.g-vdp-right-location-sec img{
  margin-right: 8px;
  margin-left: 6px;
}
.g-vdp-right-key-points{
  border-bottom: 1px solid #e5f3ea;
  border-top: 1px solid #e5f3ea;
  padding: 15px 0;
  margin-top: 12px;
  margin-bottom: 17px;
  color: #404040;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.g-vdp-right-key-points.new{
  justify-content: flex-start;
}
.g-vdp-right-key-points .new-points{
  display: flex;
  border: 1px solid #e5eaf3;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 8px;
}
.g-vdp-right-key-points .new-points img{
  margin-right: 5px;
}
.vdp-r-dot{
  background: #03915E;
  height: 4px;
  width: 4px;
  display: block;
  border-radius: 4px;
}
.vdp-v-title{
  font-size: 12px;
  font-weight: 500;
}
.vdp-r-vehicle-points{
  display: flex;
  flex-wrap: wrap;
  color: #808080;
  font-size: 12px;
  margin: 9px 0;
}
.vdp-r-vehicle-points span{
  width: 50%;
  padding: 11px 0;
}
.g-vdp-right-side-row-2{
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-top: 1px solid #e5f3ea;
  border-bottom: 1px solid #e5f3ea;
  align-items: center;
}
.vdp-r-button{
  background: #03915E;
  border: none;
  color: #ffffff;
  border-radius: 15px;
  padding: 14px 5px;
  width: 45%;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}
.vdp-r-emistart{
  font-size: 12px;
  color: #5E6874;
}
.vdp-r-baseprice{
  font-size: 12px;
  color: #5E6874;
  margin-bottom: 4px;
}
.vdp-r-baseprice span:first-child{
  font-size: 18px;
  color: #1D222C;
  font-weight: 700;
  margin-right: 3px;
}
.vdp-r-baseprice span:first-child span{
  font-size: 12px;
  color: #5E6874;
  margin-bottom: 4px;
  font-weight: normal;
}
.vdp-r-new-starts{
  font-size: 12px;
  color: #5E6874;
  margin-bottom: 3px;
}
.vdp-r-new-baseprice{
  font-size: 18px;
  color: #1D222C;
  font-weight: 700;
  margin-right: 3px;
}
.vdp-r-new-emi-details{
  font-size: 12px;
  color: #5E6874;
  margin-top: 3px;
}
.vdp-r-new-price span:last-child{
  font-size: 12px;
  color: #5E6874;
  font-weight: 400;
}
.vdp-r-new-baseprice sup {
  font-size: 8px;
  color: #808080;
}
.vdp-emi-price{
  font-weight: 500;
}
.vdp-r-new-emi-details .g-emi-info .g-tool-tip span{
  font-size: 9px;
  display: block;
}
.g-vdp-right-side-row-3{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}
.g-vdp-right-side-row-3 div:first-child{
  margin-right: 37px;
  display: flex;
  align-items: center;
}
.g-vdp-right-side-row-3 div{
  cursor: pointer;
}
.g-vdp-right-side-row-3 img{
  margin-right: 5px;
}
.share-url{
  position: relative;
}
.g-vdp-fav{
  background-image: url('../img/vdp-fav.svg');
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.g-vdp-fav.fill{
  background-image: url('../img/g-fav-fill.svg');
}
.g-vdp-features{
  box-shadow: 0px 0px 10px #DCEFE34D;
  background: #ffffff;
  padding-bottom: 1px;
}
.vdp-features-spec div.g-vdp-features:last-child{
  border-radius: 0 0 15px 15px;
}
.vdp-features-spec div.g-vdp-features:last-child .g-vdp-features-details{
  border:none;
}
.g-vdp-features-details{
  display: flex;
  flex-wrap: wrap;
  color: #808080;
  font-size: 12px;
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid #e5f3ea;
}
.g-vdp-features-details span{
  width: 33%;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
.g-vdp-features-details span img{
  margin-right: 6px;
}
.vdp-tab-details{
  display: none;
}
.vdp-features-spec div.g-vdp-features:first-child .vdp-tab-details{
  display: block;
}
.vdp-features-spec div.g-vdp-features:last-child .vdp-title-arrow{
  border: none;
}
.vdp-features-spec div.g-vdp-features:last-child .vdp-tab-details.open-t > div{
  border-top: 1px solid #e5f3ea;
}
.vdp-title-arrow .open{
  transform: rotate(-180deg);
}
.vdp-main-icon{
  background-image: url('../img/ev-vdp-plus.svg');
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-right: 20px;
  background-repeat: no-repeat;
}
.vdp-main-icon.open{
  background-image: url('../img/ev-vdp-minus.svg');
}
.close-main-t{
  border: none;
  border-radius: 15px;
}
.g-vdp-similar-vehicle{
  background: #fff;
  width: 100%;
  margin-top: 34px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #DCEFE34D;
}
.g-vdp-similar-vehicle-title-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.g-vdp-similar-card-sec-title {
  font-size: 14px;
  font-weight: 700;
}
.g-vdp-card-sec{
  display: flex;
  grid-gap: 15px;
  padding: 0 20px 20px 20px;
  position: relative;
}
.g-vdp-similar-rec-sec-wrapper{
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #DCEFE3 100%) 0% 0% no-repeat padding-box;
  margin-top: 40px;
}
.g-vdp-similar-rec-sec{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 12px;
  padding-top: 12px;
}

.g-vdp-variants-sec{
  margin-top: 20px;
}
.g-vdp-variant-data{
  border: 1px solid #DCEFE3;
  margin: 0 13px 13px 13px;
  border-radius: 15px;
}
.g-vdp-variant-header {
  display: flex;
  color: #808080;
  font-size: 12px;
  padding: 15px;
  font-weight: 500;
}

.g-vdp-variant-tile {
  padding: 20px;
  border-top: 1px solid #DCEFE3;
}
.g-vdp-v-width-40{
  width: 40%;
}
.g-vdp-v-width-30{
  width: 30%;
}
.g-vdp-variant-tile-data{
  display: flex;
}
.g-vdp-v-title{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.g-vdp-v-sub-title{
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}
.g-vdp-v-price{
  margin-bottom: 5px;
}
.g-vdp-v-price span:first-child{
  font-size: 16px;
  font-weight: 700;
}
.g-vdp-v-price span:last-child{
  font-size: 12px;
  color: #808080;
  margin-left: 3px;
}
.g-vdp-v-on-road{
  font-size: 12px;
  color: #454545;
  font-weight: 500;
  text-decoration: underline;
}
.g-v-compare-check span{
  font-size: 12px;
  font-weight: 500;
  color: #808080;
  cursor: pointer;
}
.g-v-compare{
  display: flex;
  align-items: center;
  justify-content: end;
}
.g-v-compare-check{
  display: flex;
}

.g-vdp-variants{
  box-shadow: 0px 0px 10px #DCEFE34D;
  background: #ffffff;
  border-radius: 15px;
  padding-bottom: 1px;
}
/* Check Box */
.g-check-container {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.g-checkmark {
  position: absolute;
  top: 0px;
  left: -18px;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #CDCDCD;
}
.radio-btn .g-checkmark{
  border-radius: 8px;
}
.g-check-container:hover input~.g-checkmark {
  background-color: #fff;
}
.g-check-container input:checked~.g-checkmark {
  background-color: #03915E;
  border: 1px solid #03915E;
}
.g-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.g-check-container input:checked~.g-checkmark:after {
  display: block;
}
.g-check-container .g-checkmark:after {
  left: 3px;
  top: 0px;
  width: 2px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-btn .g-check-container .g-checkmark:after {
  left: 2px;
  top: 2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 8px;
}
/* Check Box end */

.share-set {
  position: absolute;
  left: -55px;
  top: 25px;
  z-index: 1;
  background: #fff;
  padding: 6px;
  border: 1px solid #CECECE;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #e7e7e7;
}
.share-set img{
  margin: 0 5px;
}

/* Gallery */
.gallery-section{
    position: fixed;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 4;
    display: none;
}
.gallery-header{
  background: #03915E;
  box-shadow: 0px 3px 6px #00000029;
}
.gallery-header-content{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: #fff;
}
.gallery-img-sec{
  width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.gallery-vehicle-name{
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.gallery-vehicle-name img{
  height: 15px;
  margin-right: 8px;
  cursor: pointer;
}
.gallery-name-divider {
  height: 13px;
  width: 1px;
  margin: 0 10px;
  background: #FFFFFF;
}
.gallery-vehicle-name.used span:last-child {
    font-weight: 300;
}
.gallery-price{
  margin-right: 15px;
}
.gallery-price span{
  font-size: 11px;
  font-weight: 400;
}
.gallery-price span.amt{
  font-size: 16px;
  font-weight: 700;
}
.gallery-price sup{
  font-size: 9px;
}
.gallery-more-pic{
  background: #ffffff;
  font-size: 12px;
  color: #03915E;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  outline: none;
  font-weight: 700;
}
.gallery-price-btn{
  display: flex;
  align-items: center;
}
.videoSec{
  display: none;
}
.gallery-title{
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  padding: 15px 0;
}

.galler-view{
  display: flex;
}
.galler-big-view{
  width: 85%;
  margin-right: 15px;
  border-radius: 15px;
  height: 650px;
  position: relative;
  border: 1px solid #e5f3ea;
}
.galler-big-view img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 15px;
}
.galler-big-view video{
  width: 100%;
  height: 650px;
  border-radius: 15px;
}
.galler-verical-carosuel{
  width: 15%;
  height: 650px;
  overflow: scroll;
}
.galler-verical-carosuel div{
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #e5f3ea;
  border-radius: 15px;
}
.galler-verical-carosuel div img, .galler-verical-carosuel div video{
  width: 100%;
  border-radius: 15px;
  height: 110px;
  object-fit: cover;
}
.galler-verical-carosuel div.activeImg{
  border: 3px solid #03915E;
  border-radius: 18px;
}
.g-image-count-container{
  position: absolute;
  text-align: center;
  bottom: 12px;
  width: 100%;
}
.gallery-count{
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
}