h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #b59830;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #daecf3;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  display: flex;
  height: 100vh;
  padding: 100px 40px;
  align-items: center;
  background-image: url('../images/Woman-having-fun-on-beach.jpg');
  background-position: 0% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-wrapper-div {
  display: flex;
  width: 55%;
  flex-direction: column;
  align-items: flex-start;
}

.button-div {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

.button {
  padding: 15px 20px;
  background-color: #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.button:hover {
  background-color: #b59830;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.07);
}

.brand {
  width: 275px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.nav-link {
  color: #000;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #b59830;
}

.nav-link.w--current {
  color: #01465e;
}

.schedule-button {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.schedule-button:hover {
  background-color: #b59830;
}

.schedule-button.margin {
  margin-right: 10px;
}

.schedule-button.margin:hover {
  background-color: #b59830;
}

.schedule-button.hover-outline {
  border: 1px solid #000;
}

.schedule-button.hover-outline:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.self-test-button {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/self-test-icon-white_1self-test-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.self-test-button:hover {
  background-color: #b59830;
}

.self-test-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.self-test-wrapper-div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.big-self-test-text {
  margin-bottom: 50px;
  color: #333;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
}

.image {
  width: 100%;
  max-width: 1280px;
}

.what-is-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(153deg, #000, #b59830);
}

.what-is-wrapper-div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.text-48 {
  display: flex;
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.white {
  color: #fff;
  text-align: left;
}

.par-white {
  color: #fff;
}

.photo-48 {
  overflow: hidden;
  width: 48%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left {
  text-align: left;
}

.about-us-section {
  display: flex;
  min-height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.7%, 0.9), hsla(0, 0%, 94.7%, 0.9)), url('../images/circleONLY.png');
  background-position: 0px 0px, -10% 0%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.about-us-wrapper-div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: flex-start;
}

.doctors-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.doc-wraper-div {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.doc-photo-wrap {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: flex;
  overflow: hidden;
  width: 25%;
  max-height: none;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.doc-photo-wrap.mobile-barratt {
  display: none;
}

.doc-text {
  display: flex;
  width: 73%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.left-white {
  color: #fff;
  font-size: 2em;
  text-align: left;
}

.image-3 {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.cost-section {
  display: flex;
  min-height: 75vh;
  padding: 100px 5%;
  justify-content: flex-end;
  align-items: center;
  background-image: url('../images/Happy-young-woman-on-phone.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cost-text-div {
  display: flex;
  width: 45%;
  padding: 25px;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.65);
}

.left-white-2 {
  color: #fff;
  font-size: 2.5em;
  text-align: left;
}

.location-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(131deg, #000, #b59830);
  font-size: 1em;
  line-height: 1.2em;
}

.location-wrapper-div {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.white-center {
  color: #fff;
  text-align: center;
}

.location-holder {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.location-div {
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.location-icon {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}

.address-text {
  color: #fff;
  text-align: center;
}

.footer-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper-div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.footer-div-30 {
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
}

.brand-2 {
  max-width: 300px;
  margin-bottom: 30px;
}

.footer-text {
  margin-bottom: 10px;
}

.link {
  color: #b59830;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.footer-phone {
  margin-bottom: 20px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #b59830;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
}

.footer-phone:hover {
  background-color: #b59830;
  color: #fff;
}

.footer-form-div-65 {
  width: 65%;
}

.mobile-hero-img {
  display: none;
}

.mobile-buttons {
  display: none;
  align-items: center;
}

.mobile-schedule {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-schedule:hover {
  background-color: #007ca5;
}

.mobile-self-test {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/self-test-icon-white_1self-test-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-self-test:hover {
  background-color: #007ca5;
}

.doc-bio-wrapper {
  display: flex;
  min-height: 400px;
  margin-top: 50px;
  padding: 20px;
  justify-content: space-between;
  background-color: #b59830;
  background-image: linear-gradient(148deg, rgba(0, 0, 0, 0.55), transparent);
}

.doc-text-left {
  display: flex;
  width: 73%;
  padding: 20px 0px 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.doc-photo-wrap-barratt {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: flex;
  overflow: hidden;
  width: 25%;
  max-height: none;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  font-size: 4em;
}

.heading-2 {
  color: #fff;
}

.image-5 {
  max-height: 75px;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 40% 50%;
  object-position: 40% 50%;
}

.image-7 {
  max-height: 60px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    height: 800px;
    padding-top: 200px;
    padding-right: 30px;
    padding-left: 30px;
    align-items: flex-start;
    background-position: 40% 50%;
    background-attachment: scroll;
  }

  .hero-wrapper-div {
    width: 70%;
  }

  .button-div {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .schedule-button.margin {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .what-is-wrapper-div {
    flex-direction: column;
  }

  .text-48 {
    width: 100%;
  }

  .photo-48 {
    width: 100%;
    margin-top: 20px;
  }

  .about-us-section {
    background-image: linear-gradient(180deg, null, null), url('../images/big-icon.png');
    background-position: 0px 0px, 50% 50%;
  }

  .doc-photo-wrap {
    position: static;
    width: 40%;
    margin-bottom: 20px;
    padding: 0px;
  }

  .doc-photo-wrap.mobile-barratt {
    display: flex;
    padding: 0px;
  }

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

  .cost-section {
    min-height: 0px;
    padding: 0px;
  }

  .cost-text-div {
    width: auto;
    padding: 100px 5%;
    background-color: #b59830;
  }

  .location-div {
    width: 32%;
  }

  .footer-wrapper-div {
    flex-direction: column;
  }

  .footer-div-30 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-form-div-65 {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon {
    color: #b59830;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .mobile-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .doc-bio-wrapper {
    padding: 20px;
    flex-direction: column;
  }

  .doc-text-left {
    width: 100%;
    padding: 0%;
  }

  .doc-photo-wrap-barratt {
    position: static;
    display: none;
    width: 40%;
    margin-bottom: 20px;
  }

  .heading {
    font-size: 3.5em;
    line-height: 1.1em;
  }

  .image-5 {
    max-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .hero {
    height: 500px;
    padding: 125px 20px 75px;
    background-position: 50% 50%;
  }

  .hero-wrapper-div {
    width: 60%;
  }

  .brand {
    width: 250px;
  }

  .self-test-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .big-self-test-text {
    margin-bottom: 25px;
    font-size: 1.2em;
  }

  .what-is-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .white {
    margin-bottom: 20px;
  }

  .left {
    margin-bottom: 20px;
  }

  .about-us-section {
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .doctors-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .doc-photo-wrap {
    width: 35%;
  }

  .doc-text {
    width: 100%;
    padding: 0%;
  }

  .left-white {
    margin-bottom: 20px;
  }

  .cost-text-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .left-white-2 {
    margin-bottom: 20px;
    font-size: 2em;
  }

  .location-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-holder {
    margin-top: 0px;
    flex-direction: column;
  }

  .location-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-section {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: flex;
    align-items: stretch;
  }

  .mobile-schedule {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-schedule:hover {
    background-color: #b59830;
  }

  .mobile-self-test {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-self-test:hover {
    background-color: #b59830;
  }

  .doc-text-left {
    width: 100%;
    padding: 0%;
  }

  .doc-photo-wrap-barratt {
    width: 35%;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 2.5em;
  }

  .image-5 {
    max-height: 50px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 1.8em;
  }

  .heading-4 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: #fff;
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.2em;
  }

  .hero {
    height: auto;
    margin-top: 25px;
    padding: 0px;
    flex-direction: column;
    align-items: flex-end;
    background-position: 100% 100%;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px;
    background-color: #b59830;
    background-image: linear-gradient(158deg, rgba(0, 0, 0, 0.7), transparent);
  }

  .brand {
    width: 200px;
  }

  .schedule-button {
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
    text-align: center;
  }

  .schedule-button.margin {
    margin-bottom: 5px;
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
  }

  .self-test-button {
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
    text-align: center;
  }

  .about-us-section {
    background-image: linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .doc-photo-wrap {
    width: 100%;
  }

  .left-white {
    font-size: 1.5em;
  }

  .left-white-2 {
    font-size: 1.8em;
  }

  .footer-section {
    padding-bottom: 125px;
  }

  .menu-button {
    padding: 13px;
  }

  .mobile-hero-img {
    display: block;
    -o-object-position: 100% 0%;
    object-position: 100% 0%;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    align-items: stretch;
  }

  .mobile-schedule {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #b59830;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-schedule:hover {
    background-color: #fff;
    color: #b59830;
  }

  .mobile-self-test {
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .doc-photo-wrap-barratt {
    width: 100%;
  }

  .heading {
    font-size: 2em;
    letter-spacing: 1px;
  }
}

