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

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #094b8e;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1aa3c7;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 20px;
}

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

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

.brand {
  position: absolute;
  left: 0.5%;
  min-width: 150px;
  padding: 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  background-image: url('../images/eye.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #094b8e;
  line-height: 1.2em;
}

.nav-link:hover {
  color: #1aa3c7;
}

.nav-link.schedule {
  background-image: url('../images/calendar-icon.png');
}

.nav-link.call {
  background-image: url('../images/phone-icon.png');
}

.nav-menu {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 100px 12% 75px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/senior-man-outdoors.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-wrapper-div {
  max-width: 50%;
}

.heading {
  font-size: 4em;
}

.hero-sub-text {
  margin-bottom: 20px;
  color: #333;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
}

.hero-sub-text.center {
  text-align: center;
}

.button {
  padding: 12px 20px;
  background-color: #1aa3c7;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 163, 199, 0.5)), to(rgba(26, 163, 199, 0.5)));
  background-image: linear-gradient(180deg, rgba(26, 163, 199, 0.5), rgba(26, 163, 199, 0.5));
  color: #094b8e;
}

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

.self-test-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(156, 234, 255, 0.31);
}

.self-test-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  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: 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;
}

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

.what-are-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  min-height: 0px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.what-are-wrapper-div.bottom {
  margin-bottom: 0px;
}

.text-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

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

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

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

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

.tab-pane-tab-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  min-height: 0px;
  float: right;
}

.tabs {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  background-color: #fff;
}

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

.tabs-content {
  width: auto;
  height: auto;
  max-height: 500px;
  min-height: 400px;
}

.tab-links {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #094b8e;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.tab-links:hover {
  background-color: #1aa3c7;
}

.tab-links.w--current {
  background-color: #1aa3c7;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.tab-pane-tab-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-13 {
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tab-pane-tab-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.tab-pane-tab-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

.tab-pane-tab-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

.tab-pane-tab-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.about-us-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/aerial-footage-tennessee.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/aerial-footage-tennessee.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.about-us-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  -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;
}

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

.about-lal-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(26, 163, 199, 0.31);
}

.text-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 75px;
  -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;
}

.photo-50 {
  position: relative;
  overflow: hidden;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.lens-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 30px;
  -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;
}

.lal-image {
  border-top: 5px solid #1aa3c7;
  border-bottom: 5px solid #1aa3c7;
}

.image-17 {
  max-height: 400px;
}

.more-about-other-lenses-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.other-lenses-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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;
}

.center {
  text-align: center;
}

.other-lens-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.other-lens-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 20px 20px 0px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #1aa3c7;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #094b8e;
}

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

.dot {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 163, 199, 0.3)), to(rgba(26, 163, 199, 0.3)));
  background-image: linear-gradient(180deg, rgba(26, 163, 199, 0.3), rgba(26, 163, 199, 0.3));
}

.tabs-2 {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.ondot {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #1aa3c7;
}

.pane {
  height: auto;
  min-height: 75vh;
}

.pane.before {
  background-image: url('../images/beforecatsurgery.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pane.after-1 {
  background-image: url('../images/aftercatsurgery.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pane.after-2 {
  background-image: url('../images/afteradvlens.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  max-width: 1170px;
  margin-bottom: 10px;
  -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: #fff;
}

.tabs-content-2 {
  height: auto;
}

.tab-link {
  display: block;
  width: 33.34%;
  padding-top: 21px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link.w--current {
  width: 33.33%;
  background-color: transparent;
  font-weight: 700;
}

.slider-pane {
  width: 100%;
  height: 100%;
  background-image: url('../images/beforecatsurgery.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-pane.lens {
  background-image: url('../images/afteradvlens.jpg');
}

.slider-pane.after {
  background-image: url('../images/aftercatsurgery.jpg');
}

.testimonial-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: url('../images/lake-in-tennessee.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonial-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-text-block {
  width: 32%;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Regional-Eye-2.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.address-div-left {
  width: 28%;
}

.brand-2 {
  min-width: 200px;
  margin-bottom: 30px;
}

.form-div-68 {
  width: 68%;
}

.map {
  min-height: 250px;
  margin-bottom: 20px;
  background-image: url('../images/Screenshot-2023-02-08-at-9.29.18-AM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-button {
  padding: 12px 20px;
  background-color: #1aa3c7;
  text-align: center;
  text-transform: uppercase;
}

.mobile-button:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 163, 199, 0.5)), to(rgba(26, 163, 199, 0.5)));
  background-image: linear-gradient(180deg, rgba(26, 163, 199, 0.5), rgba(26, 163, 199, 0.5));
  color: #094b8e;
}

.mobile-button.w--current {
  display: none;
}

.notice-text {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  h2 {
    text-align: left;
  }

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

  .hero {
    height: 800px;
    padding: 50px 0px 0%;
    background-position: 100% 0%;
  }

  .hero-wrapper-div {
    width: 100%;
    max-width: none;
    padding: 20px;
    background-color: hsla(0, 0%, 100%, 0.79);
  }

  .heading {
    font-size: 3em;
  }

  .hero-sub-text {
    font-size: 1.5em;
  }

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

  .text-48 {
    width: 100%;
  }

  .photo-48 {
    width: 100%;
  }

  .symptom-48 {
    width: 100%;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  .tabs {
    width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 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;
  }

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

  .tabs-content {
    width: 100%;
    height: auto;
    max-height: 400px;
  }

  .tabs-menu {
    width: 100%;
    text-align: center;
  }

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

  .text-50 {
    width: 100%;
  }

  .photo-50 {
    width: 100%;
  }

  .other-lens-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .pane.before {
    min-height: 55vh;
  }

  .pane.after-1 {
    min-height: 55vh;
  }

  .pane.after-2 {
    min-height: 55vh;
  }

  .testimonials {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    -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;
  }

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

  .address-div-left {
    width: 100%;
  }

  .form-div-68 {
    width: 100%;
  }

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

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

  .icon {
    color: #094b8e;
  }
}

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

  .brand.w--current {
    left: 2%;
    min-width: 125px;
  }

  .hero {
    height: 500px;
  }

  .heading {
    font-size: 2em;
  }

  .hero-sub-text {
    font-size: 1em;
  }

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

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

  .what-are-wrapper-div {
    margin-bottom: 20px;
  }

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

  .tabs {
    -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;
  }

  .tabs-content {
    width: 100%;
    max-height: 300px;
  }

  .tabs-menu {
    width: 100%;
  }

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

  .text-50 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .center {
    font-size: 2em;
  }

  .dot {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .ondot {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .pane {
    height: 300px;
  }

  .pane.before {
    height: auto;
    min-height: 35vh;
  }

  .pane.after-1 {
    height: auto;
    min-height: 35vh;
  }

  .pane.after-2 {
    height: auto;
    min-height: 35vh;
  }

  .tab-link {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
  }

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

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

  .menu-button {
    padding: 9px;
  }

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

  .mobile-button.w--current {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    min-width: 90px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .hero {
    height: 600px;
    background-position: 85% 0%;
  }

  .hero-wrapper-div {
    padding: 10px 10px 0px;
  }

  .hero-sub-text.center {
    font-size: 1em;
  }

  .button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.marg {
    margin-right: 0px;
  }

  .button.hero-button {
    display: none;
  }

  .tabs {
    height: auto;
    margin-top: 20px;
  }

  .text-block-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .contact-section {
    padding-bottom: 80px;
  }

  .mobile-button {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    padding-right: 10px;
    padding-left: 10px;
  }
}

