<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PRICELIST*/
.renthubmoov-layout {
    position:relative;
}
.renthubmoov-bottom {
    position:absolute;
    width:100%;
    height: 120px;
    bottom: 0;
    text-align:center;
    left: 0;
    padding: 3px;
}
a.renthubmoov_pricelist_x{
    color: #565656;
    text-decoration: inherit;
    margin-bottom: 5px;
    width: 22%;
}

.renthubmoov-table-container{
    display:table;
    width:100%;
    border-spacing: 15px;
}
.renthubmoov-table-cell{
    display:table-cell;
    vertical-align: top;
    position:relative;
    padding-bottom:120px;
}
.renthubmoov_vehicle_img{
    width:30%;
    border:2px solid red;
}

.renthubmoov_vehicle_img_inner{
    max-width:100%;
}
@media screen and (max-width: 1200px) {
    .renthubmoov_vehicle_img{
        width:100%;
    }
    .renthubmoov-table-container {
        display:block;
        width:100%;
    }
    .renthubmoov-table-cell {
        display:block;
        width:100%;
    }
    a.renthubmoov_pricelist_x {
        width: 100%;
    }
}

.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;
}


/*PRICELIST END*/

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

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

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

.renthubmoov-img-responsive{
    width:100%;
    max-height:100%;
}
.renthubmoov_vehicle_details_container{
    padding: 15px !important;
    width:100%;
}
.renthubmoov_search_results_container {
    max-width:100%;
    vertical-align: middle;
    padding: 100px 5%;
    color: #565656;
}
.renthubmoov_vehicle_container{
    text-align:center;
    min-height:250px;
    margin-top:20px !important;
    margin-bottom: 10px !important;
    color: inherit;
    border: none;
}

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

.renthubmoov_single_detail_block{
    margin-bottom:4px;
}

.renthubmoov_vehicle_details_inner{
    max-width:100%;
    margin-right:20px;
}
.renthubmoov_description_block{
    margin-top:10px;
    margin-bottom:10px;
}
.renthubmoov_vehicle_pricelists{
    width:70%;
    display:inline-block;
    float:right;
}
.renthubmoov_vehicle_pricelists_inner{
    max-width:100%;
}
@media (max-width: 1200px) {
}
.renthubmoov_transfer_fee_container{
    color:green;
    margin-top:10px;
    font-size:12px;
}
.renthubmoov_transfer_fee_container:before{
    content: '*'
}
@media (max-width: 768px) {
    .renthubmoov_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 */
</pre></body></html>