.home-section-about-us .widget_sow-editor > div h2, .home-section-about-us .widget_sow-editor > div h5 {
  color: #81d742;
}
.home-providers .widget_sow-editor h2,
.btn-red
{
  color: #1e73be;
}

.home-appointment-form form input[type="submit"] {
  background: #1e73be;
}
.bottom-menu {
  text-align: center;
}
.bottom-menu ul {
  display: inline-block;
  padding: 0 32px !important;
  margin: 0 0 30px;
}
.bottom-menu ul li {
  float: left;
}
.bottom-menu ul li a {
  text-transform: uppercase;
  padding: 20px 7px !important;
  display: block;
}
.bottom-menu ul.sub-menu {
  display: none;
}
.home-sample-page h1 {
  color: #81d742;
  font-family: "Montserrat";
  margin-top: 0;
}
.home-appointment-form h2 {
  color: #81d742;
  font-family: "Montserrat";
}

@media (max-width: 768px) {
  .home-providers {
    background-position: -600px center;
    padding: 230px 0 0;
  }

  .home-section-about-us {
    background-position: -400px top;
    height: 850px;
  }
}