:root {
  --color-6: #f1921c;
  --color-4: #e5e5e5;
  --color: white;
  --color-2: #0d244a;
  --color-5: #153063;
  --color-3: #333;
  --color-7: #e6e1d7;
}
    .container {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-6);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
/*  font-weight: 300;*/
  line-height: 1.2em;
}

h4 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.location-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hackettstown.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
 margin-top: -45px;
}

.location-header-div {
  text-align: center;
  background-color: #0000;
  max-width: 90%;
  padding: 0;
}

.cst-loc-top {
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.5em;
/*  font-weight: 300;*/
  line-height: 1.2em;
}

.loc-cta-div {
  background-color: var(--color-2);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-bottom: -40px;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.location-link {
  color: var(--color);
  align-items: center;
  padding: 15px 30px;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.location-link:hover {
  background-color: var(--color-6);
  color: var(--color);
}

.loc-icon {
  width: 25px;
  margin-right: 10px;
}

.welcome {
  background-color: #bbb9b91a;
  padding-top: 5%;
  padding-bottom: 5%;
}

.welcome-div {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.welcome-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.welcome-column.photo {
  object-fit: cover;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.link-block {
  background-color: var(--color-2);
  color: var(--color);
  border-bottom: 1px solid #ffffff4f;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 1em;
/*  font-weight: 300;*/
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.link-block:hover {
  background-color: var(--color-2);
  color: var(--color);
  padding: 10px 20px;
}

.link-block.light {
  background-color: var(--color-6);
  color: var(--color);
}

.link-block.light:hover {
  color: var(--color-5);
}

.link-block.no-btm {
  border-bottom-style: none;
}

.service-holder {
  z-index: 1;
  background-color: var(--color);
  background-image: linear-gradient(#bbb9b91a, #bbb9b91a);
  width: 100%;
  min-width: 130%;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.call-out-service-section {
  justify-content: space-between;
  margin-bottom: 0%;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.call-out-service-section._2 {
  margin-top: 5%;
  padding-top: 0%;
}

.call-out-service-section._1 {
  padding-top: 5%;
}

.call-out-img-div {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

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

.serv-text-div {
  background-color: var(--color);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 50px 0%;
  display: flex;
}

.serv-text-div.left {
  justify-content: flex-start;
  padding-left: 0%;
  padding-right: 0%;
}

.serv-text-div.less {
  background-color: #fff0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.white-text-div {
  background-color: #e5e5e5b3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.white-text-div.less {
  padding-bottom: 20px;
}

.doc-section {
  background-color: var(--color-5);
  padding-top: 0%;
  padding-bottom: 5%;
}

.doc-content {
  z-index: 5;
  width: 90%;
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.doc-holder {
  justify-content: center;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-div {
  width: 75%;
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -8%;
  display: flex;
}

.doc-photo-div {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

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

.doc-name-div {
  background-color: var(--color-5);
  width: auto;
  height: auto;
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 0% 15px;
  padding: 15px 15px 0;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

.h2-white {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section {
  background-color: var(--color-2);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 8% 5%;
  display: flex;
}

.request-div-left {
  width: 90%;
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.parallax {
  background-image: linear-gradient(#00000080, #00000080), url('../images/exterior.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  min-height: 55vh;
  padding: 5% 0;
  display: flex;
}

.parallax.docs {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/surgery.jpg');
  background-position: 0 0, 50% 0;
  position: relative;
}

.header-sub {
  color: var(--color);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.button-2 {
  color: #fff;
  background-color: #00000069;
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2:hover {
  color: #fff;
}

.btn_bg_div {
  background-color: var(--color-5);
  position: absolute;
  inset: 0%;
}

.btn_text_div {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.benefits-section {
  background-color: var(--color-5);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #237aa9b5, var(--color-2));
  padding-top: 5%;
  padding-bottom: 5%;
}

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

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

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

.wrap.btm-line {
  border-bottom: 1px solid var(--color-6);
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-right: 5%;
}

.other-procedures-section {
  background-color: var(--color-2);
  color: var(--color);
  padding: 5% 0;
}

.service-inside {
  background-image: url('../images/evo-icl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50% 30px 50px;
}

.service-inside.white {
  min-height: 50vh;
  color: var(--color);
  background-image: linear-gradient(270deg, #0000, #000000e6), url('../images/retina.jpg');
  background-position: 0 0, 0 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding: 30px 48% 10px 30px;
  display: flex;
}

.service-inside.white.cat {
  background-image: linear-gradient(275deg, #09334b00 16% 30%, #000), url('../images/eye-exam.jpg');
  background-position: 0 0, 0 25%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  display: flex;
}

.inner-service-flex {
  justify-content: space-between;
  width: 85%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.top-items {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-div {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.div-block {
  padding-right: 30px;
}

.new-location-link {
  background-color: var(--color-2);
  color: var(--color);
  background-image: url('../images/icons8-right-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-bottom: 1px #ffffff4f;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  font-size: 1em;
/*  font-weight: 300;*/
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.new-location-link:hover {
  background-color: #f1921c;
  color: #ffffff;
  padding: 20px;
}

.location-section {
  justify-content: space-between;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 8%;
  padding-bottom: 3%;
  display: flex;
}

.googlemap-div {
  width: 50%;
}

.code-embed {
  height: 100%;
}

.heading {
  font-size: 1em;
}

.lens-div {
  background-color: var(--color);
  min-height: 250px;
  color: var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.grid {
  margin-top: 50px;
}
.widget h4 {
    text-transform: none;
    color: #555;
}
.col-md-12.section_header.fancy {
    display: none;
}

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

  h4 {
    font-size: 1.5em;
  }

  .location-header {
    height: 800px;
  }

  .loc-cta-div {
    padding-left: 0%;
    padding-right: 0%;
  }

  .location-link {
    padding: 10px;
    font-size: 1em;
  }

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

  .welcome-column {
    width: 100%;
    padding-bottom: 0;
  }

  .welcome-column.photo {
    width: 100%;
  }

  .service-holder {
    min-width: 0%;
    margin-bottom: 0;
  }

  .white-text-div {
    padding: 20px;
  }

  .doc-div {
    width: 90%;
    margin-top: -10%;
  }

  .parallax.docs {
    background-image: linear-gradient(to bottom, null, null), url('../images/docs.jpg');
    background-attachment: scroll, scroll;
  }

  .button-2 {
    padding: 15px;
    line-height: 1.2em;
  }

  .service-inside.white {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40%;
  }

  .lens-div {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .location-header {
    height: 500px;
  }

  .cst-loc-top {
    font-size: 2.5em;
  }

  .loc-cta-div {
    flex-flow: wrap;
    justify-content: center;
  }

  .location-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: .9em;
  }

  .loc-icon {
    width: 20px;
  }

  .call-out-service-section._2 {
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
  }

  .call-out-service-section._1 {
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5%;
  }

  .call-out-img-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 450px;
    display: flex;
  }

  .serv-text-div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .serv-text-div.less {
    padding-top: 0;
    padding-bottom: 0;
  }

  .white-text-div {
    width: 100%;
  }

  .white-text-div.less {
    padding-bottom: 0;
  }

  .parallax.docs {
    min-height: 25vh;
  }

  .button-2 {
    font-size: .9em;
  }

  .wrap.btm-line {
    margin-bottom: 35px;
  }

  .service-inside.white {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/retina.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 0;
    padding-right: 20px;
  }

  .service-inside.white.cat {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/eye-exam.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 25%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    min-height: 0;
  }

  .inner-service-flex {
    flex-flow: column;
  }

  .location-section {
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
  }

  .googlemap-div {
    width: 100%;
  }

  .code-embed {
    height: 350px;
    min-height: 350px;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .cst-loc-top {
    font-size: 2em;
  }

  .loc-cta-div {
    height: auto;
  }

  .call-out-service-section._2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .call-out-service-section._1 {
    padding-top: 5%;
  }

  .white-text-div.less {
    background-color: var(--color-4);
    color: var(--color-3);
    padding: 10px 10px 0;
  }

  .doc-photo-div {
    width: 100%;
  }

  .h4-white {
    color: var(--color-5);
  }

  .h4-white.cta {
    color: var(--color);
  }

  .header-sub {
    font-size: 1.5em;
  }

  .button-2, .btn_bg_div {
    text-align: center;
  }

  .wrap.btm-line {
    margin-bottom: 20px;
  }

  .service-inside.white {
    background-color: var(--color-4);
    color: var(--color-3);
    background-image: url('../images/retina.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    padding: 200px 10px 0;
  }

  .service-inside.white.cat {
    background-color: var(--color-4);
    color: var(--color-3);
    background-image: url('../images/eye-exam.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    margin-bottom: 30px;
    padding-top: 200px;
  }

  .inner-service-flex {
    margin-bottom: 30px;
  }

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

  .new-location-link {
    padding: 10px 30px 10px 10px;
    font-size: .9em;
  }

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

  .grid {
    grid-template-columns: 1fr;
  }

  .dark-mob {
    color: var(--color-2);
  }
}


