:root {
  --black: black;
  --white: white;
  --yellow-green: #8bb70b;
  --olive-drab: #719607;
  --dim-grey: #747474;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  line-height: 1.3em;
}

.logo {
  z-index: 1100;
  background-color: #0000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: auto;
  margin-left: 0%;
  padding: 0;
  display: flex;
  position: fixed;
  top: 3px;
  left: 43%;
  right: auto;
}

.logo_img {
  width: auto;
}

.phone_icon {
  width: 26px;
  margin-bottom: 0;
  margin-right: 10px;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.top_phone_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.appointment_btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #070707;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: 80px;
  padding: 0 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.appointment_btn:hover {
  background-color: #8bb70b;
}

.menu-icon4_line-bottom {
  opacity: 1;
  background-color: #070707;
  width: 24px;
  height: 2px;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px #000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 80px;
  min-height: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar18_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar18_menu-button.w--open {
  background-color: #0000;
}

.navbar18_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  background-color: #070707;
  width: 24px;
  height: 2px;
  display: block;
  position: absolute;
  inset: auto;
}

.top_phone_btn {
  color: #070707;
  letter-spacing: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.top_phone_btn:hover {
  color: #719607;
}

.menu-icon4_line-top {
  background-color: #070707;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.sublink {
  color: #585858;
  border-bottom: 1px solid #00000085;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-weight: 400;
  text-decoration: none;
}

.sublink:hover {
  color: #fff;
  background-color: #070707;
}

.navlink {
  color: #070707;
  text-transform: none;
  border-bottom: 1px solid #070707;
  padding: 21px 15px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.navlink:hover {
  color: #fff;
  background-color: #8bb70b;
}

.navmenu_div {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.sublinks_wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.navmenu_wrapper {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  height: auto;
  padding: 5%;
  font-weight: 400;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
}

.navmenu_column {
  width: 15%;
  margin-right: 2%;
}

.navmenu_column.half {
  width: 45%;
}

.navmenu_column_wrapper {
  justify-content: space-between;
  width: 30%;
  margin-right: 2%;
  display: flex;
}

.hero_tagline_wrapper {
  z-index: 100;
  padding-left: 15%;
  padding-right: 15%;
  position: absolute;
  inset: auto 0% 35%;
}

.hero_tagline_wrapper.optical {
  color: var(--white);
  width: 50%;
  max-width: 800px;
  padding-left: 5%;
  padding-right: 0%;
  top: 33%;
  bottom: auto;
}

.inner_main_tagline {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 3.4em;
  font-weight: 400;
  line-height: 1em;
}

.inner_main_tagline.optical {
  text-align: left;
  margin-bottom: 30px;
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.2em;
}

.inner_hero {
  height: 65vh;
}

.inner_hero.optical {
  background-image: linear-gradient(255deg, #00000026 27%, #000000bf), url('../images/hero-img.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  overflow: hidden;
}

.inner_hero.glasses {
  background-image: url('../images/Woman-with-Sunglasses-on.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.big_headline {
  color: #719607;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.big_headline.margin {
  color: var(--olive-drab);
  white-space: normal;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 25px;
  line-height: 1.2em;
}

.feature_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.feature_wrapper.no_margin {
  width: 90%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

.feature_wrapper.no_margin._1 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.inner_feature_section {
  padding: 0;
  overflow: hidden;
}

.inner_feature_section.grey {
  background-color: #7474741a;
  padding: 5% 0;
  overflow: hidden;
}

.inner_feature_section.black {
  background-color: #333;
  background-image: radial-gradient(circle, #0000 11%, #000 89%);
  flex-flow: column;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5% 0;
  display: flex;
  overflow: hidden;
}

.inner_feature_section.image-bk {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/lady-putting-contact-lens-in.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 51px;
  display: flex;
  overflow: hidden;
}

.inner_feature_section.lasik {
  margin: 50px;
  padding: 0;
}

.brands_header {
  width: 100%;
  margin-bottom: 5%;
}

.brand_logo {
  width: 120px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.brand_logo._5 {
  width: 100px;
}

.brand_logo._3 {
  width: 150px;
}

.brands_section {
  background-color: var(--white);
  padding: 5%;
  overflow: hidden;
}

.brads_headline {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 1em;
  font-weight: 400;
}

.appointment_wrapper {
  z-index: 10;
  text-align: center;
  position: absolute;
}

.left-corner {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 30%;
  height: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-corner.dark {
  border-bottom-color: var(--dim-grey);
  border-left-color: var(--dim-grey);
}

.service_btn {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #71940a00;
  padding: 20px 50px;
  font-size: 1em;
  font-weight: 700;
}

.service_btn.dark {
  color: var(--dim-grey);
}

.green_bold_text {
  color: var(--yellow-green);
  font-size: 2.4em;
  font-weight: 700;
}

.appointment_callout_text {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
}

.appointment_callout_text.inner {
  font-size: 1em;
}

.right-corner {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 30%;
  height: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.right-corner.dark {
  border-top-color: var(--dim-grey);
  border-right-color: var(--dim-grey);
}

.button-border-div {
  background-color: #0000;
  position: relative;
}

.button-border-div.width {
  color: var(--dim-grey);
  width: auto;
  display: inline-block;
}

.button-border-div.width.space {
  margin-left: 5px;
  margin-right: 5px;
}

.sppointment_icon_white, .appointment_icon2 {
  width: 30px;
  margin-bottom: 5px;
}

.appointment_btn2 {
  color: #070707;
  text-align: center;
  background-color: #8bb70b;
  border-radius: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.appointment_btn2:hover {
  color: #9dd107;
  background-color: #070707;
}

.appointment_section {
  background-color: #070707;
  background-image: radial-gradient(circle, #474747, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding: 0% 20%;
  display: flex;
  position: relative;
}

.appointment_section.inner {
  background-image: none;
  height: 500px;
}

.big_square_div {
  border: 80px solid #07070745;
  border-radius: 800px;
  width: 600px;
  height: 600px;
  position: absolute;
  left: auto;
  right: auto;
}

.big_square_div.inner {
  border-width: 60px;
  width: 400px;
  height: 400px;
}

.side_btns_wrapper {
  z-index: 900;
  background-color: #0000;
  border-top: 1px #8bb70b;
  border-left: 1px #8bb70b;
  border-right: 1px #8bb70b;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.side_btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #070707bf;
  border-bottom: 1px #8bb70b73;
  border-right: 1px solid #8bb70b52;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 20px 15px 10px 25px;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.side_btn:hover {
  color: #a4da07;
  background-color: #070707;
}

.static_btn_icon {
  width: 30px;
  margin-top: -38px;
  margin-bottom: 10px;
}

.address_text {
  font-size: 1em;
  line-height: 1.4em;
}

.footer_wrapper {
  justify-content: space-between;
  display: flex;
}

.locations_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.back_to_top_link {
  color: #a0a0a0;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
}

.back_to_top_link:hover {
  color: #719607;
}

.soc_media_btn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.soc_media_btn:hover {
  opacity: .45;
}

.soc_media_wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer_div {
  border-left: 1px solid #07070724;
  flex-direction: column;
  align-items: flex-start;
  width: 22%;
  padding-left: 3%;
  display: flex;
}

.copyright {
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
}

.location_phone_label {
  color: #525151;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: .7em;
  font-weight: 500;
  line-height: .9em;
}

.hours_text {
  color: #719607;
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 10px;
  font-size: .85em;
  font-weight: 400;
}

.circle_div {
  mix-blend-mode: normal;
  border: 5px solid #96c904;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  position: static;
  top: 89px;
  left: 31px;
}

.circle_div.small {
  border-width: 2px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.testimonials_headline {
  color: #719607;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.testimonials_headline.locations {
  color: var(--olive-drab);
  text-align: left;
}

.location_div {
  width: 16%;
}

.footer_link {
  color: #070707;
  margin-bottom: 5px;
  font-size: .9em;
  text-decoration: none;
}

.footer_link:hover {
  color: #719607;
}

.header_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.locations_header_wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.section_text {
  color: var(--dim-grey);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 500;
}

.footer_section {
  padding: 5% 5% 10%;
  overflow: hidden;
}

.link-2 {
  color: #587407;
  font-weight: 700;
}

.logo_footer {
  width: 120px;
  margin-bottom: 26px;
}

.section_line {
  background-color: #070707;
  width: 5%;
  height: 1px;
  margin-right: 10px;
}

.location_name {
  color: #070707;
  text-transform: uppercase;
  border-bottom: 1px solid #8bb70b;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
}

.location_phone_btn {
  color: #070707;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.location_phone_btn:hover {
  color: #719607;
}

.footer_text {
  margin-bottom: 15px;
  font-size: .9em;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.8em;
}

.gallery-wrapper {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(52deg, #71960733 7%, #0000 30%), url('../images/happy-young-woman2.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px;
  display: flex;
  position: static;
  overflow: hidden;
}

.gallery-wrapper.evo {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/loden-in-surgery.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 48%;
}

.gallery-div {
  z-index: 2;
  width: 48%;
  position: static;
  inset: 10% auto auto 5%;
}

.frame-wrapper {
  justify-content: space-between;
  width: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
}

.frame-wrapper._2 {
  margin-top: 5%;
}

.text-span-2 {
  color: var(--black);
}

.frame-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  min-height: auto;
  padding-top: 25px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.frame-text.start {
  padding-top: 5%;
}

.frame-image {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.frame-image.bg-vid {
  background-color: var(--dim-grey);
  display: block;
}

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

.heading {
  font-weight: 500;
}

.marquee-container {
  align-items: stretch;
  width: 200%;
  display: flex;
}

.marquee-div {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  min-height: 150px;
  display: flex;
}

.sunglasses-wrapper {
  justify-content: space-between;
  width: 100%;
  max-height: 700px;
  margin-top: 75px;
  display: flex;
}

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

.sunglasses-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 50%;
  min-height: 400px;
  max-height: none;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.sub-h {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
}

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

.package-holder {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.package-card {
  z-index: 2;
  background-color: #71960780;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 32%;
  min-height: 200px;
  margin-bottom: 0%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 25px;
  display: flex;
  position: relative;
}

.small-header {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}

.hover-over {
  background-color: var(--olive-drab);
  color: var(--white);
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 1.8%;
  padding: 20px;
  display: flex;
  position: static;
  inset: 0%;
}

.contact-wrapper {
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 50px;
  display: flex;
}

.button-holder {
  justify-content: space-around;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.centered {
  text-align: center;
}

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

.image {
  max-height: 75px;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  letter-spacing: 1px;
  padding: 20px 25px;
  font-size: 15px;
  line-height: 1.1px;
}

.nav-link:hover {
  color: #8bb70b;
}

.nav-link.consult {
  background-image: url('../images/icons8-calendar-1.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.st {
  background-image: url('../images/icons8-test-1.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.phone {
  background-image: url('../images/phone.png');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 700;
}

.brand {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 13%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 2%;
}

.navbar-2 {
  background-color: #fff;
  justify-content: flex-end;
  padding: 7px 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 16px 4px #00000059;
}

.buttons-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buttons-holder.hero {
  z-index: 10;
  flex-flow: wrap;
  justify-content: flex-start;
  min-width: 0;
  margin-top: 20px;
  margin-left: -10px;
  position: relative;
}

.buttons-holder._100 {
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}

.button-jm {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 12px 20px;
  font-weight: 700;
}

.button-jm:hover {
  background-color: #8bb70b;
}

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

.lg-text-wrap {
  color: var(--white);
  text-align: center;
  width: 70%;
  font-size: 2em;
  font-style: italic;
  line-height: 1.5em;
}

.line {
  background-color: #8bb70b;
  width: 2px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.callout-wrap {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.sub-h-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
}

.button-jm-3 {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 12px 30px;
  font-weight: 700;
}

.button-jm-3:hover {
  background-color: #8bb70b;
}

.button-jm-3.black {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  border-color: #000;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-jm-3.black.no-marg {
  margin-left: 0;
}

.button-jm-3.black.marg {
  margin-left: 10px;
}

.background-video {
  z-index: 1;
  mix-blend-mode: multiply;
  height: 100%;
}

.list-div {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.list-49 {
  width: 49%;
  margin-bottom: 0;
}

.lime {
  color: var(--yellow-green);
}

.location-div {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 16%;
  display: flex;
}

.logo-div {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 50px;
  margin-bottom: 30px;
  display: flex;
}

.location-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 100px;
  display: flex;
}

.location-title {
  text-align: center;
  border-bottom: 1px solid #8bb70b;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
}

.location-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.location-side {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  padding-left: 0;
  display: flex;
}

.address {
  text-align: center;
  margin-bottom: 0;
}

.image-13 {
  object-fit: contain;
  max-height: 85px;
}

.section-header {
  color: #8bb70b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
}

.footer {
  background-color: #000;
  padding: 25px 100px;
}

.footer-text {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.badge-holder {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding: 12px 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-16 {
  height: 100%;
  margin-right: 20px;
}

.image-16._2 {
  height: 60%;
}

.image-17 {
  max-width: 250px;
  margin-bottom: 20px;
}

.image-18 {
  opacity: .27;
  max-width: 50%;
  position: absolute;
  inset: auto auto -48% -15%;
}

.doc-section {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 50% 50%, var(--dim-grey), #2e2e2e 33%, var(--black));
  padding-top: 5%;
  padding-bottom: 5%;
}

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

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

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: 5%;
}

.wrap.flex.top-marg.extra {
  width: 90%;
  margin-top: 0%;
  position: relative;
}

.doc-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-div {
  border: 1px solid var(--yellow-green);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 48%;
  margin-top: 150px;
  padding: 0 30px 30px;
  display: flex;
}

.doc-photo {
  border: 2px solid var(--yellow-green);
  object-fit: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.name {
  color: #8bb70b;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.circle {
  border: 2px solid #8bb70b;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 10px;
}

.circle.centered {
  margin-bottom: 25px;
  margin-right: 0;
}

.testimonial-wrapper {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.testimonial-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.testimonial-div {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

.bk-circle {
  z-index: 1;
  border: 85px solid #00000040;
  border-radius: 50%;
  width: 650px;
  height: 650px;
  position: absolute;
}

.bk-circle.bigger {
  opacity: .5;
  border-width: 40px;
  width: 600px;
  height: 600px;
}

.line-2 {
  background-color: #8bb70b;
  width: 2px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.testimonial-section {
  background-color: #333;
  background-image: radial-gradient(circle, #0000 11%, #000000e6 90%);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 700px;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-section.l {
  flex-flow: column;
  justify-content: center;
  min-height: 0;
}

.p-lg-white {
  color: var(--white);
  font-size: 1.2em;
  line-height: 1.75em;
}

.slider-left-arrow, .slider-right-arrow {
  color: #444;
}

.slider-icon {
  filter: brightness(0%) invert();
}

.mask {
  position: static;
  overflow: visible;
}

.slide-content-wrapper {
  background-color: #e1e1e100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.txt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.txt._30 {
  width: 35%;
}

.txt._30.white {
  text-align: left;
  width: 40%;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-container {
  width: 55%;
  min-height: 300px;
  padding: 5% 40px;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  width: 400px;
  height: 650px;
  position: static;
}

.slide-nav-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: .9em;
    line-height: 1.6em;
  }

  .logo {
    position: absolute;
    left: 14%;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar {
    position: relative;
  }

  .navbar18_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar18_menu-button.w--open {
    background-color: #0000;
  }

  .navbar18_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .sublink {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: .9em;
  }

  .navlink {
    padding: 15px 10px;
    font-size: 1.1em;
  }

  .navmenu_div {
    align-items: flex-start;
  }

  .navmenu_wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .navmenu_column {
    width: 24%;
  }

  .navmenu_column.half {
    width: 100%;
  }

  .navmenu_column_wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 24%;
    margin-right: 10px;
  }

  .navmenu_column_wrapper._1 {
    flex-wrap: nowrap;
    width: 48%;
  }

  .hero_tagline_wrapper {
    padding-left: 5%;
    padding-right: 5%;
    bottom: 27%;
  }

  .hero_tagline_wrapper.optical {
    width: auto;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
    top: 45%;
  }

  .inner_main_tagline {
    font-size: 2.8em;
  }

  .inner_main_tagline.optical {
    font-size: 3em;
  }

  .inner_hero.optical {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 70vh;
    display: flex;
    position: relative;
  }

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

  .feature_wrapper {
    flex-wrap: wrap;
    margin-top: 10%;
  }

  .feature_wrapper.no_margin {
    justify-content: flex-start;
  }

  .inner_feature_section.grey, .inner_feature_section.black {
    padding: 50px 0;
  }

  .inner_feature_section.image-bk {
    padding: 30px;
  }

  .inner_feature_section.lasik {
    margin: 0;
    padding: 25px;
  }

  .brand_logo {
    margin-left: 13px;
    margin-right: 13px;
  }

  .service_btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service_btn.dark {
    padding: 15px 25px;
    font-size: .8em;
  }

  .appointment_callout_text {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.3em;
  }

  .button-border-div.width.space {
    margin: 10px 20px;
  }

  .appointment_section {
    height: 600px;
  }

  .big_square_div {
    width: 500px;
    height: 500px;
  }

  .side_btns_wrapper {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    left: auto;
    right: auto;
  }

  .side_btn {
    justify-content: flex-start;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .9em;
  }

  .footer_wrapper {
    flex-wrap: wrap;
  }

  .locations_wrapper {
    width: 100%;
  }

  .soc_media_btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .soc_media_wrapper {
    justify-content: center;
  }

  .footer_div {
    text-align: left;
    border-top: 1px solid #00000026;
    border-left-style: none;
    align-items: center;
    width: 100%;
    margin-top: 10%;
    padding-top: 5%;
    padding-left: 0%;
  }

  .location_div {
    width: 45%;
    margin-bottom: 50px;
  }

  .footer_section {
    padding: 10% 10% 20%;
  }

  .footer_text {
    text-align: center;
  }

  .gallery-wrapper {
    background-position: 0 0, 50%;
    min-height: auto;
    padding: 35px;
  }

  .gallery-wrapper.evo {
    background-position: 100% 100%;
    background-size: 50%;
    padding-bottom: 400px;
  }

  .gallery-div {
    width: auto;
  }

  .frame-wrapper {
    flex-flow: column;
  }

  .frame-wrapper._2 {
    min-height: 0;
  }

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

  .frame-text.top-pad {
    padding-top: 20px;
  }

  .frame-image {
    width: 100%;
    min-height: auto;
  }

  .sunglasses-wrapper {
    margin-top: 35px;
  }

  .sub-h {
    letter-spacing: 3px;
  }

  .package-holder {
    margin-top: 30px;
  }

  .package-card {
    width: 32%;
    padding: 20px 15px;
  }

  .small-header.dark {
    margin-top: 0;
    line-height: 1.2em;
  }

  .hover-over {
    width: 100%;
  }

  .contact-wrapper {
    padding: 40px;
  }

  .button-holder {
    flex-wrap: wrap;
  }

  .image {
    max-height: 150px;
  }

  .nav-link.consult, .nav-link.st, .nav-link.phone {
    background-position: 2%;
    background-size: 18px;
  }

  .brand {
    width: 22%;
  }

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

  .menu-button {
    padding: 15px;
  }

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

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-jm.marg-left {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8em;
  }

  .sub-h-2 {
    letter-spacing: 3px;
  }

  .location-div {
    width: 28%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .logo-div {
    width: 30%;
    margin-bottom: 25px;
  }

  .location-section {
    padding-left: 0;
    padding-right: 0;
  }

  .location-wrapper {
    width: 90%;
  }

  .location-side {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .image-13 {
    max-height: 100px;
  }

  .section-header {
    font-size: 25px;
  }

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-text {
    font-size: 13px;
  }

  .badge-holder {
    justify-content: center;
    height: auto;
    position: static;
  }

  .image-16 {
    width: 35%;
    height: auto;
    margin-left: 20px;
  }

  .wrap.flex.top-marg.extra {
    flex-flow: column;
  }

  .doc-wrap {
    margin-top: 0;
  }

  .doc-div {
    margin-top: 100px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .doc-photo {
    width: 150px;
    height: 150px;
    margin-top: -50px;
  }

  .testimonial-wrapper {
    width: 95%;
  }

  .testimonial-holder {
    flex-flow: column;
  }

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

  .testimonial-section {
    height: auto;
    min-height: 600px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .txt._30.white {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .slider-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: auto;
    height: auto;
    top: 1px;
    left: 57px;
  }

  .logo_img {
    width: 140px;
  }

  .phone_icon {
    display: none;
  }

  .top_phone_wrapper {
    grid-column-gap: .5rem;
  }

  .appointment_btn {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
  }

  .navbar {
    height: 60px;
    min-height: auto;
  }

  .navbar18_menu-button {
    margin-left: -1rem;
    margin-right: 12px;
  }

  .navbar18_container {
    margin-left: 20px;
  }

  .top_phone_btn {
    font-size: 1em;
  }

  .sublink {
    display: none;
  }

  .navlink {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1em;
  }

  .navmenu_wrapper {
    display: none;
    top: 60px;
  }

  .navmenu_column_wrapper {
    width: 32%;
  }

  .navmenu_column_wrapper._1 {
    flex-wrap: wrap;
    width: 32%;
  }

  .hero_tagline_wrapper {
    top: 399px;
    bottom: auto;
  }

  .hero_tagline_wrapper.optical {
    width: 50%;
    padding-right: 5%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .inner_main_tagline {
    font-size: 2.2em;
  }

  .inner_main_tagline.optical {
    font-size: 2em;
  }

  .inner_hero.optical {
    height: 400px;
    margin-top: 75px;
    position: relative;
  }

  .big_headline {
    color: var(--yellow-green);
    font-size: 2em;
    line-height: 1.2em;
  }

  .big_headline.margin {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .inner_feature_section {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .inner_feature_section.grey {
    padding: 50px 0;
  }

  .inner_feature_section.black {
    padding: 20px;
  }

  .inner_feature_section.lasik {
    padding: 15px;
  }

  .brads_headline {
    font-size: .8em;
    line-height: 1.5em;
  }

  .service_btn {
    padding: 20px 18px;
    font-size: .9em;
    line-height: 1em;
  }

  .appointment_callout_text {
    font-size: 1.1em;
  }

  .side_btns_wrapper {
    border-bottom: 1px solid #8bb70b;
    position: static;
  }

  .side_btn {
    border-bottom-style: solid;
    width: 100%;
    padding-top: 10px;
  }

  .static_btn_icon {
    margin-top: 0;
  }

  .footer_section {
    padding-bottom: 10%;
  }

  .gallery-wrapper {
    padding: 25px;
  }

  .gallery-wrapper.evo {
    background-size: 65%;
  }

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

  .frame-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .frame-image {
    width: 100%;
  }

  .heading {
    font-size: 20px;
    line-height: 1.2em;
  }

  .marquee-div {
    min-height: 100px;
  }

  .sunglasses-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .sunglasses-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sunglasses-image {
    width: 100%;
    min-height: auto;
    max-height: 400px;
  }

  .package-holder {
    flex-direction: column;
    margin-top: 20px;
  }

  .package-card {
    width: 100%;
    min-height: auto;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image {
    max-height: 125px;
  }

  .brand {
    width: 22%;
  }

  .menu-button {
    padding: 10px;
  }

  .navbar-2 {
    box-shadow: none;
    margin-top: 0;
    inset: 0% 0% auto;
  }

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

  .buttons-holder.hero {
    margin-top: 0;
    display: flex;
  }

  .buttons-holder._100 {
    flex-flow: column;
    align-items: flex-start;
  }

  .lg-text-wrap {
    width: 100%;
  }

  .button-jm-3.black {
    min-width: 300px;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-jm-3.black.marg {
    margin-left: 0;
  }

  .location-div {
    width: 40%;
  }

  .logo-div {
    margin-bottom: 20px;
  }

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

  .section-header {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .footer {
    margin-bottom: 0;
    padding: 20px 25px 25px;
  }

  .image-17 {
    max-width: 175px;
  }

  .image-18 {
    display: none;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .doc-div {
    width: 100%;
  }

  .circle.centered {
    margin-bottom: 0;
  }

  .bk-circle {
    width: 550px;
    height: 550px;
  }

  .bk-circle.bigger {
    width: 600px;
    height: 600px;
  }

  .testimonial-section {
    padding: 50px 25px 3%;
  }

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

  .slider-left-arrow {
    left: -25px;
  }

  .slider-right-arrow {
    right: -25px;
  }

  .txt._30.white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-2 {
    width: 300px;
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    padding: 0;
    top: 2px;
    left: 53px;
  }

  .logo_img {
    width: 120px;
  }

  .phone_icon, .appointment_btn {
    display: none;
  }

  .top_phone_btn {
    padding-right: 12px;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navmenu_div {
    flex-wrap: wrap;
  }

  .navmenu_wrapper {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .navmenu_column {
    width: 48%;
  }

  .navmenu_column_wrapper, .navmenu_column_wrapper._1 {
    flex-wrap: wrap;
    width: 100%;
  }

  .hero_tagline_wrapper.optical {
    width: 100%;
    padding-bottom: 5%;
    inset: auto auto 0% 0%;
  }

  .inner_main_tagline {
    font-size: 1.6em;
  }

  .inner_main_tagline.optical {
    margin-bottom: 15px;
    font-size: 1.8em;
  }

  .inner_hero.optical {
    background-color: var(--black);
    background-size: auto, contain;
    height: 550px;
    margin-top: 50px;
  }

  .big_headline {
    font-size: 1.8em;
  }

  .feature_wrapper.no_margin {
    flex-direction: column;
  }

  .inner_feature_section.grey {
    padding: 30px 0;
  }

  .inner_feature_section.black {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inner_feature_section.image-bk {
    padding: 20px;
  }

  .inner_feature_section.lasik {
    padding: 0;
  }

  .brands_header {
    margin-bottom: 10%;
  }

  .brand_logo {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
  }

  .brand_logo._3 {
    width: 48%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .brands_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .service_btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .green_bold_text {
    font-size: 1.5em;
  }

  .appointment_callout_text {
    font-size: 1em;
  }

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

  .button-border-div.width {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-border-div.width.space {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .appointment_section {
    background-image: radial-gradient(circle, #383838, #000);
  }

  .big_square_div {
    border-width: 40px;
    width: 300px;
    height: 300px;
  }

  .side_btn {
    border-right-style: none;
    width: 100%;
  }

  .testimonials_headline {
    font-size: 1.8em;
  }

  .location_div {
    width: 100%;
  }

  .footer_section {
    padding-top: 15%;
  }

  .logo_footer {
    text-align: center;
  }

  .gallery-wrapper {
    background-image: linear-gradient(214deg, #0000 8%, #fff), linear-gradient(52deg, #71960733 7%, #0000 30%), url('../images/Lady-trying-on-Glasses.jpg');
    background-position: 0 0, 0 0, 60%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding: 25px 20px;
  }

  .gallery-wrapper.evo {
    background-size: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 340px;
  }

  .gallery-div {
    width: 100%;
  }

  .contact-wrapper {
    padding: 15px;
  }

  .button-holder {
    flex-direction: column;
    margin-top: 10px;
  }

  .brand {
    width: 40%;
  }

  .navbar-2 {
    margin-top: 0;
    padding: 0;
  }

  .buttons-holder {
    align-items: stretch;
    width: 100%;
  }

  .buttons-holder.hero {
    justify-content: center;
  }

  .buttons-holder._100 {
    align-items: stretch;
  }

  .button-jm {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .line {
    height: 40px;
  }

  .sub-h-2 {
    line-height: 1.2em;
  }

  .button-jm-3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-jm-3.black {
    min-width: 0;
    font-size: .9em;
  }

  .list-div {
    flex-flow: column;
  }

  .list-49 {
    width: 100%;
  }

  .location-div {
    width: 90%;
  }

  .logo-div {
    width: 45%;
    min-height: 75px;
    margin-bottom: 10px;
  }

  .location-section {
    padding-left: 0;
    padding-right: 0;
  }

  .location-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .location-side {
    margin-top: 20px;
  }

  .address {
    font-size: 15px;
    line-height: 1.6em;
  }

  .section-header {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-text {
    font-size: 1em;
    line-height: 1.2em;
  }

  .image-16 {
    width: 49%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .name {
    font-size: 15px;
  }

  .circle {
    width: 10px;
    height: 10px;
    margin-right: 7px;
  }

  .line-2 {
    height: 40px;
  }

  .testimonial-section {
    min-height: 600px;
    padding-top: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-left-arrow {
    left: -65px;
  }

  .slider-right-arrow {
    right: -65px;
  }

  .slider-2 {
    width: 275px;
    height: 325px;
  }
}


