.h-auto-search {
    top: 170px !important;
    left: auto;
}
.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{
    max-width: 775px;
    width: 68%;
}
.right-container{
    width: 350px;
    margin-top: 50px;
    position: fixed;
    right: calc(828px + 50vw - 1366px)!important;
}
.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: #005C84;
    padding: 15px 15px 25px 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
    align-items: center;
}
.blue-box-header-2{
    background: #0074A5;
    padding: 15px;
    border-radius: 12px 12px 0 0;
    position: relative;
    top: -10px;
}
.blue-box-header-3{
    background: #0091D0;
    padding: 25px 15px;
    border-radius: 12px 12px 0 0;
    position: relative;
    top: -20px;
    display: flex;
    justify-content: space-between;
}
.inc-value{
    display: flex;
    justify-content: space-between;
    margin: 15px 0 37px 0px;
}
.bid-border{
    border: 0.5px solid #DDEAF0;
    border-radius: 6px;
}
.bid-min-value{display: none;}
.selectplan{position: inherit !important;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bid-minus{
    height: 39px;
    width: 39px;
    background: #cddfe8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px 0px 0px 6px;    
    color: #0091D0;
    font-size: 30px;
    cursor: pointer;
}
.bid-plus{
    height: 39px;
    width: 39px;
    background: #cddfe8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
    color: #0091D0;
    font-size: 20px;
    cursor: pointer;
}
.bid-value{
    height: 37px;
    width: 80px;
    background: #005C84;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    border: none;
    text-align: center;
}
.submit-quote{
    width: 140px;
    height: 40px;
    box-shadow: 0px 15px 30px #0038508c;
    border-radius: 6px;
    color: #0091D0;
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: bold;
}
.inc-value span{
    padding: 11px;
    background: #bfdbe6;
    border-radius: 6px;
    width: 75px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #0091D0;
    box-shadow: 0px 15px 30px #003850b3;
    border: 1px solid #bfdbe6;
    cursor: pointer;
}
.inc-value span.activeinc{
    border-color: #DDEAF0;
    background: #0091D0;
    color: #ffffff;
    position: relative;
}
.inc-value span.activeinc:before{
    content: "";
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 12px;
    width: 12px;
    border-radius: 0px 3px 0px 3px;
}
.inc-value span.activeinc:after{
    content: "";
    color: #0091D0;
    position: absolute;
    top: 1px;
    right: 4px;
    border-bottom: 1px solid #0091D0;
    border-right: 1px solid #0091D0;
    transform: rotate(45deg);
    display: inline-block;
    height: 6px;
    width: 2px;
}

.mar-right-10{margin-right: 10px;}
.header-small-box{
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-items: center;
    background: #4c8da9;
    height: 50px;
    width: 50px;
    justify-content: center;
    border-radius: 7px;
}
.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: 0 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.png') 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;
}
.highest-bid-section{
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 295px;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #0091D0;
    position: relative;
}
.highest-bid-section-1{
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 205px;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 12px 12px 0 0;
    position: relative;
}
.highest-bid{
    border: 1px solid #0091D0;
    padding: 11px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
    background: #ffffff;
    width: 270px;
    text-align: center;
}
.highest-bid-content{
    font-size: 14px;
    width: 77%;
    text-align: center;
    margin-top: 10px;
    color: #707070;
}
.close-bid{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    cursor: pointer;
}
.notHighestBid{
    display: none;
}
.highestBid{
    display: none;
}
.bid-error-msg{
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: -12px;
    margin-bottom: 10px;
    color: #c3272b;
    border: 1px solid;
    padding: 15px;
    border-radius: 7px;
    background-color: #fff3f2;
    display: none;
}
.bid-error-close{
    position: absolute;
    top: -9px;
    right: 5px;
    cursor: pointer;
}
.bid-thank-you-img{
    width: 140px;
    position: relative;
    top: 14px;
}


.subscribe-between-section{
    background-color: #024089;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 15px 0px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    flex-direction: column;
 }
.color-orange{color:#ff9e00}
.bg-icon-platinum {
    background-color: #ff9f00;
    background-image: linear-gradient(to bottom right,#ff6900,#ff9f00);
    border: 1px solid #ff6900;
    display: inline-block;
    height: 24px;
}
.bg-icon-silver {
    background-color: #ae6bff;
    background-image: linear-gradient(to bottom right,#ae6bff,#ae6bff);
    border: 1px solid #ae6bff;
    display: inline-block;
    height: 24px;
}
.bg-icon-gold {
    background-color: #fdd000;
    background-image: linear-gradient(to bottom right,#e6a000,#fdd000);
    border: 1px solid #fdd000;
    display: inline-block;
    height: 24px;
}
.bg-icon-payasyougo {
    background-color: #3f8ff3;
    background-image: linear-gradient(to bottom right,#3f8ff3,#5cc4fb);
    border: 1px solid #3f8ff3;
    display: inline-block;
    height: 24px;
}
.bid-buy-btn{
    padding: 10px;
    border: none;
    border-radius: 50px;
    font-size: 12px!important;
    color: #fff;
    font-weight: 700;
    margin-top: 12px;
    cursor: pointer;
}
.sub-package-icon {
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}
label.type-value{
    padding: 0;
    color: #fff;
    display: inline;
    font-size: 14px;
    margin-right: 6px;
    font-weight: bold;
}
.sub-package-icon span:first-child {
    border-radius: 50px;
    padding: 4px;
    background-color: #fff;
    margin-right: 4px;
    margin-left: 1px;
    height: 20px;
    width: 20px;
}
.sub-package-icon span:first-child img {
    width: 100%;
    height: 100%;
}
.w-100{width:100%}
.pad-btm-15{padding-bottom: 15px;}
.renewnowbtn {
    background-color: #ff9f00;
    background-image: linear-gradient(to bottom right,#ff6900,#ff9f00);
    border: 1px solid #ff6900;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 35px;
    width: 129px;
    border-radius: 20px;
    margin-left: 10px;
    outline: none;
}
.bid-mod-header{
    background: #003169;
    padding: 18px 26px;
    border-top-left-radius: 15px;
}
.opacity{
    opacity: 0.5;
}
.plan-heading{
    padding: 20px 26px;
    font-size: 16px;
}
.plan-value{
    padding-left: 23px;
    width: 40%;
    display: flex;
    padding-bottom: 15px;
    align-items: center;
}
.plan-details{
    display: flex;
    flex-direction: column;
    margin: 0px 23px 40px;
    border-radius: 10px;
    font-size: 14px;
    background: #0d3562;
}
.pad-15{padding:15px;}
.bdr-btm{border-bottom: 1px solid #193f6a;}
.validity{
    bottom: -8px;
    background: #e6716c;
    font-size: 10px;
    color: #fff;
    border-radius: 12px;
    position: absolute;
    padding: 2px 6px;
    right: 8px;
}
.dayscount{
    background: #0d4e84;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 5px;
}
.fee{
    font-size: 12px;
    color: #ffffff;
    margin-top: 15px;
}
.kyc-sticky{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
 }
 .kyc-sticky .kyc-sec{
    background: #3BABFA;
    padding: 10px 30px;
    border-radius: 18px 18px 0px 0px;
    color: #fff;
    font-size: 14px;
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    text-align: left;
 }
 .kyc-sec button{
    background: #fff;
    color: #3BABFA;
    border-radius: 20px;
    line-height: normal;
    font-size: 14px;
    padding: 6px 20px;
    border: none;
    outline: none;
    font-weight: 700;
 }
