.etl-container {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.etl-container .etl-wrapper {
  width: 50%;
  margin: auto;
}
.text-center {
  text-align: center;
}
.etl_cost {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  padding: 5px 12px;
  text-align: center;
  border-radius: 10px;
  min-width: 80px;
}
.etl_distance {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.etl-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.etl-container input[type="text"] {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  margin: 10px 0 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5;
}

.etl-container .search_input {
  font-size: 18px;
}

.btn_search {
  background-color: #e1e1e1;
  color: rgba(0, 0, 0, 0.9);
  border: none;
  padding: 10px 60px;
  font-size: 20px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
}

.search-page-title {
  font-size: 24px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* listing detail page ui  */
.etl-listing-container {
  width: 100%;
  min-height: 100vh;
  padding: 20px 50px;
  box-sizing: border-box;
  background-color: #fafafa;

  /* padding: 20px 60px; */
}

.etl-listing-container .etl-listing-wrapper {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
  border-radius: 10px;
  background-color: white;
  margin: 20px 0;
}

.etl-listing-container .buisness_name {
  font-size: 24px;
  font-weight: bold;
}

.etl-listing-container .etl-listing-wrapper p {
  margin: 0;
  padding: 0;
}

.etl-listing-container .etl-listing-wrapper .dashicons {
  margin-top: 5px;
  margin-right: 5px;
}

/* p */
