.list-category .features-item {
    padding: 20px;
    border: solid 1px #dfdfdf;
    box-shadow: unset;
}

.list-category .latest-car-menu-active {
    margin-bottom: 25px;
}

.list-category .cktype {
    position: absolute;
    z-index: 1;
}

.img100 {
    width: 100%;
}

.mimg100 {
    max-width: 100%;
}

.sticky-menu .header-action>ul>li>a>.fa-search {
    color: #525252;
}

.fwhite {
    color: #fff;
}

.dpre-faq {
    height: 450px;
    overflow: scroll;
    padding: 10px 20px;
    background: #1b212c;
    border-radius: 8px;
}

.fred {
    color: #FF000C;
}

.dpre-faq p {
    color: #e3e3e3;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #FF000C;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.inv-details-meta-right a i {
    line-height: 40px;
}

.dt-right {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .transparent-header .menu-area .mobile-nav-toggler {
        color: #3c3c45;
    }
    .latest-car-menu-active button {
        padding: 15px 20px;
    }
    .mb-center {
        text-align: center;
    }
}