.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.member-search h1 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.2125rem;
  text-transform: uppercase;
  text-align: center;
}
.searchBox {
  background: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
  border-radius: 50px;
  border: 1px solid rgba(109, 200, 190, 0.7);
}
.searchBox input {
  padding: 1rem;
  width: 90%;
  border-radius: 50px;
  border: 0;
  outline: none;
}
.searchBox span {
  background: #007f3d;
  color: #fff;
  height: 100%;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.5rem;
  margin: 0.1225rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-menu li a:before {
  content: "|";
  padding-right: 0.2em;
}
.btn-explore,
.btn-explore:hover {
  color: #fff;
  background: #616161;
  border-radius: 50px;
}
.border {
  border: 1px solid #dee2e6 !important;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.search-list-item{
    padding: 20px 0px;
}
.search-list-item h1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #73bf43;
  line-height: 0 !important;
}
.search-list-item h5 {
    margin-top: 10px;
  font-size: 12px;
  font-weight: 700;

}
.search-list-item img {
    width: 100px;
    border: 1px solid #ccc;
}
a {
  color: #73bf43;
  text-decoration: none !important;
  background-color: transparent;
}
.col-lg-6 {
  text-align: left;
}

.search-list-item h4 a {
  color: #000;
  font-weight: 800;
  line-height: normal;
  font-size: 20px;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.search-list-item small {
  font-size: 14px;
  font-weight: 700;
  color: #999;
}
.search-list-item p {
  font-size: 14px;
  color: #000;
  line-height: normal
}
.btn-outline-explore,
.btn-outline-explore:hover {
  color: #ed1c24;
  border: 2px solid #ed1c24;
  border-radius: 50px;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
/* card */
.card-body {
  width: 100%;
}
