.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;}
.vdp-tab-section{
    margin: 20px 0 30px ;
}
.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;
}
.details-tile {
    box-shadow: 0px 5px 15px rgb(72 88 133 / 12%);
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px;
}
.divider-line {
    background: #EDEDED;
    height: 1px;
    margin: 15px 0;
}
.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: 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;
}
/* 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
  }