.h-auto-search {
	top: 0;
    left: auto;
	width: 81%;
    font-size: 20px;
    font-weight: 300;
}
.h-menu{padding: 0;}
.h-menu-content .menu-text{
    height: 36px;
    margin: 0;
    padding: 0 20px;
    color: #003E88;
}
.h-menu-content .menu-text.h-back-arrow{margin-right: 60px;}
.menu-text.h-active-menu{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFFAFF 100%) 0% 0% no-repeat padding-box;
    border-bottom: 2px solid #0091D0;
    color: #0091D0;
}

.vdp-container{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.left-container{
    width: 68%;
}
.right-container{
    width: 350px;
    margin-top: 50px;
}
.fixedRsec{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top:120px;
    margin-bottom: 50px;
}
.vehicle-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.vdp-fav-icon{
    background-image: url('../img/blue-fav.svg');
    margin-left: 25px;
    height: 19px;
    width: 18px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.vdp-fav-icon.fill{
    background-image: url('../img/blue-fav-fill.svg');
}
.share-set{
    left: -63px;
    top: 22px;
}
.fav-icon-space{margin-left: 25px;}
.image-section{margin-bottom: 35px;}
.big-img img{border-radius: 10px;}
.horizontal-img-list{
    display: flex;
    margin-top: 10px;
}
.horizontal-img-list img{border-radius: 5px;margin-right: 10px;object-fit: cover;}
.pad-zero{padding: 0;}
.dot {
    height: 4px;
    width: 4px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 3px;
    background: #0091D0;
}
.used-vehicle-rating-section{
    box-shadow: 0px 5px 20px #E7E7E7;
    padding: 12px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rating-box{
    background: #FFF9EA;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
}
.rating-box img{
    margin: 6px 0;
}
.certified{
    display: flex;
    align-items: center;
    position: relative;
    width: 125px;
}
.certified span{
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 700;
    background: #6DBA72;
    padding: 8px 16px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    position: absolute;
    left: 23px;
    top: 8px;
}
.certified img{
    position: relative;
    background: transparent;
}
.bar-line{
    width: 173px;
    height: 4px;
    background: #F2F2F2;
    margin: 10px;
}
.bar-percentage{
    height: 4px;
    background: #FFC116;
    display: block;
}
.percentage-80{width: 80%;}
.percentage-90{width: 90%;}
.download-btn{
    border: 1px solid #0191D0;
    padding: 12px 15px;
    border-radius: 7px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top:15px;
    color: #0191D0;
    text-decoration: none;
}
.pad-l-f-15{padding: 0 15px}
.download-btn img{margin-right: 45px}; 
.tab-section{margin-bottom: 50px;}
.vdp-tab-section{
    margin-top: 20px;
}
.vdp-tab {
    color: #999999;
    margin-right: 6px;
    height: 25px;
    padding: 0 10px;
    display: inline-block;
}
.vdp-tab:first-child{
    padding-left: 0;
}
.vdp-tab-text {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 700;
    cursor: pointer;
}
.tab-width-50{width: 50%;}
.tab-width-25{width: 25%;}
.details-header{
    display: flex;
    margin-top: 35px;
    color: #4A494A;
    font-size: 12px;
}
.details-header span:first-child{
    padding-left: 20px;
}
.details-header span:last-child{
    display: flex;
    justify-content: right;
    padding-right: 20px;
}
.details-tile {
    box-shadow: 0px 5px 15px rgb(72 88 133 / 12%);
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px;
}
.vdp-tab-container{display: none;}
.tabshow{display: block;}


.card-compare {
    background: #fff;
    color: #666666;
    border-radius: 12px;
    font-size: 13px;
    margin-right: 20px;
    box-shadow: 0px 5px 20px #0000001A;
    width: 400px;
    display: flex;
    justify-content: center;
}
.compare-seprate {
    width: 2px;
    background: #F3F4FA;
    display: block;
    height: 235px;
    position: relative;
    left: 17px;
}
.compare-vs {
    border-radius: 20px;
    border: 2px solid #F3F4FA;
    position: relative;
    background: #fff;
    padding: 6px;
    display: block;
}
.card-compare .img {
    height: 80px;
    margin-top: 10px;
    border-radius: 7px;
}
.compare-left, .compare-right {
    padding: 15px 5px 20px 5px;
    align-items: center;
    width: 175px;
}
.compare-icon-set{
    display: flex;
    margin-top: 15px;
}
.compare-icon-set div{
    margin: 0 10px;
}
.compare-carosuel{
    padding: 20px 0px 50px 15px;
}
.card-compare .img.right{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.box-1{
    box-shadow: 0px 24px 32px 0px #48588529;
    border-radius: 0px 0px 12px 12px;
    background: #ffffff;
}
.blue-box-header{
    background: #0091D0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 12px 12px 0px 0px;
    align-items: center;
}
.box-header-btn{
    color: #0091D0;
    background: #FFFFFF;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 11px 15px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
}
.box-1-content{
    border-radius: 0px 0px 12px 12px;
}
.box-sep-border{
    border-top: 1px dashed #D5D5D5;
    margin-top: 25px;
}
.form-input input{
    border: 1px solid #D5D5D5;
    border-radius: 7px;
    padding: 14px 15px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 10px #0000000d;
    outline: none;
}
.form-btn{
    color: #0191D0;
    background: #fff;
    outline: none;
    border: 1px solid #0191D0;
    padding: 13px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
}
.key-container{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
.box-content-title{
    color: #57585A;
    font-size: 16px;
    padding-left: 15px;
    border-left: 5px solid #0091D0;
    margin: 15px 5px 5px 0px;
}
.key-card-small {
    background: #fff;
    color: #666666;
    border-radius: 6px;
    border: 1px solid #CECECE;
    display: inline-block;
    margin: 5px;
    width: 157px;
    height: 53px;
}
.small-card-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
}
.small-card-content img{
    margin-right: 10px;
}
.spec-detail-content {
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    margin: 28px 0 35px
}
.width-50 {
    width: 50%;
}
.width-40 {
    width: 46%;
}
.align-right{
    text-align: right;
}
.spec-data-new div:nth-child(2n) {
    margin-left: 50px;
}
.spec-data-new {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.spec-data-new div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 0;
    align-items: center;
}
.spec-data-new div:last-child {
    border: none;
}
.spec-data {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.spec-data div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 0;
    align-items: center;
}
.spec-data div:last-child {
    border: none;
}
.share-section{
    display: flex;
    font-size: 16px;
    color: #333333;
    margin-bottom: 50px;
}
.share-section img {
  cursor: pointer;
  margin-left: 20px;
}
.display-block{
    display: block;
}
/* overwrite */
.checkmark{
    height: 13px;
    width: 13px;
    top: 0;
    position: relative;
    display: inline-block
}
.container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
}
.sell-vehicle-content{
    margin-top: 50px;
}
.top-10-vehicles-section{
    padding-bottom: 0;
}
.report-ad{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.report-ad img{
    margin-right: 10px;
}
/* report ads */
.report-ad-modal{
    background: #FFFFFF;
    box-shadow: 0px -5px 10px #00000026;
    border-radius: 20px;
    top: 15%;
    width: 400px;
    margin: 0 auto;
    position: relative;
}
.report-ad-modal-space{
    padding: 25px 34px 34px 34px;
    display: flex;
    flex-direction: column;
}
.report-title{
    margin-bottom: 20px;
}
.report-text{
    width: 100%;
    height: 65px;
    resize: none;
    border-color: #e1e1e1;
    border-radius: 7px;
    outline: none;
    font-family: "Roboto";
    font-weight: 400;
    padding: 10px;
}
.checkbox {
    padding: 5px 0;
    min-height: auto;
    position: relative;
    display: inline-table;
}
.radio-container{
    margin-bottom: 10px;
}
[type=radio]:checked+label, [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #4a4a4a;
    margin-right: 15px;
    font-size: 13px;
}
[type=radio]:checked+label:before, [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #999ea6;
    border-radius: 100%;
    background: #fff;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type=radio]:checked+label:after, [type=radio]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all .2s ease;
}
[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
[type=radio]:checked+label:after, [type=radio]:not(:checked)+label:after {
    background: #0091d0;
}

.spec-content-header {
    color: #003F89;
    background: #F6F6F6;
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
}

.emi-container{
    padding: 15px;
    margin-top: 20px;
}
.box-1.used{
    border-radius: 12px;
}

.owner-detail{
    position:absolute;
    height:66px;
    width:266px;
    background: url('../img/vdp-seller-name-bg.webp') no-repeat;
    background-position: 0px -12px;
    align-items: flex-start;
    bottom:0;
    right:-20px;
    justify-content:center;
}
.owner-detail > div{
    margin-left:60px;
    margin-top:15px;
    text-align: left;
}
.owner-detail .owner-name{
    max-width:140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.badge {
    position: relative;
    width:45px;
    padding-left: 3px;
    color:#ffffff;
    margin-bottom: 5px;
    margin-right: 10px;
    height:16px;
}
.badge:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform: rotate(180deg);
}
.badge.dealer {
    background-color: #ed7700;
}
.badge.dealer:after {
    border-color: #ed7700 transparent;
}
.badge.owner {
    background-color: #40a700;
}
.badge.owner:after {
    border-color: #40a700 transparent;
}
.certified-dealer-check{
    height: 16px;
    width: 16px;
    background: #833c00;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certified-dealer-check img{
    background: transparent;
    object-fit: none;
}
.m-t-2{
    margin-top: 2px;
}
.w-100{
    width: 100%;
}

.expiry-alert-span{
    color: #DD2929;
    margin:auto;
}
.expiry-alert-link{
    color: #0A80FB;
    margin-left:20px;
    text-decoration: underline;
}

.zindex-0{
    z-index: 0;
}
.expiry-alert-text{
    height: 54px;
    margin: 0;
    padding: 0 20px;
    color: #003E88;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    font-weight: 500;
}
.opac-3{
    opacity: 0.3;
}