.d-none {
    display: none;
}
.availModelSliderMain > * {
    padding: 20px 15px 10px 15px;
}

.cardNexa {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
}

.imagesCard {
    text-align: center;
    border-bottom: #ccc solid 1px;
    max-height: 226px;
}

.headingsCar {
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-bottom: 17px;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cardsBlocked {
    margin-top: 15px;
    height: 100px;
}

.priceSecond {
    width: 100%;
}

.mainblock {
    padding-top: 3%;
    padding-bottom: 5%;
}

.priceMonth {
    color: #999999;
    display: inline;
}

.priceCar {
    color: #999999;
    font-size: 13px;
}

.smartcarHybrid {
    font-size: 0.75rem;
    color: #2c3791;
    font-weight: bold;
    display: inline-block;
    margin: -19px;
    width: 100%;
    float: left;
    padding-left: 18px;
    margin-bottom: 6px;
}

.features {
    color: #000;
    font-size: 0.9375rem;
    font-weight: bold;
    width: auto;
}

.mainfeatures {
    display: flex;
}

.carSpecifications {
    width: 100%;
    display: inline-flex;
}

.carType {
    width: 30%;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    word-break: break-all;
}

    .carType img {
        margin-right: 5px;
    }

.automationSection {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    width: 50%;
    word-break: break-all;
}

    .automationSection img {
        margin-right: 2px;
    }

.ratingcarSection {
    margin-left: auto;
    font-size: 0.8125rem;
}

    .ratingcarSection img {
        margin-bottom: 4px;
    }

.card-img-top {
    width: 100%;
    height: auto;
}

/* media query */
@media (max-width: 576.98px) {
    .availModelSliderMain {
        margin-top: 5%;
    }

    .mainblock {
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .cardsBlocked {
        width: 100%;
        margin-top: 0px;
    }

    .headingsCar {
        font-size: 14px;
        margin-top: 12px;
    }

    .imagesCard {
        text-align: center;
        border-bottom: #ccc solid 1px;
    }

    .carSpecifications {
        width: 100%;
        display: inline-flex;
    }

    .carType,
    .automationSection {
        font-size: 12px;
        font-weight: 600;
    }

    .carType {
        width: 30%;
    }

    .priceCar {
        font-size: 12px;
    }

    .priceSecond {
        font-size: 0.94rem;
    }
}

@media only screen and (device-width: 768px) {
    .cardsBlocked {
        width: 100%;
        margin-top: 0px;
    }

    .headingsCar {
        font-size: 14px;
        margin-top: 12px;
    }

    .mainblocked {
        padding: 20px 15px 10px 15px;
    }

    .imagesCard {
        text-align: center;
        border-bottom: #ccc solid 1px;
        max-height: 228px;
    }

    .carSpecifications {
        width: 100%;
        display: inline-flex;
    }

    .carType,
    .automationSection {
        font-size: 13px;
    }

    .carType {
        width: 38%;
    }

    .priceCar {
        color: #999999;
        font-size: 13px;
    }

    .priceSecond {
        font-size: 1.125rem;
    }
}

@media only screen and (device-width: 1024px) {
    .carType {
        width: 49%;
    }

    .card-img-top {
        width: 100%;
        height: auto;
    }

    .automationSection {
        width: 47%;
    }

    .priceCar {
        color: #999999;
        font-size: 15px;
    }

    .carType,
    .automationSection {
        font-size: 11px;
    }

    .headingsCar {
        font-size: 16px;
    }

    .priceSecond {
        font-size: 17px;
    }
}

@media only screen and (device-width: 640px) {
    .card-img-top {
        width: auto;
    }
}

@media only screen and (device-width: 1366px) {
    .automationSection {
        width: 50%;
    }

    .carType {
        width: 35%;
    }
}

@media only screen and (device-width: 731px) {
    .card-img-top {
        width: auto;
    }
}

@media only screen and (device-width: 736px) {
    .card-img-top {
        width: auto;
    }
}
