body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.brand {
  width: 14%;
  margin-top: 1px;
  padding-bottom: 5px;
}

.lownav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.nav-link {
  max-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px none #fff;
}

.dropdown-toggle {
  max-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #949699;
}

.dropdown-link {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #a6d4f3;
  color: #000;
  font-weight: 400;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), to(rgba(0, 0, 0, 0.69))), url('https://cdn-12c7.kxcdn.com/images/tricountyeyeinstitute_com/Riverside.jpg');
  background-image: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.69)), url('https://cdn-12c7.kxcdn.com/images/tricountyeyeinstitute_com/Riverside.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 25px;
  -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;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 85px;
  line-height: 85px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}

.button-section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 15px;
  -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: #a6d4f3;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-div:hover {
  background-color: #000;
  color: #fff;
}

.body {
  background-color: transparent;
}

.link {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.age-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.age-image {
  position: relative;
  display: block;
  height: auto;
  min-height: 250px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://cdn-12c7.kxcdn.com/images/tricountyeyeinstitute_com/dryeye.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.age-image._50 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/tricountyeyeinstitute_com/4050.jpg');
}

.age-image._70 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/tricountyeyeinstitute_com/seniorcouple.jpg');
  background-position: 50% 25%;
}

.age-image.down {
  background-position: 50% 20%;
}

.age-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  min-height: 200px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  -webkit-transition: background-color 650ms ease;
  transition: background-color 650ms ease;
  text-decoration: none;
  cursor: pointer;
}

.age-block:hover {
  background-color: #505153;
}

.paragraph {
  margin-bottom: 5px;
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.age-wrapper {
  position: relative;
  z-index: 300;
  width: 100%;
  max-width: 1400px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.age {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -22px;
  margin-left: 0px;
  color: #fff;
  font-size: 85px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.73);
}

.image {
  width: auto;
  height: 20px;
}

.heading-4 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
  text-align: left;
}

.age-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -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;
  text-align: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.white-line {
  width: 200px;
  height: 1px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #000;
}

.age-section {
  position: relative;
  z-index: 200;
  overflow: hidden;
  margin: 0px;
  padding: 100px;
}

.quality-section {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 50px 100px;
  border-top: 1px solid #dddedf;
  background-color: #000;
}

.quality-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quality-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #a6d4f3;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.text-block {
  margin-bottom: 5px;
  margin-left: 6px;
  font-family: 'Playfair Display', sans-serif;
  color: #a6d4f3;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
}

.qbtext-div {
  width: 100%;
  min-height: 0px;
  margin-top: 10px;
  padding: 0px;
}

.quality-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
}

.medicare {
  padding: 50px 100px;
  background-color: #000;
}

.med-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.paragraph-5 {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.button {
  margin-top: 25px;
  padding: 15px 35px;
  background-color: #2e7ec4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.button.location {
  margin-top: 10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(233, 239, 247, 0.5);
  border-radius: 5px;
  background-color: #a6d4f3;
  color: #000;
}

.button.location:hover {
  border-color: #2e7ec4 #2e7ec4 #2e7ec4 #dfeef8;
  background-color: #000;
  color: #fff;
}

.image-2 {
  width: 30px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.image-3 {
  width: 30px;
}

.image-4 {
  width: 30px;
}

.welcome-section {
  position: relative;
  overflow: hidden;
  padding: 100px;
}

.welcome-wrapper {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.welcome-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 50px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-6 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 30px;
}

.image-5 {
  width: 150px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-left: 0px;
  float: right;
}

.welcome-50 {
  width: 48%;
  min-height: 700px;
  background-image: url('https://cdn-12c7.kxcdn.com/images/tricountyeyeinstitute_com/WomanPlaneWindow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.halfcircle {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: -67%;
  z-index: 200;
  width: 900px;
  height: 800px;
  border-radius: 50%;
  background-color: rgba(221, 222, 223, 0.5);
}

.hero-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.service-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  height: 380px;
  min-height: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  position: relative;
  z-index: 200;
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 100%;
  min-width: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rollover-title-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 350;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50px;
  padding-right: 10px;
  padding-bottom: 16px;
  padding-left: 10px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgba(0, 0, 0, 0.56)));
  background-image: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.56));
  text-decoration: none;
  cursor: pointer;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-5 {
  margin-top: 7px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.halfcircle-2 {
  position: absolute;
  left: auto;
  top: -67%;
  right: -12%;
  bottom: auto;
  z-index: 200;
  width: 900px;
  height: 800px;
  border-radius: 50%;
  background-color: rgba(221, 222, 223, 0.5);
}

.paralax-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://cdn-12c7.kxcdn.com/images/tricountyeyeinstitute_com/WomanHikingSunset.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  min-height: 25px;
  padding: 100px;
}

.testimonial-wrapper {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-50 {
  width: 48%;
  min-height: 700px;
  background-image: url('https://cdn-12c7.kxcdn.com/images/tricountyeyeinstitute_com/WomanClimbingRock.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
}

.image-7 {
  width: 130px;
  margin-bottom: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon {
  font-size: 20px;
}

.slide-nav {
  display: none;
}

.sf50-test-div {
  display: block;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 35px 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.sfnamediv {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.sf-test-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 35px;
}

.slider {
  height: auto;
  min-height: 0px;
  background-color: transparent;
}

.sf-name {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.right-arrow {
  left: 55px;
  top: auto;
  right: auto;
  bottom: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
}

.test-div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 50px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.slide {
  height: auto;
}

.feature-service-section {
  position: relative;
  overflow: hidden;
  padding: 100px 100px 0px;
}

.heading-7 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
}

.list {
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
}

.dark-buttton {
  margin-top: 25px;
  padding: 15px 35px;
  border-radius: 5px;
  background-color: #a6d4f3;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dark-buttton:hover {
  background-color: #000;
  color: #fff;
}

.dark-buttton.space {
  margin-right: 5px;
  margin-bottom: 5px;
}

.service-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.serv-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 50px;
  padding-bottom: 100px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-wrapper {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-9 {
  width: auto;
  height: auto;
}

.heading-4-sm {
  margin-top: 0px;
  margin-bottom: 17px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  text-align: left;
}

.halfcircle-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -12%;
  bottom: -17%;
  z-index: 200;
  width: 900px;
  height: 800px;
  border-radius: 50%;
  background-color: rgba(221, 222, 223, 0.5);
}

.feature2-service-section {
  position: relative;
  overflow: hidden;
  padding: 100px 100px 0px;
}

.halfcircle-4 {
  position: absolute;
  left: -13%;
  top: -25%;
  right: auto;
  bottom: auto;
  z-index: 200;
  width: 900px;
  height: 800px;
  border-radius: 50%;
  background-color: rgba(221, 222, 223, 0.5);
}

.image-9-copy {
  width: 80%;
  height: auto;
}

.section_header_text {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.line_div {
  width: 100px;
  height: 1px;
  margin-right: 15px;
  background-color: #fff;
}

.line_div._2 {
  width: 75px;
}

.section_header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_header_wrapper.footer {
  width: 100.0000571%;
  margin-bottom: 50px;
}

.footer_links_div {
  width: 25%;
}

.location_div {
  width: 48%;
  margin-bottom: 23px;
}

.footer_logo {
  width: 225px;
  margin-bottom: 30px;
}

.footer_section {
  padding: 100px 50px 130px;
  background-color: #000;
}

.locations_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper_div.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_phone_link {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer_phone_link:hover {
  color: #a6d4f3;
}

.disclaimer_text {
  color: #fff;
  font-size: 12px;
}

.location_text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.footer_wrapper {
  width: 30%;
  padding-left: 3vw;
  border-left: 1px solid #fff;
}

.footer_link {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #a6d4f3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer_link:hover {
  color: #fff;
}

.footer_text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 12px;
}

.location_name {
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #a6d4f3;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.selftest-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.st-text {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.paragraph-7 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.cta-div {
  width: 48%;
  padding: 50px 50px 100px;
  background-color: rgba(0, 0, 0, 0.7);
}

.image-10 {
  width: 200px;
  float: none;
}

.nv {
  position: absolute;
  left: 0%;
  top: -150px;
  right: auto;
  bottom: auto;
  width: 10px;
  height: 10px;
}

.div-block-4 {
  width: 80%;
  height: 100%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 30px;
  min-width: 200px;
  margin-left: 5px;
  padding: 10px 25px;
  -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;
  border-radius: 4px;
  background-color: #a6d4f3;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-6 {
  margin-bottom: 0px;
}

.image-11-copy {
  width: 20px;
  margin-right: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-11-copy {
  width: 20px;
  margin-right: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.spec-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 30px;
  min-width: 200px;
  margin-left: 0px;
  padding: 10px 25px;
  -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;
  border-radius: 4px;
  background-color: #a6d4f3;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .brand {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 250px;
    padding-left: 15px;
  }

  .lownav {
    margin-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .hero-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 65px;
  }

  .button-div {
    width: 33.33%;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    letter-spacing: 0px;
  }

  .button-div.hide1 {
    display: none;
  }

  .age-block {
    width: 32%;
    padding-bottom: 10px;
    background-color: #000;
  }

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .age {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-2 {
    margin-top: 9px;
  }

  .heading-5 {
    font-size: 15px;
    line-height: 30px;
  }

  .white-line {
    width: 150px;
  }

  .age-section {
    padding: 50px 25px;
  }

  .quality-section {
    padding: 25px 50px;
  }

  .quality-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .text-block {
    font-size: 30px;
  }

  .quality-block {
    width: 80%;
    margin-bottom: 5px;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medicare {
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph-5 {
    font-size: 25px;
    line-height: 35px;
  }

  .button {
    margin-top: 15px;
  }

  .welcome-section {
    padding: 50px;
  }

  .welcome-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welcome-div {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }

  .image-5 {
    position: absolute;
    left: auto;
    top: -39%;
    right: 2%;
    bottom: auto;
    width: 150px;
    margin-left: 0px;
    float: none;
  }

  .welcome-50 {
    width: 100%;
    min-height: 400px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .service-block {
    height: 250px;
  }

  .rollover-title-div {
    padding: 12px;
  }

  .text-block-4 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .text-block-5 {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .paralax-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 70% 50%;
  }

  .testimonial-section {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .test-50 {
    width: 100%;
    min-height: 400px;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .sf50-test-div {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sf-test-text {
    font-size: 16px;
    line-height: 30px;
  }

  .test-div1 {
    width: 100%;
  }

  .feature-service-section {
    padding: 50px 50px 0px;
  }

  .dark-buttton {
    margin-top: 15px;
  }

  .service-div {
    width: 50%;
    min-height: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .serv-div {
    width: 100%;
    margin-bottom: 27px;
    padding-bottom: 0px;
  }

  .service-wrapper {
    -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-9 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .heading-4-sm {
    font-size: 35px;
    line-height: 40px;
  }

  .feature2-service-section {
    padding: 50px 50px 0px;
  }

  .section_header_text {
    letter-spacing: 5px;
  }

  .line_div._2 {
    width: 30px;
  }

  .section_header_wrapper.footer {
    margin-bottom: 25px;
  }

  .footer_links_div {
    width: 35%;
  }

  .location_div {
    width: 100%;
  }

  .footer_section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .locations_wrapper {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper_div.footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_wrapper {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0vw;
    border-top: 1px solid #fff;
    border-left-style: none;
  }

  .footer_link {
    margin-left: 0px;
  }

  .st-text {
    font-size: 30px;
    line-height: 35px;
  }

  .cta-div {
    width: 50%;
    padding-right: 50px;
    padding-bottom: 50px;
  }

  .image-10 {
    width: 150px;
  }

  .div-block-5 {
    margin-bottom: 1px;
  }

  .image-12 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 180px;
  }

  .hero-section {
    height: 500px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .heading {
    font-size: 40px;
    line-height: 45px;
    text-shadow: 1px 1px 6px #000;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .button-div {
    font-size: 12px;
  }

  .age-block-wrapper {
    margin-top: 26px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .age-block {
    width: 100%;
  }

  .white-line {
    width: 50px;
  }

  .quality-section {
    padding: 25px;
  }

  .text-block {
    font-size: 30px;
  }

  .quality-block {
    width: 100%;
    min-height: 0px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .button.location {
    width: auto;
    text-align: center;
  }

  .welcome-section {
    padding: 25px;
  }

  .image-5 {
    top: -22%;
    width: 125px;
  }

  .welcome-50 {
    min-height: 300px;
  }

  .hero-button-div {
    width: 100%;
  }

  .service-block {
    width: 50%;
  }

  .rollover-title-div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-block-4 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .text-block-5 {
    margin-top: 2px;
  }

  .paralax-section {
    min-height: 0px;
    padding: 20px;
    background-attachment: scroll;
  }

  .testimonial-section {
    padding: 25px 25px 100px;
  }

  .feature-service-section {
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
  }

  .feature2-service-section {
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
  }

  .line_div {
    width: 50px;
  }

  .line_div._2 {
    width: 50px;
  }

  .footer_links_div {
    width: 100%;
  }

  .footer_section {
    padding: 50px 25px 100px;
  }

  .locations_wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer_link {
    margin-left: 0px;
  }

  .footer_text {
    margin-bottom: 17px;
  }

  .cta-div {
    width: 100%;
    padding: 20px;
  }

  .image-10 {
    width: 200px;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-5 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-buttons {
    width: 49.5%;
    margin-left: 0px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .spec-button {
    width: 49.5%;
    margin-left: 0px;
    font-size: 12px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 479px) {
  .lownav {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section {
    height: 100vh;
    min-height: 600px;
  }

  .button-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-div {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .button-div.hide2 {
    display: none;
  }

  .age-block {
    margin-bottom: 15px;
  }

  .paragraph {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .age-div {
    width: 100%;
    margin-bottom: 12px;
  }

  .heading-5 {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2px;
  }

  .white-line {
    width: 60px;
  }

  .age-section {
    margin: 0px;
    padding: 25px 15px 15px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .text-block {
    font-size: 25px;
    line-height: 30px;
  }

  .quality-block {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
  }

  .medicare {
    padding: 25px;
  }

  .paragraph-5 {
    font-size: 25px;
    line-height: 30px;
  }

  .button {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
  }

  .button.location {
    width: 100%;
  }

  .image-5 {
    top: -14%;
    width: 100px;
  }

  .service-block {
    width: 100%;
    height: 200px;
  }

  .rollover-title-div {
    padding-bottom: 19px;
  }

  .test-50 {
    margin-bottom: 25px;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 25px;
  }

  .dark-buttton {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
  }

  .service-div {
    width: 75%;
  }

  .heading-4-sm {
    font-size: 25px;
    line-height: 30px;
  }

  .section_header_text {
    letter-spacing: 3px;
  }

  .st-text {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-buttons {
    width: 100%;
    border-radius: 0px;
    background-color: #a6d4f3;
  }

  .top-buttons.th {
    display: none;
  }

  .text-block-6 {
    color: #000;
    font-weight: 500;
  }

  .image-11-copy {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .image-11-copy {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .spec-button {
    width: 100%;
    border-radius: 0px;
    background-color: #a6d4f3;
  }
}

