:root {
  --white: white;
  --color-3: #25495a;
  --color: #d4a64a;
  --grey: #333;
  --light-color: rgba(212, 166, 74, 1);
  --color-2: #25495a;
  --white-2: white;
  --black: black;
}

h2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-shadow: 1px 3px 7px rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5em;
  font-weight: 800;
  line-height: 1.1em;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  color: var(--color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8em;
}

h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 15px;
}

.body {
  object-fit: cover;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.nav-bar {
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0);
  padding: 5px 1% 5px 2%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-div {
  width: 95%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--grey);
  letter-spacing: 0;
  white-space: nowrap;
  margin-left: 1%;
  margin-right: 1%;
  padding: 10px;
  font-size: 15px;
  line-height: 1.1em;
}

.nav-link:hover {
  color: var(--color);
}

.nav-link.dropdown {
  padding-right: 35px;
}

.hero-section {
  height: 95vh;
  object-fit: cover;
  position: relative;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-wrapper {
  z-index: 2;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(0, 0, 0, 0) 42%), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-container {
  margin-top: 25px;
}

.button-container.hero {
  margin-top: 10px;
}

.button {
  border: 1px solid var(--light-color);
  background-color: var(--light-color);
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 15px;
  margin-right: 10px;
  padding: 20px 25px;
  font-size: 15px;
  line-height: 1em;
}

.button:hover {
  border-width: 1px;
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--white);
}

.button.reverse {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--white);
}

.button.reverse:hover {
  border-color: var(--light-color);
  background-color: var(--light-color);
  color: var(--grey);
}

.button.reverse.small {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.nav-menu {
  width: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 5px;
  display: flex;
}

.dropdown-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list.w--open {
  background-color: var(--color);
}

.dropdown-list.split.w--open {
  display: flex;
}

.dropdown-link {
  width: 100%;
  color: var(--white);
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: rgba(192, 189, 165, .5);
}

.intro-section {
  background-color: rgba(212, 166, 74, .5);
  background-image: linear-gradient(rgba(16, 43, 63, .85), rgba(16, 43, 63, .85)), url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/trees.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 8%;
  padding-bottom: 8%;
}

.intro-wrapper {
  width: 75%;
  min-height: auto;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-logo {
  width: 22%;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  display: flex;
}

.logo-contain {
  opacity: 1;
  object-fit: contain;
}

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

.h4-white {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.h3-white {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 3em;
}

.white-text {
  color: var(--white);
}

.h3-marg {
  margin-bottom: 20px;
}

.tab {
  height: 12.5%;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  display: flex;
}

.tab:hover {
  background-image: linear-gradient(rgba(59, 94, 167, 0), rgba(255, 255, 255, .26));
}

.tab.w--current {
  background-color: var(--light-color);
  color: var(--grey);
}

.tab.w--current:hover {
  background-image: none;
}

.divider-2 {
  width: 100%;
  height: 3px;
  background-color: rgba(192, 189, 165, .5);
  margin: 15px auto 10px 0;
}

.tabs-menu-2 {
  width: 40%;
  flex-direction: column;
  display: flex;
}

.symptom-checker-section {
  min-height: 700px;
  background-color: #fff;
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/woman-smiling_1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-right: 0;
  padding: 50px;
  display: flex;
}

.tabs-2 {
  align-items: stretch;
  display: flex;
}

.symp-text-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.ajax-symptom-checker {
  width: 65%;
  min-height: 500px;
}

.tabs-content-2 {
  width: 60%;
  background-color: rgba(255, 255, 255, .93);
}

.specialty-section {
  padding-top: 6%;
  padding-bottom: 6%;
}

.specialty-wrapper {
  width: 90%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.h4-center, .h3 {
  text-align: center;
}

.service-block {
  width: 32%;
  height: 350px;
  cursor: pointer;
  background-color: #ede2d5;
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/smiling-woman.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 12px;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-block._3 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/smiling-older-man.jpg');
}

.service-block._2 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/woman-with-dry-eyes.jpg');
}

.service-block._8 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/guy-with-glasses.jpg');
  background-position: 50% 0;
  margin-bottom: 0;
}

.service-block._4 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/smiling-couple.jpg');
  background-position: 50% 100%;
}

.service-block._7 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/woman-smiling.jpg');
}

.service-block._5 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/man-in-park.jpg');
  background-position: 50%;
}

.service-block._6 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/woman-sitting-on-couch.jpg');
}

.service-name {
  color: var(--color-3);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 25px;
}

.service-title-div {
  width: 100%;
  min-height: auto;
  background-color: rgba(255, 255, 255, .69);
  background-image: linear-gradient(to right, #fff 17%, rgba(255, 255, 255, 0));
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.hover-text {
  color: var(--color-3);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 25px;
}

.service-cover {
  background-color: rgba(255, 255, 255, .31);
  background-image: radial-gradient(circle, #fff, rgba(255, 255, 255, .29));
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 50px 20px 20px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.cover-name {
  color: var(--color-3);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.cta-section {
  background-color: var(--color);
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.cta-div {
  width: 50%;
  cursor: pointer;
  padding: 20px;
  text-decoration: none;
}

.cta-div:hover {
  background-image: linear-gradient(166deg, rgba(0, 0, 0, 0) 17%, rgba(192, 189, 165, .5));
}

.line-block {
  border: 1px solid var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.h4-center-white {
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.cta-icon {
  height: 60px;
  margin-bottom: 10px;
}

.cta-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 17px;
  line-height: 29px;
}

.doc-section {
  background-color: rgba(37, 73, 90, 0.5);
  padding-top: 5%;
  padding-bottom: 5%;
}

.doc-wrapper {
  width: 85%;
  max-width: 1800px;
  min-height: auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.new-test-div {
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin-top: 5px;
  padding-left: 60px;
  display: flex;
  position: static;
}

.read-more-link {
  color: var(--color-3);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.read-more-link:hover {
  color: var(--light-color);
}

.left-arrow-3 {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.right-arrow-3 {
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  top: 45px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slider-3 {
  height: 100%;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  padding-left: 60px;
  display: flex;
  bottom: -20px;
}

.review-div {
  width: 35%;
  min-height: 250px;
  background-color: #fff;
  border-radius: 9px;
  padding: 20px 20px 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.image-21 {
  width: 45%;
  margin-bottom: 15px;
}

.block-quote {
  color: var(--color-3);
  border-left-style: none;
  border-left-color: rgba(0, 188, 198, .12);
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

.location-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.location-wrapper {
  width: 85%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.location-holder {
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.map-div {
  width: 50%;
  max-height: 400px;
  min-height: 200px;
  object-fit: cover;
}

.location-info {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2% 5%;
  display: flex;
}

.phone-link {
  width: 100%;
  color: var(--color);
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.phone-link:hover {
  opacity: .6;
  color: rgba(212, 166, 74, .5);
}

.phone-icon {
  width: 25px;
  margin-right: 3%;
}

.phone-number {
  color: #d4a64a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.fax-div {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.fax-icon {
  width: 20px;
  margin-right: 3%;
}

.h3-center-red {
  color: var(--color);
  text-align: center;
}

.btm-button-container {
  z-index: 5000;
  background-color: var(--color);
  background-image: linear-gradient(to bottom, rgba(192, 189, 165, .2) 8%, var(--color) 92%);
  justify-content: space-between;
  padding: 10px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btm-button {
  width: 24.5%;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.btm-button:hover {
  background-color: rgba(192, 189, 165, .2);
}

.button-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 3%;
}

.button-icon.smaller {
  height: 20px;
}

.button-text {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 10%;
}

.footer-wrapper {
  width: 80%;
  min-height: auto;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.social-div {
  width: 300px;
  height: auto;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.social-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-right: 12px;
  font-size: 16px;
  font-weight: 600;
}

.form-2 {
  display: flex;
}

.image-3 {
  width: 20px;
  filter: grayscale();
}

.submitbutton {
  height: 50px;
  min-height: 0;
  min-width: 120px;
  border: 1px solid var(--light-color);
  background-color: var(--light-color);
  color: var(--grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.submitbutton:hover {
  background-color: var(--color-3);
  color: var(--white);
  border: 1px solid #fff;
}

.newsletter-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  margin-right: 12px;
  font-size: 20px;
  font-weight: 600;
}

.social-button {
  margin-right: 15px;
}

.social-button:hover {
  filter: brightness(57%);
}

.newsletter-sign-up-div {
  width: 80%;
  height: auto;
  min-height: 50px;
}

.text-field {
  height: 50px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  color: #5a76c0;
}

.text-field::placeholder {
  color: #5a76c0;
}

.footer-div {
  width: 60%;
  max-width: none;
  min-height: 200px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  max-width: 275px;
  margin-bottom: 20px;
}

.link-div {
  width: 20%;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.footer-links {
  color: #fff;
  margin-bottom: 8px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-links:hover {
  text-decoration: underline;
}

.search-div {
  width: 80%;
  height: auto;
  min-height: 50px;
  margin-top: 15px;
}

.form {
  display: flex;
}

.search-text {
  height: 50px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  font-weight: 300;
}

.search-text::-ms-input-placeholder {
  color: #5a76c0;
}

.search-text::placeholder {
  color: #5a76c0;
}

.search-submit {
  height: 50px;
  min-height: 0;
  min-width: 50px;
  border: 1px none var(--light-color);
  background-color: var(--light-color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('https://cdn-12c7.kxcdn.com/images/sierraeye_com/icons-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 15px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.search-submit:hover {
  background-color: var(--color-3);
  border-color: #fff;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 300;
}

.link {
  color: var(--light-color);
  font-weight: 700;
}

.link:hover {
  text-decoration: none;
}

.nav-bk-color {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-buttons, .dropmenu-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-list-2 {
  position: relative;
}

.dropdown-list-2.w--open {
  background-color: var(--light-color);
}

.dropdown-link-2 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1em;
}

.dropdown-link-2:hover {
  background-color: rgba(0, 0, 0, .05);
}

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  background-color: var(--white);
  position: relative;
}

.icon {
  margin-right: 10px;
}

.blue-button {
  background-color: var(--color-3);
  color: var(--white);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-right: 5px;
  padding: 15px 20px !important;
  font-size: 15px;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.blue-button:hover {
  background-color: var(--light-color);
}

.blue-button-icon {
  width: auto;
  height: auto;
  margin-right: 10px;
}

.top-button-icon {
  height: 20px;
}

.ip-section {
  padding-top: 15%;
  padding-bottom: 6%;
}

.ip-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.innerhero-section {
  height: 24vh;
  min-height:150px;
  position: static;
  overflow: hidden;
  margin-bottom:30px;
}

.innerhero-image {
  height: 100%;
  object-fit: cover;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.tree-image-hero {
  z-index: 1;
  width: 100%;
  height: 100%;          /* <-- ADD this line */
  object-fit: cover;     /* <-- ADD this line */
  object-position: 20% 60%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-color-overlay {
  z-index: 2;
  position: absolute;
  background-image:linear-gradient(rgba(4, 81, 104, 0.85), rgba(4, 81, 104, 0.85));
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-h3 {
  z-index: 3;
  color: var(--white);
  margin-bottom: 15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 3%;
  right: auto;
}

.innerpage-content-section {
  padding-top: 4%;
  padding-bottom: 4%;
}

.innerpage-content-section.btm-line {
  border-bottom: 1px solid rgba(51, 51, 51, .25);
  padding-bottom: 6%;
}

.innerpage-content-wrapper {
  width: 90%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb-holder {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.breadcrumb-link {
  color: var(--color-3);
  margin-right: 0;
}

.breadcrumb-link:hover {
  color: var(--light-color);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  color: var(--color-2);
  text-decoration: none;
}

.divier-arrows {
  margin-left: 7px;
  margin-right: 7px;
}

.related-page-container {
  background-color: var(--color);
  align-items: stretch;
  margin-bottom: 50px;
  padding: 0 10px;
  display: flex;
}

.related-pages-title {
  color: var(--white);
  margin-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
}

.page-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 2em;
  text-decoration: none;
  display: flex;
}

.page-link:hover {
  background-color: var(--light-color);
}

.why-choose-div {
  margin-top: 50px;
}

.accordion-container {
  margin-top: 25px;
}

.accordion-div {
  overflow: hidden;
}

.accordion-title {
  background-color: var(--color-3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.accordion-title:hover {
  background-color: var(--light-color);
}

.accordion-title-text {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2em;
}

.accordion-icon-holder {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.horizontal-line {
  width: 20px;
  height: 3px;
  background-color: var(--white);
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-line {
  width: 3px;
  height: 20px;
  background-color: var(--white);
  position: absolute;
}

.accordion-answer {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-div {
  margin-top: 50px;
}

.location-container {
  min-height: 20px;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.location-info-div {
  width: 30%;
  padding-right: 20px;
}

.location-map-div {
  width: 70%;
  border-left: 1px solid rgba(51, 51, 51, .2);
  padding-left: 35px;
}

.color-block {
  width: 90px;
  height: 5px;
  background-color: var(--light-color);
  margin-bottom: 20px;
}

.phone-link2 {
  color: var(--color);
}

.phone-link2:hover {
  color: var(--light-color);
}

.map-container {
  max-height: 350px;
  border-left: 1px rgba(51, 51, 51, .2);
  margin-bottom: 35px;
  padding-left: 0;
  overflow: hidden;
}

.tabs-menu-3 {
  justify-content: space-around;
  display: flex;
}

.tab-link {
  width: 33%;
  background-color: var(--white);
  color: var(--color-2);
  border-top: 2px solid rgba(51, 51, 51, .24);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link:hover {
  border-top-color: var(--color-3);
  color: var(--color-3);
}

.tab-link.w--current {
  border-top-color: var(--color-3);
  background-color: var(--white);
  color: var(--light-color);
}

.tab-title {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.6em;
}

.tab-content {
  border-top: 1px solid rgba(51, 51, 51, .2);
  margin-top: 0;
}

.tab-content2 {
  padding: 15px;
}

.list {
  margin-top: 20px;
}

.list-link {
  color: var(--color-2);
}

.list-link:hover {
  color: var(--color-3);
  text-decoration: none;
}

.list-item {
  margin-bottom: 10px;
}

.doc-holder {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.doc-card {
  width: 30%;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2);
}

.doc-image {
  height: 175px;
  object-fit: cover;
}

.doc-detail-text {
  font-size: 14px;
  line-height: 1.6em;
}

.bold-text {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  h2 {
    letter-spacing: 8px;
    margin-bottom: 10px;
    font-size: 3.5em;
  }

  h3 {
    font-size: 2.75em;
  }

  h4 {
    font-size: 1.3em;
    line-height: 1.1em;
  }

  .nav-bar {
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-div {
    width: 100%;
  }

  .brand {
    width: 45%;
  }

  .nav-link {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-link.dropdown {
    width: 100%;
  }

  .hero-section {
    height: 800px;
  }

  .hero-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-container {
    margin-top: 15px;
  }

  .button-container.hero {
    margin-top: 0;
  }

  .button {
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    margin-top: 0;
  }

  .dropdown-2 {
    width: 100%;
  }

  .dropdown-list.w--open, .dropdown-list.split.w--open {
    position: relative;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .intro-wrapper {
    width: 90%;
  }

  .intro-logo {
    width: 25%;
    margin-right: 2%;
  }

  .intro-text-div {
    width: 65%;
  }

  .h3-marg {
    font-size: 2em;
  }

  .tab {
    height: 10.5%;
    padding: 10px;
    font-size: 15px;
  }

  .divider-2 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .symptom-checker-section {
    min-height: 0;
    background-color: rgba(16, 43, 63, .1);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 35px;
  }

  .symp-text-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .ajax-symptom-checker {
    width: 100%;
  }

  .specialty-wrapper {
    width: 90%;
    min-height: auto;
  }

  .service-block {
    width: 47%;
    height: 300px;
  }

  .service-block._4 {
    width: 49%;
  }

  .service-name {
    font-size: 1em;
  }

  .service-title-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-wrapper {
    justify-content: space-around;
    margin-top: 0;
  }

  .cta-div {
    display: flex;
  }

  .cta-text {
    font-size: 16px;
    line-height: 1.5em;
  }

  .doc-wrapper {
    width: 90%;
  }

  .doc-text {
    width: 55%;
  }

  .new-test-div {
    padding-left: 40px;
  }

  .left-arrow-3 {
    width: 30px;
    height: 30px;
  }

  .right-arrow-3 {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 33px;
  }

  .slider-3 {
    height: 100%;
  }

  .slide-nav {
    padding-left: 30px;
  }

  .review-div {
    width: 40%;
    min-height: auto;
    padding: 15px;
  }

  .image-21 {
    width: 40%;
    margin-bottom: 10px;
  }

  .block-quote {
    padding-right: 10px;
    font-size: 16px;
  }

  .location-holder {
    margin-top: 15px;
  }

  .location-info {
    padding: 0% 2%;
  }

  .btm-button-container {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5px 5px 0;
  }

  .btm-button {
    width: 49%;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 16px;
  }

  .button-icon {
    width: 25px;
    height: 25px;
  }

  .button-text {
    letter-spacing: 0;
    font-size: 13px;
  }

  .footer-wrapper {
    width: 90%;
  }

  .social-div {
    width: 100%;
  }

  .form-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .submitbutton {
    min-height: 40px;
    min-width: 0;
    padding: 10px 20px;
  }

  .form-block, .newsletter-sign-up-div {
    width: 100%;
  }

  .text-field {
    width: 100%;
    margin-bottom: 5px;
  }

  .footer-div {
    width: 40%;
    padding-right: 0;
  }

  .link-div {
    width: 25%;
    margin-bottom: 14px;
  }

  .search-div {
    width: 100%;
  }

  .form {
    flex-direction: row;
    align-items: flex-start;
  }

  .search-text {
    width: 60%;
    margin-bottom: 0;
  }

  .search-submit {
    min-height: 50px;
    min-width: 0;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .copyright {
    font-size: 14px;
  }

  .dropdown-split-div {
    width: 50%;
  }

  .top-buttons {
    width: 100%;
    justify-content: flex-end;
    padding-top: 5px;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--color-3);
  }

  .text-block, .text-block-2 {
    font-size: 14px;
  }

  .dropmenu-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .blue-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1em;
  }

  .ip-section {
    padding-top: 15%;
  }

  .innerhero-section {
    height: 20vh;
  }

  .hero-h3 {
    font-size: 2em;
  }

  .breadcrumb-link {
    font-size: 15px;
    line-height: 1.2em;
  }

  .divier-arrows {
    font-size: 15px;
  }

  .related-page-container {
    margin-bottom: 35px;
  }

  .contact-div {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: 5px;
    font-size: 2.75em;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1.1em;
  }

  h4 {
    font-size: 1.1em;
    line-height: 1em;
  }

  h5 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .brand {
    width: 50%;
  }

  .hero-section {
    height: 500px;
  }

  .hero-wrapper {
    padding-top: 50px;
  }

  .button {
    margin-top: 10px;
    margin-right: 10px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .intro-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .intro-wrapper {
    width: 95%;
    flex-direction: column;
    align-items: center;
  }

  .intro-logo {
    width: 12%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .intro-text-div {
    width: 100%;
    align-items: center;
  }

  .h3-white {
    margin-bottom: 15px;
    font-size: 2em;
  }

  .h3-marg {
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .tab {
    letter-spacing: 0;
  }

  .symptom-checker-section {
    background-color: rgba(16, 43, 63, 0);
    padding: 0;
  }

  .symp-text-wrapper {
    width: 100%;
    order: -1;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .service-block._3 {
    height: 300px;
  }

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

  .service-name {
    font-size: 18px;
    line-height: 20px;
  }

  .cover-name {
    font-size: 25px;
    font-weight: 400;
  }

  .cta-section {
    flex-direction: column;
  }

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

  .line-block {
    padding: 15px;
  }

  .cta-icon {
    height: 50px;
    margin-bottom: 5px;
  }

  .cta-text {
    line-height: 24px;
  }

  .doc-wrapper {
    flex-direction: column;
  }

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

  .left-arrow-3 {
    width: 25px;
    height: 25px;
  }

  .right-arrow-3 {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: flex;
  }

  .slider-3 {
    height: 100%;
  }

  .review-div {
    width: 100%;
    min-height: auto;
  }

  .image-21 {
    width: 30%;
    margin-bottom: 7px;
  }

  .location-holder {
    margin-top: 0;
  }

  .footer-section {
    padding-bottom: 22%;
  }

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

  .social-div {
    justify-content: center;
  }

  .form-2 {
    align-items: center;
  }

  .newsletter-text {
    text-align: center;
    margin-right: 0;
  }

  .text-field {
    width: 50%;
  }

  .footer-div {
    width: 100%;
    min-height: 0;
    align-items: center;
    padding-right: 0;
  }

  .link-div {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-links {
    margin-right: 0;
    font-size: 16px;
  }

  .form {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .search-text {
    width: 50%;
  }
  .w-slider-nav{
    display:none;
  }
  .copyright {
    width: 90%;
    text-align: center;
    margin: 30px auto 0;
    font-size: 12px;
    line-height: 1.6em;
  }

  .top-buttons {
    margin-bottom: 5px;
  }

  .blue-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-button-icon {
    height: 15px;
  }

  .ip-section {
    padding-top: 20%;
  }

  .innerhero-section {
    height: 15vh;
  }

  .hero-h3 {
    margin-bottom: 10px;
  }

  .breadcrumb-holder {
    margin-bottom: 20px;
  }

  .breadcrumb-link {
    font-size: 13px;
  }

  .divier-arrows {
    font-size: 13px;
    line-height: 1em;
  }

  .related-page-container {
    margin-bottom: 30px;
  }

  .related-pages-title, .page-link {
    font-size: 13px;
    line-height: 1.8em;
  }

  .why-choose-div {
    margin-top: 35px;
  }

  .accordion-container {
    margin-top: 20px;
  }

  .accordion-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .accordion-title-text {
    font-size: 16px;
  }

  .accordion-icon-holder {
    width: 20px;
    height: 20px;
  }

  .horizontal-line {
    width: 15px;
  }

  .vertical-line {
    height: 15px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1em;
  }

  h3 {
    letter-spacing: 0;
    font-size: 1.75em;
  }

  .brand {
    width: 75%;
  }

  .hero-section {
    height: 600px;
  }

  .button-container.hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 13px;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .dropdown-list.split.w--open {
    flex-direction: column;
  }

  .dropdown-link {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .intro-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .h3-marg {
    font-size: 1.75em;
  }

  .divider-2 {
    margin-top: 5px;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .symp-text-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tabs-content-2 {
    width: 100%;
  }

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

  .service-block._3 {
    height: 250px;
  }

  .service-block._4 {
    height: 200px;
    margin-bottom: 10px;
  }

  .service-name {
    font-size: 15px;
    line-height: 1.1em;
  }

  .service-title-div {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hover-text {
    margin-top: 7px;
    font-size: 13px;
    line-height: 19px;
  }

  .h4-center-white {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .cta-icon {
    height: 40px;
  }

  .cta-text {
    margin-bottom: 0;
    font-size: 15px;
  }

  .doc-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .doc-text {
    margin-bottom: 25px;
  }

  .new-test-div {
    padding-left: 40px;
  }

  .left-arrow-3 {
    width: 30px;
    height: 30px;
  }

  .right-arrow-3 {
    width: 30px;
    height: 40px;
    top: 34px;
  }

  .slider-3 {
    height: 100%;
  }

  .slide-nav {
    padding-left: 40px;
  }

  .review-div {
    padding-left: 10px;
  }

  .image-21 {
    width: 50%;
  }

  .location-holder {
    flex-direction: column;
  }

  .map-div {
    width: 100%;
    max-height: 300px;
    margin-top: 15px;
  }

  .location-info {
    width: 100%;
    align-items: center;
  }

  .phone-link, .fax-div {
    justify-content: center;
  }

  .btm-button {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .button-icon {
    height: 20px;
  }

  .footer-section {
    padding-top: 8%;
    padding-bottom: 60%;
  }

  .social-div {
    flex-flow: wrap;
  }

  .social-text {
    width: 100%;
    margin-bottom: 11px;
    margin-right: 0;
  }

  .form-2 {
    flex-direction: column;
  }

  .submitbutton {
    width: 100%;
    min-height: 50px;
    margin-bottom: 0;
    padding: 10px;
  }

  .newsletter-text {
    line-height: 25px;
  }

  .text-field {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-div {
    padding-right: 0;
  }

  .footer-logo {
    max-width: 200px;
    margin-bottom: 15px;
  }

  .footer-links {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
  }

  .search-div {
    min-height: 40px;
  }

  .form {
    flex-direction: row;
  }

  .search-text {
    width: 100%;
    margin-bottom: 0;
  }

  .search-submit {
    width: 50px;
    min-height: 50px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .copyright {
    margin-top: 20px;
  }

  .dropdown-split-div {
    width: 100%;
  }

  .top-buttons {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  .blue-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blue-button-icon {
    margin-right: 0;
  }

  .ip-section {
    padding-top: 30%;
  }

  .nav-button-text {
    display: none;
  }

  .hero-h3 {
    font-size: 1.75em;
    left: 4%;
  }

  .innerpage-content-section.btm-line {
    padding-top: 6%;
  }

  .related-page-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .related-pages-title {
    margin-right: 5px;
    font-size: 11px;
    line-height: 1.6em;
  }

  .page-link {
    font-size: 11px;
    line-height: 1.6em;
  }

  .accordion-title, .accordion-answer {
    padding-left: 15px;
    padding-right: 15px;
  }

}
