.body {
  color: #000;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.19)), color-stop(52%, hsla(0, 0%, 100%, 0))), url('../images/Herobg_photoV2.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.19), hsla(0, 0%, 100%, 0) 52%), url('../images/Herobg_photoV2.jpg');
  background-position: 0px 0px, 100% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.brand {
  width: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.brand.w--current {
  width: 22%;
  padding: 5px 0px 0px;
}

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

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

.h2-hero-sub-head {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #004f71;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.h1 {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #004f71;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.button {
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #004f71;
  background-color: #004f71;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4d4d4f;
  color: #fff;
}

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

.button.white {
  border-style: none;
  border-color: #fff;
  color: #fff;
}

.button.white:hover {
  border-color: #004f71;
  background-color: #fff;
  color: #004f71;
}

.hero-par {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #004f71;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.h2-main {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #004f71;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.h2-main.white {
  margin-bottom: 30px;
  color: #fff;
}

.h2-main.left {
  text-align: left;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #004f71;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.field-label._2 {
  color: #fff;
}

.about-section {
  padding: 100px 200px;
  background-color: #004f71;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #99c3e5, #004f71);


/*
  background-image: url('../images/about-section.jpg');
	background-repeat: no-repeat;
	background-size: cover;
*/
}

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

.par {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.par.white {
  margin-bottom: 20px;
  color: #fff;
}

.par.left {
  margin-bottom: 20px;
  text-align: left;
}

.comp-eye-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  padding: 100px 200px 100px 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/comptop_photo.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.66)), to(hsla(0, 0%, 100%, 0.66))), url('../images/compbottom_photo.jpg');
  background-image: url('../images/comptop_photo.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.66), hsla(0, 0%, 100%, 0.66)), url('../images/compbottom_photo.jpg');
  background-position: 100% 0%, 0px 0px, 0px 0px;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

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

.problems-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
}

.left-photo-div-problem {
  width: 50%;
  min-height: 600px;
  background-image: url('../images/eyeexam2_photo.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-text-div-prob {
  width: 50%;
  padding: 100px 75px;
}

.treatment-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 100px 200px 100px 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/Treatmentbg_photo.jpg');
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 50%), url('../images/Treatmentbg_photo.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.list-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.list {
  margin-bottom: 20px;
}

.ecof-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004f71;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #99c3e5, #004f71);
}

.ecof-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-text-ecof-div {
  width: 70%;
  padding-right: 50px;
}

.locations-section {
  display: none;
  padding: 100px 200px;
  background-image: url('../images/sunsetbg_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.locations-wrapper-div {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  background-color: hsla(0, 0%, 100%, 0.82);
}

.locations-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  min-height: 0px;
  padding: 30px;
  -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;
}

.h4-location {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #004f71;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.address-text {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.contact-section {
  padding: 100px 200px 30px;
/*  background-color: #4d4d4f;*/
	background-image: linear-gradient( 
180deg, hsl(0deg 0% 0% / 66%), hsl(0deg 0% 0% / 30%)), url(../images/ECOFBuilding-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 100px;
  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;
}

.form-block-2 {
  width: 80%;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
  color: #99c3e5;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
}

.nav-link-jm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #004f71;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-jm:hover {
  color: #99c3e5;
}

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

.ecof-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.locations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  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;
}

.map-div {
  min-height: 300px;
  background-image: url('../images/map_placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.phone-link {
  display: none;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #381b4f;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}

.phone-link:hover {
  color: #a993c6;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.location-name {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4f;
}

.tabs-2-mn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.tablink {
  padding-left: 20px;
  border-radius: 5px;
  background-color: transparent;
  color: #004f71;
  font-weight: 400;
  text-transform: uppercase;
}

.tablink:hover {
  background-color: #99c3e5;
  color: #fff;
  font-weight: 400;
}

.tablink.w--current {
  border-radius: 5px;
  background-color: #004f71;
  color: #fff;
}

.location-address {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.tab_pane {
  height: 100%;
}

.tabs-menu-mn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.locations-wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.location-content-wrapper {
  padding: 0px 0px 0px 50px;
}

.locations-section-2 {
  min-height: 0vh;
  padding: 100px 200px;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.vid-div {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 800px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(46%, hsla(0, 0%, 100%, 0.19))), url('../images/Herobg_photoV2.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.19) 46%), url('../images/Herobg_photoV2.jpg');
    background-position: 0px 0px, 80% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .vid-div {
    width: 100%;
  }

  .brand {
    width: 40%;
  }

  .brand.w--current {
    width: 60%;
  }

  .hero-wrapper-div {
    max-width: none;
  }

  .h2-hero-sub-head {
    font-size: 40px;
    line-height: 45px;
  }

  .h1 {
    width: 375px;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 55px;
  }

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

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

  .comp-eye-section {
    min-height: 0px;
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/comptop_photo.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/compbottom_photo.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/comptop_photo.png'), linear-gradient(180deg, transparent, transparent), url('../images/compbottom_photo.jpg');
    background-position: 0px 0px, 60% 0%, 0px 0px, 0px 0px;
    background-size: auto, cover, auto, cover;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .comp-eye-wrapper-div {
    max-width: none;
  }

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

  .left-photo-div-problem {
    width: 100%;
    min-height: 300px;
  }

  .right-text-div-prob {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .treatment-section {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/Treatmentbg_photo.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 50%), url('../images/Treatmentbg_photo.jpg');
    background-position: 0px 0px, 0px 0px, 90% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

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

  .ecof-wrapper-div {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-text-ecof-div {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .locations-section {
    padding: 50px;
  }

  .locations-wrapper-div {
    padding: 30px;
  }

  .location-div {
    padding: 15px;
  }

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

  .contact-wrapper-div {
    margin-bottom: 50px;
  }

  .form-block-2 {
    width: 100%;
  }

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

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

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

  .icon {
    color: #004f71;
  }

  .ecof-50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .tabs-menu-mn {
    width: 30%;
  }

  .location-content-wrapper {
    padding-left: 19px;
  }

  .locations-section-2 {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 500px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(65%, hsla(0, 0%, 100%, 0))), url('../images/Herobg_photoV2.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 65%), url('../images/Herobg_photoV2.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .brand {
    width: 60%;
  }

  .h2-hero-sub-head {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .h1 {
    width: 300px;
    padding: 0px;
    font-size: 40px;
    line-height: 45px;
  }

  .hero-par {
    font-size: 16px;
  }

  .about-section {
    padding: 30px 20px;
  }

  .comp-eye-section {
    padding: 30px 20px;
  }

  .left-photo-div-problem {
    min-height: 250px;
  }

  .right-text-div-prob {
    padding: 30px 20px;
  }

  .treatment-section {
    padding: 30px 20px;
  }

  .ecof-section {
    padding: 30px 20px;
  }

  .locations-section {
    padding: 30px;
  }

  .locations-wrapper-div {
    padding: 20px;
  }

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

  .contact-section {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-wrapper-div {
    margin-bottom: 30px;
  }

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

  .tabs-2-mn {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .tabs-menu-mn {
    width: 100%;
    margin-bottom: 22px;
  }

  .location-content-wrapper {
    padding-left: 0px;
  }

  .locations-section-2 {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.93)), color-stop(67%, hsla(0, 0%, 100%, 0.18))), url('../images/Herobg_photoV2.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.18) 67%), url('../images/Herobg_photoV2.jpg');
    background-position: 0px 0px, 80% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .brand {
    width: 75%;
  }

  .brand.w--current {
    width: 80%;
  }

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

  .h1 {
    text-align: center;
  }

  .hero-buttons-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    text-align: center;
  }

  .button.left {
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .hero-par {
    display: none;
  }

  .h2-main {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-main.white {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-main.left {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .about-section {
    padding: 20px 10px;
  }

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

  .comp-eye-section {
    padding: 20px 10px;
  }

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

  .left-photo-div-problem {
    min-height: 200px;
  }

  .right-text-div-prob {
    padding: 20px 10px;
  }

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

  .treatment-section {
    padding: 20px 10px;
  }

  .ecof-section {
    padding: 20px 10px;
  }

  .left-text-ecof-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -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;
  }

  .locations-section {
    padding: 20px;
  }

  .locations-wrapper-div {
    padding: 10px;
  }

  .location-div {
    width: auto;
    padding: 10px;
  }

  .h4-location {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-section {
    padding: 20px 10px;
  }

  .menu-button {
    padding: 10px;
  }

  .locations-wrapper {
    margin-top: 0px;
  }

  .locations-section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

