.video_youtube{
    height:292px;
}
.home_page_search{
    background: #DB0F38;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 10px;
}
.car-image .img-fluid{
    height:200px;
    background-image: url(/assets/picture/logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
}
@media (min-width: 992px) {
    .slick-item .slick-hero-slider-caption p{
        font-family: arial; 
        font-size: 21px; 
        font-weight: 300;
    }
}
@media (max-width: 900px){
    .recent-vehicle .isotope.column-4 .grid-item 
    { width: 50%; padding: 5px; }
    .car-image .img-fluid{
        height: auto;
        background-image: url(/assets/picture/logo.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 150px 150px;
    }
}
@media (max-width: 768px){
    .play-video-2-section .custom-block-2 h4{
        margin-top:15px; 
        margin-bottom: 5px;
    }
    .recent-vehicle .isotope.column-4 .grid-item { 
        width: 100%; padding: 10px; 
    }
}
@media (max-width: 400px){
    .video_youtube{
        height:350px;
    }
}
.holder-item_1 .btn_search{
    color: #DB0F38;
}
select option { 
    color: gray;
    font-size: 18px;
    font-family: arial;
    width: auto;
}
select option:first-child{
  color: #DB0F38;
}