﻿/*Colors*/
/*dark blue*/
/*Font Sizes*/
/*Colors*/
/*dark blue*/
/*Font Sizes*/
/*Common Elements in CSS*/
/*Site and Body*/
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
}

body {
  overflow-x: hidden;
}

/*Common Elements*/
img, iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  padding-bottom: 15px;
}

sup {
  font-size: 0.9rem;
}

/*Common Classes*/
.text-center {
  text-align: center;
}

.mob-show {
  display: none;
}

.lazy {
  opacity: 0;
}

/*Fonts*/
/*Section Margin and Padding Adjustments*/
.no-mar-top {
  margin-top: 0 !important;
}

.no-mar-bottom-all {
  margin-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.no-mar-all {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*Buttons*/
.btn {
  padding: 10px 60px;
  display: inline-block;
}

/*Colors*/
/*dark blue*/
/*Font Sizes*/
.font-default {
  font-family: dienstag, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
}

/*Headings*/
.heading-section, .subheading-section {
  font-family: dienstag, sans-serif;
  color: #1b2c65;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.subheading-section {
  color: #5bc9e1;
  font-size: 1.75rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*Colors*/
/*dark blue*/
/*Font Sizes*/
.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.header {
  padding: 20px 40px;
}
.header .logo img {
  width: 400px;
}
.header .phone {
  color: #1b2c65;
  font-size: 2.2rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.header .address {
  color: #1b2c65;
  font-size: 1.4rem;
  font-family: proxima-nova, sans-serif;
}

.green-btn {
  background-color: #b3d335;
  border: 2px solid #b3d335;
  color: #fff;
  padding: 15px 55px;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
}

.green-btn-long {
  background-color: #b3d335;
  border: 2px solid #b3d335;
  color: #fff;
  padding: 15px 55px;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
}

.green-btn-inverse {
  background-color: #fff;
  border: 2px solid #b3d335;
  color: #b3d335;
  padding: 15px 55px;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  margin-left: 25px;
}

.content-left {
  width: 45%;
  margin: 0 1% 0 4%;
}

.content-right {
  width: 35%;
  margin: 0 5%;
}

.before-after {
  width: 55%;
  padding: 0 60px;
  display: flex;
}

.twentytwenty-column {
  width: 50%;
  padding: 30px;
}

.section-top {
  margin-top: 100px;
}

.pic-right {
  width: 50%;
}

.text-width {
  width: 80%;
}

.trim-bottom-mar {
  margin-bottom: 10px;
}

.trim-top-mar {
  margin-top: 10px;
}

h1 {
  color: #5bc9e1;
  font-family: proxima-nova, sans-serif;
  font-size: 2.8rem;
  margin-bottom: 10px;
}

h2 {
  color: #1b2c65;
  font-size: 2.8rem;
  font-family: proxima-nova, sans-serif;
}

h3 {
  color: #5bc9e1;
  font-family: proxima-nova, sans-serif;
  font-size: 2.2rem;
  margin-top: 5px;
}

p {
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
}

.split-content {
  align-items: center;
}

.sub {
  font-family: proxima-nova, sans-serif;
  font-size: 0.9rem;
}

ul {
  list-style-type: none;
}

li {
  font-size: 1.5rem;
  font-family: proxima-nova, sans-serif;
}
li .icon-box {
  width: 15%;
}
li .text-box {
  width: 85%;
}

.top-background {
  background-image: url("../img/Top-SVG2-copy.svg");
  position: relative;
}

.model-background {
  position: relative;
}

.model {
  position: absolute;
  right: 15%;
  bottom: 3px;
  height: 90%;
}

.model-right-five {
  position: absolute;
  right: 5%;
  bottom: 3px;
  height: 90%;
}

.model-right-zero {
  position: absolute;
  right: 0%;
  bottom: 3px;
  height: 90%;
}

.implant-icon {
  height: 55px;
}

.container-gallery {
  width: 100%;
}

.centered-content {
  width: 80%;
  margin: 0 10%;
}
.centered-content h2 {
  font-weight: 400;
}

.justify-center {
  justify-content: center;
}

.modal {
  background: #1b2c65 !important;
  z-index: 99999 !important;
}
.modal h3, .modal p {
  text-align: center;
  font-size: 1.4rem;
  font-family: dienstag, sans-serif;
  color: #5bc9e1;
}
.modal label {
  display: none;
}
.modal input {
  background: #fff;
  border: 1px solid #fff;
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding: 10px;
}
.modal p {
  font-size: 1.25rem;
  margin-top: 0;
}
.modal button {
  background: #5bc9e1;
  border-radius: 25px;
  font: dienstag, sans-serif;
  font-size: 1.25rem;
  margin-top: 20px;
  padding: 15px 40px;
  border: 1px #1b2c65;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.footer {
  margin-top: 100px;
}

.footer-logo {
  width: 500px;
}

.footer .flex {
  justify-content: center;
  align-items: center;
}

.footer .flex > div {
  width: 50%;
}

.footer-map {
  padding: 0 60px;
}

.footer-map-border {
  border: 2px solid #a2a2a0;
}

.list-footer-contact {
  list-style-type: none;
}
.list-footer-contact li {
  font-size: 1.25rem;
  color: #1b2c65;
}
.list-footer-contact .espanol, .list-footer-contact .phone {
  font-family: dienstag, sans-serif;
}

.espanol {
  color: #b3d335 !important;
  font-size: 1.25rem;
}

.phone {
  font-size: 2rem;
  color: #1b2c65;
}

.section-footer-social {
  background: #1b2c65;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 0;
}
.section-footer-social img {
  width: 40px;
}
.section-footer-social .heading-section, .section-footer-social .subheading-section {
  color: #5bc9e1;
  margin-right: 20px;
}

.foot-social-icons {
  display: inline-block;
}

.flip-vert {
  transform: scaleY(-1);
}

.single-image {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
}

/*
.shape-one {
    background: linear-gradient( #50b2ce, #132153);
    display: inline-block;
    height: 150px;

    margin-left: 20px;
    margin-top: 55px;
    position: relative;
    width: 400px;
}

.shape-one:before {
    border-bottom: 55px solid #fff;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    content: "";
    height: 0;
    left: -36.5px;
    position: absolute;
    top: -9px;
    width: 0;
    transform:rotate(-45deg);
}
.shape-one:after {
    border-bottom: 55px solid #fff;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    content: "";
    height: 0;
    left:-36.5px;
    position: absolute;
    bottom:-9px;
    width: 0;
    transform: rotate(-135deg);
} */
/*Colors*/
/*dark blue*/
/*Font Sizes*/
@media (max-width: 983px) {
  .mob-show {
    display: block;
  }

  .split-content {
    flex-wrap: wrap-reverse;
  }

  .pic-right {
    width: 100%;
  }

  .content-left {
    width: 90%;
    margin: 0 5%;
  }

  .text-width {
    width: 100%;
  }

  .green-btn-inverse {
    margin-top: 30px;
  }

  .content-right {
    width: 90%;
    margin: 0 5%;
  }

  .before-after {
    width: 100%;
  }

  .twentytwenty-column {
    padding: 10px;
  }

  .green-btn-long {
    font-size: 0.8rem;
  }

  .footer {
    margin-top: 30px;
  }

  .header {
    flex-flow: column;
  }
  .header .address {
    display: none;
  }

  .footer .flex > div {
    width: 90%;
    margin: 0 auto;
  }

  .section-top {
    margin-top: 15px;
  }

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

  .footer-map {
    padding: 0;
  }

  .list-footer-contact {
    text-align: center;
    padding-left: 0px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.1rem;
  }

  li {
    font-size: 1.1rem;
  }

  .green-btn {
    font-size: 1.2rem;
    min-width: 250px;
    text-align: center;
  }

  .green-btn-inverse {
    font-size: 1.2rem;
    margin-left: 0;
    min-width: 250px;
  }

  .button-positioning {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .mob-no-text-wrap {
    white-space: nowrap;
  }
}
@media (min-width: 575px) and (max-width: 1210px) {
  .green-btn-inverse {
    margin-top: 0;
    margin-left: 0;
  }
}
.header .address {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .header {
    flex-flow: column;
  }
  .header .address {
    display: none;
  }

  .footer .mob-column {
    flex-flow: column;
  }
  .footer .flex > div {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 32px;
  }
}
@media (max-width: 983px) {
  .section-wrap {
    flex-wrap: wrap;
  }
}
