html,
body,
div,
h1,
h2,
h3,
h4,
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.mobile-only {
  display: none;
}

body {
  background: #fff;
  position: relative;
}

.serif {
  font-family: "Quattrocento", serif;
}

header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
  background: #fff;
  z-index: 3;
}

#header-right {
  float: right;
  color: #195445;
  margin-top: 8px;
}

#header-right span {
  float: right;
  font-size: 21px;
  line-height: 35px;
}

#stripe {
  background-color: #9bcacc;
  color: #fff;
  padding: 5px;
}

#stripe div {
  width: 85%;
  margin: auto;
}

#stripe div i {
  font-size: 14px;
  margin: 0 5px;
}

#stripe a {
  color: #fff;
}

#stripe span {
  float: right;
}

#header-inner {
  padding: 7px 0 0 0;
  margin: auto;
  width: 85%;
}

#logo {
  float: left;
  width: 120px;
}

#logo_text {
  float: left;
  color: #195445;
  margin: 0 0 0 10px;
}

#logo_text h1 {
  margin: 0;
  padding: 0;
  color: #195445;
  font-weight: normal;
  font-size: 35px;
}

#logo_text h2 {
  font-size: 16px;
  font-weight: normal;
}

#header-center {
  float: left;
  margin-left: 24px;
}

header h1 {
  font-size: 24px;
  color: #3e454c;
  margin-top: 8px;
}

header ul {
  list-style: none;
  padding-left: 0;
  margin: 22px 0 0 0;
  width: 520px;
  float: right;
  font-size: 15px;
}

header li {
  margin-left: 25px;
  float: left;
}

header li a {
  text-decoration: none;
  color: #6d7993;
}

header li a:hover {
  color: #999;
}

#contact {
  float: right;
  text-align: right;
  margin-top: -32px;
}

.phone {
  font-size: 32px;
  color: #776c73;
  line-height: 42px;
}

#slider {
  width: 100%;
  margin-top: 80px;
  background-position: center 55%;
  border-bottom: 1px solid #6d7993;
  background-size: 100%;
  height: 385px;
}

#slider h2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  padding: 85px 0 0 0;
  letter-spacing: 5px;
  font-size: 30px;
  line-height: 65px;
}

#slider a {
  padding: 8px 27px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  color: #0a4939;
  border: none;
  border-radius: 3px;
}

#slider-block {
  background-color: #fff;
  width: 265px;
  padding: 30px 35px;
  position: relative;
}

#slider-filter {
  z-index: 1;
  background-color: #15653c;
  opacity: 0.6;
  width: 100%;
  position: absolute;
  height: 385px;
}

#slider-block h2 {
  margin-bottom: 10px;
  text-align: center;
}

#slider-block h3 {
  text-align: center;
}

#slider-block ul {
  padding: 0px;
  margin-bottom: 0;
}

#slider-block li {
  list-style: none;
  padding: 0px 0px 4px 0;
}

#slider-block span {
  display: inline-block;
  width: 115px;
}

.main {
  clear: both;
}

.main .inner {
  width: 85%;
  max-width: 1100px;
  margin: auto;
}

.main p,
.main h2,
#slider-inner {
  width: 85%;
  margin: auto;
}

.main h2 {
  padding: 15px 0;
  font-family: "Quattrocento", serif;
  text-align: center;
  color: #195445;
}

.main p {
  padding: 15px 0;
  font-size: 18px;
  color: #5a5a5a;
}

.grey {
  background-color: #ebebeb;
}

.section {
  padding: 30px 0;
}

.bg-grey1 {
  background-color: #e8ebf5;
}

.bg-grey2 {
  background-color: #eeeeee;
}

.bg-grey3 {
  background-color: #e2e2e2;
}

a {
  text-decoration: none;
  color: #195445;
  transition: color 0.3s ease;
}

a:hover {
  color: #247f68;
}

img.left {
  float: left;
  width: 500px;
  margin: 0 40px 20px 0;
}

img.right {
  float: left;
  width: 500px;
  margin: 0 0 20px 20px;
}

#footer {
  background-color: #353535;
  color: #fff;
  padding: 30px 7.5%;
}

h3.location {
  background-color: #006241;
  color: #fff;
  width: 100%;
  padding: 16px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  clear: both;
  box-sizing: border-box;
}

.main {
  padding: 50px 0;
}

.main .column {
  float: left;
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

.hours h3 {
  background-color: #b7b7b7;
  color: #0a4939;
  padding: 7px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.hours ul {
  padding: 0px;
  margin-bottom: 0;
  color: #0a4939;
}

.hours li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px #ccc solid;
}

.hours .time {
  float: right;
}

.contact {
  background-color: #00754a;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
  color: #fff;
  padding: 20px;
  text-align: center;
}

.contact h4 {
  padding: 17px;
  font-weight: normal;
  font-size: 15px;
}

.services {
  text-align: center;
}

.services h5 {
  color: #195445;
  font-weight: normal;
  font-size: 26px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.services h4 {
  color: #195445;
  font-size: 33px;
  padding: 5px 0 40px 0;
  text-align: center;
}

.service {
  clear: both;
  margin: 0 0 40px 0;
}

.service img {
  width: 65px;
  float: left;
  margin-right: 15px;
}

.service h5 {
  color: #47d5ac;
  font-size: 24px;
  text-align: left;
  padding: 0;
  margin: 0 0 5px;
}

.doctors h5 {
  color: #47d5ac;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 10px 0;
  font-weight: bold;
  letter-spacing: 2px;
}

.service p {
  font-size: 12px;
  text-align: left;
  padding: 0;
}

.docs {
  text-align: center;
}

.docs h4 {
  color: #195445;
  font-size: 18px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 31px;
}

.docs p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 19px;
}

.docs img {
  width: 70%;
}

.docs a {
  background-color: #75e1c2;
  color: #fff;
  padding: 8px 27px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
}

p.copy {
  font-size: 16px;
  text-align: left;
  padding: 0;
  line-height: 33px;
  margin: 0 0 0 50px;
}

#slider.short #slider-filter {
  height: 225px;
}

#slider.short {
  height: 225px;
  background-size: 100%;
}

.column.third {
  width: 33.33%;
}

.column.third img {
  width: 100%;
}

h2.section-header {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4px;
}

.brands .column.third {
  height: 176px;
  line-height: 230px;
  display: inline-block;
  vertical-align: middle;
}

.brands .column.third img {
  vertical-align: middle;
}

.inner.brands {
  padding-bottom: 25px;
}

.section-header.services img {
  width: 50px;
  vertical-align: middle;
  margin: 0 15px 0px;
}

.section-header.services span {
  white-space: nowrap;
}

.main.services {
  padding: 25px;
}

h3.services {
  letter-spacing: 2px;
  margin: 0 0 15px;
}

.hamburger--3dy {
  background: none;
  border: none;
  float: right;
  outline: none;
  margin-top: 20px;
  display: none;
}

@media only screen and (max-width: 900px) {
  .hamburger--3dy {
    display: block;
  }

  .main .inner {
    width: 95%;
  }

  #slider h2 {
    font-size: 25px;
  }

  .docs img {
    width: 100%;
    margin-top: 30px;
  }

  .contact {
    margin-top: 30px;
  }

  nav {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 275px;
    left: 100%;
    top: 80px;
    bottom: 0;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.26);
    transition: 0.2s all;
  }

  nav ul {
    margin: 0;
    width: auto;
    float: none;
  }

  nav li {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    margin: 0;
  }

  nav.active {
    left: 0;
  }

  .main .column {
    width: 100%;
  }

  #header-right,
  #footer-address {
    display: none;
  }

  #slider {
    background-size: auto 114%;
  }

  #slider-block {
    width: 240px;
    margin: auto;
    opacity: 0.8;
    font-size: 14px;
  }

  #footer {
    text-align: center;
  }

  img.left {
    width: 100%;
  }

  .mobile-only {
    display: block;
  }

  #logo_text {
    margin-top: 4px;
  }

  #logo_text h1 {
    font-size: 32px;
  }

  #logo_text h2 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 440px) {
  #slider,
  #slider-filter {
    height: 340px;
  }

  .main .inner {
    width: 100%;
  }

  #slider h2 {
    font-size: 16px;
    line-height: 48px;
  }

  #logo {
    width: 70px;
    margin-top: 12px;
  }

  .section-header.services span {
    white-space: normal;
    font-size: 16px;
    display: block;
    line-height: 30px;
  }

  h3.services {
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 15px;
    padding: 0 15px;
  }

  #logo_text {
    margin-top: 4px;
  }

  #logo_text {
    margin-top: 8px;
    margin-right: 8px;
  }

  #logo_text h1 {
    font-size: 26px;
  }

  #logo_text h2 {
    font-size: 12px;
  }

  #slider-block {
    width: 100%;
  }

  #slider {
    padding: 0;
  }

  #slider-inner {
    margin: 0;
  }
}

@media only screen and (max-width: 360px) {
  #logo {
    width: 50px;
    margin-top: 18px;
  }
}
