.marg-bottom-30 {
  margin-bottom: 30px; }

.left {
  float: left; }

.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial; }

.txt-center {
  text-align: center; }

.header {
  background: url(../img/head-bk.jpg) no-repeat;
  background-position: center -200px;
  background-size: cover;
  align-items: center;
  height: 800px;
  display: flex;
  background-color: #254da4; }
  .header h1 {
    text-indent: -999999px; }
  .header .logo-wrapper {
    width: 35%;
    margin: auto; }
  @media screen and (max-width: 1520px) {
    .header {
      background-position: center center; } }
  @media screen and (max-width: 1024px) {
    .header {
      height: 600px; }
      .header .logo-wrapper {
        width: 40%;
        margin: auto; } }
  @media screen and (max-width: 1024px) and (max-width: 800px) {
    .header {
      height: 400px; }
      .header .logo-wrapper {
        width: 60%;
        margin: auto; } }
  @media screen and (max-width: 1024px) and (max-width: 600px) {
    .header .logo-wrapper {
      width: 80%;
      margin: auto; } }

.book-appointment {
  background-color: #000;
  color: #fff;
  padding: 20px; }
  .book-appointment a {
    color: #fff; }
    .book-appointment a:hover {
      color: #254da4; }
  .book-appointment .book {
    text-transform: uppercase; }
  .book-appointment p {
    display: inline; }
  .book-appointment p:nth-child(2), .book-appointment p:nth-child(3) {
    margin-left: 30px; }

.intro {
  padding: 70px 20px; }
  .intro p {
    font-size: 1.25rem; }

.services_products h4 {
  padding-top: 10px; }
.services_products li {
  list-style: none;
  list-style-position: inside; }
  .services_products li::after {
    content: "";
    background-color: #979797;
    height: 1px;
    width: 100%;
    display: block;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px; }

hr.thick {
  border: 0;
  height: 2px;
  background: #333; }

.footer-wrapper {
  background: url(../img/wood.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }

.footer {
  text-align: left;
  padding-bottom: 100px;
  padding-top: 50px;
  margin-top: 100px;
  color: #fff; }

.border {
  border-left: 2px solid red; }

.block-1 {
  background-color: red; }

.block-2 {
  background-color: green; }

button {
  background-color: #fff;
  padding: 12px 20px 12px 20px;
  border-radius: 3px;
  margin-right: 18px; }
  button a {
    color: #000; }
  button:hover {
    background-color: #000000; }
    button:hover a {
      color: #fff; }

#mc_embed_signup {
  background: rgba(255, 255, 255, 0);
  display: inline-block; }

.footer-wrapper #mc_embed_signup .button {
  background-color: #fff;
  padding: 12px 20px 12px 20px;
  border-radius: 3px;
  margin: 0 18px 0 0;
  color: #000; }
  .footer-wrapper #mc_embed_signup .button:hover {
    background-color: #000000;
    color: #fff; }
.footer-wrapper #mc_embed_signup .email-field {
  background-color: #000;
  border-radius: 3px;
  height: 40px;
  border: none;
  padding: 20px; }

@media (max-width: 1040px) {
  #mc_embed_signup {
    margin-top: 30px; } }

@media (max-width: 704px) {
  .footer-wrapper button {
    margin-top: 20px; } }

@media (max-width: 639px) {
  .footer-wrapper p {
    margin-top: 20px; } }

.footer-wrapper p a {
  color: #fff; }
