.vdp-container{min-height: 450px;}
.h-menu{padding: 0; border-top: 1px solid #003F89;}
.h-menu-content .menu-text{
    height: 50px;
    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;
}
.fixedRsec{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top:120px;
    margin-bottom: 50px;
}
.tab-section{margin-bottom: 50px;}
.compare-section {
    padding: 10px 0 50px;
    border-bottom: 1px solid #F0F0F0;
    margin: 60px 0;
    position: relative;
}
.width-200{width: 200px;}
.compare-close {
    text-align: right;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.compare-close img {
    cursor: pointer;
}
.compare-dd{
    position: relative;
    margin-top: 10px;
}
.compare-dd input{
    box-shadow: 0px 3px 5px #0000001a;
    border: 1px solid #E3E3E3;
    color: #333333;
    font-size: 12px;
    padding: 7px;
    width: 140px;
    outline: none;
    border-radius: 5px;
}
.compare-dd input:focus{
    background: #F4FCFF;
    border: 1px solid #0091D0;
    color: #0091D0;
}
.compare-dd input::placeholder{
    color: #B4B4B4;
}
.compare-dd-content{
    box-shadow: 0px 3px 5px #0000001a;
    border: 1px solid #E3E3E3;
    position: absolute;
    z-index: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 99%;
    font-size: 12px;
    overflow-y: scroll;
    max-height: 132px;
}
.compare-dd-content::-webkit-scrollbar {
  width: 3px;
}
.compare-dd-content::-webkit-scrollbar-track {
  background: #fff;
}
.compare-dd-content::-webkit-scrollbar-thumb {
  background: #888;
}
.compare-dd-content::-webkit-scrollbar-thumb:hover {
  background: #ACACAC;
}
.compare-dd-content span{
    padding: 5px 8px;
    cursor: pointer;
}
.compare-dd-content span:hover{
    color: #003F89;
    font-weight: bold;
    background: #EDEEF3;
}
.compare-dd-content span:first-child{
    padding-top: 10px;
}
.compare-dd-content span:last-child{
    padding-bottom: 10px;
}

.compar{
    position: absolute;
    right: 10px;
    top: 12px;
    border-top: 5px solid #707070;
}
.compare-btn-container{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -23px;
}
.big-compare{
    background: #0091D0;
    border: none;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 12px 75px;
    font-size: 18px;
    border-radius: 7px;
    width: 295px;
    cursor: pointer;
}
.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: 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 12px 12px 0px 0px;
    align-items: center;
}
.box-header-btn{
    color: #0091D0;
    background: #FFFFFF;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 12px 10px;
    border-radius: 6px;
    text-decoration: none;
}
.box-1-content{
    border-radius: 0px 0px 12px 12px;
    padding: 15px;
}
.box-sep-border{
    border-top: 1px dashed #D5D5D5;
    margin-top: 25px;
}
.box-content-title {
    color: #57585A;
    font-size: 16px;
    padding-left: 15px;
    border-left: 5px solid #0091D0;
    margin: 25px 5px 33px 0px;
    position: relative;
    left: -15px;
    width: 100%;
}
.box-content-title img{
    position: absolute;
    top: -6px;
    right: 0;
}
.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;
}
.drop-down{
    display: flex;
    justify-content: space-between;
    background: #F4FCFF;
    font-size: 14px;
    padding: 14px;
    margin-top: 5px;
    border: 1px solid #0091D0;
    border-radius: 7px;
    align-items: center;
    cursor: pointer;
}

.display-block{
    display: block;
}
.relative{
    position: relative;
}
.edit-icon{
    height: 18px;
    width: 18px;
    margin-left: 20px;
    cursor: pointer;
}
/* overwrite */
.checkmark{
    height: 9px;
    width: 9px;
    top: 0;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
}
.sell-vehicle-content{
    margin-top: 50px;
}
.top-10-vehicles-section{
    padding-bottom: 0;
}
.on-scroll-hide{
    display: none
  }


.tab-dropdown {
    box-shadow: 0px 0px 20px #00000029;
    border: 1px solid #E6E6E6;
    width: 215px;
    height: 215px;
    position: absolute;
    top: 160px;
    border-radius: 5px;
    background: #ffffff;
    display: none;
    z-index: 1;
}
.tab-dropdown:before {
    content: '';
    border-bottom: 5px solid #fff;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 47%;
    top: -4px;
    box-shadow: 0px 0px 20px #00000029;
}
.dd-tab {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
}
.dd-tab span {
    padding: 12px 18px;
    font-size: 12px;
    color: #003E88;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.dd-tab-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.dd-tab-list {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 115px;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
}
.dd-tab-list > span:nth-of-type(odd) {
    background: #F4F4F4;
}
.dd-tab-list span {
    padding: 5px 10px;
    font-size: 12px;
    color: #707070;
    cursor: pointer;
}
.dd-tab-input {
    box-shadow: 0px 5px 10px #00000029;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    height: 24px;
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
    outline: none;
}
.compare-close {
    text-align: right;
    height: 10px;
}
.dd-tab-container {
    display: none;
}
.show{
   display: block; 
}
.dd-tab span.active {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFFAFF 100%) 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #0091D0;
}
.compare-close-main {
    position: absolute;
    right: 0;
    top: -18px;
}
.compare-close-main img {
    height: 20px;
    width: 10px;
    cursor: pointer;
}