
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  
  color: #333;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  margin-top:10px;
   border:1px solid #575757;
   border-radius:10px;
   height:45px;
}
.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 0.6em 0.6em 0.6em 1em;
  border-radius:10px;
  cursor: pointer;
  font-size:16px;
}
.select .placeholder:hover {
  background: #34383c;
}
.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.select.select--white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 20;
  border-radius:10px;
  border:1px solid #ddd;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 1em 0.8em;
  color: #555;
  cursor: pointer;
  font-size:16px;
}
.select ul li:hover {
  background: #009CFF;
  color: #fff;
}

















.select_rent_type {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  
  color: #333;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  margin-top:10px;
   border:1px solid #575757;
   border-radius:10px;
   height:45px;
}
.select_rent_type .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 0.6em 0.6em 0.6em 1em;
  border-radius:10px;
  cursor: pointer;
  font-size:16px;
}
.select_rent_type .placeholder:hover {
  background: #34383c;
}
.select_rent_type .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select_rent_type.is-open .placeholder:after {
  content: '\f077';
}
.select_rent_type.is-open ul {
  display: block;
}
.select_rent_type.select_rent_type--white .placeholder {
  background: #fff;
  color: #999;
}
.select_rent_type.select_rent_type--white .placeholder:hover {
  background: #fafafa;
}
.select_rent_type ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 20;
  border-radius:10px;
  border:1px solid #ddd;

}
.select_rent_type ul li {
  display: block;
  text-align: left;
  padding: 0.6em 1em 0.6em 1em;
  color: #555;
  cursor: pointer;
  font-size:14px;
}
.select_rent_type ul li:hover {
  background: #009CFF;
  color: #fff;
}











.select_stime {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  
  color: #333;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  margin-top:10px;
   
   border-radius:10px;
   height:45px;
}
.select_stime .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 0.6em 0.6em 0.6em 1em;
  border-radius:10px;
  cursor: pointer;
  font-size:15px;
}
.select_stime .placeholder:hover {
  background: #34383c;
}
.select_stime .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select_stime.is-open .placeholder:after {
  content: '\f077';
}
.select_stime.is-open ul {
  display: block;
}
.select_stime.select_stime--white .placeholder {
  background: #fff;
  color: #999;
}
.select_stime.select_stime--white .placeholder:hover {
  background: #fafafa;
}
.select_stime ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y:scroll;
  overflow-x:hidden;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  border-radius:10px;
  border:1px solid #ddd;
  height:270px;
  margin-top:-6px;
}
.select_stime ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 1em 0.8em;
  color: #555;
  cursor: pointer;
  font-size:14px;
}
.select_stime ul li:hover {
  background: #009CFF;
  color: #fff;
}






.select_etime {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  
  color: #333;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  margin-top:10px;
   
   border-radius:10px;
   height:45px;
}
.select_etime .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 0.6em 0.6em 0.6em 1em;
  border-radius:10px;
  cursor: pointer;
  font-size:15px;
}
.select_etime .placeholder:hover {
  background: #34383c;
}
.select_etime .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select_etime.is-open .placeholder:after {
  content: '\f077';
}
.select_etime.is-open ul {
  display: block;
}
.select_etime.select_etime--white .placeholder {
  background: #fff;
  color: #999;
}
.select_etime.select_etime--white .placeholder:hover {
  background: #fafafa;
}
.select_etime ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y:scroll;
  overflow-x:hidden;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  border-radius:10px;
  border:1px solid #ddd;
  height:270px;
  margin-top:-6px;
}
.select_etime ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 1em 0.8em;
  color: #555;
  cursor: pointer;
  font-size:14px;
}
.select_etime ul li:hover {
  background: #009CFF;
  color: #fff;
}