
.booking-detail {
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  background: #eee;
  padding: 20px;
}
.booking-detail .apb-heading {
  background: #eafbeb;
  margin: 0;
  color: #4aae4d;
  font-size: 12px;
  text-align: center;
  padding: 15px;
  line-height: 30px;
  text-transform: uppercase;
} 
.booking-detail .apbooking-check-room > .form-group-search {
  margin: 0 0 20px;
}
.booking-detail .apbooking-date-time {
  margin: 0 0 20px;
}
.booking-detail .apbooking-date-time:after {
  content: "";
  display: block;
  clear: both;
}
.booking-detail .apbooking-date-time .form-group-search {
  width: 50%;
  float: left;
}
.rtl .booking-detail .apbooking-date-time .form-group-search {
  float: right;
}
.booking-detail .apbooking-date-time .form-group-search:first-child {
  padding-right: 15px;
}
.booking-detail .apbooking-date-time .form-group-search:last-child {
  padding-left: 15px;
}
.booking-detail .apbooking-date-time .input-group input {
  padding: 0 0 0 20px;
}
.rtl .booking-detail .apbooking-date-time .input-group input {
  padding: 0 20px 0 0;
}
.booking-detail .apbooking-date-time .input-group .fa {
  position: absolute;
  top: 0;
  line-height: 50px;
  left: 0;
  color: #ffac0d;
  pointer-events: none;
}
.rtl .booking-detail .apbooking-date-time .input-group .fa {
  right: 0;
  left: auto;
}
.booking-detail .input-group {
  display: block;
}
.booking-detail .input-group input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkIxOEREMkJGMUY0MTFFN0I5ODlENTAwRkE1RDYxMjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkIxOEREMkNGMUY0MTFFN0I5ODlENTAwRkE1RDYxMjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQjE4REQyOUYxRjQxMUU3Qjk4OUQ1MDBGQTVENjEyNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQjE4REQyQUYxRjQxMUU3Qjk4OUQ1MDBGQTVENjEyNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pia88aAAAABZSURBVHjaYlRSUjJmYGCYCcRhQHyPAROsAuKzTEDiPRALAvFuIFbCosgFphBkiitUAlkxTBHIpj1MUEF0xSiKQIJMSNYgK0ZRBAIsaG6CKQa5+SyyBECAAQB57RPbIOkuQAAAAABJRU5ErkJggg==) center right no-repeat;
  height: 50px;
  outline: none;
  padding: 0 25px;
}
.booking-detail .input-group input:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
.booking-detail .input-group > span > .fa {
  position: absolute;
  top: 17px;
  left: 0;
  pointer-events: none;
}
.booking-detail .bookingproduct {
  width: 100%;
  border: 0;
  background: #ffac0d;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 15px 10px;
  font-family: "Poppins";
  margin-top: 30px;
  text-transform: uppercase;
}
.booking-detail .bookingproduct:hover {
  color: #222;
}
.booking-detail .dropdown-menu {
  width: 100%;
  text-align: center;
  border: 0;
  color: #222;
  border-radius: 3px;
}
.booking-detail .dropdown-menu li {
  padding: 5px 0;
  cursor: pointer;
}
.booking-detail .dropdown-menu li:hover {
  background: #eee;
}



.booking-widget:after {
  content: "";
  display: block;
  clear: both;
}
.booking-widget > div {
  padding: 0 30px;
  width: 16.6666%;
  height: 78px;
  float: left;
  border-right: 1px solid #e5e5e5;
}
.rtl .booking-widget > div {
  float: right;
}
.rtl .booking-widget > div {
  border-left: 1px solid #e5e5e5;
  border-right: inherit;
}
@media (min-width: 481px) {
  .booking-widget > div:last-child, .booking-widget > div:nth-child(2), .booking-widget > div:nth-last-child(2) {
    border: 0;
  }
}
.booking-widget > div:nth-child(1) {
  text-align: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #4aae4d;
  font-size: 12px;
  font-family: "Poppins";
}
.booking-widget > div:nth-child(1) .fa {
  font-size: 12px;
}
@media (max-width: 480px) {
  .booking-widget > div:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.booking-widget > div:nth-child(1) label {
  margin: auto;
  font-weight: normal;
}
@media (max-width: 991px) {
  .booking-widget > div {
    width: 50%;
    border: 0;
  }
  .booking-widget > div.templates-button-4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .booking-widget > div {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
  }
  .booking-widget > div.dropdown {
    border: 0;
  }
}
.booking-widget label {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
}
.rtl .booking-widget label {
  text-align: right;
}
.booking-widget .form-group-search {
  display: block;
  position: relative;
  padding: 0 20px;
}
.booking-widget .form-group-search .form-group-search {
  padding: 0 0 0 30px;
}
.booking-widget .form-group-search input {
  display: block;
  padding: 0;
  line-height: 30px;
  height: 30px;
  border: 0;
  width: 100%;
}
.booking-widget .form-group-search .input-group-addon {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  border: 0;
  box-shadow: none;
  width: 20px;
  background: none;
}
.booking-widget .dropdown input {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkIxOEREMkJGMUY0MTFFN0I5ODlENTAwRkE1RDYxMjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkIxOEREMkNGMUY0MTFFN0I5ODlENTAwRkE1RDYxMjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQjE4REQyOUYxRjQxMUU3Qjk4OUQ1MDBGQTVENjEyNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQjE4REQyQUYxRjQxMUU3Qjk4OUQ1MDBGQTVENjEyNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pia88aAAAABZSURBVHjaYlRSUjJmYGCYCcRhQHyPAROsAuKzTEDiPRALAvFuIFbCosgFphBkiitUAlkxTBHIpj1MUEF0xSiKQIJMSNYgK0ZRBAIsaG6CKQa5+SyyBECAAQB57RPbIOkuQAAAAABJRU5ErkJggg==) center right no-repeat;
  padding: 0 20px 0 0;
}
.booking-widget .dropdown-menu {
  text-align: center;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.booking-widget .dropdown-menu li {
  padding: 5px 0;
  cursor: pointer;
}
.booking-widget .dropdown-menu li:hover {
  background: #e5e5e5;
}
.booking-widget .apbooking-button {
  padding: 0 !important;
  float: right;
  border: 0;
}
.rtl .booking-widget .apbooking-button {
  float: left;
}
@media (max-width: 480px) {
  .booking-widget .apbooking-button {
    width: 100%;
  }
}
.booking-widget .apbooking-button button {
  display: block;
  width: 100%;
  height: 78px;
  border: 0;
  padding: 0;
  background: #ffac0d;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.booking-widget .apbooking-button button:hover {
  background: #222;
}
.booking-widget .apbooking-button button i {
  display: none;
}



.booking-widget.search-template-1 > div {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  height: auto;
  padding: 10px;
}
.booking-widget.search-template-1 > div:last-child {
  border: 0;
}
.booking-widget.search-template-1 .form-group-search .input-group-addon {
  border-radius: 0;
}

.booking-widget.search-template-2 > div {
  border: 0;
  border-bottom: 1px solid #e5e5e5 !important;
  width: 100%;
  height: auto;
  padding: 10px;
}
.booking-widget.search-template-2 > div:last-child {
  border: 0 !important;
}
.booking-widget.search-template-2 .form-group-search .input-group-addon {
  border-radius: 0;
}
.booking-widget.search-template-2 .templates-adult-2,
.booking-widget.search-template-2 .templates-child-2 {
  width: 50%;
}
.booking-widget.search-template-2 .templates-adult-2 {
  border-right: 1px solid #e5e5e5 !important;
}

.booking-widget.search-template-3 > div {
  border: 0;
  border-bottom: 1px solid #e5e5e5 !important;
  width: 50%;
  height: auto;
  padding: 10px;
}
.booking-widget.search-template-3 > div:last-child {
  border: 0 !important;
}
.booking-widget.search-template-3 .form-group-search .input-group-addon {
  border-radius: 0;
}
.booking-widget.search-template-3 .templates-button-3 {
  width: 100%;
}
.booking-widget.search-template-3 .templates-from-3,
.booking-widget.search-template-3 .templates-adult-3 {
  border-right: 1px solid #e5e5e5 !important;
}
.booking-detail .apbooking-check-room > .form-group-search.error input{
  border-color: #f00;
  color: #f00;
}
.apbooking-cart-service .list-service{
  position: relative;
  padding: 0 0 0 35px;
  text-align: left;
}
.apbooking-cart-service .list-service img{
  position: absolute;
  top: 13px;
  left: 0;
}
.apb-service {
    padding: 20px;
}
.apbooking-pay-service > li,
.apbooking-free-service > li{
  margin: 0 0 10px;
}
#ap-booking-search {
    clear: both;
    margin: 15px;
    padding: 15px 0;
}