<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*fix in smart slider*/
.n2-ss-slider .n2-ow, .n2-ss-slider .n2-ow-all *, .n2-ss-slider .n2-ow-all *:after, .n2-ss-slider .n2-ow-all *:before, .n2-ss-slider .n2-ow:after, .n2-ss-slider .n2-ow:before {
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/*search form style*/
.datepicker-input.form-control[readonly]{
    background-color:white;
}

.datepicker-dropdown.dropdown-menu{
    width:auto;
}

.nrhsf-container {
    background-color: #ffffff;
    padding:25px;
    color: #151515;
    font-size:14px;
    font-weight:normal;
}

.nrhsf-container {
    max-width:100%;
    vertical-align: middle;
}

.nrhsf-container .btn-submit{
    text-transform: uppercase;
}

.nrhsf-container label {
    margin-bottom:2px;
    margin-top:5px;
}
.new-datetime-group .datepicker-input{
    width: calc(100% - 92px);
    margin:0;
    display:inline-block;
}
.new-datetime-group .timepicker-input{
    width:100%;
    max-width:88px;
    margin:0;
    display:inline-block;
}
.nrhsf-type-lbl{
    display:block;
}
.nrhsf-types-container.standard .nrhsf-types {
    border: 1px solid #4a4a4a;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display:  inline-flex;
    flex-wrap: wrap;
}
.nrhsf-single-type {
    padding:15px;
    cursor:pointer;
    margin: 0;
}
.nrhsf-age select{
    text-align-last: center;
}
/*Location Dropdown*/
.rh-booking-search .rh-booking-shortcode {
    overflow: visible !important;
}
.nrhsf-pickup-container, .nrhsf-dropoff-container {
    position: relative;
}
.rh_location_results {
    position: absolute;
    display: none;
    width: 98%;
    background: #fff;
    margin-top: 5px;
    z-index: 9999;
}
.rh_location_results .rh_location_info &gt; div {
    background-color: #f5f5f5;
    padding: 0 15px;
}
.rh_location_results .rh_location_info &gt; div:last-child {
    padding-bottom: 15px;
}
.rh_location_results.show {
    display: block;
}
.rh_location_results ul {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}
.rh_location_info {
    border: 1px solid #ccc; 
}
.rh_location_results ul li {
    color: #151515;
    list-style: none;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
}
.rh_location_results ul li:before {
    content: none !important;
}
.rh_location_results ul li .rh_loc_label {
    flex-basis: 60%;
}
.rh_loc_other_info {
	border-bottom: 2px solid #ccc;
}
.rh_loc_other_info p {
    margin: 10px 0;
}
.rh_loc_other_info .fa.fa-map {
    margin-right: 5px;
}
.rh_location_info h3, .rh_location-data h3 {
    font-size: 16px;
    font-weight: bold;
}
.rh_loc_name {
	color: #ff6e00 !important;
	margin-top: 10px !important;
}
.rh_info_open {
    position: absolute;
    margin-left: -12px;
}
.rh_loc_more_info {
    text-decoration: underline;
    font-weight: bold;
    margin-left: 0;
    display: inline-block;
    cursor: pointer;
    flex-basis: 15%;
}
.rh_location_results ul li .rh_loc_icon {
    float: right;
    font-size: 17px;
    width: 20px;
    flex-basis: 10%;
    text-align: end;
}
.rh_loc-select {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 17px;
    margin-bottom: 15px !important;
}
.rh_loc-select:hover {
    color: #fff;
}
#rsf_pickup_input, #rsf_dropoff_input {
    cursor: pointer;
}
.rh_location-data h3, .rh_location-data p {
    text-align: left;
}
.renthub-search-form-small .rh_location-data, .renthub-search-form-small .rh_location_info {
    display: none;
} 
.renthub-search-form-small .rh_location-data.show {
    display: block;
    width: 100%;
}
.renthub-search-form-small .rh_location_results ul li .rh_loc_label {
    flex-basis: 54%;
}
.renthub-search-form-small .rh_loc_more_info {
    margin-right: 25px;
}
.renthub-search-form-small .rh_location_results ul li .rh_loc_icon {
    position: absolute;
    right: 10px;
}
.renthub-search-form-small .rh_loc_other_info {
    border-bottom: 0;
    margin-bottom: 0;
}
.renthub-search-form-small .rh_loc_more_info, .renthub-search-form-small .rh_location-data.show, .renthub-search-form-small .rh_loc-select {
    display: inline-block;
}
.renthub-search-form-small .rh_loc_other_info {
    border-bottom: 0;
    margin-bottom: 0;
}
.renthub-search-form-small .rh_location_results ul li .rh_loc_icon {
    position: absolute;
    right: 10px;
}
.renthub-search-form-small .rh_loc_more_info {
    margin-right: 25px;
}
.renthub-search-form-big .hide-dropoff {
    margin-bottom: 60px !important;
}
.renthub-search-form-small .hide-dropoff {
    margin-bottom: 0.5rem !important;
}
/*End Location Dropdown*/

.renthub-search-form-big .rh_location-data, .renthub-search-form-big .rh_loc_more_info, .renthub-search-form-big .rh_loc-select {
    display: none;
}
.renthub-search-form-big .nrhsf-dropoff-container .rh_location_results .rh_location_info {
    left: auto;
    right: 100%;
}
.renthub-search-form-big .nrhsf-dropoff-container.rh_details_show_right .rh_location_results .rh_location_info {
    left: 100%;
}
.renthub-search-form-big .rh_location_results .rh_location_info {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: #f5f5f5;
    min-width: 515px;
    display: none;
    color: #151515;
    height: 100%;
}
.renthub-search-form-big .rh_location_results .rh_location_info.show {
    display: block;
}
.renthub-search-form-big .rh_location_results ul li:hover .rh_location_info {
    display: block;
}    
.renthub-search-form-big .rh_location_results ul li:hover {
    background: #f5f5f5;
    cursor: pointer;
}
.renthub-search-form-big .nrhsf-age .gs-fgroup{
    min-width:63%;
    max-width:100px;
    width:100%;
}
.renthub-search-form-big .nrhsf-age .gs-fgroup{
    min-width:63%;
    max-width:100px;
    width:100%;
}
.renthub-highlight {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}</pre></body></html>