.img-logo {
    height: 2rem;
    width: 2rem;
}

.ftco-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: 45vh;
    z-index: 0;
}

@media (min-width: 768px) {
    .ftco-banner .overlay {
        position: absolute;
        top: -120px;
        left: -100px;
        right: 0;
        bottom: -120px;
        width: 40%;
        content: '';
        opacity: 1;
        background: #000;
        -ms-transform: rotate(20deg);
        /* IE 9 */
        -webkit-transform: rotate(20deg);
        /* Safari 3-8 */
        transform: rotate(20deg);
    }
}

.ftco-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000000;
    z-index: -2;
    opacity: .3;
}

.ftco-head h2 {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
}

.car-wrap {
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.car-wrap .img {
    width: 100%;
    height: 220px;
}

.car-wrap .text {
    border-top: none;
    padding: 20px 30px 30px;
}

.car-wrap .text .price {
    color: #1089ff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.2rem;
}

.car-wrap .text .price span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.car-wrap .text h2 {
    font-size: 20px;
    font-weight: 500;
}

.car-wrap .text h2 a {
    color: #000000;
}

.car-wrap .text span.cat {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 0;
}

.car-wrap .text p.d-block {
    width: 100%;
}

.car-wrap .text p.d-block a {
    width: 50%;
}

.ftco-car-details .services .media-body .icon span {
    color: #1089ff;
}

.ftco-car-details .services .media-body .text h3 {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.4);
}

.ftco-car-details .services .media-body .text h3 span {
    display: block;
    color: #000000;
}

.car-details .img {
    width: 100%;
    height: 600px;
    margin-bottom: 40px;
}

.car-details span.subheading {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.4);
    display: block;
}