.new-search-steps {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -405px;
    width: 810px;
    z-index: 2;
}
.new-search-steps h1 {
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px 0;
}
.new-search-steps .search-holder {
    padding: 0;
    margin: 0 100px 15px;
    position: relative;
}
.search-holder .inner-box{
    display: none;
    flex-wrap: wrap;
    justify-content:flex-start;
    padding: 25px 110px 25px 10px;
     background: #fff;
    border-radius: 50px;
    position: relative;
}
.search-holder .inner-box figure {
    width: 70px;
    height: auto;
     text-align: center;
}
.search-holder .inner-box figure img{
    width: auto;
    height: 40px;
}
.search-holder .inner-box .field-area {
  position: relative;
  width: 85%;
}

.search-holder .inner-box .field-area input{
  border: 0;
  height: 42px;
  line-height: 42px;
  padding: 16px 10px 0 0;
  font-size: 18px;
  width: 100%;
  color: #000;
  font-weight: 500;
}
.search-holder .inner-box .field-area select  {
      color: #000;
    font-size: 18px;
    appearance: none;
    border: 0;
    height: 42px;
    line-height: 36px;
    background-color: transparent;
    padding: 0.75rem 2.25rem 0.75rem 1.25rem;
    background-repeat: no-repeat;
    background-position: right 5px center;
   background-image: url(../images/arrow-down.webp);
    background-size: 15px;
}
.search-holder .inner-box .field-area select:active {
  border-color: #0068d1;
}
.search-holder .inner-box .field-area select:focus {
  border-color: #0071e3;
}
.search-holder .inner-box .field-area select:focus:hover {
  border-color: #147ce5;
}
.search-holder .inner-box .field-area label {
  position: absolute;
  top: 9px;
  left: 0;
  background: #fff;
  padding: 0 0 15px 0;
  font-weight: 500;
  font-size: 18px;
  color: #080808;
  pointer-events: none;
  width: 100%;
}
.search-holder .inner-box .field-area input:focus + label,
.search-holder .inner-box .field-area input:not(:placeholder-shown) + label,
.search-holder .inner-box .field-area select.focused + label {
  top: -5px;
  left: 0;
  font-size: 15px;
  color: #777;
  background: #fff;
  padding-bottom: 0;
}
.search-holder .inner-box .field-area.routes input.has-value + label {
  top: -5px;
  left: 0;
  font-size: 15px;
  color: #777;
  background: #fff;
  padding-bottom: 0;
}
.search-holder .next-field{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 92px;
    background: #1da599;
    border-radius: 0 50px 50px 0;
    text-align: center;
    line-height: 87px;
    border: 0;
    cursor: pointer;
}
.search-holder .next-field:hover{
    background: #f39e3d;
}
ul.search-steps-bar {
    margin: 15px 50px 20px;
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
ul.search-steps-bar:after{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 93%;
    height: 2px;
    background: #ffe4ad;
    margin: 0 15px;
}
ul.search-steps-bar li {
    list-style: none;
    display: inline;
    font-size: 16px;
    position: relative;
    padding-top: 30px;
    margin-top: -30px;
    cursor: pointer;
}
ul.search-steps-bar li:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 15px;
    background: #1da599;
    z-index: 2;
}
ul.search-steps-bar li:hover:after{
    background: #f39e3d;
}
.search-steps-bar li.active:after{
    top: 4px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #1da599;
}
ul.search-steps-bar li.disabled:after{
    background: #ffe4ad;
}
ul.search-steps-bar li.disabled button{
    color: #080808;
    font-weight: normal;
}
.search-steps-bar li button,
.search-steps-bar li.active button {
    color: #1da599;
    font-weight: 500;
    background: none;
    border: 0;
    cursor: pointer;
}
.traveler{
    position: absolute;
    width: 610px;
    left: -80px;
    top: 70px;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    border-top: 0;
    z-index: 999;
    
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
    background: #f1f9f9;
    border: 1px solid #d2edeb;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
.traveler.show{
    pointer-events: visible;
    opacity: 1;
}
.search-holder .inner-box .field-area .traveler label{
   position: relative;
    background: none;
    width: 50%;
    top: auto;
    left: auto;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding:0 0 0 32px;
}

.search-holder .inner-box .field-area .traveler label img {
    height: 22px;
    position: absolute;
    left: 0;
    top: 12px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(23%) saturate(1276%) hue-rotate(126deg) brightness(92%) contrast(90%);
}
.room-holder {
    padding: 0;
    position: relative;
}

.room-box h6 {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

.adlut-select, .clild-select {
  margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.adlut-select span, .clild-select span{
    font-size: 12px;
    line-height: 1;
    display: block;
}
.adlut-select label, .clild-select label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
 .quantity {
	position: relative;
    display: flex;
    width: auto;
    color: #7f7f7f;
    justify-content: flex-end;
    background: #ccefe9;
    border-radius: 30px;
    padding: 5px;
}
.search-holder .inner-box .field-area .quantity input[type=number] {
	    transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    box-shadow: none;
    outline: none;
    width: 42px;
    height: 36px;
    text-align: center;
    float: right;
    color: #342f2f;
    padding: 0;
    margin: 0 5px;
    background: none;
    border: 0;
    border-radius: 5px;
    pointer-events: none;
}
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
  .quantity input[type=number]:focus {
	border-color: #57b8f6 !important;
  }
  .quantity input[type=number]:hover {
	border-color: #a5a5a5;
  }
  .quantity-button {
	    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    margin: 4px 0 0 0;
    color: #026755;
  }
  .quantity-button:hover{
    background: #1da599;
    color: #fff;
  }
  .quantity-button::before, .quantity-button::after {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 7px);
	content: "";
	width: 14px;
	height: 2px;
	background-color: currentColor;
	display: block;
  }
  .quantity-remove::after {
	display: none;
  }
  .quantity-add::after {
	transform: rotate(90deg);
  }
  .quantity-button.quantity-add,
    .quantity-button.quantity-remove {
    background: #f1faf9;
  }
  .quantity-button.quantity-add:hover,
      .quantity-button.quantity-remove:hover{
    background: #1da599;
  }
.btn-done{
      padding: 5px 20px;
    margin: 0;
    border: none;
    border-radius: 20px;
  background-color: #1da599;
  color: white;
  cursor: pointer;
}
.btn-done:hover {
  background-color: #1b7e75;
}
.clone{
    padding: 0 0 0 40px;
    margin: 0 0 0;
    border: 0;
    border-radius: 6px;
    color: #026755;
    cursor: pointer;
    background: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.clone:after{
    content: '';
       position: absolute;
    left: 0;
    top: 3px;
    border-radius: 30px;
    width: 32px;
    height: 32px;
    background-color: #1da599;
    background-image: url(../images/icons/add.webp);
    padding: 5px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
.clone:hover:after{
    background-color: #1b7e75;
}
.clone span{
    text-align: left;
    line-height: 18px;
}
.hide-room {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    border: 0;
    border-radius: 6px;
    background: none;
}

.hide-room img{
    height: 16px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7491%) hue-rotate(67deg) brightness(105%) contrast(100%);
}
.hide-room:hover img{
    filter: brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(6154%) hue-rotate(354deg) brightness(99%) contrast(122%);
}
.kids-holder {
    width: 100%;
    padding: 15px 0 0 0;
}
.kids-holder .kids-box {
    width: 32%;
    flex-wrap: wrap;
    margin: 0 5px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}
.search-holder .inner-box .field-area .traveler  .kids-holder .kids-box label {
    font-size: 13px;
    width: 100%;
    line-height: 20px;
    margin: 0 0 3px 0;
    padding: 0;
}
.search-holder .inner-box .field-area .traveler .kids-holder .kids-box select {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    font-weight: normal;
    padding: 0;
}
.new-route {
   position: absolute;
    width: 610px;
    left: -80px;
    top: 70px;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
    background: #f1f9f9;
    border: 1px solid #d2edeb;
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
.new-route.show {
    pointer-events: visible;
    opacity: 1;
}
.new-route.show .route-box {
    display: block;
    padding: 0;
}
.new-route.show .route-box .inner-route {
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #1da599;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.new-route.show .route-box .inner-route:last-child{
    margin-bottom: 0;
}
.new-route.show .route-box .inner-route .route-1{
    padding:0 0 0 35px;
    position: relative;
    cursor: pointer;
    z-index: 9;
}
.new-route.show .route-box .inner-route .route-1 img.chose-route{
    height: 24px;
    position: absolute;
    top: 16px;
    left: 0;
}
.new-route.show .route-box .inner-route h4 {
    font-size: 17px;
    margin: 0;
    font-weight: normal;
    color: #888;
}
.new-route.show .route-box .inner-route span {
    position: absolute;
    right: 0;
    top: 1px;
    margin: 0;
    padding: 3px 10px;
    color: #1da599;
    border-radius: 15px;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    z-index: 99;
}
.new-route.show .route-box .inner-route span:hover{
    color: #ffc265;
}
.search-holder .inner-box .field-area .new-route.show .route-box .inner-route .select-route{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.search-holder .inner-box .field-area .new-route.show .route-box .inner-route .chose-nights{
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding:5px 10px 5px 10px;
    position: relative;
}
.search-holder .inner-box .field-area .new-route.show .route-box .inner-route .chose-nights::after{
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/icons/bed.webp) no-repeat 0 0 / 100%;
    display: none;
}
.search-holder .inner-box .field-area .new-route.show .route-box .inner-route .chose-nights label{
    position: relative;
    font-size: 13px;
    width: 100%;
    line-height: 20px;
    margin: 0 0 3px 0;
    background: none;
    top: auto;
    left: auto;
    padding: 0;
}
.search-holder .inner-box .field-area .new-route.show .route-box .inner-route .chose-nights select {
       /* background: none; */
       font-size: 14px;
       line-height: 30px;
       height: 30px;
       font-weight: normal;
       padding: 0;
}
.search-holder .inner-box .field-area .new-route.show .route-box .inner-route p{
    margin: 5px 0 0 0;
}
button.save-btn {
    margin: 0;
    padding: 3px 15px;
    background: #1da599;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    line-height: 21px;
    cursor: pointer;
    border: 0;
    /* float: right; */
}

button.save-btn:hover {
    background: #1b7e75;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}
.select-selected {
    background-color:transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    background-image:url(../images/icons/down-arrow.webp);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 18px;
}
.select-items {
    display: none;
    position: absolute;
    background: #f8f7fc;
    border: 1px solid #dcdcdc;
    border-top: none;
    width: 113%;
    max-height: 220px;
    overflow-y: auto;
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 0;
    left: -11px;
    top: -6px;
    border-radius: 0 0 10px 10px;
}
.select-items li {
    padding: 5px 10px;
    cursor: pointer;
}
.select-items li:hover {
    background: #1da599;
}
.custom-select-wrapper.open .select-items {
    display: block;
}
.btn-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.autocomplete-items div ul {
    margin: 0;
    padding: 0;
}

.autocomplete-items div ul li {
    list-style: none;
    padding: 0;
    width: 100%;
}

.autocomplete-items div ul li img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(358%) hue-rotate(126deg) brightness(91%) contrast(97%);
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}
.autocomplete-items div:hover ul li img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5141%) hue-rotate(67deg) brightness(97%) contrast(106%);
}
.autocomplete-items div ul li span {
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.autocomplete-items div ul li span em {
    display: block;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
}

.autocomplete-items div ul li>em {
    float: right;
    font-style: normal;
    font-size: 15px;
    padding: 10px 3px 0 0;
}

.chose-nights ul.select-items {
    left: -10px;
    top: 24px;
    width: 104%;
}

.modal-dialog.route-modal {
    width: 600px;
}
.modal-dialog.route-modal .modal-content{
    background: #fff;
}
.modal-dialog.route-modal .modal-content button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    background: #1da599;
    text-shadow: none;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
}
.modal-dialog.route-modal .modal-content button.close:hover,
.modal-dialog.route-modal .modal-content button.btn:hover{
    background: #1b7e75;
}

.modal-dialog.route-modal .modal-content button.btn{
        margin: 0;
    padding: 5px 15px;
    background: #1da599;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}


.daterangepicker {
    background: #f1f9f9;
    border: 1px solid #1da599;
    margin: 30px 0 0 -80px;
    border-radius: 10px;
    width: 610px;
}
.daterangepicker:after,
.daterangepicker:before{
    display: none;
}
.daterangepicker .calendar-table {
    border: 1px solid #1da599;
    background-color: #f1f9f9;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #1da599;
    border-color: transparent;
    color: #fff;
}
    .daterangepicker.single .drp-calendar.left {
        clear: none;
        width: 605px !important;
    max-width: 605px !important;
    }

.autocomplete-items {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}