.lipo_list li {
  display: flex;
  align-items: center;
}
.lipo_list li span {
  width: 100%;
}
.lipo_list li .btn {
  margin-left: 0.5rem;
  padding: 8px 12px 10px;
  color: white;
  white-space: nowrap;
}
.lipo_list li .btn::after {
  display: none;
}

.enjoy_list .card div .show {
  position: relative;
}
.enjoy_list .card div .show .more_dis {
  color: #ffffff;
}

#dropdownContent2 {
  display: none;
  position: absolute;
  right: 0;
  margin: 44px 0 0 0;
  padding: 0.625rem 1.25rem;
  width: 374px;
  background: white;
  border-radius: 16px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#dropdownContent2.mt-n-118 {
  margin-top: -118px;
}
#dropdownContent2 .close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
  background-color: black;
  border: 1px solid black;
  border-radius: 15px;
  z-index: 1;
}
#dropdownContent2 .card {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 0.625rem 0;
  width: 100%;
  height: auto;
  min-height: auto;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #DCDCDC;
  border-radius: 0;
}
#dropdownContent2 .card:nth-child(even) {
  margin-left: 0;
}
#dropdownContent2 .card:last-child {
  border-width: 0;
}
#dropdownContent2 .card-header {
  flex: 0 0 auto;
  display: block;
  padding: 0;
  width: 150px;
  background: transparent;
}
#dropdownContent2 .card-img {
  position: relative;
  width: 150px;
}
#dropdownContent2 .card-img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
#dropdownContent2 .card-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#dropdownContent2 .card-body {
  flex-grow: 1;
  display: block;
  padding: 0 0 0 8px;
  background: transparent;
}
#dropdownContent2 .card-title {
  display: block;
  padding: 0;
  text-align: left;
  color: black;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
}

.group_tours .tour .mb-2 {
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=home.css.map */