@font-face {
  font-family: 'Optician';
  src: url('../fonts/Optician-Sans.otf') format('opentype'), url('../fonts/Optician-Sans.woff') format('woff'), url('../fonts/Optician-Sans.ttf') format('truetype'), url('../fonts/Optician-Sans.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Optician';
  src: url('../fonts/Optician-Sans.otf') format('opentype'), url('../fonts/Optician-Sans.woff') format('woff'), url('../fonts/Optician-Sans.ttf') format('truetype'), url('../fonts/Optician-Sans.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Optician';
  src: url('../fonts/Optician-Sans.otf') format('opentype'), url('../fonts/Optician-Sans.woff') format('woff'), url('../fonts/Optician-Sans.ttf') format('truetype'), url('../fonts/Optician-Sans.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Optician, Verdana, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Optician, Verdana, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Optician, Verdana, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Optician, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  color: #0096b8;
  text-decoration: none;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #e2e2e2;
  color: #616161;
  font-size: 18px;
  line-height: 30px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.test_section{
  position: relative;
  margin: 60px 12%;
  border-style: solid;
  border-color: #7992A7;
}
.section {
  position: relative;
  padding: 60px 20px;
}

.section.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 1100px;
  -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/top-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.section.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -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: #333;
  background-image: url('../images/bg-committed-to-exceeding.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.section.title-section.title-section-2 {
  background-image: url('../images/bg-your-eye-care-2.jpg');
}
.section.title-section.title-section-3{
  background-image: url('../images/fishing-parallax.jpg');
}
.section.main-services {
  display: block;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.main-cards {
  margin-top: -10px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.section.main-doctors-section {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  background-color: #D4D9DF;
}

.section.inner-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  margin-top: 80px;
  -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;
  color: #fff;
}

.section.inner-top-section.its-about {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/secondary-header-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/secondary-header-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section.inner-top-section.its-doctors {
  background-image: url('../images/bg-your-eye-care.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.inner-top-section.its-aesthetics {
  background-image: url('../images/aesthetics_bg.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  }

.section.inner-top-section.its-doctor {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1d2c;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/top-lake.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/top-lake.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.inner-top-section.its-location {
  padding: 0px;
}

.inner-top-section.its-about.section.lasik-header{
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/secondary-header-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/secondary-header-img-2.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-eagle {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 0;
  height: 84vh;
  max-height: 670px;
  margin-right: 0px;
  margin-left: auto;
}

.hero-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 877px;
  -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;
  text-align: center;
}

.hero-heading {
  font-size: 170px;
  line-height: 170px;
  letter-spacing: -10px;
  text-shadow:2px 2px #4b4b4b;
}

.hero-subheading {
  display: block;
  font-size: 33px;
  line-height: 37px;
  letter-spacing: 1px;
}

.hero-p {
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-weight:600;
  font-size:22px;
  line-height:35px;
  text-shadow:2px 2px #4b4b4b;
}

.hero-contacts {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  margin-top: 5px;
  margin-right: 7px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.navbar-contact:hover {
  opacity: 1;
  color: #fff;
}

.navbar-contact-icon {
  width: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-contact-content {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Optician, Verdana, sans-serif;
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.navbar-contact-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

.hero-scroll-button {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 30px;
  z-index: 3;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Optician, Verdana, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-scroll-button:hover {
  color: #fff;
}

.hero-scroll-icon {
  margin-top: 6px;
  width:50px;
  color:#fff;
}

.big-text {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

.title-section-heading {
  display: block;
  max-width: 800px;
  margin: 0px auto;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
  text-shadow:2px 2px #4b4b4b;
}

.title-section-subheading {
  display: block;
  margin-top: 0px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 5px;
}

.mid-text {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.main-center-link {
  position: relative;
  overflow: hidden;
  width: 33.33333333%;
  height: 33.33333333vw;
  max-height: 480px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/main-cataract-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Optician, Verdana, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.main-center-link.mcl-retina {
  background-image: url('../images/main-retina-2.jpg');
}
.main-center-link.mcl-glaucoma {
  background-image: url('../images/main-glaucoma-2.jpg');
}
.main-center-link.mcl-oculoplastic {
  background-image: url('../images/main-oculoplastics-2.jpg');
}
.main-center-link.mcl-general-eye-care {
  background-image: url('../images/main-eye-care-2.jpg');
}
.main-center-link.mcl-surgery {
  background-image: url('../images/main-surgery-2.jpg');
}
.main-center-link.mcl-pediatrics{
  background-image: url('../images/pediatrics.jpg');
}
.main-center-link.mcl-faq{
  background-image: url('../images/faqs.jpg');
}
.main-center-link.mcl-portal{
  background-image: url('../images/patient-portal.jpg');
}
.main-center-link-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
}
.main-center-link-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.main-center-link-content:hover {
  color: #fff;
}

.main-center-link-text {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 25px 10px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 3px solid #fff;
  color: #fff;
}

.main-center-link-border {
  position: absolute;
  left: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 80%;
  margin-top: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.main-center-link-eye {
  position: absolute;
  left: 50%;
  bottom: 17%;
  z-index: 2;
  display: block;
  width: 56px;
  height: 27px;
  margin-left: -28px;
  opacity: 0;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

.main-centers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-cards-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
/*  height: 350px;*/
  max-width: 480px;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #7992A7;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out, border-color 300ms ease-in-out, box-shadow 500ms ease;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out, border-color 300ms ease-in-out, box-shadow 500ms ease;
  color: #000;
  text-align: center;
}

.main-card:hover {
  border-color: #727271;
  background-color: #727271;
  box-shadow: 0 13px 50px -9px rgba(24, 24, 23, .7);
  color: #fff;
}

.main-card-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-card-icon.main-card-icon-self-test {
  margin-left: 19px;
}

.main-card-title {
  margin-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Optician, Verdana, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.main-card-text {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.main-card-icon-brown {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-card-icon-white {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-doctors-divider {
  display: block;
  width: 100%;
  height: 1px;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  background-color: #c4c3be;
}

.main-doctors-h {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0px auto 20px;
  text-align: center;
}

.doctor-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 920px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doctor-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  font-family: Optician, Verdana, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.doctor-card:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
  color: #000;
}

.doctor-card-photo {
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-image: url('../images/main-dr-parden.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.first-doc{
  margin-top:-20px;
}
.doctor-card-photo.doctor-card-photo-2 {
  background-image: url('../images/main-dr-kent.jpg');
}

.doctor-card-photo.doctor-card-photo-3 {
  background-image: url('../images/main-dr-stormogipson.png');
}
.doctor-card-photo.doctor-card-photo-4 {
  background-image: url('../images/main-dr-duke.png');
}
.doctor-card-photo.doctor-card-photo-5 {
  background-image: url('../images/main-dr-dance.png');
}
.doctor-card-photo.doctor-card-photo-6 {
  background-image: url('../images/main-dr-grainer.png');
}
.doctor-card-photo.doctor-card-photo-7 {
  background-image: url('../images/main-dr-buckland.png');
}
.doctor-card-photo.doctor-card-photo-8 {
  background-image: url('../images/main-dr-moss.jpg');
}
.doctor-card-photo.doctor-card-photo-9 {
  background-image: url('../images/doctor-template.jpg');
}
.doctor-card-photo.doctor-card-photo-10 {
  background-image: url('../images/main-dr-weisel.jpg');
}
.doctor-card-photo.doctor-card-photo-11 {
  background-image: url('../images/main-dr-smith.png');
}
.doctor-card-photo.doctor-card-photo-12 {
  background-image: url('../images/main-dr-blizzard.png');
}
.doctor-card-photo.doctor-card-photo-13 {
  background-image: url('../images/main-dr-calderwood.jpg');
}
.doctor-card-photo.doctor-card-photo-14 {
  background-image: url('../images/drew_new.jpg');
}

.doctor-card-photo.doctor-card-photo-15 {
  background-image: url('../images/calderwood-dr.png');
}

.doctor-card-photo.doctor-card-photo-17 {
  background-image: url('../images/dr-Heaton.png');
}

.doctor-card-name {
  margin-top: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 24px;
}

.doctor-card-text {
  margin-top: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #595959;
  font-size: 12px;
  line-height: 20px;
}

.button {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  padding: 15px 75px 14px;
  border: 2px solid #8E96A1;
  background-color: transparent;
  font-family: Optician, Verdana, sans-serif;
  color: #8E96A1;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #8E96A1;
  background-color: #8E96A1;
  box-shadow: 0 8px 50px -12px #8E96A1;
  color: #fff;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.footer-logo {
  position: relative;
  top: -6px;
  width: 128px;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-address {
  margin-left: 70px;
}

.footer-address-title {
  font-family: Optician, Verdana, sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-address-line {
  font-size: 13px;
  line-height: 18px;
}

.footer-address-phones {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:20px;
}

.footer-address-phone {
  margin-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #454850;
  font-size: 14px;
  line-height: 20px;
}

.footer-address-phone:hover {
  color: #606060;
}

.footer-address-phone-label {
  color: #454850;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-smalls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 10px;
  line-height: 14px;
}

.footer-small-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 8px;
}

.footer-small-link {
  color: #fff;
}

.footer-small-link:hover {
  color: hsla(0, 0%, 100%, .5);
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  background-color: #454850;
}

.navlink {
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.navlink.w--current {
  color: #fff;
}

.navlink.w--open {
  background-color: hsla(0, 0%, 100%, .3);
}

.navlink.navlink-dropdown:hover {
  color: #fff;
}

.nav-logo-eye {
  width: auto;
  height: 58px;
}

.nav-logo-text {
  width: auto;
  height: 36px;
  margin-left: 14px;
}

.nav-brand {
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-container {
  position: relative;
  display: block;
  height: 80px;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 20px;
}

.nav-dropdown-icon {
  display: none;
}

.nav-dropdown-list.w--open {
  left: 50%;
  margin-top: -5px;
  background-color: #fff;
  box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .5);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-dropdown-list.nav-dropdown-doctors.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-dropdown-link {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  background-color: #e7e7e7;
}

.nav-dropdown-link.w--current {
  color: #000;
}

.nav-dropdown-link.w--current:hover {
  color: #000;
}

.nav-dropdown-link.ddl-doctor {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navmenu {
  margin-top: 40px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.doctor-title-container {
  display: block;
}

.container.location-gallery-container {
  display: block;
  margin-top: 40px;
}

.content-side {
  display: block;
  width: 240px;
  margin-left: 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-side-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #817e73;
  font-size: 14px;
  line-height: 20px;
}

.content-side-link {
  display: block;
  padding: 5px 10px;
  border-top: 1px solid #f0f0f0;
  color: #857c63;
  font-size: 14px;
  line-height: 28px;
}

.content-side-link:hover {
  background-color: #f0f0f0;
  color: #000;
}

.content-side-link.w--current {
  background-color: #f0f0f0;
  font-weight: 700;
}

.content-side-li {
  margin-bottom: 0px;
}

.content-side-lnks {
  margin-top: 10px;
  font-family: Optician, Verdana, sans-serif;
}

.nav-dropdown-toggle {
  padding: 0px;
}

.content-side-submenu {
  margin-bottom: 40px;
  padding-top: 10px;
}

.content-side-banners {
  margin-bottom: 40px;
}

.content-side-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8E96A1;
  border-radius: 2px;
  font-family: Optician, Verdana, sans-serif;
  color: #8E96A1;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.content-side-banner:hover {
  border-color: #8a826c;
  background-color: #f7f7f7;
}

.content-side-banner-image {
  width: 100%;
  max-height: 44px;
  max-width: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-side-banner-text {
  margin-left: 15px;
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.doctor-big-photo {
  position: absolute;
  left: 0px;
  top: -43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 270px;
  max-width: 270px;
  border-radius: 2px;
}

.doctor-title {
  max-width: 560px;
  min-height: 145px;
  margin-left: 320px;
}

.doctor-title-h {
  margin-bottom: 0px;
}

.doctor-title-sub {
  opacity: 0.5;
  font-size: 13px;
  line-height: 25px;
}

.doctor-title-p {
  margin-top: 20px;
}

.doctor-text {
  padding-top: 0px;
}

.map {
  height: 280px;
}

.location-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  max-height: 160px;
  margin-bottom: 4px;
  padding: 0px 2px;
  -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;
}

.location-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
  margin-left: -2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.location-thumb {
  width: 100%;
  height: auto;
}

.location-gallery-h {
  margin-top: 0px;
}

.nav-phone {
  position: absolute;
  top: 7px;
  right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.7;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.nav-phone:hover {
  opacity: 1;
  color: #fff;
}

.nav-phone-icon {
  margin-right: 10px;
}

.footer-left-side {
  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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 10px;
  line-height: 20px;
}

.home-all-doctors-photo {
  z-index: 0;
  width: 100%;
  margin-top: 20px;
}

/*Responsive embed containers */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Blog Styles */
article hr{
  margin:20px 0;
}
#searchform, h2.rounded, .tagcloud{
  padding:15px 0 0px 10px;
}

.moretag {
  display: block;
  width: 300px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  padding: 15px 75px 14px;
  border: 2px solid #bab9b5;
  background-color: transparent;
  font-family: Optician, Verdana, sans-serif;
  color: #aba9a2;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.moretag:hover {
  border-color: #727271;
  background-color: #727271;
  box-shadow: 0 8px 50px -12px #727271;
  color: #fff;
}
#searchsubmit{
  background:#c4e9fb;
  color:#333;
  transition:color 350ms ease 0s, background-color 350ms ease 0s;
  padding:0.66em !important;
  font-size:1em;
  border:none;
}
#searchsubmit:hover{
  background:#4f7aac;
  color:#fff;
}
#searchform input {
  padding:0.5em;
}

.employee-sidebar a{
  text-decoration: none;
  font-size: 14px;
  color: #857c63;
  transition: all 300ms, ease;
  line-height: 8px;
}
.employee-sidebar ul{ 
  margin-bottom: 5px !important;
}
.ui-button.test {
  margin-top: 20px;
}
.w-slider {
  min-height: 350px;
}
@media (max-width: 991px) {
  .section,
  .test_section{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section.hero-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/top-lake.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/top-lake.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .section.title-section {
    min-height: 280px;
  }
  .section.main-cards {
    padding-bottom: 50px;
  }
  .section.footer {
    padding: 20px 10px;
  }
  .section.inner-top-section {
    min-height: 200px;
    margin-top: 60px;
    padding-top: 30px;
  }
  .hero-eagle {
    left: auto;
    top: -8px;
    right: 0px;
    height: 75%;
  }
  .hero-heading {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0px;
  }
  .hero-subheading {
    font-size: 28px;
    line-height: 32px;
  }
  .hero-contacts {
    margin-top: 12px;
    margin-right: 62px;
  }
  .navbar-contact {
    margin-left: 20px;
  }
  .hero-scroll-button {
    display: none;
  }
  .big-text {
    font-size: 18px;
    line-height: 32px;
  }
  .title-section-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .title-section-subheading {
    font-size: 28px;
    line-height: 38px;
  }
  .mid-text {
    max-width: 640px;
    font-size: 16px;
    line-height: 26px;
  }
  .main-center-link-text {
    padding: 15px 10px 12px;
    border-width: 2px;
    font-size: 22px;
    line-height: 22px;
  }
  .main-center-link-border {
    width: 95%;
    margin-top: 6px;
  }
  .main-card-title {
    font-size: 16px;
    line-height: 26px;
  }
  .main-card-text {
    font-size: 14px;
    line-height: 22px;
  }
  .main-doctors-divider {
    margin-bottom: 30px;
  }
  .main-doctors-h {
    width: 728px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .doctor-card-photo {
    width: 150px;
    height: 150px;
  }
  .doctor-card-name {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .doctor-card-text {
    line-height: 18px;
  }
  .button {
    margin-top: 20px;
  }
  .footer-logo {
    top: 0px;
  }
  .footer-content {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .footer-address {
    margin-left: 50px;
  }
  .footer-address-phones {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-addresses {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-smalls {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar {
    position: absolute;
    height: 60px;
    background-color: #454850;
  }
  .navlink {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1f3f04;
    letter-spacing: 0px;
  }
  .navlink:hover {
    background-color: #2d5809;
  }
  .navlink.w--open {
    background-color: #3a3a3a;
  }
  .navlink.navlink-dropdown {
    display: inline-block;
    background-color: transparent;
  }
  .navlink.navlink-dropdown:hover {
    background-color: transparent;
  }
  .menu-button {
    padding: 18px;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-brand {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
  }
  .nav-brand.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-container {
    height: auto;
  }
  .nav-dropdown-icon {
    display: block;
  }
  .nav-dropdown-list.w--open {
    margin-top: 0px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .nav-dropdown-list.nav-dropdown-doctors.w--open {
    display: block;
  }
  .nav-dropdown-link {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #2d5809;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .nav-dropdown-link:hover {
    background-color: #3c720e;
    color: #fff;
  }
  .nav-dropdown-link.ddl-doctor {
    width: auto;
  }
  .navmenu {
    margin-top: 0px;
    background-color: #D4D9DF;
  }
  .container {
    max-width: 728px;
  }
  .container.doctor-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-side {
    display: none;
  }
  .nav-dropdown-toggle {
    background-color: #1f3f04;
  }
  .nav-dropdown-toggle:hover {
    background-color: #2d5809;
  }
  .nav-dropdown-toggle.w--open {
    background-color: #2d5809;
  }
  .doctor-big-photo {
    position: static;
    display: block;
    width: 180px;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .doctor-title {
    min-height: 0px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .map {
    height: 200px;
  }
  .location-lightbox {
    max-height: 100px;
  }
  .location-gallery-h {
    text-align: center;
  }
  .nav-phone {
    top: 16px;
    right: 60px;
    font-size: 24px;
  }
  .w-slider {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .w-icon-slider-left, .w-icon-slider-right{
    top:84%;
  }
  body {
    font-size: 14px;
    line-height: 24px;
  }
  ul {
    padding-left: 20px;
  }
  .section,
  .test_section{
    margin: 20px 10px;
  }
  .section.hero-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section.title-section {
    min-height: 200px;
  }
  .section.inner-top-section {
    padding-top: 20px;
  }
  .hero-eagle {
    left: auto;
    top: 0px;
    right: 0px;
    width: 509px;
    height: 302px;
  }
  .hero-heading {
    font-size: 80px;
    line-height: 80px;
  }
  .hero-p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .hero-contacts {
    display: none;
  }
  .big-text {
    font-size: 14px;
    line-height: 26px;
  }
  .title-section-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .title-section-subheading {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .mid-text {
    font-size: 14px;
    line-height: 24px;
  }
  .main-center-link {
    width: 50%;
    height: 50vw;
  }
  .main-center-link-text {
    font-size: 20px;
    line-height: 22px;
  }
  .main-center-link-border {
    margin-top: 8px;
  }
  .main-card-wrap {
    display: block;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .main-card {
    padding: 20px;
  }
  .main-card-icon {
    height: 70px;
  }
  .main-card-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .main-card-text {
    font-size: 13px;
    line-height: 20px;
  }
  .main-card-icon-brown {
    width: auto;
    height: 100%;
  }
  .main-card-icon-white {
    width: auto;
    height: 100%;
  }
  .main-doctors-divider {
    margin-bottom: 20px;
  }
  .main-doctors-h {
    width: auto;
    max-width: 560px;
    font-size: 16px;
    line-height: 26px;
  }
  .doctor-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .doctor-card {
    width: 50%;
    max-width: 350px;
    margin-bottom: 40px;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-logo {
    width: 80px;
    margin-bottom: 10px;
  }
  .footer-address {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-address-title {
    font-size: 14px;
    line-height: 19px;
  }
  .footer-address-line {
    font-size: 12px;
    line-height: 17px;
  }
  .nav-brand {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-container {
    height: 60px;
  }
  .container {
    max-width: 548px;
  }
  .container.doctor-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.location-gallery-container {
    margin-top: 30px;
  }
  .doctor-big-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 200px;
  }
  .doctor-title {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }
  .doctor-title-h {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
  }
  .doctor-title-sub {
    font-size: 12px;
    line-height: 20px;
  }
  .doctor-title-p {
    width: 400px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 23px;
  }
  .location-lightbox {
    width: 50%;
    max-height: 120px;
  }
  .location-thumb {
    height: auto;
  }
  .nav-phone {
    top: 17px;
    font-size: 20px;
  }
  .footer-left-side {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-all-doctors-photo {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .test-header{
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
    line-height: 31px;
  }
  h4 {
    margin-top: 30px;
  }
  ul {
    padding-left: 20px;
  }
  .section.hero-section {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .section.title-section {
    min-height: 140px;
  }
  .section.footer {
    padding-top: 30px;
  }
  .section.inner-top-section {
    min-height: 160px;
    margin-top: 50px;
    padding-top: 20px;
  }
  .section.inner-top-section.its-doctor {
    padding: 0px;
  }
  .hero-eagle {
    right: -45px;
    width: 410px;
    height: 272px;
  }
  .hero-heading {
    font-size: 44px;
    line-height: 44px;
  }
  .hero-subheading {
    font-size: 18px;
    line-height: 24px;
  }
  .hero-p {
    font-size: 13px;
    line-height: 22px;
  }
  .big-text {
    line-height: 22px;
  }
  .title-section-heading {
    font-size: 28px;
    line-height: 28px;
  }
  .title-section-subheading {
    line-height: 18px;
  }
  .doctor-big-photo img{
    margin:auto;
  }
  .mid-text {
    font-size: 12px;
    line-height: 20px;
  }
  .main-center-link {
    width: 100%;
    height: 100vw;
    max-height: 240px;
  }
  .main-center-link-border {
    width: 80%;
    margin-top: 10px;
  }
  .main-card-text {
    margin-top: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .main-doctors-divider {
    margin-bottom: 20px;
  }
  .main-doctors-h {
    font-size: 15px;
    line-height: 22px;
  }
  .doctor-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .doctor-card {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .doctor-card-photo {
    width: 120px;
    height: 120px;
  }
  .doctor-card-text {
    margin-top: 5px;
  }
  .button {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .footer-addresses {
    margin-top: 30px;
  }
  .navbar {
    height: auto;
  }
  .navlink {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-logo-eye {
    height: 32px;
  }
  .nav-logo-text {
    height: 28px;
  }
  .menu-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .nav-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-brand.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-container {
    height: 52px;
    padding-left: 10px;
  }
  .nav-dropdown-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .doctor-big-photo {
    width: 100vw;
    height: 100vw;
    max-height: 100vw;
    max-width: 100vw;
    border-radius: 0px;
  }
  .doctor-title {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    background-color: rgba(104, 159, 56, .95);
  }
  .doctor-title-h {
    font-size: 18px;
    line-height: 26px;
  }
  .doctor-title-p {
    width: auto;
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
  }
  .location-lightbox {
    max-height: 100px;
  }
  .location-gallery-h {
    font-size: 14px;
    line-height: 20px;
  }
  .nav-phone {
    display: none;
  }
  .home-all-doctors-photo {
    position: relative;
  }
}