.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-bottom: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, hsla(0, 0%, 100%, 0)), color-stop(93%, #fff)), url('../images/swimmer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 29%, #fff 93%), url('../images/swimmer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.about-section {
  padding: 100px;
}

.doctor-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f7f7f7;
}

.advanced-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section {
  padding: 100px;
  background-image: url('../images/landing-parallax-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  padding: 0px 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#2c3e50));
  background-image: linear-gradient(180deg, #2c3e50, #2c3e50);
}

.image {
  width: 125px;
}

.brand {
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #f7f7f7;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #3398db;
}

.phone-link {
  font-family: 'Open Sans', sans-serif;
  color: #3398db;
  font-size: 18px;
  font-weight: 600;
}

.phone-link:hover {
  color: #fff;
}

.hero-text-wrapper {
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 25px 0px;
  border-style: none;
  border-width: 5px;
  border-color: #f7f7f7;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #2c3e50;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #2c3e50;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.button-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button {
  width: auto;
  min-height: auto;
  min-width: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 25px;
  border-style: none;
  border-width: 1px;
  border-color: #00306c;
  border-radius: 10px;
  background-color: #3398db;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2c3e50;
}

.button.content {
  margin-left: 0px;
}

.paragraph {
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #2c3e50;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.heading-3 {
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #3398db;
}

.heading-3.centered {
  text-align: center;
}

.doc-text-div {
  width: 50%;
  padding: 100px 100px 100px 50px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.testimonial-text {
  font-family: 'Open Sans', sans-serif;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.column {
  padding: 24px;
}

.address {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.column-2 {
  padding: 24px;
}

.form {
  font-family: 'Open Sans', sans-serif;
}

.submit-button {
  background-color: #3398db;
  text-transform: uppercase;
}

.section {
  padding: 25px;
  background-color: #2c3e50;
}

.field-label {
  color: #f7f7f7;
  font-weight: 300;
}

.field-label-2 {
  color: #f7f7f7;
  font-weight: 300;
}

.field-label-3 {
  color: #f7f7f7;
  font-weight: 300;
}

.image-div {
  width: 50%;
  background-image: url('../images/steve-updegraff.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-slide-section {
  position: relative;
  padding: 100px;
  background-image: url('../images/h-parallax-2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  background-color: transparent;
}

.self-test-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 60%;
  max-width: none;
}

.image-4 {
  width: 400px;
  margin-left: 44px;
}

.html-embed {
  overflow: hidden;
  width: 500px;
  margin-top: 25px;
}

.copyright-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.link:hover {
  color: #3398db;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .about-section {
    padding: 50px;
  }
  .doctor-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .advanced-section {
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-section {
    padding: 50px;
  }
  .nav-link:hover {
    color: #2c3e50;
  }
  .phone-link {
    color: #f7f7f7;
  }
  .phone-link:hover {
    color: #2c3e50;
  }
  .hero-text-wrapper {
    width: 90%;
  }
  .heading {
    font-size: 60px;
    line-height: 65px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .doc-text-div {
    width: 100%;
    padding: 50px;
  }
  .testimonial-text {
    font-size: 22px;
    line-height: 30px;
  }
  .image-div {
    width: 100%;
    height: 400px;
    background-position: 50% 0%;
  }
  .testimonial-slide-section {
    padding: 50px;
  }
  .self-test-section {
    padding: 50px;
  }
  .image-3 {
    width: 90%;
  }
  .image-4 {
    width: 350px;
    margin-top: 34px;
    margin-left: 0px;
  }
  .html-embed {
    height: 300px;
  }
  .columns {
    display: block;
  }
  .icon {
    color: #f7f7f7;
  }
  .nav-menu {
    background-color: #3398db;
  }
  .image-5 {
    top: 19px;
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 550px;
    justify-content: center;
    background-image: url('../images/swimmer.jpg');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100vh;
  }
  .about-section {
    padding: 40px 30px 30px;
  }
  .advanced-section {
    padding: 30px;
  }
  .contact-section {
    padding: 30px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brand.w--current {
    padding-left: 0px;
  }
  .nav-link:hover {
    color: #2c3e50;
  }
  .phone-link {
    color: #f7f7f7;
  }
  .phone-link:hover {
    color: #2c3e50;
  }
  .hero-text-wrapper {
    width: 100%;
    padding: 3px;
    background-color: #fff;
  }
  .heading {
    margin-bottom: 7px;
    font-size: 50px;
  }
  .heading-2 {
    margin-top: 3px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .button-div {
    bottom: -34px;
    -webkit-box-orient: vertical;
    position: initial;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button {
    min-width: auto;
    margin-bottom: 6px;
    padding: 10px 25px;
  }
  .doc-text-div {
    padding: 30px;
  }
  .div-block {
    width: 90%;
  }
  .testimonial-text {
    font-size: 16px;
    line-height: 20px;
  }
  .testimonial-slide-section {
    padding: 9px;
  }
  .self-test-section {
    padding: 30px;
  }
  .image-4 {
    width: 250px;
  }
  .copyright-text {
    line-height: 14px;
  }
  .nav-menu {
    left: auto;
    top: 60px;
    right: 0%;
    bottom: auto;
    width: 60%;
    background-color: rgba(51, 152, 219, 0.94);
  }
  .icon-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
  }
  .icon-3 {
    font-size: 20px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-top: 7px;
    background-size: 450px;
  }
  .about-section {
    padding: 60px 25px 25px;
  }
  .advanced-section {
    padding: 25px;
  }
  .contact-section {
    padding: 20px;
  }
  .image {
    width: 100px;
  }
  .brand {
    padding-left: 0px;
  }
  .hero-text-wrapper {
    padding-top: 10px;
    padding-right: 9px;
    padding-left: 9px;
  }
  .heading {
    font-size: 40px;
    line-height: 42px;
  }
  .heading-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .button-div {
    bottom: -42px;
  }
  .button.content {
    width: 100%;
  }
  .paragraph {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .heading-3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .doc-text-div {
    padding: 25px;
  }
  .div-block {
    margin-top: 10px;
    padding: 10px;
  }
  .testimonial-text {
    font-size: 18px;
    line-height: 22px;
  }
  .column-2, .column {
    margin-top: 20px;
    padding: 0px;
  }
  .image-div {
    height: 250px;
  }
  .testimonial-slide-section {
    height: auto;
  }
  .slider {
    height: 400px;
  }
  .self-test-section {
    padding: 20px;
  }
  .image-4 {
    width: 225px;
    margin-top: 15px;
  }
  .html-embed {
    width: 275px;
  }
  .image-5 {
    display: none;
  }
}

