.card{
  width: 400px;
  margin-bottom: 20px;
  background-color: #2EADA2 !important;
  border-radius: 0 !important;
  border: none !important;
}

.card .card-header{
  background-color: #88DFD7 !important;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.card .card-header i{
  font-size: 24px;
}

.card-body{
  color: #fff;
}

.hotline{
  background: #fff;
  color: #000;
}

.search-btn{
  display: block;
  width: 210px;
	height: 34px;
  line-height: 34px;
	border-radius: 5px;
	border: solid 1px #ffffff;
  text-align: center;
  margin: 0 auto;
}

.booking-tips{
  margin-bottom: 30px;
}