/*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-search-btn-container label {
    display:none;
}
.nrhsf-search-btn-container {
    margin-top:5px;
}
.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;
    min-height: 500px;
    z-index: 9999;
}
.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;
	margin-bottom: 10px;
}
.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;
}

.rh-mobile-view .rh_location-data, .rh-mobile-view .rh_location_info {
    display: none;
}
.rh-mobile-view .rh_location-data.show {
    display: block;
    width: 100%;
}
.rh-mobile-view .rh_location_results ul li .rh_loc_label {
    flex-basis: 54%;
}
.rh-mobile-view .rh_loc_more_info {
    margin-right: 25px;
}
.rh-mobile-view .rh_location_results ul li .rh_loc_icon {
    position: absolute;
    right: 10px;
}
.rh-mobile-view .rh_loc_other_info {
    border-bottom: 0;
    margin-bottom: 0;
}
/*End Location Dropdown*/

@media (min-width: 992px) {
    .rh_location-data, .rh_loc_more_info, .rh_loc-select {
        display: none;
    }
    .nrhsf-dropoff-container .rh_location_results .rh_location_info {
        left: auto;
        right: 100%;
    }
    .nrhsf-dropoff-container.show-right .rh_location_results .rh_location_info {
        left: 100%;
    }
    .rh_location_results .rh_location_info {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        background: #f5f5f5;
        padding: 15px;
        min-width: 515px;
        display: none;
        color: #151515;
        min-height: 500px;
        height: 100%;
    }
    .nrhsf-container.half-info .rh_location_results ul, .nrhsf-container.half-info .rh_location_info {
        width: 50%;
    }
    .nrhsf-container.half-info .nrhsf-pickup-container.show-right .rh_location_results .rh_location_info, .nrhsf-container.half-info .nrhsf-dropoff-container.show-right .rh_location_results .rh_location_info {
        left: 50%;
    }
    .rh_location_results .rh_location_info.show {
        display: block;
    }
    .rh_location_results ul li:hover .rh_location_info {
        display: block;
    }    
    .rh_location_results ul li:hover {
        background: #f5f5f5;
        cursor: pointer;
    }
    .rh-mobile-view .rh_location_info.show {
        display: none;
    }
    .rh-mobile-view .rh_loc_more_info, .rh-mobile-view .rh_location-data.show, .rh-mobile-view .rh_loc-select {
        display: inline-block;
    }
    .rh-mobile-view .rh_loc_other_info {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .rh-mobile-view .rh_location_results ul li .rh_loc_icon {
        position: absolute;
        right: 10px;
    }
    .rh-mobile-view .rh_loc_more_info {
        margin-right: 25px;
    }
}
@media only screen and (min-width: 45em) {
    .nrhsf-age .gs-fgroup{
        min-width:63%;
        max-width:100px;
        width:100%;
    }
    .nrhsf-search-btn-container label {
        display:block;
    }
    .nrhsf-search-btn-container {
        margin-top:0;
    }
}