.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  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;
}

.right-nav-block {
  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;
}

.nav-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}

.address {
  font-weight: 700;
}

.hours {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.phone-nav-block {
  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;
}

.phone {
  margin-right: 10px;
}

.text-block {
  font-size: 24px;
  line-height: 30px;
}

.button-cta {
	padding: 15px 32px;
	border-radius: 3px;
	background-color: #F5C03A;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 16px;
}


.button-cta:hover {
  background-color: #0B0A26;
}

.button-cta.bigger-cta {
  font-size: 20px;
  line-height: 28px;
}

.hero-section {
  height: 550px;
  margin-top: 90px;
  background-image: url('../images/implants_Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 70px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.container.center-container {
  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;
}

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

.container.flex-container.invert-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container.features-phone-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-container-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.slider-container {
  padding-top: 40px;
}

.container.flex-container-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container.footer-container {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.insurance-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  width: 570px;
  font-size: 51px;
  font-weight: 500;
}

.headpara {
  width: 570px;
  font-size: 27px;
  font-weight: 500;
  line-height: 42px;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  }

.hero-title {
  font-size: 52x;
  line-height: 30px;
  font-weight: 600;
}

.call-hero-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
  text-shadow: none;
}

.call-box-title {
  width: 70%;
  color: #595959;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-shadow: none;
}

.call-box-phone-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f8f8f8;
  color: #444;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.call-us-at {
  font-weight: 600;
  text-transform: uppercase;
}

.free-disclaimer {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #00bcd4;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.phone-box-block {
  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;
}

.first-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.grey-full-width {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f8f8f8;
}

.full-width-text {
  max-width: 75%;
  font-family: Montserrat, sans-serif;
  color: #595959;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

.implants-features-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 20px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #00bcd4;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.grey-line {
  width: 290px;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: #dfdfdf;
}

.center-phone-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 30px;
}

.call-us-at-center {
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.section {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.copy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #595959;
  line-height: 40px;
  font-weight: 400;
}

.h2.white-heading {
  color: #fff;
}

.blue-line {
  width: 150px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 0px;
  background-color: #F5C03A;
}

.blue-line.small-line {
  width: 100px;
  margin-bottom: 0px;
}

.copy-text {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 30px;
}

.img-block {
  width: 45%;
}

.section-features {
  width: 100%;
  background-color: #f8f8f8;
}

.features-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0B0A26;
}

.features-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.image {
  margin-right: 10px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  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;
}

.implant-choice-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41%;
  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;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
}

.implant-choice-box.choice-2 {
  width: 50%;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #00bcd4;
  font-size: 20px;
  font-weight: 700;
}

.cost-text {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  line-height: 24px;
  text-align: left;
}

.image-2 {
  position: absolute;
  left: -25px;
  top: 20px;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.slider-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f0d3b), to(#0B0A26));
  background-image: linear-gradient(90deg, #0B0A26, #0c0b2e);
}

.white-line {
  width: 150px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 0px;
  background-color: #fff;
}

.white-line.small-line {
  width: 100px;
  margin-bottom: 15px;
}

.slider {
  height: 220px;
  background-color: transparent;
}

.slide-nav {
  font-size: 9px;
}

.slide-content-wrapper {
  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: 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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.slide-testemunho {
  width: 90%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.nome {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.15);
}

.form-heading {
  font-family: Montserrat, sans-serif;
  color: #595959;
  font-size: 22px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.form-field {
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  color: #595959;
  font-size: 14px;
  line-height: 22px;
}

.form-field::-webkit-input-placeholder {
  color: #8d8d8d;
}

.form-field:-ms-input-placeholder {
  color: #8d8d8d;
}

.form-field::-ms-input-placeholder {
  color: #8d8d8d;
}

.form-field::placeholder {
  color: #8d8d8d;
}

.form-field-text {
  min-height: 100px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  color: #595959;
  font-size: 14px;
  line-height: 22px;
}

.form-field-text::-webkit-input-placeholder {
  color: #8d8d8d;
}

.form-field-text:-ms-input-placeholder {
  color: #8d8d8d;
}

.form-field-text::-ms-input-placeholder {
  color: #8d8d8d;
}

.form-field-text::placeholder {
  color: #8d8d8d;
}

.form-submit {
  height: 45px;
  border-radius: 3px;
  background-color: #494949;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.form {
  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;
}

.end-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.cta-box-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
  color: #444;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.nav-phone {
  font-size: 15px;
  line-height: 21px;
}

.phone-end {
  font-size: 24px;
  line-height: 30px;
}

.success-message {
  border-radius: 3px;
  background-color: #00bcd4;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.footer-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0B0A26;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block.footer-block-1 {
  width: 260px;
}

.footer-add {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.footer-phone-box {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-white {
  margin-right: 10px;
}

.footer-link-phone {
  color: #fff;
  text-decoration: none;
}

.footer-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #545454;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-blue {
  width: 8px;
  height: 2px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #F5C03A;
}

.link-title-footer {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-title-footer:hover {
  color: #F5C03A;
}

.link-title-footer.link-blue {
  color: #00bcd4;
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb {
  margin-right: 15px;
}

.instagram {
  margin-right: 15px;
}

.nav-menu {
  display: none;
}

.hours-mobile {
  font-size: 15px;
  line-height: 21px;
}

.address-mobile {
  font-weight: 700;
}

.image-3 {
    width: 65px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.logo-nav-mobile {
  display: none;
}

.brand {
  padding-left: 0px;
}

.call-us-at-center-mobile {
  display: none;
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-phone-link {
  color: #0B0A26;
  font-weight: 700;
  text-decoration: none;
}

.statment-section {
  padding-top: 0px;
}

.feature-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-body {
  font-weight: 400;
}

.first-section-alternate {
  padding-top: 70px;
  padding-bottom: 70px;
}

.statment-destaque {
  color: #F5C03A;
  font-weight: 700;
}

.veneers-cost-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.h2-big {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #595959;
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
}

.h2-big.white-heading {
  color: #fff;
}

.veneers-cost-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 30px 30px 30px 40px;
  -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;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
}

.veneers-cost-box.choice-2 {
  width: 50%;
}

.insurance-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.insurance-heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #F5C03A;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}

.insurance-body {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.center-phone-icons-wrapper {
  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;
}

.phone-last {
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  .nav-text-block {
    display: none;
  }
  .hero-section {
    background-position: 60% 50%;
  }
  .container.flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.flex-container.invert-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    width: 490px;
    font-size: 28px;
    line-height: 40px;
  }
  .hero-title {
    font-size: 58px;
    line-height: 64px;
  }
  .call-hero-box {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -110px;
    margin-right: auto;
    margin-left: auto;
  }
  .full-width-text {
    max-width: 90%;
    font-size: 28px;
    line-height: 44px;
  }
  .implants-features-line {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
  .copy-wrapper {
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2.h2-end {
    font-size: 28px;
    line-height: 36px;
  }
  .img-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 40px;
    -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;
  }
  .feature-block {
    width: 36%;
  }
  .implant-choice-box {
    width: 44%;
  }
  .form-box {
    width: 45%;
  }
  .end-cta-wrapper {
    width: 49%;
  }
  .footer-block.footer-block-1 {
    width: 14%;
  }
  .nav-menu {
    background-color: #f0f0f0;
  }
  .menu-button {
    margin-left: 20px;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #00bcd4;
  }
  .menu-button.w--open {
    border-radius: 3px;
    background-color: #00bcd4;
  }
  .mobile-nav-dados {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-right: 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: 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;
  }
  .hours-mobile {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  .address-mobile {
    font-family: 'Open Sans', sans-serif;
  }
  .logo-nav-mobile {
    display: none;
  }
  .veneers-cost-title-wrapper {
    width: 32%;
  }
  .h2-big {
    font-size: 40px;
    line-height: 50px;
  }
  .h2-big.h2-end {
    font-size: 28px;
    line-height: 36px;
  }
  .veneers-cost-box {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 590px;
    background-image: url('../images/hero_mobile.jpg');
    background-position: 50% 25%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .container.hero-container {
    padding-top: 130px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.flex-container-middle {
    -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;
  }
  .container.flex-container-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.footer-container {
    -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;
  }
  .heading {
    width: 90%;
    text-align: center;
  }
  .implants-features-line {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 30px;
  }
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .features-box {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .features-line {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-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;
  }
  .feature-block {
    width: 50%;
    margin-bottom: 30px;
  }
  .implant-choice-box {
    width: 82%;
    margin-bottom: 70px;
  }
  .implant-choice-box.choice-2 {
    margin-bottom: 0px;
  }
  .slider {
    height: 290px;
  }
  .form-box {
    width: 82%;
  }
  .end-cta-wrapper {
    width: 70%;
    margin-bottom: 40px;
  }
  .footer-block {
    width: 40%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block.footer-block-1 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    margin-right: 20px;
  }
  .footer-add {
    margin-right: 20px;
  }
  .footer-phone-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .instagram {
    margin-right: 0px;
  }
  .image-3 {
    width: 230px;
  }
  .logo-nav-mobile {
    display: none;
  }
  .veneers-cost-title-wrapper {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2-big {
    font-size: 30px;
    line-height: 36px;
  }
  .veneers-cost-box {
    width: 90%;
    margin-bottom: 0px;
  }
  .veneers-cost-box.choice-2 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 75px;
  }
  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block {
    font-size: 22px;
    line-height: 28px;
  }
  .button-cta {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-section {
    margin-top: 75px;
  }
  .container.hero-container {
    padding-top: 150px;
  }
  .heading {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
  .headpara {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  .hero-title {
    font-size: 42px;
    line-height: 40px;
  }
  .call-hero-box {
    bottom: -110px;
    width: 90vw;
  }
  .call-box-title {
    width: 90%;
    font-size: 18px;
    line-height: 26px;
  }
  .call-box-phone-line {
    font-size: 22px;
    line-height: 28px;
  }
  .full-width-text {
    max-width: 100%;
    font-size: 24px;
    line-height: 38px;
  }
  .implants-features-line {
    font-size: 18px;
    line-height: 26px;
  }
  .center-phone-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .call-us-at-center {
    display: none;
  }
  .copy-wrapper {
    width: 100%;
  }
  .h2 {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .h2.h2-end {
    font-size: 26px;
    line-height: 34px;
  }
  .img-block {
    width: 100%;
  }
  .features-box {
    padding-bottom: 10px;
  }
  .feature-block {
    width: 80%;
  }
  .header-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .implant-choice-box {
    width: 98%;
  }
  .h3 {
    text-align: center;
  }
  .image-2 {
    left: 0%;
    top: -25px;
    right: 0%;
    bottom: auto;
  }
  .slider {
    height: 350px;
  }
  .slide-testemunho {
    font-size: 16px;
    line-height: 24px;
  }
  .form-box {
    width: 100%;
  }
  .end-cta-wrapper {
    width: 100%;
  }
  .footer-section {
    padding-bottom: 30px;
  }
  .footer-block {
    width: 90%;
  }
  .footer-block.footer-block-1 {
    -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;
  }
  .footer-logo {
    margin-right: 0px;
  }
  .footer-add {
    margin-right: 0px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    padding: 10px 7px 26px 8px;
    -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;
  }
  .mobile-nav-dados {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hours-mobile {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 13px;
  }
  .image-3 {
    display: none;
  }
  .logo-nav-mobile {
    display: inline-block;
    width: 55px;
  }
  .call-us-at-center-mobile {
    display: block;
    margin-right: 0px;
    text-align: center;
  }
  .h2-big {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .h2-big.h2-end {
    font-size: 26px;
    line-height: 34px;
  }
  .veneers-cost-box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .insurance-body {
    font-size: 16px;
    line-height: 26px;
  }
  .center-phone-icons-wrapper {
    margin-bottom: 10px;
  }
}

