@charset "utf-8";
/* CSS Document */
/*-------------------------------
[Table of contents]

1. Structural Styles
2. Typography Styles
3. Responsive Styles

-----------------------------------*/
/*Structural*/
.m-auto {
  margin: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-100 {
  margin: 100px !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mt-5, .my-5 {
  margin-top: 5px !important;
}
.mt-10, .my-10 {
  margin-top: 10px !important;
}
.mt-15, .my-15 {
  margin-top: 15px !important;
}
.mt-20, .my-20 {
  margin-top: 20px !important;
}
.mt-25, .my-25 {
  margin-top: 25px !important;
}
.mt-30, .my-30 {
  margin-top: 30px !important;
}
.mt-35, .my-35 {
  margin-top: 35px !important;
}
.mt-40, .my-40 {
  margin-top: 40px !important;
}
.mt-45, .my-45 {
  margin-top: 45px !important;
}
.mt-50, .my-50 {
  margin-top: 50px !important;
}
.mt-60, .my-60 {
  margin-top: 60px !important;
}
.mt-70, .my-70 {
  margin-top: 70px !important;
}
.mt-80, .my-80 {
  margin-top: 80px !important;
}
.mt-100, .my-100 {
  margin-top: 100px !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.mb-5, .my-5 {
  margin-bottom: 5px !important;
}
.mb-10, .my-10 {
  margin-bottom: 10px !important;
}
.mb-15, .my-15 {
  margin-bottom: 15px !important;
}
.mb-20, .my-20 {
  margin-bottom: 20px !important;
}
.mb-25, .my-25 {
  margin-bottom: 25px !important;
}
.mb-30, .my-30 {
  margin-bottom: 30px !important;
}
.mb-35, .my-35 {
  margin-bottom: 35px !important;
}
.mb-40, .my-40 {
  margin-bottom: 40px !important;
}
.mb-45, .my-45 {
  margin-bottom: 45px !important;
}
.mb-50, .my-50 {
  margin-bottom: 50px !important;
}
.mb-60, .my-60 {
  margin-bottom: 60px !important;
}
.mb-70, .my-70 {
  margin-bottom: 70px !important;
}
.mb-80, .my-80 {
  margin-bottom: 80px !important;
}
.mb-100, .my-100 {
  margin-bottom: 100px !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.ml-5, .mx-5 {
  margin-left: 5px !important;
}
.ml-10, .mx-10 {
  margin-left: 10px !important;
}
.ml-15, .mx-15 {
  margin-left: 15px !important;
}
.ml-20, .mx-20 {
  margin-left: 20px !important;
}
.ml-25, .mx-25 {
  margin-left: 25px !important;
}
.ml-30, .mx-30 {
  margin-left: 30px !important;
}
.ml-35, .mx-35 {
  margin-left: 35px !important;
}
.ml-40, .mx-40 {
  margin-left: 40px !important;
}
.ml-45, .mx-45 {
  margin-left: 45px !important;
}
.ml-50, .mx-50 {
  margin-left: 50px !important;
}
.ml-60, .mx-60 {
  margin-left: 60px !important;
}
.ml-70, .mx-70 {
  margin-left: 70px !important;
}
.ml-80, .mx-80 {
  margin-left: 80px !important;
}
.ml-100, .mx-100 {
  margin-left: 100px !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mr-5, .mx-5 {
  margin-right: 5px !important;
}
.mr-10, .mx-10 {
  margin-right: 10px !important;
}
.mr-15, .mx-15 {
  margin-right: 15px !important;
}
.mr-20, .mx-20 {
  margin-right: 20px !important;
}
.mr-25, .mx-25 {
  margin-right: 25px !important;
}
.mr-30, .mx-30 {
  margin-right: 30px !important;
}
.mr-35, .mx-35 {
  margin-right: 35px !important;
}
.mr-40, .mx-40 {
  margin-right: 40px !important;
}
.mr-45, .mx-45 {
  margin-right: 45px !important;
}
.mr-50, .mx-50 {
  margin-right: 50px !important;
}
.mr-60, .mx-60 {
  margin-right: 60px !important;
}
.mr-70, .mx-70 {
  margin-right: 70px !important;
}
.mr-80, .mx-80 {
  margin-right: 80px !important;
}
.mr-100, .mx-100 {
  margin-right: 100px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-100 {
  padding: 100px !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pt-5, .py-5 {
  padding-top: 5px !important;
}
.pt-10, .py-10 {
  padding-top: 10px !important;
}
.pt-15, .py-15 {
  padding-top: 15px !important;
}
.pt-20, .py-20 {
  padding-top: 20px !important;
}
.pt-25, .py-25 {
  padding-top: 25px !important;
}
.pt-30, .py-30 {
  padding-top: 30px !important;
}
.pt-35, .py-35 {
  padding-top: 35px !important;
}
.pt-40, .py-40 {
  padding-top: 40px !important;
}
.pt-45, .py-45 {
  padding-top: 45px !important;
}
.pt-50, .py-50 {
  padding-top: 50px !important;
}
.pt-60, .py-60 {
  padding-top: 60px !important;
}
.pt-70, .py-70 {
  padding-top: 70px !important;
}
.pt-80, .py-80 {
  padding-top: 80px !important;
}
.pt-100, .py-100 {
  padding-top: 100px !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pb-5, .py-5 {
  padding-bottom: 5px !important;
}
.pb-10, .py-10 {
  padding-bottom: 10px !important;
}
.pb-15, .py-15 {
  padding-bottom: 15px !important;
}
.pb-20, .py-20 {
  padding-bottom: 20px !important;
}
.pb-25, .py-25 {
  padding-bottom: 25px !important;
}
.pb-30, .py-30 {
  padding-bottom: 30px !important;
}
.pb-35, .py-35 {
  padding-bottom: 35px !important;
}
.pb-40, .py-40 {
  padding-bottom: 40px !important;
}
.pb-45, .py-45 {
  padding-bottom: 45px !important;
}
.pb-50, .py-50 {
  padding-bottom: 50px !important;
}
.pb-60, .py-60 {
  padding-bottom: 60px !important;
}
.pb-70, .py-70 {
  padding-bottom: 70px !important;
}
.pb-80, .py-80 {
  padding-bottom: 80px !important;
}
.pb-100, .py-100 {
  padding-bottom: 100px !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.pl-5, .px-5 {
  padding-left: 5px !important;
}
.pl-10, .px-10 {
  padding-left: 10px !important;
}
.pl-15, .px-15 {
  padding-left: 15px !important;
}
.pl-20, .px-20 {
  padding-left: 20px !important;
}
.pl-25, .px-25 {
  padding-left: 25px !important;
}
.pl-30, .px-30 {
  padding-left: 30px !important;
}
.pl-35, .px-35 {
  padding-left: 35px !important;
}
.pl-40, .px-40 {
  padding-left: 40px !important;
}
.pl-45, .px-45 {
  padding-left: 45px !important;
}
.pl-50, .px-50 {
  padding-left: 50px !important;
}
.pl-60, .px-60 {
  padding-left: 60px !important;
}
.pl-70, .px-70 {
  padding-left: 70px !important;
}
.pl-80, .px-80 {
  padding-left: 80px !important;
}
.pl-100, .px-100 {
  padding-left: 100px !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pr-5, .px-5 {
  padding-right: 5px !important;
}
.pr-10, .px-10 {
  padding-right: 10px !important;
}
.pr-15, .px-15 {
  padding-right: 15px !important;
}
.pr-20, .px-20 {
  padding-right: 20px !important;
}
.pr-25, .px-25 {
  padding-right: 25px !important;
}
.pr-30, .px-30 {
  padding-right: 30px !important;
}
.pr-35, .px-35 {
  padding-right: 35px !important;
}
.pr-40, .px-40 {
  padding-right: 40px !important;
}
.pr-45, .px-45 {
  padding-right: 45px !important;
}
.pr-50, .px-50 {
  padding-right: 50px !important;
}
.pr-60, .px-60 {
  padding-right: 60px !important;
}
.pr-70, .px-70 {
  padding-right: 70px !important;
}
.pr-80, .px-80 {
  padding-right: 80px !important;
}
.pr-100, .px-100 {
  padding-right: 100px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
/*Typography*/
p:first-letter, li:first-letter {
  text-transform: capitalize !important;
}
title {
  text-transform: capitalize !important;
}
.p-sm {
  font-size: 14px !important;
  line-height: 18px !important;
}
.fs-22 {
  font-size: 22px !important;  
}
.fs-24 {
  font-size: 24px !important;  
}
.fs-26 {
  font-size: 26px !important;  
}
.fs-28 {
  font-size: 28px !important;  
}
.fs-32 {
  font-size: 32px !important;  
}
.fs-34 {
  font-size: 34px !important;  
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.em {
  font-style: italic !important;
}
.u {
  text-decoration: underline !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
/*Responsive*/
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
/*Testimonials*/
.testimonial-wrap {
  margin: 0px auto;
}
.testimonial {
  position: relative;
  padding: 10px 30px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.testimonial > * {
  margin-bottom: 0;
}
.testimonial > *:not(:first-child) {
  margin-top: 20px;
}
.testimonial-photo {
  display: inline-block;
  position: relative;
  width: 154px;
}
.testimonial-photo img {
  display: inline-block;
  width: 150px;
  border-radius: 0%;
  z-index: 1;
  overflow: hidden;
}
.testimonial-photo img + img {
  opacity: 0;
  position: absolute;
  width: 154px;
  height: 154px;
  left: 0;
  top: 0;
  transition: 0.35s;
  transform: rotate(-45deg);
}
.testimonial:hover .testimonial-photo img + img {
  opacity: 1;
  width: 204px;
  height: 204px;
  left: 90%;
  top: -35px;
  transform: rotate(0deg);
}
.testimonial-photo + .testimonial-title {
  margin-top: 20px;
}
.testimonial-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.testimonial-name {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}
.testimonial p {
  font-size: 19px;
  line-height: 24px;
}
.testimonial-bg1 {
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px;
  overflow-y: scroll;
  height: 250px;
  scrollbar-width: thin;
}
.testimonial-bg1::-webkit-scrollbar {
  width: 4px;
}
.testimonial-bg1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.testimonial-bg1::-webkit-scrollbar-thumb {
  opacity: .5;
  border-radius: 10px;
}
/* -- SLIDER --*/
.vimeo-wrapper {
  padding-bottom: 36.50%;
  position: relative;
  height: 0;
  cursor: pointer;
  margin-top: 160px;
}
.vimeo-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
#overlay {
  opacity: 0.99;
  z-index: 50;
  text-align: center;
  padding: auto;
  top: 45%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
#overlay h2 {
  font-size: 72px;
}
.hide-991 {
  display: block;
}
.show-991 {
  display: none;
}
/* - Promo banner CSS - */
body:has(.promo-banner-botox) #face-title {
  margin-top: 200px; /* adjust until the image sits nicely below nav + banner */
}
