.single-blog{
    padding: 4px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 15px; 
    box-shadow: 0 0 10px #d1d1d1;
    display: block;
}
.single-blog .single-blog-txt{
    padding: 11px;
    font-size: 15px !important;
    height: 70px;
    overflow: hidden;
}
.car-inf svg
{
    width:20px;
    max-height: 20px;
    height:auto;
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    color: red;
    margin-bottom:10px
}
.car-inf i{
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom:10px
}
.car-inf{
    margin-bottom:15px;
}
.car-inf h5,
.car-inf p{
    text-align: center;
}
.car-inf h5{
    font-size: 16px;;
}

.share i{
    font-size: 21px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin: 0;
    background-color: #bb0d24;
    border-radius: 50%;
    color: #FFF;
    box-shadow: 0 4px 10px #8a8787;
}

.car_list{
    padding: 5px;
}
.car_list ul{
    padding: 5px;
}
.car_list ul li{
    margin: 5px auto;
    display: block;
    padding: 5px;
}

.cat-box{
    padding: 10px;
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 0 10px #aeaeae;
    height:250px;
    margin: 10px auto;
}
.mt-70{
    margin-top: 70px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
}select::expand {
    display: none;
}
.item.last-item{
    box-shadow: 0 0 10px #eee;
    padding: 10px;
    border-radius: 20px;
}
.visit-country .item .right-content ul li i{
    color: #bb0d24;
}
.whatsapp{
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-size: 20px;
    background-color: #FFF;
    color: #075e54;
    border-radius: 50%;
    box-shadow: 0 0 10px #777;
}
.footer-social .social{
    color: #bb0d24;
    background: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    margin: 10px auto 20px auto;
    border-radius: 50%;
}



@media(max-width:767px){
    .banner-inner-wrapper .search-form{
    
        bottom: 31%;
    }
    .cat-box{
        height: 114px;
    }
    .product-info.mt-5, .product-info .mt-5{
        margin-top: 0 !important;
    }
    .share {
        margin-bottom: 20px;
    }
    .more-about{
        margin-top: 10px;
    padding-bottom: 10px;
    }.visit-country {
        margin-top: 40px;
    }.section-heading{
        margin-bottom: 25px;
    }
    .search-form #search-form{
        padding: 40px 10px;
    }
    .search-form #search-form h4{
        margin-top:0
    }
    #section-1{
        min-height: auto;
    }
    body{
        background-color: #FFF !important;
    }
}