.swiper_SalesVehicleMix {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 50px;
}

.swiper_SalesVehicleMix .listFleet {
    display: flex;
    flex-direction: column;
    background: #F1F5ED;
    border-radius: 12px;
}

.swiper_SalesVehicleMix .listFleet .title {
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
}

.swiper_SalesVehicleMix .listFleet .title .heading {
    text-align: center;
    color: white;
    background: #00B14F;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 0px;
}

.swiper_SalesVehicleMix .listFleet .viewImage img {
    display: block;
    width: 100%;
}

.swiper_SalesVehicleMix .listFleet .innerContent {
    padding: 10px 10px 25px;
}

.swiper_SalesVehicleMix .listFleet .innerContent .capacity {
    grid-row: auto;
    grid-column: span 14;
    display: flex;
    padding: 20px 0px 10px;
    justify-content: space-between;
    flex-direction: column;
}

.swiper_SalesVehicleMix .listFleet .innerContent .type {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 5px;
    text-align: left;
    display: flex;
    position: relative;
    justify-content: center;
    color: #242A2E;
}

.swiper_SalesVehicleMix .listFleet .innerContent .type span {
    margin-right: 7px;
}

.swiper_SalesVehicleMix .listFleet .innerContent .type:nth-child(1) span {
    background: url('https://www.taxitojb.com/wp-content/uploads/Green-Comfort-Icon.png');
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.swiper_SalesVehicleMix .listFleet .innerContent .type:nth-child(2) span {
    background: url('https://www.taxitojb.com/wp-content/uploads/Green-Passenger-Icon.png');
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.swiper_SalesVehicleMix .listFleet .innerContent .type:nth-child(3) span {
    background: url('https://www.taxitojb.com/wp-content/uploads/Green-Luggage-Icon.png');
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.swiper_SalesVehicleMix .listFleet .innerContent .type:nth-child(4) span {
    background: url('https://www.taxitojb.com/wp-content/uploads/Green-Hand-Carry-Icon.png');
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.swiper_SalesVehicleMix .listFleet .fleetDetail {
    text-align: center;
    position: relative;
}

.swiper_SalesVehicleMix .listFleet .fleetDetail a {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: linear-gradient(0deg, rgba(0, 177, 79, 1), rgba(136, 216, 65, 1));
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 7px 25px;
    width: 60%;
    border-radius: 30px;
    display: inline-block;
    box-sizing: border-box;
}

.swiperSalesInnovaVehicleThumbnail .swiper-slide,
.swiperSalesAlphardVehicleThumbnail .swiper-slide,
.swiperSalesStarexVehicleThumbnail .swiper-slide {
    display: block;
    width: auto;
}

.swiperSalesInnovaVehicleThumbnail .swiper-slide img,
.swiperSalesAlphardVehicleThumbnail .swiper-slide img,
.swiperSalesStarexVehicleThumbnail .swiper-slide img {
    display: block;
    height: 80px;
}

@media(min-width:767px) and (max-width:1200px) {
    .swiperSalesInnovaVehicleThumbnail .swiper-slide img,
    .swiperSalesAlphardVehicleThumbnail .swiper-slide img,
    .swiperSalesStarexVehicleThumbnail .swiper-slide img {
        height: 210px;
    }
}

@media(max-width:500px) {
    .swiper_SalesVehicleMix {
        overflow: visible;
        padding: 3vw 0px 7vw;
        width: 100%;
    }

    .swiper_SalesVehicleMix .listFleet {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 10px;
    }

    .swiper_SalesVehicleMix .listFleet .title {
        border-radius: 10px 10px 0px 0px;
    }

    .swiper_SalesVehicleMix .listFleet .title .heading {
        font-size: 5.43vw;
        padding: 4vw 0px;
    }

    .swiper_SalesVehicleMix .listFleet .viewImage img {
        display: block;
        width: 100%;
    }

    .swiper_SalesVehicleMix .listFleet .innerContent {
        padding: 2.8vw 2.8vw 5vw;
    }

    .swiper_SalesVehicleMix .listFleet .innerContent .capacity {
        padding: 6vw 0px 2vw;
    }

    .swiper_SalesVehicleMix .listFleet .innerContent .type {
        font-size: 4vw;
        line-height: 6vw;
        padding-bottom: 2vw;
    }

    .swiper_SalesVehicleMix .listFleet .innerContent .type span {
        margin-right: 7px;
    }

    .swiper_SalesVehicleMix .listFleet .innerContent .type:nth-child(1) span {
        width: 6.8vw;
        height: 6.8vw;
        margin-right: 3px;
        margin-top: -2px;
    }

    .swiper_SalesVehicleMix .listFleet .innerContent .type:nth-child(2) span {
        width: 7.223vw;
        height: 7.223vw;
        margin-right: 3px;
        margin-top: -3px;
    }

    .swiper_SalesVehicleMix .listFleet .innerContent .type:nth-child(3) span {
        width: 7.223vw;
        height: 7.223vw;
        margin-right: 2px;
        margin-top: -2px;
    }

    .swiper_SalesVehicleMix .listFleet .innerContent .type:nth-child(4) span {
        width: 7.223vw;
        height: 7.223vw;
        margin-right: 5px;
        margin-top: -4px;
    }

    .swiper_SalesVehicleMix .listFleet .fleetDetail a {
        font-size: 4.5vw;
        padding: 2vw 6vw;
    }
    
    .swiperSalesInnovaVehicleThumbnail .swiper-slide img,
    .swiperSalesAlphardVehicleThumbnail .swiper-slide img,
    .swiperSalesStarexVehicleThumbnail .swiper-slide img {
        display: block;
        height: 19vw;
    }
    
    .swiper_SalesVehicleMix .swiper-slide.outer {
        width: 85%;
    }

    .swiper_SalesVehicleMix .outer .listFleet {
        background: #F1F5ED;
    }
}