header{z-index: 2;}
.compare-details-space{
    margin: 50px 0;
}
.breadcrumb-section{
    width: 1180px;
}
.compare-page-container{
    width: 1180px;
    margin: 0 auto;
    padding-top: 15px;
}
.compare-section {
    padding: 10px 0 0;
    margin: 30px 0 0;
    position: relative;
}
.compare-close-main {
    position: absolute;
    right: 0;
    top: -18px;
}
.compare-close-main img{
    height: 20px;
    width: 10px;
    cursor: pointer;
}
.compare-details-container {
    padding: 11px;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
}
.compare-details {
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-size: 15px;
}
.compare-values {
    display: none;
    border-bottom: 1px solid #F0F0F0;
    font-size: 15px;
    position: relative;
    color: #57585A;
    display: flex;
    flex-direction: column;
}
.arrow-com{
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #7b9dc4;
    border-left: 2px solid #7b9dc4;
    transform: rotate(225deg);
    transition: transform .4s ease-in-out;
}
.compare-details .arrow-com.open {
    transform: rotate(45deg);
}
.select-tab{
    background: #F7FBFF;
}
.full-border{
    box-shadow: 0 0px 5px #48588520;
    margin-bottom: 10px;
}
.static-values{
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px;
}
.dynamic-values{
    display: flex;
    justify-content: space-between;
}
.dynamic-values div{
    padding: 10px 0;
    width: 25%;
    text-align: center;
}
.dynamic-values div span{
    border-right: 1px solid #D8D8D8;
    display: block;
    padding: 5px;
    font-size: 14px;
}
.dynamic-values div:last-child span{
    border: none;
}
.compare-values:nth-child(even){
    background: #F7FBFF;
}
.width-25{
    width: 25%;
}
.width-25 div{
    text-align: center;
    padding: 37px 0px 15px 0px;
}
.width-25 span{
    width: 100%;
    display: block;
    border-right: 1px solid #D8D8D8;
    position: relative;
}
.width-25:last-child span{
    border: none;
}
.width-25 > div:nth-of-type(even) {background: #F4F4F4}

.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: 1px;
    background: #F3F4FA;
    display: block;
    height: 235px;
    position: relative;
    left: 14px;
}
.compare-vs {
    border-radius: 20px;
    border: 1px solid #F3F4FA;
    position: relative;
    background: #fff;
    padding: 6px;
    display: block;
}
.card-compare .img {
    width: 120px;
    height: 68px;
    margin-top: 10px;
}
.compare-left, .compare-right {
    padding: 15px 5px 20px 5px;
    align-items: center;
    width: 175px;
}
.compare-icon-set{
    display: flex;
    margin-top: 18px;
}
.compare-icon-set div{
    margin: 0 10px;
}
.compare-carosuel{
    padding: 20px 0px 50px 15px;
}

.box-1{
    box-shadow: 0px 3px 20px #E7E7E7;
    border-radius: 0px 0px 12px 12px;
    background: #ffffff;
}
.blue-box-header{
    background: #0091D0;
    padding: 15px 12px;
    display: flex;
    justify-content: space-between;
    border-radius: 12px 12px 0px 0px;
    align-items: center;
}
.box-header-btn{
    color: #0091D0;
    background: #FFFFFF;
    font-size: 11px;
    font-family: "RobotoBold";
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
}
.box-1-content{
    border-radius: 0px 0px 12px 12px;
    padding: 15px;
}
.box-sep-border{
    border-top: 2px 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;
}

.compare-close img{
    cursor: pointer;
    position: absolute;
}
/* Tab Dropdown */
.select-vehicle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.width-200{width: 200px;position: relative;}
.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 span.active{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFFAFF 100%) 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #0091D0;
}
.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-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;
}
.dd-tab-input::placeholder{color: #CDCDCD;}
.dd-tab-list span{
    padding: 5px 10px;
    font-size: 12px;
    color: #707070;
    cursor: pointer;
}
.dd-tab-list span:hover{
    color: #003F89;
    font-weight: bold;
}
.dd-tab-list > span:nth-of-type(odd) {background: #F4F4F4}
.dd-tab-list::-webkit-scrollbar {width: 3px;}
.dd-tab-list::-webkit-scrollbar-track {background: #fff;}
.dd-tab-list::-webkit-scrollbar-thumb {background: #888;}
.dd-tab-list::-webkit-scrollbar-thumb:hover {background: #ACACAC;}
.dd-tab-container{display: none;}
.show{display: block;}
.hide-vehcile{display: none;}

.show-diff-section{
    background: #f7f7f7;
    padding: 12px;
    margin-top: 20px;
}

.compare-btn{
    text-align: center;
    margin: 25px 0;
}
.compare-btn button{
    border: none;
    font-size: 16px;
    padding: 15px;
    width: 270px;
    border-radius: 7px;
    color: #fff;
    background: #0E93CC;
    outline: none;
    cursor: pointer;
    font-weight: 700;
}
/* Custom Radio */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radiobtn {
    position: absolute;
    top: -2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #0E93CC;
}
.checkcontainer:hover input ~ .radiobtn {
    background-color: #f7f7f7;
}
.checkcontainer input:checked ~ .radiobtn {
    background-color: #ffffff;
}
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
.checkcontainer .radiobtn:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0E93CC;
}
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}
.mtgn-right-30{margin-right: 30px;}
.edit-icon{margin-left: 20px;cursor: pointer;}
.hide-on-load{display: none;}
.img-pad{margin-bottom: 8px;}
.no-data{text-align: center;}

.fixed-container{
    position: fixed;
    background: #fff;
    padding-top: 15px;
    top: 122px;
    z-index: 1;
    width: 100%;
    left: 0;
}
.fixed-section{
    width: 1180px;
    margin: 0 auto;
}
.disable-compare{
    opacity: 0.5;
    pointer-events: none;
}