@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-Light.woff2') format('woff2'), url('../fonts/Outfit-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-ExtraLight.woff2') format('woff2'), url('../fonts/Outfit-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-Bold.woff2') format('woff2'), url('../fonts/Outfit-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-Medium.woff2') format('woff2'), url('../fonts/Outfit-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-ExtraBold.woff2') format('woff2'), url('../fonts/Outfit-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-Black.woff2') format('woff2'), url('../fonts/Outfit-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-Regular.woff2') format('woff2'), url('../fonts/Outfit-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'), url('../fonts/Outfit-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit', sans-serif;
  src: url('../fonts/Outfit-Thin.woff2') format('woff2'), url('../fonts/Outfit-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html body {
  font-family: 'Outfit', sans-serif;
  background-color: #F9F7EB;
  color: #000;
  overflow-x: hidden;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin-bottom: 0px;
  line-height: 1.1;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #000;
  letter-spacing: normal;
}
html body h1,
html body .lvl-1 {
  font-size: 72px;
}
html body h2,
html body .lvl-2 {
  font-size: 46px;
  line-height: 1.13;
}
html body h3,
html body .lvl-3 {
  font-size: 44px;
  line-height: 1.13;
}
html body h4,
html body .lvl-4 {
  font-size: 28px;
  font-weight: 500;
}
html body h5,
html body .lvl-5 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
html body h6,
html body .lvl-6 {
  font-size: 20px;
}
@media screen and (max-width: 1560px) {
  html body h1,
  html body .lvl-1 {
    font-size: 55px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 34px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 34px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 24px;
  }
  html body h5,
  html body .lvl-5 {
    font-size: 20px;
  }
  html body h6,
  html body .lvl-6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  html body h1,
  html body .lvl-1 {
    font-size: 60px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 38px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 36px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 24px;
  }
  html body h5,
  html body .lvl-5 {
    font-size: 20px;
  }
  html body h6,
  html body .lvl-6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  html body h1,
  html body .lvl-1 {
    font-size: 56px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 34px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 32px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 22px;
  }
  html body h5,
  html body .lvl-5 {
    font-size: 18px;
  }
  html body h6,
  html body .lvl-6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html body {
    line-height: 1.4;
  }
  html body h1,
  html body .lvl-1 {
    font-size: 42px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 30px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 28px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 20px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #000;
}
a :focus,
a :hover {
  outline: none;
  text-decoration: none;
}
a.text-link:hover {
  color: #B40022;
}
a:hover {
  color: #B40022;
}
ul li,
ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
.a-style a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.a-style a:hover {
  text-decoration: none;
}
.a-style-blue a {
  color: #B40022;
  text-decoration: underline;
}
.a-style-blue a:hover {
  text-decoration: none;
}
p:last-child {
  margin: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
ol {
  list-style: auto;
  margin: 16px 0 16px 20px;
}
html body .wpb_button {
  margin-bottom: 0;
}
html body .wpb_content_element {
  margin-bottom: 0;
}
html body .vc_btn3-container {
  margin-bottom: 0;
}
html body ul.wpb_thumbnails-fluid >li {
  margin-bottom: 0;
}
html body .vc_column-inner {
  padding-top: 0 !important;
}
html body .vc_row-has-fill >.vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill+.vc_row-full-width+.vc_row >.vc_column_container >.vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill .vc_row >.vc_column_container >.vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill >.vc_column_container >.vc_column-inner {
  padding-top: 0;
}
.height-100 >.vc_column-inner {
  height: 100%;
}
.height-100 >.vc_column-inner >.wpb_wrapper {
  height: 100%;
}
.height-100 >.vc_column-inner >.wpb_wrapper .wpb_single_image {
  height: 100%;
}
.height-100 >.vc_column-inner >.wpb_wrapper .wpb_single_image .vc_figure {
  height: 100%;
  display: block;
}
.height-100 >.vc_column-inner >.wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper {
  height: 100%;
  display: block;
}
.height-100 >.vc_column-inner >.wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.img-full.wpb_single_image .vc_figure {
  display: block;
}
.img-full.wpb_single_image .vc_figure .vc_single_image-wrapper {
  display: block;
}
.img-full.wpb_single_image .vc_figure .vc_single_image-wrapper img {
  width: 100%;
}
picture {
  display: block;
}
picture.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
iframe {
  display: block;
}
.social {
  display: flex;
  list-style: none;
  margin: 0;
  column-gap: 25px;
}
.social li {
  margin-bottom: 0 !important;
}
.social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none !important;
  transition: all ease-in-out 0.3s;
}
.social li a i {
  color: #fff;
  font-size: 26px;
  transition: all ease-in-out 0.3s;
}
.social li a:hover i {
  color: #B40022;
}
.desktop-hide {
  display: none;
}
.dec-hide {
  display: none;
}
@media screen and (max-width: 991px) {
  .desktop-hide {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-120 {
  padding-top: 120px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-300 {
  padding-top: 300px;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-250 {
  padding-bottom: 250px;
}
.pb-300 {
  padding-bottom: 300px;
}
.pl-5,
.pl-col-5>.vc_column-inner>.wpb_wrapper {
  padding-left: 5px !important;
}
.pl-10,
.pl-col-10>.vc_column-inner>.wpb_wrapper {
  padding-left: 10px;
}
.pl-15,
.pl-col-15>.vc_column-inner>.wpb_wrapper {
  padding-left: 15px;
}
.pl-20,
.pl-col-20>.vc_column-inner>.wpb_wrapper {
  padding-left: 20px;
}
.pl-30,
.pl-col-30>.vc_column-inner>.wpb_wrapper {
  padding-left: 30px;
}
.pl-40,
.pl-col-40>.vc_column-inner>.wpb_wrapper {
  padding-left: 40px;
}
.pl-50,
.pl-col-50>.vc_column-inner>.wpb_wrapper {
  padding-left: 50px;
}
.pl-60,
.pl-col-60>.vc_column-inner>.wpb_wrapper {
  padding-left: 60px;
}
.pl-70,
.pl-col-70>.vc_column-inner>.wpb_wrapper {
  padding-left: 70px;
}
.pr-5,
.pr-col-5>.vc_column-inner>.wpb_wrapper {
  padding-right: 5px !important;
}
.pr-10,
.pr-col-10>.vc_column-inner>.wpb_wrapper {
  padding-right: 10px;
}
.pr-15,
.pr-col-15>.vc_column-inner>.wpb_wrapper {
  padding-right: 15px;
}
.pr-20,
.pr-col-20>.vc_column-inner>.wpb_wrapper {
  padding-right: 20px;
}
.pr-30,
.pr-col-30>.vc_column-inner>.wpb_wrapper {
  padding-right: 30px;
}
.pr-40,
.pr-col-40>.vc_column-inner>.wpb_wrapper {
  padding-right: 40px;
}
.pr-50,
.pr-col-50>.vc_column-inner>.wpb_wrapper {
  padding-right: 50px;
}
.pr-60,
.pr-col-60>.vc_column-inner>.wpb_wrapper {
  padding-right: 60px;
}
.p-70 {
  padding: 70px !important;
}
.mt-100 {
  margin-top: 100px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1560px) {
  .pt-60 {
    padding-top: 50px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 70px !important;
  }
  .pt-120 {
    padding-top: 90px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pt-170 {
    padding-top: 100px;
  }
  .pt-200 {
    padding-top: 130px;
  }
  .pt-250 {
    padding-top: 200px;
  }
  .pt-300 {
    padding-top: 230px;
  }
  .pb-60 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-120 {
    padding-bottom: 90px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .pb-170 {
    padding-bottom: 100px;
  }
  .pb-200 {
    padding-bottom: 130px;
  }
  .pb-250 {
    padding-bottom: 200px;
  }
  .pb-300 {
    padding-bottom: 230px;
  }
  .mb-100 {
    margin-bottom: 70px;
  }
  .mt-100 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .pt-80 {
    padding-top: 50px;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-150 {
    padding-top: 70px;
  }
  .pt-170 {
    padding-top: 70px;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .pt-250 {
    padding-top: 150px;
  }
  .pt-300 {
    padding-top: 200px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pb-150 {
    padding-bottom: 70px;
  }
  .pb-170 {
    padding-bottom: 70px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
  .pb-250 {
    padding-bottom: 150px;
  }
  .pb-300 {
    padding-bottom: 200px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .pl-5,
  .pl-col-5>.vc_column-inner>.wpb_wrapper,
  .pl-10,
  .pl-col-10>.vc_column-inner>.wpb_wrapper,
  .pl-15,
  .pl-col-15>.vc_column-inner>.wpb_wrapper,
  .pl-20,
  .pl-col-20>.vc_column-inner>.wpb_wrapper,
  .pl-30,
  .pl-col-30>.vc_column-inner>.wpb_wrapper,
  .pl-40,
  .pl-col-40>.vc_column-inner>.wpb_wrapper,
  .pl-50,
  .pl-col-50>.vc_column-inner>.wpb_wrapper,
  .pl-60,
  .pl-col-60>.vc_column-inner>.wpb_wrapper {
    padding-left: 0 !important;
  }
  .pr-5,
  .pr-col-5>.vc_column-inner>.wpb_wrapper,
  .pr-10,
  .pr-col-10>.vc_column-inner>.wpb_wrapper,
  .pr-15,
  .pr-col-15>.vc_column-inner>.wpb_wrapper,
  .pr-20,
  .pr-col-20>.vc_column-inner>.wpb_wrapper,
  .pr-30,
  .pr-col-30>.vc_column-inner>.wpb_wrapper,
  .pr-40,
  .pr-col-40>.vc_column-inner>.wpb_wrapper,
  .pr-50,
  .pr-col-50>.vc_column-inner>.wpb_wrapper,
  .pr-60,
  .pr-col-60>.vc_column-inner>.wpb_wrapper {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-60,
  .pt-70,
  .pt-80,
  .pt-100,
  .pt-120,
  .pt-150,
  .pt-170 {
    padding-top: 50px !important;
  }
  .pt-200 {
    padding-top: 80px;
  }
  .pt-250 {
    padding-top: 100px;
  }
  .pt-300 {
    padding-top: 120px;
  }
  .pb-60,
  .pb-70,
  .pb-80,
  .pb-100,
  .pb-120,
  .pb-150,
  .pb-170 {
    padding-bottom: 50px;
  }
  .pb-200 {
    padding-bottom: 80px;
  }
  .pb-250 {
    padding-bottom: 100px;
  }
  .pb-300 {
    padding-bottom: 120px;
  }
  .two-pt-0 {
    padding-top: 0;
  }
}
@media screen and (min-width: 1530px) {
  .w-con-1500 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1230px) {
  .w-con-1200 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.w-420 >.vc_column-inner >.wpb_wrapper {
  max-width: 420px;
}
.w-540 .vc_column-inner .wpb_wrapper {
  max-width: 540px;
}
.w-530 .vc_column-inner .wpb_wrapper {
  max-width: 530px;
}
.mx-auto-inner .vc_column-inner >.wpb_wrapper {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto-inner >.vc_column-inner >.wpb_wrapper {
  margin-left: auto;
}
.mr-auto-inner >.vc_column-inner >.wpb_wrapper {
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .ipad-col-100 >.wpb_column {
    width: 100%;
  }
  .ipad-col-100 >.wpb_column +.wpb_column {
    margin-top: 35px;
  }
  .ipad-col-50 >.wpb_column {
    width: 50%;
    margin-bottom: 35px;
  }
  .vc_column-inner >.wpb_wrapper {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .ipad-col-50 >.wpb_column:last-child {
    margin-bottom: 0;
  }
  .mobile-col-50 {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-col-50 >.wpb_column {
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 35px;
  }
}
.c-wt,
.c-wt p,
.c-wt a,
.c-wt h1,
.c-wt h2,
.c-wt h3,
.c-wt h4,
.c-wt h5,
.c-wt h6 {
  color: #fff;
}
.c-sb,
.c-sb p,
.c-sb a,
.c-sb h1,
.c-sb h2,
.c-sb h3,
.c-sb h4,
.c-sb h5,
.c-sb h6 {
  color: #000;
}
.c-primary,
.c-primary p,
.c-primary a,
.c-primary h1,
.c-primary h2,
.c-primary h3,
.c-primary h4,
.c-primary h5,
.c-primary h6 {
  color: #B40022;
}
.c-secondary,
.c-secondary p,
.c-secondary a,
.c-secondary h1,
.c-secondary h2,
.c-secondary h3,
.c-secondary h4,
.c-secondary h5,
.c-secondary h6 {
  color: #F9F7EB;
}
.bg_primary {
  background-color: #B40022;
}
.bg_secondary {
  background-color: #F9F7EB;
}
.bg-wt {
  background-color: #fff;
}
.bg_blk {
  background-color: #000;
}
.d-center {
  display: flex;
  align-items: center;
}
.bg-shape {
  position: relative;
  z-index: 1;
}
.bg-shape:after {
  content: "";
  display: block !important;
  position: absolute;
  z-index: -1;
  background-image: url(../img/shape-icon.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
  z-index: 0;
}
.tt-up {
  text-transform: uppercase;
}
a.theme-btn,
p.theme-btn {
  background: #B40022;
  color: #fff !important;
  position: relative !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-block !important;
  padding: 20px 100px 20px 30px !important;
  font-size: 20px !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  font-weight: 500;
  vertical-align: middle;
  border: 1px solid #B40022 !important;
}
a.theme-btn::before,
p.theme-btn::before {
  content: '';
  background-image: url('../img/button-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 56px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s !important;
}
a.theme-btn:hover,
p.theme-btn:hover {
  background-color: #404040;
  border: 1px solid #404040 !important;
}
a.theme-btn:hover::before,
p.theme-btn:hover::before {
  transform: translateY(-50%) rotate(15deg);
}
a.theme-btn.btn-secondary,
p.theme-btn.btn-secondary {
  background: #F9F7EB !important;
  border: 1px solid #F9F7EB !important;
  color: #404040 !important;
}
a.theme-btn.btn-secondary::before,
p.theme-btn.btn-secondary::before {
  background-image: url('../img/button-arrow-gray.svg');
}
a.theme-btn.btn-secondary:hover,
p.theme-btn.btn-secondary:hover {
  background: #B40022 !important;
  border: 1px solid #B40022 !important;
  color: #fff !important;
}
a.theme-btn.btn-secondary:hover::before,
p.theme-btn.btn-secondary:hover::before {
  filter: brightness(0) invert(1);
}
a.theme-btn.btn-gray,
p.theme-btn.btn-gray {
  background: #404040 !important;
  border: 1px solid #404040 !important;
}
a.theme-btn.btn-gray:hover,
p.theme-btn.btn-gray:hover {
  background: #B40022 !important;
  border: 1px solid #B40022 !important;
}
.theme-btn {
  border-radius: 34px !important;
  max-width: max-content !important;
}
.theme-btn .vc_btn3 {
  background: #B40022 !important;
  color: #fff !important;
  position: relative !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-block !important;
  padding: 20px 100px 20px 30px !important;
  font-size: 20px !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
  border: 1px solid #B40022 !important;
}
.theme-btn .vc_btn3::before {
  content: '';
  background-image: url('../img/button-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 56px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s !important;
}
.theme-btn .vc_btn3:hover {
  background-color: #404040 !important;
  border: 1px solid #404040 !important;
}
.theme-btn .vc_btn3:hover::before {
  transform: translateY(-50%) rotate(15deg);
}
.theme-btn.btn-secondary .vc_btn3 {
  background: #F9F7EB !important;
  border: 1px solid #F9F7EB !important;
  color: #404040 !important;
}
.theme-btn.btn-secondary .vc_btn3::before {
  background-image: url('../img/button-arrow-gray.svg');
}
.theme-btn.btn-secondary .vc_btn3:hover {
  background: #B40022 !important;
  border: 1px solid #B40022 !important;
  color: #fff !important;
}
.theme-btn.btn-secondary .vc_btn3:hover::before {
  filter: brightness(0) invert(1);
}
.theme-btn.btn-gray .vc_btn3 {
  background: #404040 !important;
  border: 1px solid #404040 !important;
}
.theme-btn.btn-gray .vc_btn3:hover {
  background: #B40022 !important;
  border: 1px solid #B40022 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #404040;
  font-family: 'Outfit', sans-serif !important;
  opacity: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #404040;
  opacity: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #404040;
  opacity: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.request-form .gform_wrapper {
  margin: 30px 0;
}
.gform-body {
  vertical-align: middle;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
  margin-top: 22px;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: solid 1px #F4EFDB !important;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  background-color: #F4EFDB !important;
  color: #404040;
  margin: 0;
  line-height: normal !important;
  border: none;
  border: solid 1px #F4EFDB !important;
  border-radius: 24px !important;
  outline: none !important;
  font-size: 18px !important;
  padding: 20px 30px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .ginput_container_select:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  position: absolute;
  right: 0;
  bottom: 40%;
  color: #404040;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container_select select option {
  color: rgba(0,0,0,0.7);
}
.gform_wrapper.gravity-theme textarea {
  resize: none;
  height: 160px !important;
  margin-bottom: 0 !important;
  border-radius: 24px !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  max-width: max-content;
  margin-top: 22px !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background: #404040;
  color: #fff !important;
  position: relative !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-block !important;
  padding: 20px 50px 20px 50px !important;
  font-size: 20px !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  font-weight: 500;
  vertical-align: middle;
  border: 1px solid #404040 !important;
  outline: none !important;
  margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background-color: #B40022;
  border: 1px solid #B40022 !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.gform_wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gform_wrapper .gfield_radio label {
  white-space: nowrap;
  line-height: normal !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center;
  vertical-align: top !important;
  font-size: 16px !important;
}
.ginput_container_radio input,
.ginput_container_checkbox input,
.form-group input {
  display: none !important;
}
.ginput_container_radio li,
.ginput_container_checkbox li,
.form-group li {
  max-width: 100% !important;
}
.ginput_container_radio input:checked +label::after,
.ginput_container_checkbox input:checked +label::after,
.form-group input:checked +label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 14px;
  height: 14px;
  background: #B40022;
  border-radius: 100%;
}
.ginput_container_radio label,
.ginput_container_checkbox label,
.form-group label {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  font-weight: 500;
  color: #000 !important;
}
.ginput_container_radio label::before,
.ginput_container_checkbox label::before,
.form-group label::before {
  content: "";
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #B40022;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 22px !important;
}
.gform_wrapper.gravity-theme .ginput_complex span {
  padding-right: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  outline: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
  font-size: 18px !important;
  text-align: center;
  color: red !important;
  border: 1px solid red !important;
  outline: none;
  padding: 5px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 span {
  position: static !important;
}
.gform_wrapper.gravity-theme .gfield_error> label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: red !important;
  margin-top: 0 !important;
  text-align: left;
  font-weight: 400;
}
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked+.gform-field-label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000 !important;
}
[type="radio"]:checked+.gform-field-label:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #B40022;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  margin-right: 5px;
}
[type="radio"]:checked+.gform-field-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #B40022;
  position: absolute;
  top: 50%;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  cursor: pointer;
}
.slick-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}
.btn-wrap span {
  cursor: pointer;
}
.paginations {
  display: flex;
  justify-content: end;
  gap: 30px;
  padding-top: 20px;
}
.paginations .swiper-button-prev,
.paginations .swiper-button-next {
  position: static;
  width: 73px;
  height: 73px;
  display: block;
  margin: 0;
  background: url(../img/slider-arrow-btn.png);
  background-repeat: no-repeat;
  background-position: left;
}
.paginations .swiper-button-prev.swiper-button-disabled,
.paginations .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/slide-arrow.png);
  opacity: 1;
}
.paginations .swiper-button-prev::after,
.paginations .swiper-button-next::after {
  font-size: 0;
}
.paginations .swiper-button-prev {
  transform: rotate(180deg);
}
.hour-list {
  display: flex;
  margin-bottom: 10px;
  text-align: left;
}
.hour-list label {
  max-width: 196px;
  flex: 0 0 196px;
}
@media (max-width: 420px) {
  .hour-list label {
    max-width: 116px;
    flex: 0 0 116px;
  }
}
.wpb_text_column ul,
.custom-ul ul {
  margin-bottom: 8px;
  margin-top: 8px;
  list-style: none;
}
.wpb_text_column ul li,
.custom-ul ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 0;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 8px;
}
.wpb_text_column ul li::before,
.custom-ul ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  top: 4px;
  height: 16px;
  left: 0;
  border-radius: 50%;
  border: 3px solid #B40022;
}
.wpb_text_column ul li.menu-item-has-children >a,
.custom-ul ul li.menu-item-has-children >a {
  display: inline-block;
}
.wpb_text_column ul li a:hover,
.custom-ul ul li a:hover {
  color: #B40022;
}
.wpb_text_column ul li+li,
.custom-ul ul li+li {
  margin-top: 0px;
}
.privacy-text h3,
.privacy-text h4,
.privacy-text h5 {
  margin-bottom: 10px;
}
.privacy-text h2 {
  padding-bottom: 20px;
}
.all-content h2 {
  padding-bottom: 20px;
}
.logo_shape {
  position: relative;
}
.logo_shape::before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: -1;
  background-image: url(../img/logo-shape.png);
  background-repeat: no-repeat;
  background-position: top 30% center;
  max-width: 100%;
  height: 100%;
  background-size: 30%;
  width: 100%;
  opacity: 0.3;
}
.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal .modal-title p {
  color: #fff;
}
.modal .modal-dialog {
  max-width: 750px;
  width: 100%;
  margin: auto;
  width: 95%;
}
.modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  margin: 0 0;
}
.modal .modal-content ul {
  margin-bottom: 10px;
  margin-top: 0;
  list-style: none;
}
.modal .modal-content ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 0;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 5px;
}
.modal .modal-content ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  top: 9px;
  height: 16px;
  left: 0;
  border-radius: 50%;
  border: 3px solid #B40022;
}
.modal .modal-content ul li.menu-item-has-children >a {
  display: inline-block;
}
.modal .modal-content ul li a:hover {
  color: #F9F7EB;
}
.modal .modal-content ul li+li {
  margin-top: 0px;
}
.modal .modal-header {
  background: #B40022;
  justify-content: center;
  padding: 15px 50px 15px 30px;
  border-radius: 0;
  text-align: center;
  color: #fff;
  position: relative;
}
.modal .modal-header h4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.modal .modal-header button {
  outline: none !important;
  box-shadow: none !important;
}
.modal .modal-header button.btn-close {
  position: absolute;
  right: 15px;
  filter: brightness(0) invert(1);
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 -0.5rem -0.5rem auto;
}
.modal .modal-body {
  text-align: center;
}
.modal .modal-body .hour-list {
  text-align: left;
  max-width: 305px;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .modal .modal-body .hour-list {
    max-width: 280px;
  }
}
.modal .modal-body p {
  font-family: 'Outfit', sans-serif;
}
.wpb_text_column p a {
  color: #000;
  text-decoration: underline;
}
.wpb_text_column p a:hover {
  color: #B40022;
  text-decoration: none;
}
.wpb_text_column li a {
  color: #B40022;
}
.wpb_text_column li a:hover {
  color: #F9F7EB;
  text-decoration: none;
}
.vc_tta-container {
  margin-bottom: 0 !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel:last-child {
  padding-bottom: 0 !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: #B40022;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
}
@media only screen and (max-width: 991px) {
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    padding: 10px 15px;
  }
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-family: 'Outfit', sans-serif;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 16px !important;
  }
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title >a {
  color: #fff;
  padding: 0 30px 0 0;
  position: relative;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title >a .vc_tta-controls-icon {
  position: absolute;
  right: 0;
  top: 50%;
  left: inherit;
  transform: none;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title >a .vc_tta-controls-icon::before,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title >a .vc_tta-controls-icon:after {
  border-width: 1px;
  border-color: #fff;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 20px 20px 0 20px;
  background-color: transparent;
  border: 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body a {
  text-decoration: underline;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 10px 15px 0 15px;
  }
}
.effect-jazz {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.effect-jazz img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.effect-jazz:hover img {
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    opacity: 0;
    transform: translate3d(0,-100%,0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes plus-heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.title-bg {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  justify-content: start;
  column-gap: 24px;
}
.title-bg::before {
  content: '';
  width: 86px;
  height: 3px;
  background: transparent linear-gradient(91deg,#5B7486 0%,#F48579 100%) 0% 0% no-repeat;
  margin-top: 20px;
  flex: 0 0 86px;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.mobile-menu-toggle .hamburger {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.mobile-menu-toggle .hamburger:hover .hamburger__line.middle {
  width: 100%;
}
.mobile-menu-toggle .hamburger:hover .hamburger__line.bottom {
  width: 100%;
}
.mobile-menu-toggle .hamburger__line {
  background-color: #fff;
  height: 2px;
  border-radius: 30px;
  width: 100%;
  display: block;
}
.mobile-menu-toggle .hamburger__line.middle {
  margin: 7px 0 7px auto;
  width: 75%;
  transition: 0.3s all;
}
.mobile-menu-toggle .hamburger__line.bottom {
  margin-left: auto;
  width: 45%;
  transition: 0.6s all;
}
.mobile-menu__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
  z-index: 99;
}
.mobile-menu.is-open {
  transform: translate3d(0,0,0);
}
.mobile-menu.is-open .mobile-menu__bg {
  display: block;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  transform: translate3d(100%,0,0);
  transition: all 0.5s ease;
  z-index: 99;
}
.mobile-menu__top {
  background: #fff;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header-logo {
  width: 80%;
}
.mobile-header-logo img {
  max-height: 140px;
}
.menu-close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #B40022;
  transform: rotate(45deg);
}
.menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #B40022;
  transform: rotate(-45deg);
}
.mobile-menu__panel {
  padding: 0 0 50px;
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  overflow: auto;
  margin-left: auto;
  background-color: #fff;
}
.mobile-menu__nav {
  padding: 0;
}
.mobile-menu__nav ul {
  padding: 0;
}
.mobile-menu__nav li {
  list-style: none;
  position: relative;
  color: #000;
  margin-bottom: 0;
}
.mobile-menu__nav li .arrow.is-open:after {
  transform: rotate(0deg);
}
.mobile-menu__nav li a {
  color: #000;
  padding: 10px 15px;
  display: block;
  line-height: 1.5;
}
.mobile-menu__nav li a:is(:hover,
.mobile-menu__nav li a :active,
.mobile-menu__nav li a :focus) {
  color: #fff;
  background-color: #F9F7EB;
}
.mobile-menu__nav li a:is(:hover +.arrow::before,
.mobile-menu__nav li a:is(:hover +.arrow::after,
.mobile-menu__nav li a :active +.arrow::before,
.mobile-menu__nav li a :active +.arrow::after,
.mobile-menu__nav li a :focus) +.arrow::before,
.mobile-menu__nav li a :focus) +.arrow::after {
  background-color: #fff;
}
.mobile-menu__nav .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.mobile-menu__nav .arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: #000;
  margin: -1px 0 0 -10px;
}
.mobile-menu__nav .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: #000;
  margin: -1px 0 0 -10px;
  transform: rotate(90deg);
}
.mobile-menu__nav > li {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #B40022;
}
.mobile-menu__nav > li:first-child {
  border-top: 1px solid #B40022;
}
.mobile-menu__nav li.menu-item-has-children a {
  padding-right: 45px;
}
.mobile-menu__nav .dropdown-menu {
  padding: 0 0 0 10px;
  position: static;
  background: transparent;
  border: none;
}
.mobile-menu__nav .sub-menu li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.mobile-menu__nav li.current-menu-ancestor > a {
  color: #fff !important;
  background-color: #B40022;
}
.mobile-menu__nav li.current-menu-ancestor >.arrow::before,
.mobile-menu__nav li.current-menu-ancestor >.arrow::after {
  background-color: #fff !important;
}
.mobile-menu__nav li.current-menu-item > a {
  color: #fff;
  background-color: #B40022;
}
.mobile-menu__nav li.current-menu-item a.__mPS2id {
  background-color: #B40022 !important;
}
.mobile-menu__nav li.current-menu-item a.__mPS2id.mPS2id-clicked,
.mobile-menu__nav li.current-menu-item a.__mPS2id.mPS2id-highlight,
.mobile-menu__nav li.current-menu-item a.__mPS2id.mPS2id-highlight-last {
  background-color: #F9F7EB !important;
}
.mobile-menu__nav li.current-menu-item .arrow::before,
.mobile-menu__nav li.current-menu-item .arrow::after {
  background-color: #fff;
}
.header-main.sticky .mobile-menu-toggle .hamburger__line {
  background-color: #B40022;
}
.header-main {
  width: 100%;
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.header-main .header_menu {
  max-width: 1890px;
  padding: 0 15px;
  margin: 0 auto;
}
.header-main .header_menu .header-logo {
  width: 230px;
  box-shadow: 0px 0px 60px rgba(0,0,0,0.16);
  border-radius: 0px 0px 20px 20px;
}
.header-main .header_menu .header-logo a {
  display: block;
}
.header-main .header_menu .header-logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-main .header_menu .header-main-right {
  column-gap: 60px;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav {
  margin-top: 0;
  column-gap: 50px;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li {
  padding: 0 0;
  margin: 0;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li > a {
  color: #fff;
  text-transform: capitalize;
  line-height: 3;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li > a.dropdown-toggle {
  padding-right: 20px;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li > a::after {
  width: 8px;
  height: 8px;
  border-top: 0 !important;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0 !important;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 40%;
  right: 4px;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li > a:hover {
  color: #B40022;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li > a:hover::after {
  border-right: 1px solid #B40022;
  border-bottom: 1px solid #B40022;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu {
  top: 100%;
  padding: 0;
  background: #B40022;
  width: 280px;
  border: none;
  border-radius: 6px;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu::before,
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu::after {
  border-bottom-color: #B40022 !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu li {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu li a {
  padding: 8px 24px 8px 10px;
  color: #fff !important;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  border-radius: 6px;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu li a:hover {
  color: #fff !important;
  background: #404040;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu li a:hover::before {
  background: #404040;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu li.menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 0 !important;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0 !important;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 10px;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu li.menu-item-has-children > a:hover::after {
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu li.menu-item-has-children.current-menu-item a::after {
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li .dropdown-menu li:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  top: 0;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li:last-child > .dropdown-menu {
  right: 0;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li:last-child > .dropdown-menu::after {
  right: 20px;
  left: inherit;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav li:last-child > .dropdown-menu::before {
  display: none;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current_page_item > a {
  color: #B40022;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current_page_item > a::before {
  width: 100%;
  background: #B40022;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current_page_item > a::after {
  border-right: 1px solid #B40022 !important;
  border-bottom: 1px solid #B40022 !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor > a {
  color: #B40022;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor > a::before {
  width: 100%;
  background: #B40022;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor > a::after {
  border-right: 1px solid #B40022 !important;
  border-bottom: 1px solid #B40022 !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a {
  background: #404040;
  color: #fff !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a::before {
  width: 100%;
  background: #fff;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a::after {
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a {
  background: #404040;
  color: #fff !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a::before {
  width: 100%;
  background: #404040;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a::after {
  border-right: 2px solid #404040 !important;
  border-bottom: 2px solid #404040 !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.__mPS2id,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.__mPS2id {
  background: #B40022 !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.__mPS2id:hover,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.__mPS2id:hover {
  background: #F9F7EB !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.__mPS2id:hover::before,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.__mPS2id:hover::before {
  width: 100% !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.__mPS2id::before,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.__mPS2id::before {
  width: 0 !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight {
  background: #F9F7EB !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight:focus,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight:focus {
  background: #F9F7EB !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight::before,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight::before {
  width: 100% !important;
  background: #F9F7EB;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first {
  background: #F9F7EB !important;
  color: #000 !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first:focus,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first:focus {
  background: #F9F7EB !important;
  color: #000 !important;
}
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first::before,
.header-main .header_menu .header-main-right .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first::before {
  width: 100% !important;
  background: #F9F7EB;
}
.header-main .header_menu .header-main-right .header_btn-group {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.header-main .header_menu .header-main-right .header_btn-group .theme-btn {
  display: block !important;
}
.header-main .header-social-media {
  background-color: rgba(0,0,0,0.3);
  border-radius: 8px;
  position: fixed;
  padding: 6px;
  top: 138px;
  right: 20px;
}
.header-main .header-social-media .social-media {
  margin: 0;
}
.header-main .header-social-media .social-media li a {
  font-size: 22px;
  line-height: 1;
  border-radius: 8px;
  background-color: transparent;
  padding: 13px;
  display: inline-block;
  transition: all 0.3s;
}
.header-main .header-social-media .social-media li a i {
  color: #fff;
}
.header-main .header-social-media .social-media li a:hover {
  background-color: #5B7486;
}
.header-main .header-social-media .social-media li a:hover i {
  color: #B40022;
}
.header-main .header-social-media .social-media li:last-child {
  margin-bottom: 0;
}
.header-main.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 14px rgba(0,0,0,0.5);
  animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
  background-color: #fff;
}
.header-main.sticky .top-bar {
  display: none;
}
.header-main.sticky .header_menu .header-logo {
  max-width: 160px;
  box-shadow: inherit;
}
.header-main.sticky .header_menu .header-main-right .header-main-menu .header-nav > li > a {
  color: #000;
}
.header-main.sticky .header_menu .header-main-right .header-main-menu .header-nav > li > a::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.header-main.sticky .header_menu .header-main-right .header-main-menu .header-nav > li > a:hover {
  color: #B40022;
}
.header-main.sticky .header_menu .header-main-right .header-main-menu .header-nav > li > a:hover::after {
  border-right: 1px solid #B40022 !important;
  border-bottom: 1px solid #B40022 !important;
}
.header-main.sticky .header_menu .header-main-right .header-main-menu .header-nav > li.current_page_item > a,
.header-main.sticky .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor > a {
  color: #B40022;
}
.header-main.sticky .header_menu .header-main-right .header-main-menu .header-nav > li.current_page_item > a::after,
.header-main.sticky .header_menu .header-main-right .header-main-menu .header-nav > li.current-menu-ancestor > a::after {
  border-right: 1px solid #B40022 !important;
  border-bottom: 1px solid #B40022 !important;
}
.mobile-menu .mobile-btn-group {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.mobile-menu .mobile-btn-group .book_now-button .theme-btn {
  display: block !important;
  font-size: 16px !important;
}
.fixed-sidebar {
  position: fixed;
  bottom: 200px;
  right: 15px;
  background: #404040;
  width: 56px;
  text-align: center;
  z-index: 95;
  padding: 16px;
  border-radius: 36px;
}
.fixed-sidebar .topbar-link {
  background-color: #B40022;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  padding: 20px 24px;
  border-radius: 41px;
  min-width: 64px;
  width: 64px;
  margin: 0 0 15px -20px;
}
.fixed-sidebar .topbar-link a {
  justify-content: center;
  position: relative;
}
.fixed-sidebar .topbar-link a i {
  color: #fff;
  transition: all 0.3s;
}
.fixed-sidebar .topbar-link a:hover i {
  color: #404040;
}
.fixed-sidebar .topbar-link a + a::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 22px;
  height: 1px;
}
.fixed-sidebar .social-icon ul {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
.fixed-sidebar .social-icon ul li a i {
  font-size: 22px;
}
-html {
  scroll-behavior: auto !important;
}
body {
  overflow-x: hidden;
  color: rgba(0,0,0,0.7);
  font-weight: 300;
}
.container {
  max-width: 1550px;
  padding-right: 15px;
  padding-left: 15px;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>* {
  padding-right: 15px;
  padding-left: 15px;
}
.container.container-1326 {
  max-width: 1326px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container-fluid .row>* {
  padding-right: 15px;
  padding-left: 15px;
}
.main_inner_container,
.main_home_inner_container {
  overflow: hidden;
}
a.phone-ic-mobile {
  background: #b40022;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.home-banner {
  position: relative;
}
.home-banner .hero-img {
  overflow: hidden;
}
@media (min-width: 991px) {
  .home-banner .hero-img {
    height: 100vh;
    min-height: 550px;
  }
}
.home-banner .hero-img video {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}
.home-banner .hero-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .hero-img::before {
  content: "";
  position: absolute;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-banner .hero-img .wistia_responsive_padding {
  height: 100% !important;
}
.home-banner .hero-img .wistia_responsive_padding .w-chrome {
  height: 100% !important;
}
.home-banner .hero-img .wistia_responsive_padding video {
  object-fit: cover !important;
}
.home-banner .hero-info {
  position: absolute;
  bottom: 160px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.home-banner .hero-info .hero-info-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 30px;
}
.home-banner .hero-info .hero-info-content h1 {
  color: #fff;
}
.footer-contact .footer-contact-inner .contact-img .wpb_single_image {
  padding-right: 100px;
}
.footer-contact .footer-contact-inner .contact-img .wpb_single_image img {
  border-radius: 42px;
}
.contact-form-main > .vc_row {
  max-width: 1326px;
  margin: 0 auto !important;
}
.footer-map .hours-block {
  background-color: #404040;
  color: #fff;
  border-radius: 42px;
  padding: 52px 60px;
}
.footer-map .hours-block h3 {
  color: #FFFAE4;
  margin-bottom: 12px;
}
.footer-map .map .vc_column-inner * {
  height: 100%;
}
.footer-map .map iframe {
  display: block;
  border-radius: 42px;
}
.footer-map .map-section .wpb_column iframe {
  display: block;
  border-radius: 16px;
}
.footer-map .map-section .wpb_column .wpb_text_column h3 {
  padding-right: 100px;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  column-gap: 24px;
}
.footer-map .map-section .wpb_column .wpb_text_column h3::before {
  content: '';
  width: 86px;
  height: 3px;
  background: transparent linear-gradient(91deg,#5B7486 0%,#F48579 100%) 0% 0% no-repeat padding-box;
}
.footer-reviews {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.footer-reviews::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 411px);
  height: 100%;
  background: #B40022;
  z-index: 1;
}
.footer-reviews .review-section {
  position: relative;
  z-index: 2;
}
.footer-reviews .review-section .review-icon {
  max-width: 306px;
}
.footer-reviews .review-section .review-rating h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  color: #404040;
}
.footer-reviews .review-section .review-rating h3 img {
  height: 25px;
}
.footer-reviews .review-section p {
  color: #404040;
}
.footer-reviews .review-section .theme-btn {
  margin: 0 auto;
}
.footer-reviews .review-section .review-pattern {
  max-width: 470px;
}
.new-patients-section {
  background: transparent linear-gradient(217deg,#5B7486 0%,#304548 100%) 0% 0% no-repeat;
  overflow: visible !important;
  position: relative;
  padding: 126px 0;
}
.new-patients-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -140px;
  transform: translateY(-50%);
  background-image: url(../../assets/img/shape.png);
  background-repeat: no-repeat;
  width: 914px;
  height: 687px;
  display: block !important;
  z-index: 1;
  overflow: inherit !important;
}
.new-patients-section .wpb_column .vc_column-inner .wpb_text_column p {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}
.new-patients-section .wpb_column .vc_column-inner .theme-btn {
  margin-top: 60px;
}
.team-section .team-content .vc_column-inner .wpb_wrapper {
  max-width: 636px;
}
.team-section .team-content .vc_column-inner .wpb_wrapper .dr-name {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 22px 0 30px 0;
}
.team-section .team-content .vc_column-inner .wpb_wrapper .dr-name h4 {
  color: #B40022;
  font-weight: 400;
}
.team-section .team-content .vc_column-inner .wpb_wrapper .dr-name h4 strong {
  display: block;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: 4px;
}
.team-section .team-img {
  position: relative;
}
.team-section .team-img .theme-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.dr-main-section > .vc_row {
  max-width: 1326px;
  margin: 0 auto !important;
}
.dr-main-section .dr-img {
  margin-right: 100px;
}
.dr-main-section h4 {
  color: #B40022;
  font-weight: 400;
}
.dr-main-section .theme-btn {
  margin: 0 auto;
}
.why-choose-section {
  max-width: 1326px;
  margin: 0 auto !important;
  overflow: hidden;
}
.why-choose-section h3 {
  max-width: 350px;
}
.why-choose-section .why-choose-img img {
  height: 478px;
  width: 509px;
  object-fit: contain;
  margin-bottom: -2px;
}
.why-choose-section .choose_slider {
  padding-bottom: 60px;
}
.why-choose-section .choose_slider .slick-slide > div {
  margin-top: 70px;
  padding-right: 60px;
}
.why-choose-section .choose_slider .slick-slide > div:first-child {
  margin-top: 0;
}
.why-choose-section .choose_slider .why-choose-wrapper .why-choose-inner-wrapper {
  column-gap: 24px;
  cursor: pointer;
}
.why-choose-section .choose_slider .why-choose-wrapper .why-choose-inner-wrapper h5 {
  font-size: 18px;
}
.why-choose-section .choose_slider .why-choose-wrapper .why-choose-inner-wrapper .why-choose-image-wrapper {
  min-width: 72px;
}
.why-choose-section .choose_slider .why-choose-wrapper .why-choose-inner-wrapper .why-choose-image-wrapper img {
  height: 72px;
  width: 72px;
  object-fit: contain;
}
.why-choose-section .choose_slider .why-choose-wrapper .why-choose-inner-wrapper h5 {
  transition: all 0.3s;
}
.why-choose-section .choose_slider .why-choose-wrapper .why-choose-inner-wrapper:hover h5 {
  color: #B40022;
}
.why-choose-section .choose_slider .why-choose-wrapper .why-choose-inner-wrapper:hover h5 a {
  color: #B40022;
}
.why-choose-section .choose_slider .slick-arrow {
  top: inherit !important;
  bottom: 0;
  background: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}
.why-choose-section .choose_slider .slick-arrow.slick-prev {
  left: calc(50% - 90px);
  background-image: url('../img/prev-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 20px;
}
.why-choose-section .choose_slider .slick-arrow.slick-prev::before {
  display: none;
}
.why-choose-section .choose_slider .slick-arrow.slick-next {
  right: calc(50% - 90px);
  background-image: url('../img/next-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 20px;
}
.why-choose-section .choose_slider .slick-arrow.slick-next::before {
  display: none;
}
.why-choose-section .choose_slider .slick-arrow:hover {
  filter: brightness(0);
}
.about-section >.vc_row {
  max-width: 1326px;
  margin: 0 auto !important;
}
.about-section .wpb_single_image img {
  border-radius: 42px;
}
.about-section .left-img {
  margin-top: 140px;
}
.about-section .about-content h2 {
  margin-left: -80px;
}
.about-section .about-content .theme-btn {
  margin: 0 auto;
}
.welcome-section img {
  border-radius: 42px;
}
.welcome-section iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7777777777778;
  border-radius: 24px;
}
.welcome-section .welcome-content .vc_column-inner .wpb_wrapper {
  max-width: 636px;
}
.welcome-section .welcome-content .vc_column-inner .wpb_wrapper h5 {
  color: #B40022;
  padding: 24px 0 22px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.services-slider-section {
  background-color: #404040;
}
.services-slider-section .row {
  margin: 0 -65px !important;
}
.services-slider-section h3 {
  color: #F9F7EB;
  max-width: max-content;
}
.services-slider-section .services_slider .slick-slide > div + div {
  margin-top: 70px;
}
.services-slider-section .slick-slide > div {
  padding: 0 50px;
}
.services-slider-section .services-item {
  position: relative;
  transition: all 0.3s;
  z-index: 2;
  overflow: hidden;
  aspect-ratio: 1.3749838869076;
  border-radius: 42px;
}
.services-slider-section .services-item picture {
  overflow: hidden;
}
.services-slider-section .services-item picture.overlay::before {
  background: linear-gradient(rgba(0,0,0,0) 0%,#000 100%);
  border-radius: 42px;
}
.services-slider-section .services-item picture img {
  border-radius: 42px;
  width: 100%;
  object-fit: cover;
}
.services-slider-section .services-item .service-desk {
  z-index: 2;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  text-align: center !important;
  transition: all 0.3s;
  padding: 30px;
  width: 100%;
}
.services-slider-section .services-item .service-desk .service-heading h4 {
  color: #fff;
  text-align: center;
}
.services-slider-section .services-item .service-desk .theme-btn {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 40px auto 0 auto;
  transition: all 0.3s;
  text-align: left !important;
  cursor: pointer;
}
.services-slider-section .services-item:hover .service-desk {
  bottom: 0;
}
.services-slider-section .services-item:hover .service-desk .theme-btn {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.services-slider-section .theme-btn {
  margin: 60px auto 0 auto;
}
.services-slider-section .slick-arrow {
  top: -95px;
  background: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}
.services-slider-section .slick-arrow.slick-prev {
  left: calc(100% - 250px);
  background-image: url('../img/services-arrow-prev.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 20px;
}
.services-slider-section .slick-arrow.slick-prev::before {
  display: none;
}
.services-slider-section .slick-arrow.slick-next {
  right: 65px;
  background-image: url('../img/services-arrow-next.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 20px;
}
.services-slider-section .slick-arrow.slick-next::before {
  display: none;
}
.services-slider-section .slick-arrow:hover.slick-prev {
  background-image: url('../img/prev-arrow.svg');
}
.services-slider-section .slick-arrow:hover.slick-next {
  background-image: url('../img/next-arrow.svg');
}
.service-section {
  position: relative;
  z-index: 1;
}
.service-section .service-wrap .service-row {
  display: flex;
  justify-content: center;
}
.service-section .service-wrap .service-row .wpb_column .services-item {
  position: relative;
  transition: all 0.3s;
  z-index: 2;
  overflow: hidden;
  aspect-ratio: 1.6;
}
.service-section .service-wrap .service-row .wpb_column .services-item picture {
  overflow: hidden;
}
.service-section .service-wrap .service-row .wpb_column .services-item picture.overlay::before {
  background: linear-gradient(rgba(0,0,0,0) 0%,#000 100%);
  border-radius: 42px;
}
.service-section .service-wrap .service-row .wpb_column .services-item picture img {
  border-radius: 42px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section .service-wrap .service-row .wpb_column .services-item .service-desk {
  z-index: 2;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  text-align: center !important;
  transition: all 0.3s;
  padding: 30px;
  width: 100%;
}
.service-section .service-wrap .service-row .wpb_column .services-item .service-desk .service-heading h4 {
  color: #fff;
  text-align: center;
}
.service-section .service-wrap .service-row .wpb_column .services-item .service-desk .theme-btn {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 40px auto 0 auto;
  transition: all 0.3s;
  text-align: left !important;
}
.service-section .service-wrap .service-row .wpb_column .services-item:hover .service-desk {
  bottom: 0;
}
.service-section .service-wrap .service-row .wpb_column .services-item:hover .service-desk .theme-btn {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.service-section .service-wrap .service-row + .service-row {
  margin-top: 30px;
}
.service-section.our-services {
  background-color: #fff;
}
.services-bottom-content .theme-btn {
  margin: 0 auto;
}
.banner_inner {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.banner_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: -1;
}
.banner_inner .inner_header_text .container {
  height: 100%;
  min-height: 600px;
  padding-top: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_inner .inner_header_text .container h1 {
  color: #fff;
  text-align: center;
}
.two-column {
  padding-top: 100px;
  position: relative;
}
.two-column h2,
.two-column h3 {
  margin-bottom: 24px;
}
.two-column >.vc_row {
  position: relative;
  padding-bottom: 100px;
  max-width: 1326px;
  margin: 0 auto !important;
}
.two-column >.vc_row:nth-child(odd) {
  flex-direction: row-reverse;
  position: relative;
}
.two-column >.vc_row:nth-child(odd) >.wpb_column:first-child {
  margin-left: auto;
}
.two-column >.vc_row >.wpb_column:first-child {
  max-width: 572px;
  margin-right: auto;
}
.two-column >.vc_row >.wpb_column .theme-btn {
  padding-top: 30px;
}
.two-column >.vc_row >.wpb_column .wpb_single_image .vc_figure img {
  border-radius: 24px;
}
.two-column >.vc_row >.wpb_column .wpb_single_image * {
  display: block;
  width: 100%;
}
.two-column >.vc_row >.wpb_column:first-child .wpb_single_image {
  display: none;
}
.two-column.two-column-gray {
  background-color: #404040;
  background-image: url('../img/two-col-pattern.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.two-column.two-column-gray * {
  color: #fff;
}
.two-column.two-column-gray h2,
.two-column.two-column-gray h3 {
  color: #F9F7EB;
}
.two-column.two-column-even-bg .vc_row:nth-child(even) {
  position: relative;
}
.two-column.two-column-even-bg .vc_row:nth-child(even)::before {
  content: '' !important;
  height: calc(100% - 100px);
  width: 100vw;
  position: absolute;
  right: calc(30%);
  top: 0;
  background-color: #404040;
  display: block !important;
}
.two-column.two-column-even-bg .vc_row:nth-child(even) .wpb_column:first-child * {
  color: #fff;
}
.two-column.two-column-even-bg .vc_row:nth-child(even) .wpb_column:first-child h2,
.two-column.two-column-even-bg .vc_row:nth-child(even) .wpb_column:first-child h3 {
  color: #F9F7EB;
}
.full-content-section .vc_row:first-child {
  max-width: 1326px;
  margin: 0 auto !important;
}
.full-content-section .full-content-img img {
  border-radius: 24px;
  margin-bottom: -150px;
  position: relative;
  z-index: 5;
}
.full-content-section .full-content {
  background-color: #404040;
  padding-top: 200px;
}
.full-content-section .full-content * {
  color: #fff;
}
.full-content-section .full-content > .wpb_column > .vc_column-inner {
  max-width: 1326px;
  margin: 0 auto;
}
.full-content-section .full-content h2,
.full-content-section .full-content h3 {
  color: #F9F7EB;
}
.cta-block {
  overflow: hidden;
  max-width: 1326px;
  margin: 0 auto !important;
}
.cta-block >.wpb_column >.vc_column-inner >.wpb_wrapper {
  background-color: #fff;
  padding: 100px 230px 100px 100px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.cta-block >.wpb_column >.vc_column-inner >.wpb_wrapper::before {
  content: '';
  background-image: url('../img/cta-pattern-img.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.cta-block >.wpb_column >.vc_column-inner >.wpb_wrapper::after {
  content: '';
  background-image: url('../img/cta-logo-pattern.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 440px;
  width: 196px;
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 1;
}
.cta-block >.wpb_column >.vc_column-inner >.wpb_wrapper .btn-list {
  padding-top: 60px;
}
.cta-block >.wpb_column >.vc_column-inner >.wpb_wrapper .btn-list .wpb_column .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 30px;
}
.cta-block >.wpb_column >.vc_column-inner >.wpb_wrapper .vc_separator {
  padding-top: 75px;
}
.cta-block >.wpb_column >.vc_column-inner >.wpb_wrapper .vc_separator .vc_sep_line {
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg,#5B7486 0%,#F48579 100%) 1 stretch;
  border-color: initial !important;
  max-width: 880px;
}
.cta-block >.wpb_column >.vc_column-inner >.wpb_wrapper * {
  position: relative;
  z-index: 5;
}
.team_main_section {
  position: relative;
  overflow: hidden;
}
.team_main_section::before,
.team_main_section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 230px;
  background-image: url(../../assets/img/shape.png);
  background-repeat: no-repeat;
  background-size: 300px;
  z-index: -1;
}
.team_main_section::after {
  bottom: 150px;
  left: -150px;
}
.team_main_section::before {
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
}
.team_main_section >div:nth-child(even) {
  padding: 100px 0;
}
.dental-team-wrapper {
  padding-top: 100px;
}
.dental-team-wrapper .team_boxs {
  position: relative;
}
.dental-team-wrapper .team_boxs .therapist-card__therapist-avatar {
  position: relative;
}
.dental-team-wrapper .team_boxs .therapist-card__therapist-avatar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg,#30454800 50%,#0A0E0E 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  display: none;
}
.dental-team-wrapper .team_boxs .therapist-card__details-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
  z-index: 1;
}
.dental-team-wrapper .team_boxs .therapist-card__details-container .therapist-card__detail .team-info {
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg,#5B7486 0%,#F48579 100%) 1 stretch;
  position: relative;
  padding-right: 90px;
  word-break: break-all;
  transition: all 0.3s;
}
.dental-team-wrapper .team_boxs .therapist-card__details-container .therapist-card__detail .team-info::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 64px;
  height: 19px;
  background-image: url(../../assets/img/service-arrow-right.svg);
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.dental-team-wrapper .team_boxs .therapist-card__details-container .therapist-card__detail .team-info * {
  color: #fff;
}
.dental-team-wrapper .team_boxs .therapist-card__details-container .therapist-card__detail .team-info .therapist-card__title {
  padding-bottom: 4px;
  color: #B40022;
}
.dental-team-wrapper .team_boxs .therapist-card__details-container .therapist-card__detail .theme-btn {
  margin-top: 20px;
}
.dental-team-wrapper .team_boxs:hover .therapist-card__details-container .therapist-card__detail .team-info::after {
  right: 0;
}
.team_section_content .meet-our-team-box .team-header {
  padding-bottom: 30px;
}
.team_section_content .meet-our-team-box .team-header h2,
.team_section_content .meet-our-team-box .team-header h3 {
  display: inline-block;
}
.team_section_content .meet-our-team-box .therapist-card__title {
  color: #B40022;
}
.team_section_content .meet-our-team-box .team_boxs a {
  color: #000;
}
.team_section_content .meet-our-team-box .team_boxs .therapist-card__therapist-avatar {
  overflow: hidden;
  border-radius: 24px;
}
.team_section_content .meet-our-team-box .team_boxs .therapist-card__therapist-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}
.team_section_content .meet-our-team-box .team_boxs .therapist-card__details-container {
  padding-top: 20px;
}
.team_section_content .meet-our-team-box .team_boxs .therapist-card__details-container h4 {
  color: #B40022;
}
.aestheticians-team-wrapper {
  background-color: #404040;
  padding: 100px 0;
}
.aestheticians-team-wrapper h2,
.aestheticians-team-wrapper h3 {
  color: #F9F7EB;
}
.aestheticians-team-wrapper * {
  color: #fff;
}
.aestheticians-team-wrapper h4 {
  color: #fff !important;
}
.aestheticians-team-wrapper .modal-body p {
  color: #000 !important;
}
.team-detail {
  position: relative;
}
.team-detail::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -160px;
  width: 300px;
  height: 230px;
  background-image: url(../../assets/img/shape.png);
  background-repeat: no-repeat;
  background-size: 300px;
  display: block !important;
}
.team-detail .wpb_column .vc_column-inner .wpb_single_image .wpb_wrapper {
  width: 100%;
}
.team-detail .wpb_column .vc_column-inner .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
}
.team-detail .wpb_column .vc_column-inner .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.contact-page-form {
  max-width: 800px;
  margin: 0 auto !important;
}
.contact-page-form .gform_wrapper.gravity-theme input[type="color"],
.contact-page-form .gform_wrapper.gravity-theme input[type="date"],
.contact-page-form .gform_wrapper.gravity-theme input[type="datetime-local"],
.contact-page-form .gform_wrapper.gravity-theme input[type="datetime"],
.contact-page-form .gform_wrapper.gravity-theme input[type="email"],
.contact-page-form .gform_wrapper.gravity-theme input[type="month"],
.contact-page-form .gform_wrapper.gravity-theme input[type="number"],
.contact-page-form .gform_wrapper.gravity-theme input[type="password"],
.contact-page-form .gform_wrapper.gravity-theme input[type="search"],
.contact-page-form .gform_wrapper.gravity-theme input[type="tel"],
.contact-page-form .gform_wrapper.gravity-theme input[type="text"],
.contact-page-form .gform_wrapper.gravity-theme input[type="time"],
.contact-page-form .gform_wrapper.gravity-theme input[type="url"],
.contact-page-form .gform_wrapper.gravity-theme input[type="week"],
.contact-page-form .gform_wrapper.gravity-theme select,
.contact-page-form .gform_wrapper.gravity-theme textarea {
  color: #000;
  border-bottom: solid 1px #000 !important;
}
.contact-page-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 0 auto;
}
.all-content h2 {
  margin-bottom: 0;
}
.all-content .center-btn {
  margin: 0 auto;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: #B40022;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
}
.assistant-team .team_main_section {
  padding: 0 0 100px;
}
.hygiene-team .team_main_section {
  padding: 0 0 100px;
}
.hygiene-team .team_main_section h2 {
  margin-bottom: 30px;
}
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
  margin-bottom: 12px;
}
.full-content-gray {
  background-color: #404040;
}
.full-content-gray * {
  color: #fff !important;
}
.full-content-gray .wpb_column > .vc_column-inner {
  max-width: 1326px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .full-content-gray {
    text-align: center;
  }
}
.site-footer {
  background: #404040;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.site-footer * {
  color: #fff;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/footer-pattern-bg.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.site-footer .footer-main .footer-top h3,
.site-footer .footer-main .footer-top h5 {
  color: #FFFAE4;
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}
.site-footer .footer-main .footer-top ul {
  margin: 0;
}
.site-footer .footer-main .footer-top .services-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.site-footer .footer-main .footer-top .services-wrapper ul li {
  flex-basis: 48%;
}
.site-footer .footer-main .footer-top .contact-detail a i {
  transition: all ease-in-out 0.3s;
}
.site-footer .footer-main .footer-top .contact-detail a:hover i {
  color: #B40022;
}
.site-footer .footer-main .footer-top .contact-detail + .contact-detail {
  margin-top: 20px;
}
.site-footer .footer-main .footer-top .address-detail i::before {
  content: "\f3c5" !important;
}
.site-footer .footer-main .footer-bottom .disclaimer h5 {
  padding-bottom: 16px;
  color: #FFFAE4;
  letter-spacing: 0.02em;
}
.site-footer .footer-main .footer-bottom .disclaimer p {
  font-size: 10pt;
}
.site-footer .footer-main .footer-bottom .footer-copyright {
  background-color: #272727;
  border-radius: 24px;
  padding: 20px 75px;
}
.site-footer .footer-main .footer-bottom .footer-copyright * {
  font-size: 14px;
  font-weight: 300;
}
.site-footer .footer-main .footer-bottom .footer-copyright .footer-links {
  column-gap: 15px;
}
.site-footer .footer-main .footer-bottom .footer-copyright .footer_maker i {
  color: #B40022;
  animation: 1s plus-heart infinite;
  padding: 0 2px;
  font-size: 14px;
}
.site-footer .footer-cta {
  padding: 60px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.site-footer .footer-cta h5 {
  max-width: 378px;
}
.site-footer .footer-cta .footer-logo {
  max-width: 196px;
  margin: 0 auto;
}
.site-footer .footer-cta .theme-btn {
  margin-left: auto;
  display: flex;
}
