body {
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  background-color: #e7ebed;
}
h1,
h2,
h3,
h4,
h5 {
  color: #34498e;
  font-weight: 700;
}
.btn {
  background-color: #34498e;
  color: white;
}
.homeopath_testimonial {
  color: #212529;
  display: block;
}
.homeopath_testimonial span {
  color: grey;
  display: block;
}
.container .row .box .box-inner {
  background-color: #e7ebed;
  padding: 15px;
}
#category-list {
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
}
.box {
  margin-bottom: 1em;
  border-radius: 3px;
}
.box-inner {
  border-radius: 5px;
}
.feature-box {
  border: 1px solid grey;
  border-radius: 5px;
  padding: 10px;
}
.lead-para {
  margin-top: 1em;
  font-size: 1.5em;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.email_address {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  border: 1px solid #ddd;
  margin: 0;
  font-size: 0.9em;
}

.fade-out {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 -300px 200px -200px #e9ecef inset;
}

.testimonial_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
}
.testimonial_grid > div {
  background: #ede7f6;
  padding: 1.5rem;
  border-radius: 1rem;
}
.testimonial_container {
  margin: 2rem;
  font: 12px system-ui;
}
.alert-success {
  color: #f8f9fa;
  background-color: #007bff;
  border-color: #c3e6cb;
}
