.hotels-list .hotels-item, .car-list .car-item {
    position: relative;
    margin-bottom: 1rem;
}
.bg-light {
    background-color: #FFF !important;
}

.p-3 {
    padding: 1rem!important;
}
.rounded {
    border-radius: .25rem!important;
}


.text-5 {
    font-size: 21px !important;
}

.hotels-list .hotels-item, .car-list .car-item {
  position: relative;
  margin-bottom: 1rem;
}


.hotels-amenities span, .car-features span {
  margin-right: .7rem;
  color: rgba(0, 0, 0, 0.4) !important;
}

.hotels-amenities span.cf {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
  line-height: normal;
}
.hotels-amenities span.disabled {
  color: rgba(0, 0, 0, 0.1) !important;
  cursor: not-allowed;
}

.hotels-amenities-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hotels-amenities-detail span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #888;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.text-4 {
    font-size: 18px !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.hotels-list .text-warning {
    color: #ffc107!important;
}	

.hotels-amenities span.cf {
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.3) !important;
    line-height: normal;
}
.hotels-amenities span, .car-features span {
    margin-right: .7rem;
    color: rgba(0, 0, 0, 0.4) !important;
}
.text-1 {
    font-size: 12px !important;
}
.text-nowrap {
    white-space: nowrap!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.border {
    border: 1px solid #dee2e6!important;
}

.reviews .reviews-score {
    background: #3FC299;
    color: #fff;
    padding: 4px 8px;
}
.font-weight-600 {
    font-weight: 600 !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important;
}
.custom-select{
	display: inline-block;
    width: auto;
}
.text-success {
    color: #28a745!important;
}
.text-3 {
    font-size: 16px !important;
}
.text-7 {
    font-size: 28px !important;
}
.text-dark {
    color: #343a40!important;
}

.hotels-list.btn:not(.btn-link):hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hotels-list.btn-primary:hover {
    background-color: #0e7fd9;
    border-color: #0e7fd9;
}
.hotels-list.btn:not(.btn-link) {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.text-warning {
    color: #faa61a!important;
}

 
 /* checkbox and radio*/
 .checkbox {
  padding-left: 5px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 20px;
    line-height: 16px;
    margin-bottom: 12px;}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -5px;
    margin-top: -1px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 1px;
  top: -1px;
  margin-left: -5px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
      color: #fff; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }


.search-results-title{background:#fff;padding:0 20px;margin:0;border-bottom:4px solid #f5f5f5;line-height:3em;}
.search-results-title > i{color:#fbb000;font-size:20px;margin-right:10px;}


/*room guest*/
     .roomConfig {
display: none;
    width: 400px;
    position: absolute;
    margin-left: 0px;
    border: 1px solid #d4dee5;
    margin-top: 150px;
    border-radius: 4px;
    z-index: 1000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
}

.roomConfig .roomConfigHeader {
    width: 100%;
    background-color: #F6F9FC;
    padding: 10px 30px;
}

.roomConfigHeader .arrow {
    width: 15px;
    height: 15px;
    transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    border-left: 1px solid #d4dee5 !important;
    border-top: 1px solid #d4dee5 !important;
    top: -8px;
    left: 25px;
    display: inline-block;
    position: absolute;
    background-color: #F6F9FC;
    z-index: 0;
}

.roomConfigHeader .text {
    font-size: 14px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    color: #707070;
}

.roomConfigHeader .close-button {
    display: inline-block;
    float: right;
    color: orangered;
    cursor: pointer;
    font-size: 17px;

}

.roomConfig .roomConfigBody {
    max-height: 220px;
    overflow-y: auto;
}

.roomConfigBody .roomDiv {
    padding: 10px 30px;
    border-top: 1px solid #d2b7b7;
    overflow: hidden;
}

.roomDiv .roomNumber {
    font-weight: 300;
    font-size: 20px;
}

.roomDiv .removeRoom {
    float: right;
    color: #ED1C24;
    font-size: 12px;
    display: none;
    cursor: pointer;
}

.searchbox .hotelSearchForm .panel .counter-element {
    width: 33.3%;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
}

.counter-element label {
    display: block;
    font-weight: 600;
    font-size: 12px;
}

.counter-element label span {
    font-weight: 400;
    padding-left: 5px;
}

.guest-group {
    width: 81.5%;
    border: 1px solid #bcc8d1;
    margin-top: 6px;
    border-radius: 4px;
}

.counter-element .minus {
    cursor: pointer;
    color: #12B58A;
    height: 30px;
    position: relative;
}

.counter-element div div {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    vertical-align: middle;
}

.counter-element .plus {
    border-left: 1px solid #bcc8d1;
}

.counter-element .minus {
    border-right: 1px solid #bcc8d1;
}

.counter-element .plus, .counter-element .minus {
    cursor: pointer;
    color: #12B58A;
    height: 30px;
    position: relative;
    background: #ffa500;
    color: white;
    font-size: 18px;
    line-height: 27px;
}

.roomDiv .removeRoom {
    float: right;
    color: #ED1C24;
    font-size: 12px;
    display: none;
    cursor: pointer;
}

 .roomConfig .roomConfigFooter {
    padding: 10px 30px;
    height: 65px;
    width: 100%;
    background-color: #F6F9FC;
    border-top: 1px solid #d4dee5;
}

.roomConfigFooter .addRoom {
    margin-top: 5px;
    border: 1px solid #12B58A;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #FFA500;
}

.roomConfigFooter .done-rooms {
    width: 85px;
    padding: 10px;
    background-color: #FFA500;
    text-align: center;
    float: right;
    border-radius: 4px;
    color: #fff;
}

.roomConfigFooter .cancel {
    color: #707070;
    font-size: 15px;
    float: right;
    margin: 10px 20px 0px 0px;
}

.roomDiv .removeRoom:after {
    content: '\e60f';
    font-size: 10px;
    font-family: 'icomoon';
}

.roomDiv .childAgeSelectContainer {
    display: inline-block;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.roomConfigBody .childAge {
    width: 80px;
    margin-left: 23px;
    display: inline-block;
}

.childAge .ageChildNo {
    font-weight: 400;
    font-size: 12px;
}

.ageChildNo .ageLabel {
    font-weight: 600;
}

label.customSBox {
    position: relative;
}

.childAge select {
    height: 32px;
    padding: 0px 0px 0px 15px;
}

.customSBox select {
    background: #ffffff;
    color: #333;
    outline: none;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 132%;
    padding: 9px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #bcc8d1;
    border-radius: 3px;
    margin: 5px 0px;
    height: 37px;
}

.roomConfigFooter .addRoom {
    margin-top: 5px;
    border: 1px solid #FF4500;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #FF4500;
}

.addRoom:hover .add-icon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    vertical-align: text-top;
}

.roomConfigFooter .addRoom:hover {
    background-color: #FFA500;
    color: white;
}

.roomConfigFooter div {
    display: inline-block;
    cursor: pointer;
}

.orangeBox {
  background: #f90;
  color: #fff;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.child_ages option
{
	display: block;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: .5rem;
}
/*room guest*/
.hotels-list .hotels-item .img_fx {height: 180px; object-fit: cover;}
.hotel_price{     color: #f03f35;font-size:15px;}
.no-marg{margin:0px;}
.no-padding{ padding:0px}
@media only screen and (max-width: 991px) {
.hotels-list .hotels-item .img_fx {height: 100%;}
}


.hotel-booking_btn{
	flex: 100%;
    text-align: center;
    border-top: none;
}

.mroom{ margin-bottom: 30px; }
.mroom .list-block{ margin-bottom: 10px;background: #fff; }
.mroom .booking_btn{ width: 100%;-webkit-flex: 1 0 100%; -ms-flex: 1 0 100%;flex: 1 0 100%; border-top: none;text-align: center; }

.available-blocks #room_data {padding: 0px 0px;}

.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: #fbb000;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #2d67b2 !important;
    border: 2px solid #fff !important
}

.pl-10 {
    padding: 0px 10px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
}

.hotels-item .htpick img {
    width: 100%;
    /* height: 100%!important; */
    object-fit: cover;
    height: 150px;
}