      body {
		      font-family: 'Roboto Slab',serif;
			  margin: 0;
              font-size: 16px;
	  }
	  
	  body, div, form, input, select, textarea, p {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
}

#app-search {
    display: block;
    margin: 4vw auto;
    text-align: center;
    padding: 20px;
    background: rgba(90,90,90, 0.8);
    border-radius: 2px;
    max-width: 1640px;
	overflow:hidden;
}
#app-search form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    /* justify-content: space-between; */
    /* align-items: stretch; */
}
#app-search h2 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
	display: block;
    width: 100%
}
.item.item-large {
    width: 28%;
}
.item.item-medium {
    width: 14%;
}
.item.item-small {
    width: 12%;
}
input, textarea, select {
      margin-bottom: 0;
      border: 1px solid #ccc;
      border-radius: 3px;
      }
      input {
      width: calc(100% - 10px);
      padding: 5px;
      }
      select {
      width: 100%;
      padding: 7px 0;
      background: transparent;
      }
      textarea {
      width: calc(100% - 12px);
      padding: 5px;
      }
      .item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
      color: #333;
      }
      .item input:hover, .item select:hover, .item textarea:hover {
      border: 1px solid transparent;
      box-shadow: 0 0 6px 0 #333;
      color: #333;
      }
      .item {
      position: relative;
      margin: 10px 1% 10px 0;
	  display: inline-block;
      min-width: 120px;
	  vertical-align: top;

      }
      input[type="date"]::-webkit-inner-spin-button {
      display: none;
      }
      .item i, input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute;
      font-size: 20px;
      color: #a9a9a9;
      }
      .item i {
right: 20px;
    bottom: 7px;
    z-index: 1;
      }
	  .item-select select {
		  background: #fff;
	  }
      [type="date"]::-webkit-calendar-picker-indicator {
      right: 0;
      z-index: 2;
      opacity: 0;
      cursor: pointer;
      }
      input[type="time"]::-webkit-inner-spin-button {
      margin: 2px 22px 0 0;
      }
      input[type=radio], input.other {
      display: none;
      }
      label.radio {
      position: relative;
      display: inline-block;
      margin: 5px 20px 10px 0;
      cursor: pointer;
      }
      .question span {
      margin-left: 30px;
      }
      label.radio:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 2px solid #ccc;
      }
      #radio_5:checked ~ input.other {
      display: block;
      }
      input[type=radio]:checked + label.radio:before {
      border: 2px solid #444;
      background: #444;
      }
      label.radio:after {
      content: "";
      position: absolute;
      top: 7px;
      left: 5px;
      width: 7px;
      height: 4px;
      border: 3px solid #fff;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      input[type=radio]:checked + label:after {
      opacity: 1;
      }
      .btn-block {
      margin-top: 10px;
      text-align: center;
      }
      button {
      width: 150px;
      padding: 10px;
      border: none;
      border-radius: 5px; 
      background: #444;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      }
      button:hover {
      background: #666;
      }
	  .easy-autocomplete {
		width: 100% !important;
	}
	
	.dropoff-wrap {
		display:none;
	}
	.pickUpDate, .dropOffDate{
		width: 170px;
	}
	.search-submit-inline {
		display: inline-block;
		margin-top: 8px;
	}
	.search-submit-inline button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: -6px;
    background: #bb0069;
    padding: 15px 30px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
	max-width: 360px;
	}
	div#app-search {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
 
}

input#pickUpCity {
    min-width: 240px;
	margin-bottom: 10px;
}

#app-search input{
    padding: 8px 16px;
	width: 100%;
}
#app-search select {
    padding: 10px 10px 10px 16px;
	width: 100%;
	height: 50px;
}
.easy-autocomplete-container {
	text-align: left;
}
input#location-search-toggle {
    width: 16px;
	margin-right: 8px;
}
.location-search-toggle-wrap {
    display: block;
    text-align: left;
}
.location-search-toggle-wrap label {
    color: #fff;
    margin-top: 7px;
}
.search-submit-inline.item.item-medium {
    text-align: center;
    width: 100%;
}
.dropoff-wrap {
    display: none;
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
	.item.item-large {
    width: 29%;
}
.item.item-medium {
    width: 16%;
}
.item.item-select.item-age,
.item.item-select.item-passengers{
    width: 17%;
}
}


@media screen and (max-width: 991px) {
	#app-search h2 {
    text-align: center;
	width: 100%;
	}
	.item.item-large {
    width: 100%;
}
	.item.item-medium, .item.item-small, .item.item-select.item-age, .item.item-select.item-passengers {
     width: 49%;
}
.search-submit-inline {
    margin-top: 20px; 
}
	
}
@media screen and (max-width: 480px) {
.item.item-medium, .item.item-small, .item.item-select.item-age, .item.item-select.item-passengers {
    width: 100%;
}
}
.datepicker.datepicker-dropdown {
    width: 210px;
	height: 195px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.search-submit-inline.item.item-medium {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}