@charset "UTF-8";
/*** Font ***/
.raleway-100 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.raleway-200 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.raleway-300 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.raleway-400 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-500 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.raleway-600 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.raleway-700 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.raleway-800 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.raleway-900 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/*** END Font ***/
/*** General ***/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.loading {
  overflow: hidden;
}

body {
  background-color: #F5F6F9;
  min-height: 100vh;
  color: #8a8787;
  font-size: 0.9rem;
  line-height: 1.4em;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
body a, body button {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border: none;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out !important;
}
body a span, body button span {
  font-size: 0.9rem;
  letter-spacing: 2px;
}
body a.btn-outline-white, body button.btn-outline-white {
  background-color: transparent;
  border: 1px solid #ffffff;
}
body a.btn-outline-white span, body button.btn-outline-white span {
  color: #ffffff;
}
body a.btn-outline-white:hover, body button.btn-outline-white:hover {
  background-color: #055fab;
  border: 1px solid #055fab;
}
body a.btn-primary, body button.btn-primary {
  background-color: #055fab;
  border: 1px solid #055fab;
}
body a.btn-primary span, body button.btn-primary span {
  color: #ffffff;
}
body a.btn-primary:hover, body button.btn-primary:hover {
  background-color: transparent;
  border: 1px solid #055fab;
}
body a.btn-primary:hover span, body button.btn-primary:hover span {
  color: #055fab;
}
body a.icon-link span, body button.icon-link span {
  color: #055fab;
  font-size: 0.8rem;
}
body a.icon-link div, body button.icon-link div {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out !important;
}
body a.icon-link div i, body button.icon-link div i {
  font-size: 0.8rem;
  transition: all 0.5s ease-in-out !important;
  transform: rotate(-45deg);
  color: #055fab;
}
body a.icon-link:hover span, body button.icon-link:hover span {
  color: #1fc3f3;
}
body a.icon-link:hover div, body button.icon-link:hover div {
  background: transparent;
}
body a.icon-link:hover div i, body button.icon-link:hover div i {
  transform: rotate(0deg);
  color: #1fc3f3;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 500;
  font-style: normal;
  font-family: "Raleway", serif;
}
body p {
  font-size: 1rem;
}
body img {
  -o-object-fit: contain;
     object-fit: contain;
}
body .text-white {
  color: #ffffff;
}
body .text-black {
  color: #141414 !important;
}
body .text-grey {
  color: #8a8787;
}
body .text-red {
  color: #ff0000;
}
body .text-dark-blue {
  color: #055fab;
}
body .text-primary {
  color: #1fc3f3 !important;
}
body .text-secondary {
  color: #1d9ad4 !important;
}
body .text-justify {
  text-align: justify;
}
body .bg-white {
  background-color: #ffffff;
}
body .bg-light-blue {
  background-color: #f2fafc;
}
body .min-vh-80 {
  min-height: 80vh;
}
body .min-vh-90 {
  min-height: 90vh;
}

/*** END General ***/
/*** Main Content ***/
.main h1.main-title {
  font-size: 4rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .main h1.main-title {
    font-size: 3rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 575px) {
  .main h1.main-title {
    font-size: 2rem;
  }
}
.main h2.main-title {
  line-height: 1.2em;
  font-size: 2.4rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .main h2.main-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .main h2.main-title {
    font-size: 1.6rem;
  }
}
.main p.main-sub,
.main h6.main-sub {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.main p.about-sub-title,
.main h6.about-sub-title {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.main p.about-sub-title strong,
.main h6.about-sub-title strong {
  font-weight: 600;
  font-size: 1rem;
}
.main h6.welcome-title, .main h6.about-title, .main h6.service-title, .main h6.why-sub-title, .main h6.testimonial-sub {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.9rem;
}
@media screen and (max-width: 575px) {
  .main h6.welcome-title, .main h6.about-title, .main h6.service-title, .main h6.why-sub-title, .main h6.testimonial-sub {
    font-size: 0.6rem;
  }
}
.main section {
  position: relative;
}
.main .page-main {
  background-color: transparent;
  background-image: linear-gradient(90deg, #1fc3f3 50%, #022639 50%);
}
@media screen and (max-width: 575px) {
  .main .page-main {
    min-height: 70vh;
  }
}
@media screen and (max-width: 576px) and (max-height: 768px) {
  .main .page-main {
    min-height: 80vh;
  }
}
.main .page-main figure {
  background-attachment: fixed;
  background-image: url("./public/bg-3-d.png?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/bg-3-d.webp?v1.0.0") 1x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  background-color: #1fc3f3;
  width: 100%;
  height: 100%;
  transform: scale(1);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main .page-main figure {
    background-position: 100% center;
  }
}
@media screen and (max-width: 575px) {
  .main .page-main figure {
    background-position: 80% center;
    background-image: url("./public/bg-3-m.png?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-3-m.webp?v1.0.0") 1x);
  }
}
@media screen and (max-width: 768px) {
  .main .page-main figure::before {
    content: " ";
    position: absolute;
    background-color: rgba(31, 195, 243, 0.8);
    width: 100%;
    height: 100%;
  }
}
.main .page-main .container {
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .main .page-main .container {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .main .page-main .container h4.main-sub {
    font-size: 1rem;
  }
}
.main .page-main .logo {
  filter: invert(17%) sepia(55%) saturate(5634%) hue-rotate(196deg) brightness(93%) contrast(96%);
}
@media screen and (max-width: 575px) {
  .main .page-main .logo {
    height: 80px;
  }
}
.main .page-about {
  background-color: transparent;
  background-image: linear-gradient(90deg, #1fc3f3 50%, #f2fafc 50%);
}
@media screen and (max-width: 768px) {
  .main .page-about {
    background: #f2fafc;
  }
}
.main .page-about::before {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(71, 168, 168, 0) 50%, #f2fafc 50%);
  width: 100%;
  height: 100%;
}
.main .page-about .about-content {
  border-radius: 12px 0px 12px 12px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main .page-about .about-content {
    top: -50px;
  }
}
@media screen and (max-width: 575px) {
  .main .page-about .about-content {
    border-radius: 12px;
  }
}
.main .page-about .about-content::before {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-image: radial-gradient(at top right, #1fc3f3 0%, #ffffff 35%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 12px 0px 12px 12px;
}
@media screen and (max-width: 575px) {
  .main .page-about .about-content::before {
    border-radius: 12px;
  }
}
.main .page-about .about-image {
  background-attachment: scroll;
  background-image: url("./public/dr-chong-d.jpg?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/dr-chong-d.webp?v1.0.0") 1x);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px 12px 12px 0px;
  box-shadow: 0px 30px 30px -15px rgba(31, 195, 243, 0.32);
  margin-block-start: -80px;
  margin-inline-end: 0;
  margin-block-end: 80px;
  margin-inline-start: 0;
}
@media screen and (max-width: 575px) {
  .main .page-about .about-image {
    background-image: url("./public/dr-chong-m.jpg?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/dr-chong-m.webp?v1.0.0") 1x);
    height: 300px;
    z-index: 2;
    border-radius: 12px;
  }
}
.main .page-services {
  background-image: linear-gradient(90deg, #f2fafc 50%, #055fab 50%);
}
@media screen and (max-width: 768px) {
  .main .page-services {
    background-image: linear-gradient(90deg, #f2fafc 100%, #055fab 100%);
  }
}
.main .page-services::before {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, #f2fafc 94%, rgba(242, 41, 91, 0) 94%);
  width: 100%;
  height: 100%;
}
.main .page-why::before {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(242, 41, 91, 0) 50%, #055fab 50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .page-why::before {
    background: rgba(5, 95, 171, 0.8);
  }
}
.main .page-why figure {
  background-attachment: fixed;
  background-image: url("./public/why-us-d.jpg?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/why-us-d.webp?v1.0.0") 1x);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .main .page-why figure {
    background-image: url("./public/why-us-m.jpg?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/why-us-m.webp?v1.0.0") 1x);
  }
}
.main .page-why .container {
  z-index: 1;
}
.main .page-why .container::before {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #1fc3f3 50%, #022639 50%);
}
.main .page-why .container .listing .icon {
  width: 26px;
  height: 26px;
  animation: wiggle 2.5s infinite;
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(5deg);
  }
  95% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.main .page-why .container .listing .desc {
  width: calc(100% - 26px);
}
.main .page-why .container .listing .desc label {
  font-size: 1.2rem;
}
.main .page-why .container .listing .desc span {
  font-size: 0.9rem;
}
.main .page-testimonial {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff 50%, #055fab 50%);
  min-height: 80vh;
}
@media screen and (max-width: 768px) {
  .main .page-testimonial {
    background-image: linear-gradient(90deg, #ffffff 100%, #055fab 100%);
  }
}
.main .page-testimonial::before {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 7%, #ffffff 7%);
  width: 100%;
  height: 100%;
}
.main .page-testimonial .container h2.main-title {
  color: #141414;
  font-size: 1.6rem;
}
.main .page-testimonial .container .testimonial-content {
  position: relative;
}
.main .page-testimonial .container .testimonial-content .sec-eight-text-area img {
  padding: 2vh 0;
}
@media screen and (max-width: 768px) {
  .main .page-testimonial .container .testimonial-content .sec-eight-text-area img {
    padding: 1vh 0;
  }
}
.main .page-testimonial .container .testimonial-content .sec-eight-text-area h6 {
  color: #055fab;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .main .page-testimonial .container .testimonial-content .sec-eight-text-area h6 {
    font-size: 1.4rem;
  }
}
.main .page-testimonial .container .testimonial-content .sec-eight-text-area p {
  padding: 2vh 0;
  font-size: 14px;
  line-height: 1.6;
  color: #8a8787;
}
.main .page-testimonial .container .testimonial-content .container-pe-quote {
  position: absolute;
  height: 100%;
  top: -50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .page-testimonial .container .testimonial-content .container-pe-quote {
    height: 500px;
    top: 0px;
    z-index: 1;
    margin: -70px auto 0;
  }
}
.main .page-testimonial .container .testimonial-content .container-pe-quote.left {
  left: 0px;
}
.main .page-testimonial .container .testimonial-content .container-pe-quote.rihgt {
  right: 0px;
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .pp-quote {
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.15);
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 50% 1px;
  opacity: 0;
  transition: all 2s ease;
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .pp-quote img {
  overflow: hidden;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .pp-quote::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 5px);
  width: calc(100% + 5px);
  border-radius: 100%;
  background-color: #1fc3f3;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.25s ease;
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .pp-quote:hover::after, .main .page-testimonial .container .testimonial-content .container-pe-quote .pp-quote.active::after {
  transform: translate(-50%, -50%) scale(1);
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-1 {
  height: 104px;
  width: 104px;
  left: 15px;
  top: 95px;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  transition-delay: 0.6s;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-1 {
    height: 68px;
    width: 68px;
  }
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-2 {
  height: 63px;
  width: 63px;
  left: -50px;
  top: 270px;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  transition-delay: 0s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-2 {
    left: 5px;
  }
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-3 {
  height: 64px;
  width: 64px;
  left: 68px;
  top: 380px;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  transition-delay: 0.2s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-3 {
    left: 150px;
    top: 200px;
  }
}
@media screen and (max-width: 575px) {
  .main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-3 {
    left: -25px;
    top: 180px;
  }
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-4 {
  height: 73px;
  width: 73px;
  right: -15px;
  top: 110px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  transition-delay: 0.7s;
  opacity: 1;
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-5 {
  height: 73px;
  width: 73px;
  right: 28px;
  top: 265px;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  transition-delay: 0.4s;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-5 {
    width: 65px;
    height: 65px;
    right: 5px;
  }
}
.main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-6 {
  height: 45px;
  width: 45px;
  right: 108px;
  top: 170px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  transition-delay: 0.2s;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .main .page-testimonial .container .testimonial-content .container-pe-quote .li-quote-6 {
    top: 50px;
  }
}
@keyframes floating {
  0% {
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.main .page-testimonial .container .testimonial-content .container-quote {
  position: relative;
  width: 100%;
  margin-top: 10px;
  min-height: 20vh;
  perspective: 10000px;
}
.main .page-testimonial .container .testimonial-content .container-quote .quote {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  cursor: pointer;
  text-align: center;
  transform: translateX(-50%);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
.main .page-testimonial .container .testimonial-content .container-quote .quote.hide-bottom {
  opacity: 0;
  transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}
.main .page-testimonial .container .testimonial-content .container-quote .quote.hide-top {
  opacity: 0;
  transform: translateX(-50%) translateY(-100%) rotateX(70deg);
}
.main .page-testimonial .container .testimonial-content .container-quote .quote.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0%) rotateX(0deg);
}
.main .page-testimonial .container .testimonial-content .container-dp-name {
  position: relative;
  width: 100%;
  margin-top: 10px;
  min-height: 180px;
  perspective: 10000px;
  text-align: center;
}
.main .page-testimonial .container .testimonial-content .container-dp-name .box-dpname {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
  text-align: center;
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
.main .page-testimonial .container .testimonial-content .container-dp-name .box-dpname.hide-dp-bottom {
  opacity: 0;
  transform: translateX(0%) translateY(100%) rotateX(-70deg);
}
.main .page-testimonial .container .testimonial-content .container-dp-name .box-dpname.hide-dp-top {
  opacity: 0;
  transform: translateX(0%) translateY(-100%) rotateX(70deg);
}
.main .page-testimonial .container .testimonial-content .container-dp-name .box-dpname.look {
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotateX(0deg);
}
.main .page-contact {
  background: #F5F6F9;
}
.main .page-contact .cover {
  background-image: url("./public/contact-cover-d.jpg?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/contact-cover-d.webp?v1.0.0") 1x);
  background-size: cover;
  min-height: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .page-contact .cover {
    min-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .main .page-contact .cover {
    background-image: url("./public/contact-cover-m.jpg?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/contact-cover-m.webp?v1.0.0") 1x);
  }
}
.main .page-contact .cover::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #1fc3f3 0%, #055fab 100%);
  opacity: 0.65;
  top: 0;
  left: 0;
}
.main .page-contact .cover > div {
  z-index: 2;
}
.main .page-contact .cover > div h2.main-title {
  font-size: 2rem;
}
.main .page-contact .cover > div h5 {
  line-height: 1.4em;
  font-size: 1.2rem;
}
.main .page-contact .contact .map {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 575px) {
  .main .page-contact .contact .map {
    top: -20px;
  }
}
.main .page-contact .contact .map iframe {
  box-shadow: 0 2px 15px 1px rgba(5, 95, 171, 0.2);
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .main .page-contact .contact .map iframe {
    height: 350px;
  }
}
@media screen and (max-width: 992px) {
  .main .page-contact .contact .form {
    top: -40px;
  }
}
@media screen and (max-width: 575px) {
  .main .page-contact .contact .form {
    top: -30px;
  }
}
.main .page-contact .contact .form h3 {
  font-size: 1.8rem;
}
.main .page-contact .contact .form .sub-title::before {
  content: " ";
  position: absolute;
  width: 70px;
  height: 4px;
  border-radius: 5px;
  background: #1fc3f3;
  top: 8px;
}
.main .page-contact .contact .form .sub-title span {
  padding-left: 80px;
}
.main .page-contact .contact .form .info img {
  animation: wiggle 2.5s infinite;
}
.main .page-contact .contact .form .info a {
  color: #8a8787;
}
.main .page-contact .contact .form .info a span {
  width: calc(100% - 26px);
  display: flex;
  letter-spacing: 0;
}
.main .page-contact .contact .form .info a:hover {
  text-decoration: none;
  color: #141414;
}
.main .page-contact .contact .form .info.opening-hours span:first-child {
  width: 180px;
}
.main .page-services-content {
  margin-top: 76px;
}
.main .page-services-content:not(#Invisalign) .cover {
  height: 500px;
  background-image: url("./public/bg-services-d.jpg?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/bg-services-d.webp?v1.0.0") 1x);
  background-position: center !important;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 50px;
}
@media screen and (max-width: 992px) {
  .main .page-services-content:not(#Invisalign) .cover {
    height: 420px;
  }
}
@media screen and (max-width: 575px) {
  .main .page-services-content:not(#Invisalign) .cover {
    height: 350px;
    background-image: url("./public/bg-services-m.jpg?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./public/bg-services-m.webp?v1.0.0") 1x);
  }
}
.main .page-services-content:not(#Invisalign) .cover::before {
  content: " ";
  position: absolute;
  border-radius: 50px;
  background: #055FAB;
  background: linear-gradient(140deg, rgb(5, 95, 171) 35%, rgba(216, 236, 254, 0.2) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .page-services-content:not(#Invisalign) .cover > div {
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .main .page-services-content:not(#Invisalign) .cover h1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .main .page-services-content:not(#Invisalign) .cover h6 {
    font-size: 0.8rem;
  }
}
.main .page-services-content:not(#Invisalign) .cover span {
  line-height: 1.8rem;
}
@media screen and (max-width: 575px) {
  .main .page-services-content:not(#Invisalign) .cover span {
    line-height: 1.2rem;
    font-size: 0.8rem;
  }
}
.main .page-services-content .content .element-1 {
  filter: drop-shadow(2px 2px 4px rgba(20, 20, 20, 0.25));
  left: -80px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .main .page-services-content .content .element-1 {
    left: -50px;
    top: 125px;
  }
}
@media screen and (max-width: 575px) {
  .main .page-services-content .content .element-1 {
    top: 35%;
    z-index: 2;
    left: -60px;
  }
}
@media screen and (max-width: 1440px) {
  .main .page-services-content .content .element-1 img {
    max-width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .main .page-services-content .content .element-1 img {
    max-width: 160px;
  }
}
@media screen and (max-width: 575px) {
  .main .page-services-content .content .element-1 img {
    max-width: 140px;
  }
}
.main .page-services-content .content .element-2 {
  filter: drop-shadow(2px 2px 4px rgba(20, 20, 20, 0.25));
  left: 5%;
  bottom: -5%;
  transform: rotate(15deg);
  transform: scale(1.3);
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .main .page-services-content .content .element-2 {
    bottom: -3%;
  }
}
@media screen and (max-width: 1440px) {
  .main .page-services-content .content .element-2 img {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .main .page-services-content .content .element-2 img {
    max-width: 100px;
  }
}
@media screen and (max-width: 575px) {
  .main .page-services-content .content .element-2 img {
    max-width: 80px;
  }
}
.main .page-services-content .content .element-4 {
  filter: drop-shadow(2px 2px 4px rgba(20, 20, 20, 0.25));
  right: 5%;
  top: -5%;
  transform: rotate(15deg);
  transform: scale(1.3);
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .main .page-services-content .content .element-4 {
    top: -3%;
  }
}
@media screen and (max-width: 768px) {
  .main .page-services-content .content .element-4 img {
    max-width: 90px;
  }
}
.main .page-services-content .content .element-5 {
  filter: drop-shadow(2px 2px 4px rgba(20, 20, 20, 0.25));
  right: 5%;
  bottom: 15%;
  transform: rotate(15deg);
  transform: scale(1.3);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main .page-services-content .content .element-5 {
    right: -5%;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 575px) {
  .main .page-services-content .content .element-5 {
    right: -8%;
    transform: scaleX(-1) rotate(-12deg);
  }
}
@media screen and (max-width: 1440px) {
  .main .page-services-content .content .element-5 img {
    max-height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .main .page-services-content .content .element-5 img {
    max-height: 240px;
  }
}
.main .page-services-content .content h3 {
  z-index: 3;
  position: relative;
}
.main .page-services-content .content .content-title {
  position: relative;
}
.main .page-services-content .content .content-title::before {
  content: " ";
  position: absolute;
  background-image: url("./public/element-3-d.png?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/element-3-d.webp?v1.0.0") 1x);
  filter: drop-shadow(2px 2px 4px rgba(20, 20, 20, 0.25));
  background-position: contain;
  width: 200px;
  height: 70px;
  bottom: -25px;
  left: calc(50% - 75px);
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .main .page-services-content .content .content-title::before {
    width: 120px;
    height: 40px;
    left: calc(50% - 60px);
  }
}
.main .page-services-content .content .card {
  border: 1px solid rgba(20, 20, 20, 0.05);
  background-color: #ffffff;
  border-radius: 32px;
}
.main .page-services-content .content .card h5 {
  color: #141414;
  font-size: 1.2rem;
  font-weight: 600;
}
.main .page-services-content .content .card span {
  color: #8a8787;
}
.main .page-services-content .content .card .icon {
  border-radius: 32px;
  height: 200px;
}
.main .page-services-content .content .card .icon-1 {
  background: #dbeffa;
}
.main .page-services-content .content .card .icon-2 {
  background: #dbdefa;
}
.main .page-services-content .content .card .icon-3 {
  background: #F5DBFA;
}
.main .page-services-content .content .card .icon-4 {
  background: #fadbe2;
}
.main .page-services-content .content .card .icon .overlap-group {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  height: 98px;
  margin-top: -1px;
  position: relative;
  width: 98px;
}
.main .page-services-content .content .card .icon .overlap-group .rectangle {
  background-color: #ffffff;
  border: 1px none;
  border-radius: 16px;
  height: 72px;
  top: 13px;
  width: 72px;
}
.main .page-services-content .content .card .icon img {
  animation: wiggle 2.5s infinite;
}
.main .page-services-content p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.main .page-services-content p strong {
  font-weight: 700;
}
.main .page-services-content p.title {
  font-size: 1.4rem;
  line-height: 2rem;
}
.main .page-services-content#Invisalign::before {
  background: transparent;
}
.main .page-services-content#Invisalign .pulse {
  box-shadow: 0 0 0 0 #055fab;
  cursor: pointer;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  background: #055fab;
  padding: 15px 30px;
  border-radius: 50px;
}
.main .page-services-content#Invisalign .pulse span {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}
.main .page-services-content#Invisalign .pulse:hover {
  filter: grayscale(1);
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(5, 95, 171, 0);
  }
}
.main .page-services-content#Invisalign .cover {
  margin-top: 76px;
}
@media screen and (max-width: 992px) {
  .main .page-services-content#Invisalign .cover {
    min-height: 76vh !important;
  }
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .cover {
    min-height: 88vh !important;
  }
}
.main .page-services-content#Invisalign .cover p {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #141414;
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .cover p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.main .page-services-content#Invisalign .cover .tag {
  cursor: pointer;
}
.main .page-services-content#Invisalign .cover .tag span {
  border: 2px solid #055fab;
  color: #055fab;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .cover .tag span {
    font-size: 0.8rem;
    padding: 8px 16px;
  }
}
.main .page-services-content#Invisalign .cover .tag:hover span {
  background: #055fab;
  color: #ffffff;
}
.main .page-services-content#Invisalign .cover .invisalign-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .page-services-content#Invisalign .cover .invisalign-background::before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .page-services-content#Invisalign .cover .invisalign-background #invisalignVideo {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; /* Send it to the background */
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .content .what-can-do h2 {
    flex-direction: column;
  }
}
.main .page-services-content#Invisalign .content .what-can-do .nav-tabs .teeth {
  position: relative;
  height: 80px;
}
.main .page-services-content#Invisalign .content .what-can-do .nav-tabs .teeth img {
  width: 100%;
  display: block;
  max-width: 110px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.main .page-services-content#Invisalign .content .what-can-do .nav-tabs h6 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #141414;
}
.main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link {
  background: transparent !important;
  border: none !important;
}
.main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link > div {
  border: 2px dashed rgba(5, 95, 171, 0.2);
  border-radius: 25px;
}
.main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link.active > div, .main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link:hover > div, .main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link:focus > div {
  background: #055fab;
  border: none;
}
.main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link.active > div h6, .main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link:hover > div h6, .main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link:focus > div h6 {
  color: #ffffff;
}
.main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link.active > div img, .main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link:hover > div img, .main .page-services-content#Invisalign .content .what-can-do .nav-tabs .nav-link:focus > div img {
  filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(252deg) brightness(103%) contrast(100%);
}
.main .page-services-content#Invisalign .content .what-can-do .or {
  display: flex;
  gap: 2rem;
  align-items: center;
  font-size: 1.4rem;
}
.main .page-services-content#Invisalign .content .what-can-do .or::before, .main .page-services-content#Invisalign .content .what-can-do .or::after {
  content: "";
  display: block;
  flex: 1;
  height: 0;
  border-top: 2px dashed #055fab;
}
.main .page-services-content#Invisalign .content .what-can-do .straighter-teeth {
  border-radius: 50px;
  border: 2px dashed rgba(5, 95, 171, 0.2);
}
.main .page-services-content#Invisalign .content .what-can-do .straighter-teeth::before {
  content: " ";
  position: absolute;
  background-image: url("./public/invisalign/bg-pattern-png?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/invisalign/bg-pattern-d.webp?v1.0.0") 1x);
  background-size: 80%;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.45;
  border-radius: 50px;
}
.main .page-services-content#Invisalign .content .what-can-do .straighter-teeth > div:nth-of-type(1) {
  text-align: right;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .main .page-services-content#Invisalign .content .what-can-do .straighter-teeth > div:nth-of-type(1) {
    text-align: center;
    padding: 15px 30px !important;
  }
}
.main .page-services-content#Invisalign .content .what-can-do .straighter-teeth > div:nth-of-type(1) label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .main .page-services-content#Invisalign .content .what-can-do .straighter-teeth > div:nth-of-type(1) label {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .main .page-services-content#Invisalign .content .what-can-do .straighter-teeth > div:nth-of-type(1) p {
    text-align: center;
  }
}
.main .page-services-content#Invisalign .content .what-can-do .straighter-teeth > div img {
  transform: scale(1.6);
  animation: fadeShadow 3s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .main .page-services-content#Invisalign .content .what-can-do .straighter-teeth > div img {
    transform: scale(1.2);
    top: -35px;
    position: relative;
  }
}
@keyframes fadeShadow {
  0% {
    filter: drop-shadow(2px 2px 4px rgba(31, 195, 243, 0.65));
  }
  50% {
    filter: drop-shadow(2px 2px 4px rgba(31, 195, 243, 0));
  }
  100% {
    filter: drop-shadow(2px 2px 4px rgba(31, 195, 243, 0.65));
  }
}
.main .page-services-content#Invisalign .content .what-can-do .cta-invisalign label {
  font-size: 1rem;
}
.main .page-services-content#Invisalign .content .what-can-do .cta-invisalign span {
  font-size: 1.4rem;
  color: #141414;
  line-height: 1.8rem;
}
.main .page-services-content#Invisalign .content .what-can-do .cta-invisalign span strong {
  color: #1fc3f3;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .content .what-can-do .cta-invisalign span strong {
    width: 100%;
    position: relative;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
  }
}
.main .page-services-content#Invisalign .content .comparison {
  position: relative;
}
.main .page-services-content#Invisalign .content .comparison::before {
  content: " ";
  position: absolute;
  background-image: url("./public/invisalign/blue-pattern-d.png?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./public/invisalign/blue-pattern-d.webp?v1.0.0") 1x);
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
  transform: scale(1.1);
}
.main .page-services-content#Invisalign .content .comparison .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .content .comparison .wrapper {
    margin-top: 60px;
  }
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 360px;
  margin: 20px 0;
  text-align: center;
  transition: all 200ms ease-out;
  margin: 0 5px;
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .content .comparison .wrapper .items {
    padding: 10px;
  }
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li {
  padding: 15px 0;
  position: relative;
  margin-bottom: 5px;
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  top: -5px;
  font-weight: 600;
  color: #1fc3f3;
  font-size: 0.8rem;
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(1)::after {
  content: "Look";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(2)::after {
  content: "Comfort";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(3)::after {
  content: "Removable";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(4)::after {
  content: "Office Visits";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(5)::after {
  content: "Treatment Time";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(6)::after {
  content: "Diet Freedom";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(7)::after {
  content: "Cleaning";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(8)::after {
  content: "Speech Impact";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(9)::after {
  content: "Best For";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li:nth-of-type(10)::after {
  content: "Cost";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(1)::after {
  content: "外观";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(2)::after {
  content: "舒适度";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(3)::after {
  content: "可拆卸";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(4)::after {
  content: "门诊就诊次数";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(5)::after {
  content: "治疗时间";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(6)::after {
  content: "饮食自由";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(7)::after {
  content: "清洁";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(8)::after {
  content: "言语影响";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(9)::after {
  content: "最适合";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items ul li.cn:nth-of-type(10)::after {
  content: "费用";
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items img {
  width: 100%;
  margin-top: -150px;
  filter: drop-shadow(10px 10px 4px rgba(5, 95, 171, 0.2));
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .content .comparison .wrapper .items img {
    height: 200px;
    margin-top: -120px;
  }
}
.main .page-services-content#Invisalign .content .comparison .wrapper .items.active {
  transform: scale(1.05);
  z-index: 99;
  box-shadow: 0 0 30px rgba(5, 95, 171, 0.2);
  border: none;
}
.main .page-services-content#Invisalign .content .simple-step h6 {
  font-size: 0.8rem;
}
.main .page-services-content#Invisalign .content .simple-step h2 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #141414;
  font-weight: 700;
}
.main .page-services-content#Invisalign .content .simple-step .accordion .accordion-item {
  background: transparent !important;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #1fc3f3;
  border-radius: 0;
}
.main .page-services-content#Invisalign .content .simple-step .accordion .accordion-item .accordion-header button {
  font-weight: 500;
  font-size: 1rem;
  background-color: transparent;
  padding: 20px 0;
}
.main .page-services-content#Invisalign .content .simple-step .accordion .accordion-item .accordion-header button span {
  color: rgba(20, 20, 20, 0.35);
  font-weight: 500;
  font-size: 1rem;
  margin-right: 5px;
}
.main .page-services-content#Invisalign .content .simple-step .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.main .page-services-content#Invisalign .content .simple-step .accordion .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: none;
}
.main .page-services-content#Invisalign .content .simple-step .accordion .accordion-item .accordion-header button::after {
  filter: invert(72%) sepia(24%) saturate(4371%) hue-rotate(157deg) brightness(96%) contrast(99%);
}
.main .page-services-content#Invisalign .content .simple-step .accordion .accordion-item .accordion-body {
  padding-top: 0 !important;
  padding-bottom: 25px;
  padding-left: 0 !important;
}
.main .page-services-content#Invisalign .content .simple-step .image {
  border-radius: 15px;
  filter: drop-shadow(10px 10px 4px rgba(5, 95, 171, 0.2));
}
.main .page-services-content#Invisalign .content .simple-step .image::before {
  content: " ";
  position: absolute;
  background: transparent;
  border: 4px solid #ffffff;
  height: 94%;
  top: 3%;
  width: calc(500px - 6%);
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .content .simple-step .image::before {
    width: calc(360px - 6%);
  }
}
.main .page-services-content#Invisalign .content .simple-step .image img {
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .main .page-services-content#Invisalign .content .simple-step .image img {
    height: 360px;
    width: 360px;
  }
}
.main .page-services-content#Invisalign .content .who-right h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.main .page-services-content#Invisalign .content .who-right label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1fc3f3;
}
.main .page-services-content#Invisalign .content .who-right p {
  font-size: 0.8rem;
}
.main .page-services-content#Invisalign .content .who-right .people:hover .image-cover {
  transform: scale(0.54) !important;
}
.main .page-services-content#Invisalign .content .who-right .people:hover .img {
  transform: translateY(0) scale(1.2) !important;
}
.main .page-services-content#Invisalign .content .who-right .people .image-cover {
  border-radius: 50%;
  height: 280px;
  width: 280px;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.48);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  left: -35px;
  position: relative;
  margin: 0 auto;
}
.main .page-services-content#Invisalign .content .who-right .people .image-cover .image-cover-inner {
  clip-path: path("M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z");
  position: relative;
  transform-origin: 50%;
  top: -200px;
}
.main .page-services-content#Invisalign .content .who-right .people .image-cover .image-cover-inner .circle {
  border-radius: 50%;
  cursor: pointer;
  height: 380px;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 210px;
  width: 380px;
}
.main .page-services-content#Invisalign .content .who-right .people .image-cover .image-cover-inner .img {
  pointer-events: none;
  position: relative;
  transform: translateY(20px) scale(1.15);
  transform-origin: 50% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  left: 22px;
  top: 164px;
  width: 340px;
}

/*** END Main Content ***/
/*** Footer ***/
footer {
  background: #111827;
}
footer .logo {
  filter: invert(55%) sepia(91%) saturate(893%) hue-rotate(159deg) brightness(104%) contrast(91%);
}
@media screen and (max-width: 575px) {
  footer .logo {
    height: 60px;
  }
}
footer .title {
  font-size: 1.1rem;
  font-weight: 700;
}
footer a span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  letter-spacing: 0;
}
footer a:hover span {
  color: #1fc3f3;
}
footer a.social-media i {
  font-size: 1.6rem;
  color: #ffffff;
}
footer a.social-media:hover i {
  color: #1fc3f3;
}
footer .opening-hours {
  font-size: 0.9rem;
}
footer .opening-hours span {
  color: rgba(255, 255, 255, 0.65);
}
footer .copyright {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
}
footer .copyright a span {
  font-size: 0.7rem;
}

/*** END Footer ***/
/*** Whatsapp ***/
#whatsappFloat {
  bottom: 5%;
  right: 3%;
  width: 60px;
  height: 60px;
  z-index: 99;
}
@media screen and (max-width: 575px) {
  #whatsappFloat {
    bottom: 8%;
  }
}
#whatsappFloat .pulse-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  background: #25D366;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.5);
  animation: pulsewa 1.5s infinite;
}
#whatsappFloat .pulse-button:hover {
  animation: none;
}
@keyframes pulsewa {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0);
  }
}

/*** END Whatsapp ***/
/*** Loading ***/
.loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1031;
}
.loading .logo {
  margin-bottom: 88px;
}
.loading #load {
  position: absolute;
  width: 600px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
.loading #load div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: Helvetica, Arial, sans-serif;
  animation: move 2s linear infinite;
  transform: rotate(180deg);
  color: #1fc3f3;
}
.loading #load div:nth-child(2) {
  animation-delay: 0.2s;
}
.loading #load div:nth-child(3) {
  animation-delay: 0.4s;
}
.loading #load div:nth-child(4) {
  animation-delay: 0.6s;
}
.loading #load div:nth-child(5) {
  animation-delay: 0.8s;
}
.loading #load div:nth-child(6) {
  animation-delay: 1s;
}
.loading #load div:nth-child(7) {
  animation-delay: 1.2s;
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    transform: rotate(-180deg);
    opacity: 0;
  }
}

/*** END Loading ***/
/*** Header ***/
nav.navbar {
  background-color: #ffffff;
  height: 76px;
}
@media screen and (max-width: 575px) {
  nav.navbar {
    height: unset;
  }
}
nav.navbar .logo {
  width: 190px;
}
nav.navbar .navbar-collapse ul li a:hover {
  color: #1d9ad4;
}
nav.navbar .navbar-collapse ul li a.active {
  color: #1d9ad4;
}
nav.navbar .navbar-collapse ul li.email a {
  background-color: #1fc3f3;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 5px;
}
nav.navbar .navbar-collapse ul li.email a:hover {
  background: #141414;
  filter: drop-shadow(0 0 4px #141414);
}
nav.navbar .navbar-collapse ul li.call a {
  background-color: #1d9ad4;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 5px;
}
nav.navbar .navbar-collapse ul li.call a:hover {
  background: #141414;
  filter: drop-shadow(0 0 4px #141414);
}
nav.navbar .navbar-toggler {
  width: 60px;
  height: 60px;
  border: none;
}
nav.navbar .navbar-toggler:active, nav.navbar .navbar-toggler:hover, nav.navbar .navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(17%) sepia(55%) saturate(5634%) hue-rotate(196deg) brightness(93%) contrast(96%);
  width: 2em;
  height: 2em;
}/*# sourceMappingURL=style.css.map */