
label {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
}

.sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  background-color: #6bb396;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.nav_border {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 2px;
  background-color: #6bb396;
}

.navlink_wrapper {
  height: 100%;
  line-height: 70px;
}

.navlink_container {
  position: relative;
  display: inline-block;
}

.nav_link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.nav_link:hover {
  color: #49c9c3;
}

.internal-link {
  text-decoration: none;
  color: #6BB396;
  font-weight: bold;
}

.internal-link-white {

}

.slider_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
  -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;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .5);
}

.hero_navbar {
  position: relative;
  top: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
}

.hero_nav_border {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 5px;
  background-color: #49c9c3;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.physicians_wrapper {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 15px;
}

.heading-3 {
  display: block;
  margin: 0px auto 25px;
  color: #6bb396;
  font-size: 34px;
  font-weight: 200;
}

.heading_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horizontal_line {
  width: 50%;
  height: 2px;
  background-color: #6bb396;
}

.horizontal_line.services_line {
  width: 38%;
}

.vertical_line_left {
  position: absolute;
  left: 0px;
  top: 10px;
  bottom: 0px;
  width: 2px;
  background-color: #49c9c3;
}

.horizontal_line_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.vertical_line_right {
  position: absolute;
  top: 10px;
  right: 0px;
  bottom: 0px;
  width: 2px;
  background-color: #49c9c3;
}

.burger_wrapper {
  display: none;
}

.physician_bio_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -130px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bio_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 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;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.bio {
  padding-top: 10px;
  border-top: 2px solid #333;
}

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

.paragraph {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0px;
}

.paragraph-2 {
  font-weight: 300;
  text-align: left;
}

.testimonials_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/megabitedentaloffice.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/megabitedentaloffice.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #f5f5f5;
}

.generic_wrapper {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 15px;
}

.generic_wrapper.services {
  padding-top: 100px;
  padding-bottom: 100px;
}

.generic_wrapper.less-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}

.generic_wrapper.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-6 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 200;
  text-align: right;
}

.heading-7 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  text-align: right;
}

.service_box_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
  font-weight: 100;
  text-align: center;
}

.service_mask {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: rgba(51, 51, 51, .75);
  cursor: pointer;
}

.service_content_box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding: 10px;
  background-color: rgba(73, 201, 195, .7);
  opacity: 0;
}

.contact_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrapper {
  text-align: left;
}

.contact_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_box.last_box {
  margin-bottom: 0px;
}

.contact_icon {
  width: 25px;
  margin-right: 15px;
}

.contact_text {
  display: inline-block;
  color: #fff;
  font-weight: 200;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -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;
  border-top: 20px solid #6bb396;
  background-color: #3b3b3b;
  color: #fff;
}

.nav_contact_container {
  padding-top: 11px;
  color: #fff;
}

.drop_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.line_divider {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 2px;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #6bb396;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  top: -14px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 175px;
}

.apt-btn-2 {
  width: 150px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #6bb396;
  background-color: #6bb396;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.apt-btn-2:hover {
  background-color: transparent;
  color: #6bb396;
}

.appt-mask {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  -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: rgba(0, 0, 0, .9);
  opacity: 0;
}

.appt-wrapper {
  width: 700px;
  padding: 15px;
  background-color: #6bb396;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  overflow-y: scroll;
  max-height: 500px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.appt-iframe{
  width: 100%;
  min-height: 500px;
  overflow-y: scroll;
}

.form-block {
  margin-bottom: 0px;
  padding: 50px;
  border: 2px solid #6bb396;
  background-color: #fff;
  color: #575757;
}

.text-field {
  margin-bottom: 25px;
  background-color: transparent;
}

.drop-menu {
  position: absolute;
  overflow: hidden;
  width: 200%;
  height: 150px;
  padding: 0px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  box-shadow: 8px 8px 35px 0 rgba(0, 0, 0, .7);
  text-align: center;
}

.drop-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.drop-list_item {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.drop-list_item:hover {
  background-color: #f5f5f5;
}

.list-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  text-decoration: none;
}

.list-link:hover {
  background-color: #f6f6f6;
  color: #49c9c3;
}

.text-block-3 {
  line-height: 14px;
  text-align: center;
}

.static_nav {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #333;
}

.nav-border {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  background-color: #6bb396;
}

.unordered-list {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-list_item {
  position: relative;
  display: inline-block;
  height: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.nav-link {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 75px;
  text-decoration: none;
}

.nav-link:hover {
  color: #575757;
}

.text-block-5 {
  cursor: pointer;
}

.drop_list {
  position: absolute;
  overflow: hidden;
  width: 200px;
  height: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .5);
  color: #333;
}

.drop_list:hover {
  overflow: visible;
}

.drop_link {
  width: 100%;
  padding: 15px;
  color: #333;
  text-decoration: none;
}

.text-block-6 {
  display: inline-block;
}

.image-3 {
  height: 59px;
}

.bio_box {
  text-align: center;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
}

.footer_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 400;
}

.footer_logo {
  height: 59px;
}

.footer_hr {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #6bb396;
}

.footer_link {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 8px;
}

.mailing-list_btn {
  width: 100%;
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 2px solid #6bb396;
  background-color: #6bb396;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.mailing-list_btn:hover {
  background-color: transparent;
}

.text-field-2 {
  border: 1px solid #6bb396;
  background-color: transparent;
}

.why-us_section {
  -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;
  color: #fff;
}

.slide-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.45);
}

.slide-wrapper-main {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: transparent;
}

.text-white{
  color: white;
}

.testimonial-name {
  margin-bottom: 20px;
  color: #6bb396;
  font-style: italic;
  font-weight: 300;
}

.logo-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #000;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.white-text {
  text-decoration: none;
  color: white;
}
.cert-logo {
  width: 154px;
}

.cert-logo-chao {
  max-height: 150px;
  width-auto;
}

.main-copy {
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

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

.apt-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #6bb396;
  background-color: #6bb396;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.apt-btn:hover {
  background-color: transparent;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Header-Image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Header-Image.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  color: #fff;
}

.banner.contact_banner {
  margin-top: 115px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/contact_img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/contact_img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner.doctor_banner {
  margin-top: 115px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/doctor-header-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/doctor-header-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner.meet_doctor_banner {
  margin-top: 115px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/cg-teeth.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/cg-teeth.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner.gallery_banner{
  margin-top: 115px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/woman-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/woman-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner.services_banner {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Teeth-Whitening-Header-1-use-whichever-is-better-for-design.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Teeth-Whitening-Header-1-use-whichever-is-better-for-design.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.testimonial_banner {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/03D82894.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/03D82894.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.banner_heading {
  font-weight: 200;
}

.form_container {
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map_container {
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-11 {
  color: #6bb396;
  font-style: italic;
  font-weight: 400;
}

.contact-text_field {
  margin-right: 5px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 20px;
  font-weight: 200;
}

.contact-message_area {
  min-height: 150px;
  margin-right: 5px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}

.form_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  color: #333;
  font-weight: 400;
}

.jones_headshot {
  width: 100%;
  margin-bottom: 15px;
}

.doc_heading {
  margin-top: 0px;
}

.testimonial_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-box {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 25px;
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.image-6 {
  width: 50px;
}

.team_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team_container {
  padding: 40px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.teammate {
  width: 300px;
  margin-right: 25px;
  border: 1px solid #000;
}

.team_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-14.right-align {
  text-align: right;
}

.title-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #6bb396;
  font-weight: 400;
}

.title-heading.right-align {
  text-align: right;
}

.teammate_right {
  width: 300px;
  margin-left: 25px;
  border: 1px solid #000;
}

.team_box_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-content_container {
  padding-right: 25px;
  padding-left: 40px;
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

.side_container {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span {
  font-size: 35px;
}

.services_h4 {
  color: #6bb396;
  font-weight: 600;
}

.step-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 200;
}

.step-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.tooth-icon {
  width: 35px;
  margin-right: 5px;
}

.sidebar {
  width: 330px;
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 2px solid #6bb396;
}

.ask-us_btn {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  border: 2px solid #6bb396;
  background-color: #6bb396;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.ask-us_btn:hover {
  background-color: transparent;
  color: #333;
}

.ask-us_text-field {
  margin-right: 5px;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 20px;
  font-weight: 200;
}

.ask-form_head {
  margin-top: 0px;
  font-weight: 400;
}

.mobile-sidebar {
  display: none;
  width: 300px;
}

.map {
  width: 250px;
  height: 200px;
}

.generic_container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.generic_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.generic_box.centered {
  text-align: center;
}

.generic_box.flex {
  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: 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;
}

.big-icon {
  width: 150px;
}

.left-align_heading {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6bb396;
  font-weight: 300;
}

.hero_slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.paragraph-4 {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 22px;
}

.heading-20 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-21 {
  margin-top: 0px;
  font-weight: 400;
}

.slide-1 {
  background-image: url('../images/02G70108.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/hp-slide-2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/woman-banner.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.full-length_hr {
  width: 50%;
  height: 2px;
  background-color: #6bb396;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.sub_list {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-bottom: 0px;
  padding-left: 0px;
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.sub_list.implants {
  display: none;
}

.sub_list.cosmetic-dentistry {
  display: none;
  opacity: 0;
}

.sub_list.endodontics {
  display: none;
  opacity: 0;
}

.sub_list.restorative {
  display: none;
  opacity: 0;
}

.sub_list.pediatric {
  display: none;
  opacity: 0;
}

.sub_list.periodontics {
  display: none;
  opacity: 0;
}

.sub_list.oral-surgery {
  display: none;
  opacity: 0;
}

.sub_list.orthodontics {
  display: none;
  opacity: 0;
}

.sub-list_item {
  background-color: #f5f5f5;
}

.sub-list_item:hover {
  background-color: #cac6c6;
}

.icon-heading {
  margin-top: 0px;
}

.cta_section {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #6bb396;
  color: #fff;
}

.centered_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  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;
  text-align: center;
}

.cta_btn {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.cta_btn:hover {
  border-color: #333;
  background-color: #333;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .49);
}

.headshot_small {
  width: 150px;
}

.cta_heading {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 14px;
  font-weight: 100;
  text-align: center;
}

.cta_h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_icon {
  margin-right: 15px;
}

.text-block-10 {
  margin-right: 35px;
  margin-bottom: 6px;
  margin-left: 35px;
  font-size: 20px;
}

.right-align_container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.heading-22 {
  margin-top: 0px;
}

.box_p {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 200;
}

.services_icon {
  width: 100px;
  margin-top: -30px;
  margin-right: 15px;
}

.bog_box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  text-decoration: none;
  color: black;
}

.fixed_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fixed-nav-list_item {
  position: relative;
  display: inline-block;
  height: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-align: center;
}

.fixed-nav-list_item:hover {
  background-color: #6bb396;
}

.fixed_nav-link {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  line-height: 75px;
  text-decoration: none;
}

.fixed_nav-link:hover {
  color: #575757;
}

.slider {
  background-color: transparent;
}

.slide-4 {
  text-align: center;
}

.testimoinial_headshot {
  width: 150px;
}

.slide-nav {
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
}

.navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin-top: 42px;
  padding-right: 10px;
  padding-left: 10px;
  /*background-color: #6bb396;*/
  background-color: rgba(32, 26, 22, .9);
}

.top_bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 5px 10px;
  background-color: #2c2c2c;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.top-bar_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-bar_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar_icon {
  display: inline-block;
  width: 32px;
  margin-right: 10px;
}

.phone-number {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #6bb396;
  text-decoration: none;
}

.phone-number-nav {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #6bb396;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.social_icon {
  display: inline-block;
  width: 25px;
  margin-left: 10px;
}

.nav_btn {
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  text-align: center;
}

.nav_btn:hover {
  border-color: #333;
  background-color: #333;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .49);
}

.slider_btn {
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #6bb396;
  background-color: #6bb396;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  text-align: center;
}

.slider_btn:hover {
  border-color: transparent;
  background-color: #333;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .49);
}

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

.slider-arrow {
  width: 43px;
}

.welcome_btn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #6bb396;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.welcome_btn:hover {
  background-color: #6bb396;
}

.div-block-9 {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.text-span-2 {
  color: #6bb396;
  font-size: 19px;
  font-weight: 700;
}

.buffer {
  height: 117px;
}

.hero_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-bottom_section {
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}

.hero-bottom_wrapper {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.hero-bottom_wrapper.services {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-bottom_wrapper.less-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}

.welcome_section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pop_bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  /*background-color: rgba(87, 87, 87, .81);*/
  background-color: rgba(22, 41, 39, .81);
  background-image: url('../images/binding-dark.png');
  background-position: 0px 0px;
  background-size: 90px;
}

.flip_icon {
  position: relative;
  z-index: -1;
}

.centered_heading {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  /*border-bottom: 1px solid #6bb396;*/
  border-bottom: 1px solid #BEAF7E;
  font-weight: 300;
  text-align: center;
}

.mini-box {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.mini-box_centered {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
}

.mask {
  height: 100%;
}

.half-page_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 50px;
  -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-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.half-page_container.bg-image {
  background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, .25), rgba(51, 51, 51, .25)), url('../images/megabitedentaloffice.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, .25), rgba(51, 51, 51, .25)), url('../images/megabitedentaloffice.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.half-page_container.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: #2c2c2c;
}

.half-page_bg-image {
  padding: 30px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.half-page_bg-image.bg-image {
  background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, .25), rgba(51, 51, 51, .25)), url('../images/megabitedentaloffice.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, .25), rgba(51, 51, 51, .25)), url('../images/megabitedentaloffice.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.half-page_bg-image.right {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/megabitedentaloffice.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/megabitedentaloffice.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.half-page_bg-image.left {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/03B69889.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/03B69889.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.half-box_dark {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.half-box_dark.centered {
  text-align: center;
}

.half-box_dark.flex {
  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: 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;
}

.half_box-light {
  color: #fff;
}

.why-choose-us_section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.graphic-link_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.graphi-link_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.graphi-link_box.centered {
  text-align: center;
}

.graphi-link_box.flex {
  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: 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;
}

.link-block-2 {
  width: 220px;
  float: left;
}

.text-area {
  padding-bottom: 50px;
}

.heading-23 {
  color: #6bb396;
}

.div-block-10 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 35px;
}

.copy {
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
}

.copy.left-align {
  text-align: left;
}

.link-block-3 {
  color: #575757;
  text-decoration: none;
}

.link-block-3:hover {
  color: #6bb396;
}

.related-list-item {
  margin-bottom: 10px;
}

.div-block-11 {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 2px solid #6bb396;
}

.div-block-12 {
  padding-right: 40px;
  padding-left: 40px;
}

.footer-wrapper {
  width: 100%;
  max-width: 1200px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-16 {
  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: 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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-17 {
  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: 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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #6bb396;
}

.image-8 {
  margin-bottom: 15px;
}

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

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-3 {
  background-color: rgba(0, 0, 0, .5);
}

.text-field-3.field-left {
  margin-right: 5px;
}

.text-field-3.field-right {
  margin-left: 5px;
}

.textarea {
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, .5);
}

.paragraph-5 {
  margin-bottom: 20px;
  text-align: center;
}

.div-block-20 {
  max-width: 700px;
}

.submit-button {
  width: 100%;
  border: 2px solid #6bb396;
  background-color: #6bb396;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.submit-button:hover {
  background-color: transparent;
}

.div-block-21 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.div-block-22 {
  margin-bottom: 25px;
  text-align: center;
}

.image-9 {
  display: block;
  width: 75px;
}

.image-10 {
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.image-10:hover {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.link-block-4 {
  margin-bottom: 10px;
}

.bottom-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  -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;
}

.div-block-23 {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-24 {
  margin-top: 0px;
}

.text-block-12 {
  margin-bottom: 3px;
}

.footer-link-item {
  margin-bottom: 3px;
}

.unordered-list-3 {
  padding-left: 20px;
}

.social-embed {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}

.button {
  margin-top: 40px;
  border: 2px solid #6bb396;
  background-color: #6bb396;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button:hover {
  background-color: transparent;
}

.map-2 {
  margin-bottom: 100px;
}

.slider-2 {
  background-color: transparent;
}

.slide-nav-3 {
  width: 75px;
}

.testimonial-slider-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  margin-right: 25px;
  float: left;
}

html.w-mod-js *[data-ix="heading-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-upin"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-downin"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-leftin"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="slide-rightin"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="slide-animation"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="zoom-in"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="load-pop"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

@media (max-width: 991px) {
  .sticky {
    display: none;
    padding-top: 9px;
    padding-right: 15px;
    padding-bottom: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .physicians_wrapper {
    width: 90%;
  }
  .heading-3 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .horizontal_line.services_line {
    width: 36%;
  }
  .burger_wrapper {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    cursor: pointer;
  }
  .burger_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
  }
  .burger_bar {
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
  }
  .burger_bar.patty {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .burger_bar.sticky_patty {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .bio {
    width: 100%;
  }
  .generic_wrapper {
    position: relative;
    padding: 30px 15px;
  }
  .service_box_heading {
    font-size: 30px;
  }
  .contact_wrapper {
    -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;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .drop_nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: #6bb396;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
  }
  .drop_nav.static_drop {
    margin-right: 15px;
    margin-left: 15px;
  }
  .drop_nav_link {
    width: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: color 300ms ease, letter-spacing 300ms ease;
    transition: color 300ms ease, letter-spacing 300ms ease;
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .drop_nav_link:hover {
    color: #333;
    letter-spacing: 5px;
  }
  .drop_nav_list {
    position: relative;
    display: block;
    width: 300px;
    margin: 15px auto;
    padding-left: 0px;
    text-align: center;
  }
  .drop_nav_item {
    overflow: hidden;
    border-bottom: 2px solid #fff;
    cursor: pointer;
  }
  .drop_nav_item.last-item {
    border-bottom-width: 0px;
  }
  .drop_nav_item.services_item {
    border-bottom-width: 0px;
  }
  .static_drop_nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    overflow: hidden;
    height: 0px;
    background-color: rgba(73, 201, 195, .9);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
  }
  .appt-wrapper {
    width: auto;
  }
  .form-block {
    width: 500px;
    padding: 30px;
  }
  .static_nav {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-border {
    margin-right: 15px;
    margin-left: 15px;
  }
  .unordered-list {
    display: none;
  }
  .cert-logo {
    width: 120px;
  }
  .main-copy {
    margin-bottom: 0px;
  }
  .apt-btn {
    padding: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .link-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .unordered-list-2 {
    position: relative;
    height: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    border: 1px solid #fff;
  }
  .sub-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: color 300ms ease, letter-spacing 300ms ease;
    transition: color 300ms ease, letter-spacing 300ms ease;
    color: #fff;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .sub-link:hover {
    letter-spacing: 5px;
  }
  .text-block-8 {
    display: inline-block;
  }
  .appt-btn_container {
    display: none;
  }
  .form_container {
    padding: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .map_container {
    padding: 0px;
  }
  .heading-11 {
    font-size: 17px;
  }
  .testimonial_container {
    margin-top: -39px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team_wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .team_container {
    padding: 20px;
  }
  .team_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .team_box_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-content_container {
    padding-left: 25px;
  }
  .step-box {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .sidebar {
    width: auto;
  }
  .generic_container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .generic_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .generic_box.centered {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .left-align_heading {
    font-size: 30px;
  }
  .full-length_hr {
    width: 100%;
    margin-right: 25px;
    margin-left: 25px;
  }
  .left-arrow-2 {
    display: none;
  }
  .right-arrow-2 {
    display: none;
  }
  .icon-heading {
    font-size: 16px;
  }
  .centered_container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta_heading {
    font-size: 25px;
    line-height: 35px;
  }
  .right-align_container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bog_box-flex {
    margin-bottom: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fixed_nav {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation {
    margin-top: 42px;
  }
  .top-bar_box {
    margin-right: 15px;
    font-size: 11px;
  }
  .hero-bottom_wrapper {
    position: relative;
    padding: 0px 15px;
  }
  .centered_heading {
    font-size: 30px;
  }
  .half-page_container {
    height: auto;
    padding: 25px;
  }
  .half-page_container.dark {
    height: auto;
    padding: 15px;
  }
  .half-box_dark.centered {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .graphic-link_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .graphi-link_box.centered {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .copy {
    margin-bottom: 0px;
  }
  .div-block-13 {
    margin-top: 10px;
  }
  .div-block-14 {
    margin-top: 10px;
  }
  .div-block-15 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-16 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-17 {
    margin-bottom: 25px;
  }
  .div-block-18 {
    margin-bottom: 0px;
  }
  .div-block-23 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .image-11 {
    margin-right: 0px;
    margin-bottom: 15px;
    float: none;
  }
  .form-block-4 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .heading-3 {
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .heading_container {
    z-index: 1;
  }
  .horizontal_line {
    width: 18%;
  }
  .bio_container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .paragraph {
    font-size: 16px;
  }
  .testimonials_section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/doctor.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/doctor.jpg');
    background-position: 0px 0px, 72% 100%;
  }
  .generic_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .drop_nav.static_drop {
    margin-right: 0px;
    margin-left: 0px;
  }
  .line_divider {
    top: 46%;
    width: 95%;
    height: 2px;
  }
  .contact_matryoshka_box {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .form-block {
    width: 450px;
  }
  .static_nav {
    height: 60px;
  }
  .footer_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_column {
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slide-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -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-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .map_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .contact-text_field {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .testimonial_container {
    margin-top: -100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
    padding: 15px;
    -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-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .title-heading.right-align {
    text-align: left;
  }
  .teammate_right {
    margin-left: 0px;
  }
  .team_box_right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-content_container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
  .side_container {
    margin-top: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sidebar {
    display: none;
    width: 100%;
  }
  .mobile-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .form-block-2 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .generic_container.margin-bottom {
    padding-right: 0px;
    padding-left: 0px;
  }
  .generic_box.centered {
    margin-bottom: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .full-length_hr {
    width: 18%;
    margin: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cta_btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cta_heading {
    font-size: 21px;
  }
  .cta_h3 {
    font-size: 20px;
  }
  .cta_icon {
    width: 25px;
  }
  .navigation {
    margin-top: 85px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .top_bar {
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-bar_wrapper {
    -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;
  }
  .top-bar_box {
    margin-right: 0px;
    margin-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .top-bar_icon {
    margin-right: 4px;
  }
  .nav_btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .div-block-9 {
    width: 160px;
  }
  .hero-bottom_wrapper {
    padding: 0px;
  }
  .welcome_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mini-box_centered {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .half-page_container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .half-page_container.dark {
    padding: 25px;
  }
  .half-page_bg-image.right {
    height: 300px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .half-page_bg-image.left {
    height: 300px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .why-choose-us_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .graphi-link_box.centered {
    margin-bottom: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-label {
    font-size: 16px;
  }
  .div-block-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-8 {
    width: 50px;
  }
}

@media (max-width: 479px) {
  .sticky {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider_wrapper {
    height: 100vh;
  }
  .physicians_wrapper {
    width: 100%;
  }
  .heading-3 {
    margin-bottom: 10px;
    font-size: 27px;
  }
  .heading_container {
    display: block;
    height: 150px;
    margin-bottom: 30px;
  }
  .horizontal_line.services_line {
    display: none;
  }
  .vertical_line_left {
    display: none;
  }
  .vertical_line_right {
    display: none;
  }
  .burger_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .physician_bio_wrapper {
    display: block;
    margin-top: -110px;
  }
  .testimonials_section {
    height: auto;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/doctor.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/doctor.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .generic_wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .service_content_box {
    overflow: auto;
    max-height: 280px;
    box-shadow: inset 0 -10px 20px 0 rgba(0, 0, 0, .5);
  }
  .footer {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .line_divider {
    display: none;
  }
  .apt-btn-2 {
    padding: 7px;
  }
  .appt-mask {
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: scroll!important;
  }
  .appt-wrapper {
    width: 100%;
    padding: 10px;
  }
  .form-block {
    width: auto;
    padding: 10px;
  }
  .static_nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    width: 300px;
    height: auto;
  }
  .image-3 {
    height: 46px;
  }
  .slide-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .apt-btn {
    margin-right: 22px;
    margin-left: 22px;
    padding: 5px;
  }
  .doctor_section {
    height: auto;
  }
  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form_container {
    padding: 0px;
  }
  .heading-11 {
    font-size: 15px;
    font-style: italic;
  }
  .doc_heading {
    font-size: 30px;
  }
  .testimonial_container {
    margin-top: -75px;
  }
  .team_container {
    padding: 0px;
  }
  .step-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ask-us_btn {
    padding: 7px;
  }
  .generic_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .generic_box.centered {
    margin-bottom: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .big-icon {
    width: 120px;
  }
  .heading-20 {
    font-size: 22px;
    line-height: 34px;
  }
  .heading-21 {
    font-size: 15px;
  }
  .full-length_hr {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta_section {
    position: relative;
  }
  .centered_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta_btn {
    padding: 3px;
    font-size: 12px;
  }
  .cta_heading {
    width: auto;
  }
  .cta_h3 {
    font-size: 15px;
  }
  .cta_icon {
    margin-right: 5px;
  }
  .text-block-10 {
    margin-right: 14px;
    margin-left: 14px;
    font-size: 16px;
  }
  .right-align_container {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
  .services_icon {
    margin-left: -20px;
  }
  .bog_box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fixed_nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation {
    margin-top: 69px;
  }
  .top-bar_icon {
    width: 22px;
  }
  .social_icon {
    width: 20px;
    margin-left: 5px;
  }
  .nav_btn {
    display: none;
    padding: 5px 10px;
  }
  .welcome_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    padding-top: 6px;
    padding-bottom: 6px;
    -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;
    font-size: 12px;
  }
  .div-block-9 {
    width: 100px;
    padding: 0px 10px 10px;
  }
  .hero_section {
    height: auto;
    min-height: auto;
  }
  .hero-bottom_wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .centered_heading {
    font-size: 28px;
  }
  .half-box_dark.centered {
    margin-bottom: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .graphic-link_row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .graphi-link_box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .graphi-link_box.centered {
    margin-bottom: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .text-block-11 {
    line-height: 17px;
  }
  .div-block-12 {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-18 {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .image-9 {
    width: 50px;
  }
  .bottom-contact {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .div-block-23 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .testimonial-slider-wrapper {
    height: 100vh;
  }
}
.call-us-btn{
  display: inline-block;
}
@media (max-width: 500px){
  .hide-mobile {
    display: none;
  }
  .slide-1{
    background-position: 85% 50%!important;
  }
  .slide-2{
    background-position: 58% 50%!important;
  }
  .slide-3{
    background-size: cover;
    background-position: 73% 50%;
  }
  .shokri-slide{
    margin-top: 225px;
  }
  .appt-wrapper{
    max-height: unset!important;
  }
  .appt-wrapper > iframe{
    max-height: 500px!important;
    height: 500px;
    overflow-y: scroll!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .appt-mask{
    overflow-y: scroll!important;
  }
  .banner_heading{
    text-align: center;
    margin-top: 200px;
    font-size: 30px;
  }
  .logo-container > img{
    width: 100%!important;
  }
  .testimonial_headshot{
    width: 70px;
  }
  .test-slider{
    height: 400px!important;
  }
  .testimonial_container{
    margin-top: 25px;
  }
}
@media (min-width: 501px){
  .hide-desktop{
    display: none;
  }
}

