/*FIX RENTIT TEMPLATE*/
a:not(.btn-theme).renthub_pricelist_x{
    color: #565656;

}

/* PRICELIST*/
.renthub_price_specification{
    border:2px solid #d3d3d3;
    background-color: #fdfdfd;
    padding:5px;
    text-align:center;
    margin-top:10px;
    margin-bottom:5px;
}

.renthub_pricelist_x{
    font-size:14px;
    padding:8px;
    background-color:#fdfdfd;
    text-align:right;
    display:block;
}
a.renthub_pricelist_x{
    color: #565656;
    text-decoration: inherit;
    margin-bottom: 5px;
}
.renthub_pricelist_x:hover{
    cursor:pointer;
    zoom: 1.1;
}

.renthub_pricelist_x .renthub_select_btn {
    display:block;
    margin-top:5px;
    font-weight:bold;
}

.pricelist_extra_km_price {
    margin-top:5px;
    width:100%;
    text-align:center;
    font-size:9px;
}

.pricelist_realprice {
    color:#00b200;
    zoom:1.5;
    display:inline-block;
    margin-right:5px;
}
.pricelist_starting_price {
    display:inline-block;
    zoom:0.9;
    text-decoration: line-through;

}

.pricelist_price {
    color:#00b200;
    zoom:1.5;
    display:inline-block;
    margin-right:5px;
}
.rh-total-price-small {
    color: #575757;
    font-size: 10px;
}
.rh-detailed-price {
    font-size: 12px;
}
/*PRICELIST END*/

.renthub_services_included .fa-check{
    color: #00b200;
}
.renthub_vehicle_details_inner h4{
    margin-bottom:5px;
    margin-top:10px;
}
.padding-right-15{
    padding-right:15px;
}

.renthub_services_included{
    padding-right: 10px;
    white-space:nowrap;
}

.renthub_vehicle_not_available{
    border:1px solid red;
    padding:8px 5px;
    width:100%;
    color:red;
    margin-bottom:10px;
    display:block;
    zoom: 0.9;
}

.renthub-img-responsive{
    width:100%;
    max-height:100%;
}
.renthub_vehicle_details_container{
    padding: 15px !important;
    width:100%;
}
.renthub_search_results_container {
    max-width:100%;
    vertical-align: middle;
    padding: 100px 5%;
    color: #565656;
}
.renthub_vehicle_container{
    min-height:250px;
    margin-top:20px !important;
    margin-bottom: 10px !important;
    background-color: #ffffff;
    color: inherit;
    border: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(201,201,201,1);
    -moz-box-shadow: 0 0 8px 0 rgba(201,201,201,1);
    box-shadow: 0 0 8px 0 rgba(201,201,201,1);
    border-radius:5px;
}

.renthub_vehicle_img{
    width:32%;
    display:inline-block;
    float:left;
}

.renthub_vehicle_img_inner{
    max-width:100%;
    margin-right:20px;
    margin-top:8px;
}


.renthub_vehicle_details{
    width:48%;
    display:inline-block;
    float:left;
}

.renthub_single_detail_block{
    margin-bottom:4px;
}

.renthub_vehicle_details_inner{
    max-width:100%;
    margin-right:20px;
}
.renthub_description_block{
    margin-top:10px;
    margin-bottom:10px;
}
.renthub_vehicle_pricelists{
    width:20%;
    display:inline-block;
    float:right;
}
.renthub_vehicle_pricelists_inner{
    max-width:100%;
}
.renthub_search_filter {
    width:100%;
}
.renthub_search_filter select {
    display: inline-block;
    width: auto;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/*Guaranteed Model*/
/*End Guaranteed Model*/
@media (max-width: 1200px) {

    .renthub_pricelist_x{
        text-align:center;
    }

    .renthub_search_results_container {
        padding: 100px 5%;
    }



    .renthub_vehicle_img{
        width:100%;
        display:inline-block;
    }
    .renthub_vehicle_img_inner{
        max-width:100%;
        text-align:center;
        float:none;
        margin-right:0;
    }
    .renthub_vehicle_img_inner img {
        width:auto;
        max-width:100%;
        max-height: 250px;
    }

    .renthub_vehicle_details{
        margin-top:10px;
        width:100%;
    }

    .renthub_vehicle_details_inner{
        max-width:100%;
    }
    .renthub_vehicle_pricelists{
        margin-top:10px;
        width:100%;
    }
    .renthub_vehicle_pricelists_inner{
    }

}
.renthub_transfer_fee_container{
    color:green;
    margin-top:10px;
    font-size:12px;
}

.renthub_transfer_fee_container:before{
    content: '*'
}

@media (max-width: 768px) {
    .renthub_search_results_container {
        padding: 100px 5%;
    }

}




/*not needed*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */