body {
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  background-color: #e7ebed;
}
h1,
h2,
h3,
h4,
h5 {
  color: #000000d4;
  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;
  line-height: 2;
  margin-top: 20px;
}
.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;
}
@media (min-width: 798px) {
  .custom-nav-container {
    width: 50%;
  }
}

@media (max-width: 797px) {
  .custom-nav-container {
    width: 50px;
  }
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-weight: 800;
}
@media (min-width: 991px) {
  .bg-light {
    background-color: #000000 !important;
  }
}

@media (max-width: 990px) {
  .bg-light {
    background-color: #ffffff !important;
  }
}
@media (min-width: 991px) {
  .navbar-light .navbar-nav .nav-link:hover {
    color: white;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.712);
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: white;
  }
}

@media (max-width: 990px) {
  .navbar-light .navbar-nav .nav-link:hover {
    color: darkslategrey;
  }
  .navbar-light .navbar-nav .nav-link {
    color: grey;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: black;
  }
}
@media (min-width: 991px) {
  .navbar-wrapper {
    background-color: black;
  }
}

@media (max-width: 990px) {
  .navbar-wrapper {
    background-color: white;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
#container-jax {
  display: flex;
  padding: 30px;
}

.item1,
.item2 {
  flex-grow: 1; /* Equal flex distribution initially */
}
.item2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
}

/* Desktop layout */
@media (min-width: 768px) {
  #container-jax {
    flex-direction: row;
  }

  .item1 {
    flex-basis: 33.33%; /* 1 third of the width */
    flex-grow: 0;
  }

  .item2 {
    flex-basis: 66.66%; /* 2 thirds of the width */
    flex-grow: 0;
    font-size: 20px;
    padding: 20px;
    border: solid 1px grey;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 5px;
  }
}

/* Mobile layout */
@media (max-width: 767px) {
  #container-jax {
    flex-direction: column;
  }

  .item1 {
    flex-grow: 1; /* Equal distribution */
    flex-basis: auto; /* Reset flex-basis to auto for equal distribution */
  }
  .item2 {
    flex-grow: 1; /* Equal distribution */
    flex-basis: auto; /* Reset flex-basis to auto for equal distribution */
    border: 1px solid grey;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    font-size: 20px;
  }
}
.jeeves-list-item {
  color: black;
  cursor: pointer;
}
.jeeves-list-item:hover {
  color: blue;
  cursor: pointer;
}

/* leaflet */
.container-jax-leaflet {
  display: flex;
}

.leaflet1 {
  flex-grow: 1; /* Equal flex distribution initially */
}

/* Desktop layout */
@media (min-width: 768px) {
  .container-jax-leaflet {
    flex-direction: row;
    padding: 30px;
  }

  .leaflet1 {
    flex-basis: 50%; /* 1 third of the width */
    flex-grow: 0;
  }
}
.header-contact-line {
  display: flex;
  background-color: black;
  color: white;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-around;
  align-content: stretch;
}

@media (max-width: 499px) {
  .header-contact-line {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 500px) {
  .header-contact-line {
    flex-direction: row;
    align-items: baseline;
  }
}

.firstPara {
  font-size: 20px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
