@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Regular.ttf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Light.ttf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-SemiBold.ttf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Bold.ttf") format("opentype");
  font-weight: 700;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  color: #434343;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}

body.page {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

h2 {
  color: #434343;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.78px;
}

p {
  margin: 0;
}

a {
  display: block;
}

/* header */
.header-section {
  position: sticky;
  top: -106px;
  z-index: 100;
}

header {
  display: flex;
  padding-top: 30px;
  padding-bottom: 28px;
}

.header-info-box {
  margin-left: auto;
  display: flex;
}

.nav-section {
  border-top: 1px solid #c4e9ee;
  background-color: #fff;
}

.header-info-wrapper:not(:first-child) {
  border-left: 1px solid #d5d8f3;
  padding-left: 22px;
}

.header-info-wrapper:not(:last-child) {
  padding-right: 51px;
}

.header-info-title {
  display: flex;
  text-decoration: none;
}

.header-info-title:visited,
.header-info-title:hover {
  color: #434343;
}

.header-info__subtext:visited,
.header-info__subtext:hover {
  color: #48909a;
}

.header-info-title img {
  margin-right: 12px;
  width: 18px;
  height: 18px;
}

.header-info__text {
  color: #434343;
  font-family: Manrope;
  font-size: 14.063px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.15px;
}

.header-info__subtext {
  color: #48909a;
  font-family: Manrope;
  font-size: 14.297px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-top: 8px;
  padding-left: 30px;
  text-decoration: none;
}

.nav-header ul {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.fixed-nav {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-header a:visited,
.nav-header a,
.appointment a:visited,
.appointment a {
  color: #434343;
  text-decoration: none;
}

.nav-header li:not(:first-child) {
  padding-left: 43px;
}

.nav-header a {
  position: relative;
}

.nav-header a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #5cd8df;
  transition: 0.3s;
}

.nav-header a:hover::before {
  width: 100%;
}

.appointment a {
  border-bottom: 2px solid #5cd8df;
}

/* hero-section */

.hero-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 834px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 20px;
}

.hero__content {
  padding-top: 144px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-left: 55px;
}

.hero__content h1 {
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 78px;
  letter-spacing: -1.015px;
  max-width: 625px;
  padding-bottom: 20px;
}

.hero__content ul {
  margin: 0;
  padding-left: 55px;
  list-style-type: none;
  padding-top: 40px;
}

.hero__content ul li {
  position: relative;
  padding-bottom: 22px;
}

.hero__content ul li::before {
  position: absolute;
  content: "";
  left: -55px;
  top: 0;
  background-image: url(../img/check.svg);
  width: 30px;
  height: 30px;
}

.hero__clients {
  display: flex;
  align-items: center;
  padding-top: 107px;
  color: #fff;
  padding-left: 55px;
}

.hero__clients p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  max-width: 243px;
}

.hero__clients img {
  padding-right: 20px;
}

.hero__form {
  max-width: 589px;
  margin-top: 78px;
  border-radius: 10px;
  background: rgba(92, 216, 223, 0.75);
  backdrop-filter: blur(5px);
  padding: 40px 37px 60px 37px;
}

.hero__form h2 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.618px;
  max-width: 347px;
}

.hero__form .form-control {
  width: 100%;
  padding: 18px 21px;
  margin: 5px 0;
  border-radius: 6px;
}

.hero__form .form-control:focus {
  outline: none;
}

.hero__form label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero__form .form-submit {
  margin-top: 26px;
  width: 100%;
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 60px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: 0.3s;
}

.hero__form .form-submit:hover {
  background-color: #fff;
  color: #434343;
  border: 1px solid transparent;
  cursor: pointer;
}

.hero__form .form-control::placeholder {
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

.testimonial-section {
  padding-top: 90px;
}

.testimonial-section .container {
  border-bottom: 1px solid #00000014;
  padding-bottom: 103px;
}

.testimonial__img-box {
  position: relative;
  padding-right: 46px;
}

.testimonial__img-box img {
  width: 100%;
  border-radius: 15px;
}

.testimonial__btn {
  position: absolute;
  bottom: 40px;
  left: 27px;
  z-index: 5;
  border: none;
  background-color: transparent;
  padding-left: 56px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  cursor: pointer;
}

.testimonial__btn:before {
  content: "";
  position: absolute;
  background-image: url(../img/play-icon.svg);
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
}

.testimonial-video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
  background-color: #1734358a;
  transform: translateY(-100%);
  transition: all 0.3s ease-in 0.3s;
}

.testimonial-video__close {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.testimonial-video__close li {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 2px;
  transition: 0.3s ease;
  background: #fff;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
  border-radius: 10px;
  z-index: 10;
}

.testimonial-video__close li:nth-child(1) {
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%) rotate(-45deg);
}

.testimonial-video__close li:nth-child(2) {
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
}

.video-active {
  transform: translateY(0);
  transition: all 0.4s ease-out;
}

.testimonial-video-box video {
  max-height: 50%;
  height: 100%;
  width: auto;
  opacity: 0;
  transition: all 0.3s ease-in;
  border-radius: 20px !important;
  margin-right: 14px;
  margin-left: 15px;
}

.testimonial-video-box.video-active video {
  opacity: 1;
  transition: all 0.4s ease-out 0.5s;
}

.testimonial__content h2 {
  font-weight: 500;
  padding-bottom: 35px;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -1px;
}

.testimonial__content span {
  padding-top: 23px;
  font-weight: 700;
  display: block;
}

img.braces {
  border-radius: 21px;
}

.braces-section {
  padding-top: 60px;
  padding-bottom: 162px;
  scroll-margin-top: 100px;
}

.braces__title {
  text-align: center;
  padding-bottom: 69px;
}

.braces__options p {
  padding-bottom: 47px;
}

.braces__title span,
.ordination__title span,
.results__title span,
.payment__title span,
.about__title span,
.form__title span,
.faq__title span {
  color: #48909a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.select-box {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #48909a;
  background: rgba(92, 216, 223, 0.07);
  margin-bottom: 15px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 13px;
}

.select-box:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 15px;
  bottom: 29px;
  right: 28px;
  background-image: url(../img/select-arrow.svg);
  backdrop-filter: none;
  z-index: -1;
}

.select-box select {
  background-color: transparent;
  border: none;
  appearance: none;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding-left: 10px;
}

.select-box select:focus {
  outline: none;
}

.select-box label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding-left: 10px;
}

.ordination-section {
  background: linear-gradient(180deg, #ecfafa00 75%, #ecfafa 100%);
  scroll-margin-top: 50px;
}

.ordination-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.ordination-slider {
  display: none;
}

.ordination__image-wrapper:not(:last-child) {
  padding-right: 40px;
}

.ordination__image-wrapper.img-1,
.ordination__image-wrapper.img-4 {
  margin-bottom: 66px;
}

.ordination__image-wrapper:last-child img {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ordination__image-wrapper:first-child img {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ordination__image-wrapper img {
  display: block;
  border-radius: 15px;
}

.ordination__title {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  top: 220px;
  margin-top: -195px;
}

.ordination__title h2 {
  max-width: 651px;
  padding-bottom: 30px;
}

.ordination__title p {
  max-width: 667px;
}

.results-section {
  padding-top: 176px;
  padding-bottom: 138px;
  background: #ecfafa;
}

.results__title {
  text-align: center;
  padding-bottom: 84px;
}

.results-box {
  display: flex;
  justify-content: center;
  max-width: 1022px;
  padding: 17px 17px 48px 17px;
  border-radius: 15px;
  border: 1px solid #baefef;
  background: #fff;
}

.results__before,
.results__after {
  width: 50%;
}

.results__before__img {
  padding-right: 5px;
}

.results__after__img {
  padding-left: 5px;
}

.results__before__img,
.results__after__img {
  position: relative;
}

.results__before__img img,
.results__after__img img {
  border-radius: 8px;
}

.results__before__img:before,
.results__after__img::before {
  position: absolute;
  bottom: 10px;
  left: 15px;
  content: "pre";
  text-transform: uppercase;
  background-color: #6acbd4;
  width: fit-content;
  height: auto;
  color: #fff;
  font-weight: 500;
  padding: 0 19px;
  font-size: 22px;
  border-radius: 7px;
}

.results__after__img::before {
  left: auto;
  right: 15px;
  content: "posle";
}

.results__desc {
  color: #434343;
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
  border-radius: 8px;
  border: 1px solid #baefef;
  background: #fff;
  padding: 10px;
  width: fit-content;
  margin-bottom: 28px;
}

.results__before__text,
.results__after__text {
  padding-left: 17px;
  width: 100%;
  padding-top: 34px;
}

.results__before p:first-child,
.results__after P:first-child {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 12px;
}

.slider-item {
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.5;
}

.slider-item.slick-active {
  opacity: 1;
}

.payment-section {
  padding-top: 125px;
}

.payment-section .container {
  border-bottom: 1px solid #00000014;
  padding-bottom: 112px;
}

.payment__img-box {
  padding-left: 50px;
}

.payment__img-box img {
  width: 100%;
  border-radius: 12px;
}

.payment__title a {
  margin-top: 50px;
  border-radius: 30px;
  border: 1px solid #5cd8df;
  background: #5cd8df;
  padding: 17px 36px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.payment__title a:hover {
  background: transparent;
  color: #5cd8df;
}

.about-section {
  padding-top: 74px;
  padding-bottom: 140px;
  background: linear-gradient(
    180deg,
    rgba(55, 198, 206, 0) 75%,
    rgba(55, 198, 206, 0.1) 100%
  );
}

.about__title {
  text-align: center;
  padding-bottom: 122px;
}

.about-box {
  position: relative;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}

.about__text {
  width: calc(50% - 120px);
  float: left;
  clear: left;
}

.about__img {
  width: calc(50% - 120px);
  float: right;
  clear: right;
}

.about__img img {
  border-radius: 15px;
  border-bottom: 3px solid #5cd8df;
}

.about-box.about-box--reverse .about__text {
  float: right;
  clear: right;
}

.about-box.about-box--reverse .about__img {
  float: left;
  clear: left;
}

.about__box__count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about__box__count__numb {
  border-radius: 30px;
  background: #5cd8df;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #5cd8df;
  width: 60px;
  height: 60px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  position: relative;
}

.about__box__count__numb::before,
.about-box:last-child .about__box__count__numb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  background-color: #fff;
  z-index: -1;
}

.timeline__wrap {
  position: relative;
}

.timeline__line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-right: 3px dotted #5cd8df;
  height: 100%;
}

.about-box:nth-child(2)::before {
  content: "";
  left: 50%;
  top: 0;
  width: 30px;
  background-color: #fff;
  transform: translateX(-50%);
  height: 50%;
  position: absolute;
}

.about-box:last-child::before {
  content: "";
  left: 50%;
  bottom: 0;
  width: 30px;
  background-color: #f2fbfc;
  transform: translateX(-50%);
  height: 50%;
  position: absolute;
}

.about-box:last-child .about__box__count__numb::before {
  background-color: #f5fcfc;
}

.about__step.suptitle-box {
  border-radius: 30px;
  background: #e1f8fa;
  padding: 8px 15px;
  color: #5cd8df;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 24px;
  display: inline-block;
}

.about__text h5 {
  color: #173435;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.1px;
  margin: 0;
  padding-bottom: 18px;
}

.about__text p {
  color: #657e7e;
}

.about__btn,
.about__btn:visited {
  color: #fff;
}

.about__btn {
  display: inline-flex;
  padding: 17px 36px;
  border-radius: 30px;
  border: 1px solid #5cd8df;
  background: #5cd8df;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 35px;
  font-size: 16px;
  line-height: 16px;
}

.about__btn:hover {
  color: #173435;
  border: 1px solid #173435;
  background: #fff;
}

.form-section {
  padding-top: 107px;
}

.appointment-row {
  border-radius: 20px;
  background: linear-gradient(
      90deg,
      rgba(241, 247, 252, 0) 31.87%,
      rgba(92, 216, 223, 0.53) 100.45%
    ),
    #ecfafa;
  padding: 49px;
  position: relative;
}

.form__title {
  padding-bottom: 30px;
}

.form-box {
  position: relative;
}

.form-box .form-control {
  width: 100%;
  padding: 18px 21px;
  margin: 5px 0;
  border-radius: 6px;
}

.form-box .form-control::placeholder {
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

.form-box .form-control:focus {
  outline: none;
}

.form-box label {
  color: #434343;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1px;
  display: block;
}

.form-box .form-control {
  width: 100%;
  padding: 18px 21px;
  margin: 22px 0;
  border-radius: 6px;
}

.form-box .form-submit {
  margin-top: 8px;
  padding: 21px 68px;
  border-radius: 60px;
  border: 1px solid #fff;
  background: #5cd8df;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}

.form-box .form-submit:hover {
  background: #fff;
  color: #173435;
  border: 1px solid #173435;
}

.form-testimonial-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 276px;
}

.form-testimonial-box p {
  color: #657e7e;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  max-width: 196px;
  padding-left: 20px;
}

.form-img-box img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.faq-section {
  padding-bottom: 137px;
  padding-top: 118px;
}

.faq__title {
  text-align: center;
  padding-bottom: 80px;
}

.faq__item {
  border-radius: 20px;
  border: 1px solid rgba(23, 52, 53, 0.04);
  background: #fff;
  box-shadow: 0px 39px 33px 0px rgba(23, 52, 53, 0.03);
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: all 0.4s ease;
}

.faq__item__title {
  position: relative;
  padding: 35px;
}

.faq__item__text p:first-child {
  border-top: 1px solid rgba(23, 52, 53, 0.4);
  padding-top: 30px;
}

.faq__item__title::after {
  position: absolute;
  content: "";
  background-image: url(../img/chervon-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: all 0.4s ease;
}

.faq__item__title.active::after {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
}

.faq__item__text {
  padding-top: 10px;
  display: none;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
}

.map-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 599px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 20px;
  scroll-margin-top: 150px;
}

.map-box {
  border-radius: 15px;
  background-color: #fff;
  max-width: 477px;
  margin-top: 57px;
  padding: 30px;
  text-align: center;
}

.map-box a {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

.map-box a:hover {
  color: #5cd8df;
}

.map-box a:first-child {
  margin-bottom: 20px;
}

.map-box h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.map-box p {
  margin-top: 15px;
}

.map-box .site-logo {
  margin-bottom: 20px;
}

.map__call a {
  padding: 16px 35px 18px 35px;
  display: inline-block;
  color: #fff;
  background-color: #5cd8df;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s ease-in;
  border: 1px solid #5cd8df;
  margin-top: 18px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.map__call a:hover {
  background: #fff;
  color: #173435;
  border: 1px solid #173435;
}

footer {
  padding-top: 64px;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c4e9ee;
}

.footer__about {
  max-width: 560px;
}

.footer__text {
  padding-top: 33px;
  padding-bottom: 85px;
}

.footer__social {
  display: flex;
  padding-bottom: 79px;
}

.footer__social a:not(:last-child) {
  margin-right: 20px;
}

.footer__copyright {
  text-align: center;
  padding: 22px 0;
}

.footer__social a:hover img {
  transform: rotate(360deg);
  transition: 0.5s ease-out;
}

.footer__contact h6 {
  color: #353535;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin: 0;
  padding-bottom: 51px;
}

.footer__contact span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 14px;
  display: block;
  color: #a4a4a4;
}

.footer__contact a {
  text-transform: initial;
  padding-bottom: 32px;
  transition: 0.3s;
}

.footer__contact a:visited,
.footer__contact a {
  color: #000;
}

.footer__contact a:first-of-type {
  text-decoration: none;
}

.footer__contact a:hover {
  color: #48909a;
}

.wpcf7-response-output {
  margin: 0 !important;
  font-size: 12px !important;
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.form-section .wpcf7-not-valid-tip {
  line-height: 1;
  margin-bottom: 10px;
}

.hero__cta__mob,
.mobile-menu__wrap,
.nav-section-mobile {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .ordination__title {
    top: 0;
    margin-top: 0;
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1400px) {
  .testimonial__img-box {
    padding-right: 0;
  }

  .testimonial__content h2,
  h2 {
    font-size: 32px;
  }

  .testimonial__content h2 {
    padding-bottom: 25px;
  }

  .testimonial__content span {
    padding-top: 0;
  }

  .select-box {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
  }

  .select-box select {
    font-size: 20px;
  }

  .about__text,
  .about__img {
    width: calc(50% - 60px);
  }
}

@media only screen and (max-width: 1280px) {
  .footer__contact a {
    padding-bottom: 6px;
  }

  .braces-section {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero__form {
    display: none;
  }

  .hero__cta__mob {
    display: block;
    padding-left: 55px;
  }

  .hero__cta__mob a {
    margin-top: 26px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 60px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #173435;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 600;
  }

  .hero__clients {
    padding-top: 60px;
  }

  .hero__content h1 {
    font-size: 55px;
    line-height: 65px;
    max-width: 100%;
  }

  .braces-section img {
    width: 100%;
  }

  .braces__options {
    padding-bottom: 30px;
  }

  .testimonial-section .container {
    padding-bottom: 40px;
  }

  .braces-section {
    padding-bottom: 80px;
  }

  .results-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .payment-section {
    padding-top: 90px;
  }

  .payment__img-box {
    padding-left: 0;
    padding-top: 40px;
  }

  .timeline__line,
  .about__box__count {
    display: none;
  }

  .about__text,
  .about__img,
  .about__img img {
    width: 100%;
  }

  .about-box:last-child::before,
  .about-box:nth-child(2)::before {
    display: none;
  }

  .about__text {
    padding-bottom: 40px;
  }

  .about__title {
    padding-bottom: 90px;
  }

  .about-section {
    padding-bottom: 100px;
  }

  .form-img-box {
    display: none;
  }

  .faq-section {
    padding-bottom: 95px;
    padding-top: 85px;
  }

  .results-box {
    max-width: 940px;
  }

  .header-info-box {
    display: none;
  }

  .site-header {
    position: relative;
  }

  .mobile-menu__wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d8dede;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 12px;
  }

  .hamburger-menu {
    width: 26px;
    height: 24px;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s linear;
    margin: 0 auto;
    position: relative;
  }

  .hamburger-menu li {
    list-style: none;
    position: absolute;
    left: 5%;
    width: 90%;
    height: 2px;
    transition: 0.3s;
    background: #5cd8df;
    transform: translateY(-50%) rotate(0);
    opacity: 1;
  }

  .hamburger-menu li:nth-child(1) {
    top: 20%;
  }

  .hamburger-menu li:nth-child(2) {
    top: 50%;
  }

  .hamburger-menu li:nth-child(3) {
    top: 80%;
  }

  .hamburger-menu.active li:nth-child(1) {
    top: 50%;
    transition: 0.3s;
    transform: translateY(-50%) rotate(45deg);
  }

  .hamburger-menu.active li:nth-child(2) {
    opacity: 0;
    transition: 0.3s;
  }

  .hamburger-menu.active li:nth-child(3) {
    top: 50%;
    transition: 0.3s;
    transform: translateY(-50%) rotate(-45deg);
  }

  .nav-section {
    display: none;
  }

  .nav-section-mobile {
    display: block;
  }

  .nav-section-mobile .nav-header ul,
  .nav-section-mobile .nav-box {
    flex-direction: column;
  }

  .backdrop-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    height: 100vh;
    width: 100%;
    display: none;
    background-color: #0000003f;
    transition: 0.3s;
  }

  .backdrop-mobile.active {
    display: block;
  }

  .nav-section-mobile .nav-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 15px;
    height: 100vh;
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: 0.3s;
  }

  .nav-section-mobile .nav-box.active {
    transform: translateX(0);
  }

  .nav-section-mobile .nav-header li:not(:first-child) {
    padding-left: 0;
  }

  .nav-section-mobile .header-info-box {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .nav-section-mobile .header-info-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-section-mobile .appointment {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .nav-section-mobile .nav-header li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    z-index: 100;
    display: block;
    border: none;
  }

  .hero-section {
    margin-top: 58px;
  }

  .nav-header a {
    border-bottom: 2px solid #5cd8df;
  }

  .testimonial-section .row {
    flex-direction: column-reverse;
  }

  .testimonial__content {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .hero__content {
    padding-top: 70px;
  }

  .form-testimonial-box {
    display: none;
  }

  .form-box .form-submit {
    width: 100%;
    border: none;
  }

  .ordination-box {
    display: none;
  }

  .ordination-slider {
    display: block;
  }

  .ordination-slider .slick-track {
    display: flex;
    align-items: flex-end;
  }

  .results-box {
    flex-direction: column;
    max-width: 610px;
  }

  .results__before,
  .results__after {
    width: 100%;
  }

  .results__after__img::before {
    left: 15px;
    right: auto;
  }

  .results-box img {
    width: 100%;
  }

  .hero-section {
    height: 732px;
  }
}

@media only screen and (max-width: 756px) {
  .faq__item__title h3 {
    padding-right: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-box {
    flex-direction: column;
  }

  .footer__social {
    padding-bottom: 35px;
  }

  .footer__contact h6 {
    padding-bottom: 30px;
  }

  .footer__text {
    padding-bottom: 40px;
  }

  .footer__contact {
    padding-bottom: 30px;
  }

  .map-section .row {
    justify-content: center;
  }

  .map-box a {
    font-size: 16px;
  }

  .map-box h6 {
    font-size: 18px;
  }

  .map-box p {
    font-size: 16px;
  }

  .hero__content,
  .hero__clients,
  .hero__cta__mob {
    padding-left: 0;
  }

  .hero__cta__mob a {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .hero__clients {
    flex-direction: column;
    align-items: start;
  }

  .hero__clients p {
    max-width: 100%;
  }

  .hero__clients {
    padding-top: 30px;
  }

  .hero__content h1 {
    font-size: 42px;
    line-height: 52px;
    max-width: 100%;
  }

  .hero-section {
    height: 700px;
  }

  .hero__clients p {
    padding-top: 30px;
  }

  .results-box {
    max-width: 550px;
  }

  .results__desc {
    font-size: 16px;
    display: block;
    width: 100%;
  }

  .results-section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .faq-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .appointment-row {
    border-radius: 0;
    padding: 25px;
  }

  .form-section {
    padding-top: 56px;
  }

  .about-section {
    padding-bottom: 50px;
  }

  .about__title {
    padding-bottom: 60px;
  }

  .testimonial__content h2,
  h2 {
    font-size: 28px;
  }

  .payment-section .container {
    padding-bottom: 70px;
  }

  .payment-section {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 576px) {
  .map-box {
    max-width: 300px;
    padding: 30px 15px;
  }

  .hero__content {
    font-size: 16px;
  }

  .hero-section {
    height: 750px;
  }

  .faq__item__title h3 {
    font-size: 14px;
  }

  .results-box {
    max-width: 400px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 500px) {
  .results-box {
    max-width: 350px;
  }
}

@media only screen and (max-width: 400px) {
  .results-box {
    max-width: 280px;
  }

  .results__desc {
    width: 280px;
  }
}
