* {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  font-size: 16px;
  line-height: 1.8;
  list-style: decimal;
  padding-left: 15px;
}
ul li,
ol li {
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #4c4c4c;
}
.da-mercury-detoxification-wrapper ul,
.da-amalgam-removal-info ul {
  padding-left: 15px;
  list-style: disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus,
:hover,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
textarea {
  resize: none;
}
input,
textarea {
  border-radius: 0;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.uppercase {
  text-transform: uppercase;
}
.div {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.padding {
  padding: 0;
}
.effect-jazz {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0 0 0px 0;
}
.effect-jazz:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.mobile-menu-toggle .hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  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: #000;
  height: 2px;
  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;
}
.dropdown-toggle::after {
  display: none !important;
}
.mobile-menu__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  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: 320px;
  height: 100vh;
  transform: translate3d(100%,0,0);
  transition: all 0.5s ease;
  z-index: 99;
}
.mobile-menu__top {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header-logo {
  width: 80%;
}
.mobile-header-logo img {
  max-height: 60px;
}
.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: #fff;
  transform: rotate(45deg);
}
.menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.mobile-menu__panel {
  padding: 0 0 50px;
  position: relative;
  width: 320px;
  height: 100vh;
  overflow: auto;
  margin-left: auto;
  background-color: #F15A24;
}
.mobile-menu__nav {
  padding: 0;
}
.mobile-menu__nav ul {
  padding: 0;
}
.mobile-menu__nav li {
  list-style: none;
  position: relative;
  color: #000;
  margin: 0;
  padding: 0;
}
.mobile-menu__nav li .arrow.is-open:after {
  transform: rotate(0deg);
}
.mobile-menu__nav li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.mobile-menu__nav li a:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.3);
}
.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: 20px;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -10px;
}
.mobile-menu__nav .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -10px;
  transform: rotate(90deg);
}
.mobile-menu__nav >li {
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.mobile-menu__nav >li:first-child {
  border-top: 1px solid rgba(255,255,255,0.5);
}
.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: #000;
  padding: 10px 15px;
  display: block;
}
.mobile-menu__nav li.current-menu-ancestor >a {
  color: #fff;
  background-color: rgba(255,255,255,0.3);
}
.mobile-menu__nav li.current-menu-item >a {
  color: #fff;
  background-color: rgba(255,255,255,0.3);
}
body {
  width: 100% !important;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
.wrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto !important;
  overflow: hidden !important;
}
.page-list {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.page-list li {
  width: 100%;
  float: left;
}
.page-list .children {
  margin: 0 0 0 0;
  width: 100%;
  float: left;
  padding: 5px 0 0;
}
.page-list a:hover {
  color: #F2F2F2 !important;
}
html body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
  overflow-x: hidden;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}
html body h1,
html body .lvl-1 {
  font-size: 36px;
}
html body h2,
html body .lvl-2 {
  font-size: 32px;
}
html body h3,
html body .lvl-3 {
  font-size: 32px;
}
html body h4,
html body .lvl-4 {
  font-size: 24px;
}
html body h5,
html body .lvl-5 {
  font-size: 20px;
}
.lvl-size {
  font-size: 28px;
}
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: #F15A24;
}
a:hover {
  color: #F15A24;
}
p,
li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
p strong,
li strong {
  font-weight: 600;
}
p:last-child,
li:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 10px;
}
.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: #F15A24;
  text-decoration: underline;
}
.a-style-blue a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
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;
}
.social {
  display: flex;
  list-style: none;
  align-items: center;
  column-gap: 32px;
  margin-right: 34px;
}
.social li {
  margin: 0;
  padding: 0;
}
.social li a i {
  font-size: 24px;
  color: #000;
}
.social li::before {
  content: none !important;
}
.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;
}
.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;
}
.mt-120 {
  margin-top: 120px;
}
.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;
  }
  .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;
  }
}
@media screen and (max-width: 1199px) {
  .pt-80 {
    padding-top: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
.container.w-con-1550,
.w-con-1550 {
  max-width: 1550px;
  left: 0 !important;
}
.container.w-con-1510,
.w-con-1510 {
  max-width: 1510px;
  left: 0 !important;
}
.w-con-1200 {
  max-width: 1200px;
  left: 0 !important;
}
@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;
  }
}
.br-32 {
  border-radius: 32px;
}
.br-32 img {
  border-radius: 32px !important;
  -moz-border-radius: 32px !important;
}
.br-20 {
  border-radius: 20px;
}
.br-20 img {
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
}
.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: #F15A24;
}
.bg_primary {
  background-color: #F15A24;
}
.bg_secondary {
  background-color: #F2F2F2;
}
.bg_black {
  background-color: #000;
}
.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
  z-index: 0;
}
.tt-up {
  text-transform: uppercase;
}
a.theme-btn {
  padding: 12px 60px 12px 20px !important;
  border: 0 !important;
  font-weight: 700;
  color: #000000 !important;
  font-size: 20px !important;
  line-height: normal;
  background-color: #fff !important;
  background-image: url(../img/btn-bg.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 20px !important;
  background-size: 36px !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: inline-block !important;
  vertical-align: top !important;
  border: 2px solid #F15A24 !important;
  border-radius: 32px !important;
  text-transform: uppercase !important;
}
a.theme-btn:hover {
  background-image: url(../img/btn-bg-hover.svg) !important;
  background-color: #F15A24 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
a.theme-btn:focus-visible,
a.theme-btn:focus-within,
a.theme-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.theme-btn .vc_btn3 {
  padding: 12px 60px 12px 20px !important;
  border: 0 !important;
  font-weight: 700;
  color: #000000 !important;
  font-size: 20px !important;
  line-height: normal;
  background-color: #fff !important;
  background-image: url(../img/btn-bg.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 12px !important;
  background-size: 36px !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
  border: 2px solid #F15A24 !important;
  border-radius: 32px !important;
  text-transform: capitalize !important;
}
.theme-btn .vc_btn3:hover {
  background-color: #F15A24 !important;
  color: #fff !important;
  background-image: url(../img/btn-bg-hover.svg) !important;
  border: 2px solid #fff !important;
}
.theme-btn .vc_btn3:focus-visible,
.theme-btn .vc_btn3:focus-within,
.theme-btn .vc_btn3:focus {
  outline: none !important;
  box-shadow: none !important;
}
.white-theme-btn .vc_btn3 {
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
  text-transform: capitalize !important;
}
.white-theme-btn .vc_btn3:hover {
  background-color: #F15A24 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.gform_button {
  padding: 14px 60px 14px 28px !important;
  border: 0 !important;
  font-weight: 700;
  color: #000000 !important;
  font-size: 18px !important;
  line-height: normal;
  background-color: #fff !important;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
  border: 2px solid #F15A24 !important;
  border-radius: 32px !important;
  text-transform: capitalize !important;
}
.gform_button:hover {
  background-color: #fff !important;
  color: #F15A24 !important;
  border: 2px solid #F15A24 !important;
}
.gform_button:focus-visible,
.gform_button:focus-within,
.gform_button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-close:focus {
  box-shadow: none;
}
.link-btn .vc_btn3 {
  display: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  font-family: "Montserrat";
  font-size: 20px !important;
  font-weight: 700;
  text-decoration: underline !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 0 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
}
.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 {
  color: #000;
  font-size: 18px !important;
  font-weight: 500;
  border: 1px solid transparent !important;
  border-radius: 32px !important;
  padding: 15px 30px 15px 30px !important;
  background: #fff;
  outline: none !important;
}
.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: 20px;
  bottom: 40%;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.gform_wrapper.gravity-theme textarea {
  resize: none;
  height: 124px !important;
  margin-bottom: 0 !important;
  border-radius: 15px !important;
}
.gform_wrapper.gravity-theme input[type="submit"] {
  padding: 20px 60px 20px 30px !important;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff !important;
  background-image: url(../img/btn-bg.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 20px !important;
  background-size: 36px !important;
  border: 2px solid #F15A24;
  border-radius: 32px;
  margin: 0 !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.gform_wrapper.gravity-theme input[type="submit"]:hover {
  background-image: url(../img/btn-bg-hover.svg) !important;
  background-color: #F15A24 !important;
  color: #fff !important;
}
.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 .gform_footer {
  align-items: center;
  margin: 14px 0 0 0 !important;
  padding: 0 !important;
}
.form-group input {
  display: none !important;
}
.form-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 8px;
  height: 12px;
  border: solid #F15A24;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-group label {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}
.form-group label::before {
  content: "";
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid darkgrey;
  margin-right: 5px;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px !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: #F15A24 !important;
  border: 1px solid #F15A24 !important;
  outline: none;
  padding: 5px;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: #F15A24 !important;
  margin-top: 0 !important;
}
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + .gform-field-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000 !important;
}
[type="radio"]:checked + .gform-field-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #F15A24;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
}
[type="radio"]:checked + .gform-field-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F15A24;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
.slick-prev,
.slick-next {
  opacity: 0;
}
.slick-disabled {
  opacity: 0.4;
}
.btn-wrap span {
  cursor: pointer;
}
.hour-list {
  display: flex;
  margin-bottom: 5px;
}
.hour-list label {
  max-width: 190px;
  flex: 190px;
}
.hour-list span {
  max-width: 195px;
  flex: 195px;
}
.modal-body .hour-list {
  display: flex;
}
.modal-body .hour-list label {
  max-width: 190px;
  flex: 190px;
}
.wpb_text_column ul,
.custom-ul ul {
  margin-bottom: 20px;
  list-style: none;
}
.wpb_text_column ul li,
.custom-ul ul li {
  position: relative;
  padding-left: 42px;
}
.wpb_text_column ul li::before,
.custom-ul ul li::before {
  content: "";
  position: absolute;
  background-image: url(../img/li-icon.png);
  top: 6px;
  left: 0px;
  width: 33px;
  height: 15px;
  background-repeat: no-repeat;
}
.wpb_text_column ul li + li,
.custom-ul ul li + li {
  margin-top: 15px;
}
.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: #F15A24;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
}
.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: 'Poppins', sans-serif;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.3;
}
.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: 2px;
  left: inherit;
  transform: none;
  width: 18px;
  height: 18px;
}
.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 p,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body li {
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .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: 18px !important;
  }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
    font-size: 16px;
  }
}
.effect-jazz {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.effect-jazz img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.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);
  }
}
.header_menu.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
}
.header_menu.sticky .header-wrapper {
  padding: 12px 40px;
}
.header_menu.sticky .header-wrapper .header-logo {
  width: 250px;
}
.header_menu.sticky .header-wrapper .top-right-contact-text .email_address a.theme-btn,
.header_menu.sticky .header-wrapper .top-right-contact-text .top_number a.theme-btn {
  font-size: 15px !important;
}
.header_menu.sticky a.theme-btn {
  font-size: 15px !important;
  background-size: 30px !important;
}
.header_menu .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 24px 40px;
}
.header_menu .header-wrapper .top-right-contact-text {
  display: flex;
}
.header_menu .header-wrapper .top-right-contact-text .email_address .theme-btn,
.header_menu .header-wrapper .top-right-contact-text .top_number .theme-btn {
  margin-right: 13px;
  padding: 7px 20px !important;
  font-size: 18px !important;
  background-image: none !important;
}
.header_menu .header-wrapper .top-right-contact-text .email_address .theme-btn i,
.header_menu .header-wrapper .top-right-contact-text .top_number .theme-btn i {
  height: 36px;
  width: 36px;
  border: 1px solid #F15A24;
  border-radius: 50%;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.header_menu .header-wrapper .top-right-contact-text .email_address .theme-btn:hover i,
.header_menu .header-wrapper .top-right-contact-text .top_number .theme-btn:hover i {
  border-color: #fff;
  color: #fff;
}
.header_menu .header-wrapper .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  transform: translate(-50%,-50%);
}
.header_menu .navbar {
  display: flex;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
}
.header_menu .navbar > li {
  margin: 0 27.5px;
  position: relative;
  padding: 15px 0 !important;
  line-height: 1.66;
}
.header_menu .navbar > li.current-menu-item::before,
.header_menu .navbar > li.current-menu-ancestor::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  transform: translateX(-50%) rotateX(180deg);
  background: url(../img/nav-arrow.png) no-repeat;
  top: 0;
  background-size: cover;
  left: 50%;
}
.header_menu .navbar > li.current-menu-item::after,
.header_menu .navbar > li.current-menu-ancestor::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  transform: translateX(-50%);
  background: url(../img/nav-arrow.png) no-repeat;
  bottom: 0;
  background-size: cover;
  left: 50%;
}
.header_menu .navbar > li a {
  color: #fff;
}
.header_menu .navbar > li .dropdown-menu {
  background: #F15A24 !important;
  border: 0 !important;
  padding: 0 !important;
  min-width: 275px !important;
  top: 100%;
  transition: 0.5s;
}
.header_menu .navbar > li .dropdown-menu::before,
.header_menu .navbar > li .dropdown-menu::after {
  border-bottom-color: #fff !important;
}
.header_menu .navbar > li .dropdown-menu li {
  padding: 0 !important;
  margin: 0 !important;
}
.header_menu .navbar > li .dropdown-menu li a {
  padding: 5px 10px !important;
}
.header_menu .navbar > li .dropdown-menu li a:hover {
  background: rgba(255,255,255,0.3) !important;
}
.header_menu .navbar > li .dropdown-menu li > .dropdown-menu {
  border-radius: 0 !important;
}
.header_menu .navbar > li .dropdown-menu li > .dropdown-menu a {
  display: block;
}
.header-nav > li:hover > ul.dropdown-menu > li:hover > ul.dropdown-menu li.menu-item-has-children a::after {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: "\f0da";
}
.header-nav > li:hover > ul.dropdown-menu > li:hover > ul.dropdown-menu li:hover > ul.dropdown-menu {
  display: block;
}
@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);
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  max-width: 1330px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.vc_rtl-columns-reverse {
  flex-direction: row-reverse;
}
.right_line {
  position: relative;
  display: inline;
}
.right_line::before {
  position: absolute;
  content: "";
  width: 105px;
  height: 6px;
  background: #F15A24;
  bottom: 8px;
  right: -120px;
  border-radius: 32px;
}
.top-right-contact-text .theme-btn i {
  color: #f15a24;
  transition: all 0.3s ease-in-out;
}
.email_address a {
  text-transform: lowercase !important;
  word-break: break-all;
}
.contact-info-block.mobile {
  display: none;
}
.bottom_line {
  position: relative;
  margin-bottom: 50px;
}
.bottom_line::before {
  position: absolute;
  content: "";
  width: 105px;
  height: 6px;
  background: #F15A24;
  bottom: -18px;
  left: 50%;
  border-radius: 32px;
  transform: translateX(-50%);
}
.bottom_line.white-line::before {
  background: #fff;
  opacity: 0.5;
}
.left-bottom_line {
  position: relative;
  margin-bottom: 50px;
}
.left-bottom_line::before {
  position: absolute;
  content: "";
  width: 105px;
  height: 6px;
  background: #F15A24;
  bottom: -18px;
  left: 0;
  border-radius: 32px;
}
.ls-bg-wrap {
  position: relative;
}
.ls-bg-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
}
.section--exam {
  padding: 52px 0 84px;
  text-align: center;
  position: relative;
  overflow: visible !important;
}
.section--exam .vc_col-sm-12 {
  position: static !important;
}
.section--exam * {
  color: #fff;
}
.section--exam .theme-btn {
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.why-choose-wrapper {
  text-align: center;
  margin-bottom: 27px !important;
}
.why-choose-wrapper .why-choose-image-wrapper {
  margin-bottom: 20px;
  border: 2px solid #F15A24;
  padding: 5px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}
.why-choose-wrapper .why-choose-image-wrapper:hover {
  background: #F15A24;
}
.why-choose-wrapper .why-choose-image-wrapper:hover img {
  filter: brightness(0) invert(1);
}
.why-choose-wrapper h5 {
  font-weight: normal;
}
.why-choose-wrapper h5 a {
  font-weight: normal;
}
.modal-dialog {
  max-width: 600px !important;
  width: 100%;
}
.modal-dialog .modal-header {
  background: #F15A24;
  padding-right: 55px;
}
.modal-dialog .modal-header * {
  text-align: center;
  color: #fff;
}
.modal-dialog .modal-header button {
  background: transparent;
  border: 0;
  outline: 0;
}
.modal-dialog .modal-header button span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.modal-dialog .modal-body .modal-hours {
  max-width: 380px;
  margin: 0 auto;
}
.section--why_choose {
  padding: 90px 0;
  background: #F2F2F2;
  position: relative;
}
.section--why_choose::before {
  position: absolute;
  content: "";
  background: url(../img/why-choose_bg.svg) no-repeat;
  width: 291px;
  height: 246px;
  background-size: cover;
  top: 60px;
  left: 20px;
}
.section--why_choose::after {
  position: absolute;
  content: "";
  background: url(../img/why-choose_bg2.svg) no-repeat;
  width: 355px;
  height: 261px;
  background-size: cover;
  bottom: 70px;
  right: -165px;
}
.butterfly_img {
  position: relative;
}
.butterfly_img::before {
  position: absolute;
  content: "";
  background: url(../img/butterfly-line.png) no-repeat;
  top: 0;
  left: -118px;
  width: 185px;
  height: 130px;
  background-size: cover;
  z-index: -1;
}
.section--languages {
  padding: 80px 0;
  background: #F15A24;
}
.section--languages * {
  color: #fff;
}
.section--languages .vc_col-sm-3 > div > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--languages .vc_col-sm-3 > div > .wpb_wrapper img {
  width: 43px;
  height: 43px;
  margin-right: 20px;
}
.section--languages .vc_col-sm-3 > div > .wpb_wrapper h4 {
  margin-bottom: 0;
}
.section--dentist .dentist_block .vc_col-sm-6 > div .wpb_wrapper {
  position: relative;
  max-width: 526px;
}
.section--dentist .dentist_block .vc_col-sm-6 > div .theme-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.section--dentist .dentist_block .vc_col-sm-6:nth-child(2) > div .wpb_wrapper {
  margin-left: auto;
}
.service-slider {
  padding-top: 30px;
}
.service-slider .slick-arrow {
  position: absolute;
  background: url(../img/slick-arrow.svg) no-repeat;
  background-size: cover;
  width: 65px;
  height: 28px;
  opacity: 1 !important;
}
.service-slider .slick-arrow::before {
  display: none;
}
.service-slider .slick-arrow:hover,
.service-slider .slick-arrow:focus {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.service-slider .slick-arrow.slick-prev {
  left: calc(100% - 200px) !important;
  transform: rotateY(180deg);
  top: -54px;
}
.service-slider .slick-arrow.slick-next {
  top: -40px;
  right: 20px !important;
}
.service-slider .slick-list {
  overflow-y: visible !important;
  padding-bottom: 100px;
}
.service-slider .service-slider-wrapper {
  margin: 0 15px;
}
.service-block {
  position: relative;
}
.service-block .service-image {
  height: 434px;
  border-radius: 21px;
}
.service-block .service-image img {
  object-fit: cover;
  width: 100%;
  border-radius: 21px;
  height: 100%;
  filter: grayscale(0);
  transition: 0.5s;
}
.service-block .service-image:hover img {
  filter: grayscale(100%);
}
.service-block .wpb_single_image figure {
  width: 100%;
}
.service-block .wpb_single_image figure .vc_single_image-wrapper {
  width: 100%;
}
.service-block .learn-more {
  background: #F15A24;
  position: absolute;
  bottom: -100px;
  padding: 20px;
  border-radius: 32px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.service-block .learn-more h4 {
  margin-bottom: 6px;
}
.service-block .learn-more a {
  text-decoration: underline;
  font-weight: 500;
}
.service-block .learn-more * {
  color: #fff;
}
.service-block:hover .learn-more {
  bottom: -50px;
  opacity: 1;
  visibility: visible;
}
.vc_section.service > .vc_row {
  padding-bottom: 60px;
}
.vc_section.service > .vc_row:last-child {
  padding-bottom: 0;
}
.slider-btn.ls-button-layer.ls-layer {
  padding: 12px 60px 12px 20px !important;
  border: 0 !important;
  font-weight: 700;
  color: #F15A24 !important;
  line-height: normal;
  background-color: #fff !important;
  background-image: url(../img/btn-bg.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 10px !important;
  background-size: 36px !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: inline-block !important;
  vertical-align: top !important;
  border: 2px solid #F15A24 !important;
  border-radius: 32px !important;
  transition: 0.5s;
  text-transform: uppercase !important;
}
.slider-btn.ls-button-layer.ls-layer:hover {
  background-image: url(../img/btn-bg-hover.svg) !important;
  background-color: #F15A24 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.banner_inner {
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 70px;
}
.banner_inner::before {
  content: "";
  position: absolute;
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner_inner .inner_header_text {
  text-align: center;
  position: relative;
}
.banner_inner .inner_header_text * {
  color: #fff;
}
.banner_inner .inner_header_text h1,
.banner_inner .inner_header_text h4 {
  margin: 0;
}
.two-col-inner-about {
  position: relative;
}
.two-col-inner-about::before {
  position: absolute;
  display: block !important;
  content: "";
  background: url(../img/why-choose_bg.svg) no-repeat;
  width: 291px;
  height: 246px;
  background-size: cover;
  bottom: 115px;
  left: -100px;
}
.two-col-inner-about .vc_row:nth-child(even) {
  flex-direction: row-reverse;
}
.two-col-inner-about .vc_row:nth-child(even) .vc_col-sm-6:first-child {
  padding-left: 130px;
  padding-right: 0;
}
.two-col-inner-about .vc_row .wpb_text_column {
  max-width: 530px;
}
.two-col-inner-services.pl-130 {
  padding-left: 130px;
}
.two-col-inner-services .vc_row {
  padding-bottom: 50px;
}
.two-col-inner-services .vc_row:nth-child(even) {
  flex-direction: row-reverse;
}
.two-col-inner-services .vc_row:last-child {
  padding-bottom: 0;
}
.two-col-inner-services .vc_row .wpb_text_column {
  max-width: 530px;
}
.two-col-inner-services .vc_row > .wpb_column:first-child .wpb_single_image {
  display: none;
}
.two-column .vc_row {
  padding-bottom: 50px;
}
.two-column .vc_row:nth-child(even) {
  flex-direction: row-reverse;
}
.two-column .vc_row:last-child {
  padding-bottom: 0;
}
.two-column .vc_row > .wpb_column:first-child .wpb_single_image {
  display: none;
}
.two-column .vc_row .wpb_text_column {
  padding-bottom: 0;
}
.two-column .vc_row .vc_btn3-container {
  margin-top: 30px;
}
.section--hearing {
  min-height: 607px;
  position: relative;
  margin-bottom: 215px;
  overflow: visible !important;
}
.section--hearing.main-cta {
  min-height: inherit;
  position: static;
  margin-bottom: inherit;
  overflow: inherit !important;
}
.section--hearing.main-cta .hearing-block {
  position: static;
  bottom: inherit;
  text-align: center;
  padding: 29px 50px;
  left: inherit;
  transform: none;
}
.section--hearing .hearing-block {
  position: absolute;
  bottom: -115px;
  text-align: center;
  padding: 30px 50px;
  left: 50%;
  transform: translateX(-50%);
}
.section--hearing .hearing-block * {
  color: #fff;
}
.section--hearing .hearing-block h3 {
  margin-bottom: 11px;
  line-height: 1.4;
}
.section--hearing .hearing-block .theme-btn {
  margin: 30px 25px 0;
}
.section--hearing .hearing-block p a {
  text-decoration: underline;
}
.section--hearing .hearing-block p a:hover {
  text-decoration: none;
}
.book-now-form .gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.service-bar .widget_nav_menu #menu-services-menu {
  background: #F15A24;
  padding: 24px 0;
}
.service-bar .widget_nav_menu #menu-services-menu * {
  color: #fff;
}
.service-bar .widget_nav_menu #menu-services-menu li {
  padding: 0 !important;
  margin: 0 !important;
}
.service-bar .widget_nav_menu #menu-services-menu li a {
  padding: 10px 30px;
  display: block !important;
}
.service-bar .widget_nav_menu #menu-services-menu li:nth-child(1) a {
  font-weight: 700;
  font-size: 24px;
  pointer-events: none;
}
.service-bar .widget_nav_menu #menu-services-menu li.current-menu-item {
  background: rgba(255,255,255,0.3);
}
.row.cta {
  margin: 0;
  overflow: hidden;
}
.butterfly {
  position: relative;
  overflow: hidden;
}
.butterfly::before {
  position: absolute;
  content: "";
  background: url(../img/why-choose_bg.svg) no-repeat;
  width: 291px;
  display: block !important;
  height: 246px;
  background-size: cover;
  left: 0;
  top: 0;
}
.butterfly::after {
  position: absolute;
  content: "";
  background: url(../img/why-choose_bg2.svg) no-repeat;
  width: 291px;
  display: block !important;
  height: 246px;
  background-size: cover;
  right: 0;
  top: 0;
}
.butterfly.service::before {
  left: -145px;
  top: 20%;
  transform: rotate(-30deg);
}
.butterfly.service::after {
  bottom: 20% !important;
  top: auto;
  right: -120px;
}
.butterfly.service-bg::before {
  bottom: -86px !important;
  left: -160px;
  top: auto;
  transform: rotate(-30deg);
}
.butterfly.service-bg::after {
  top: 30% !important;
  right: -130px;
}
.butterfly.section--team_detail::before {
  bottom: 20% !important;
  left: -140px;
  top: auto;
}
.butterfly.section--team_detail::after {
  top: 20% !important;
  right: -130px;
}
.butterfly.dental-team-wrapper::before {
  bottom: -120px !important;
  left: -140px;
  top: auto;
}
.butterfly.dental-team-wrapper::after {
  top: 30% !important;
  right: -130px;
}
.butterfly.administration-team-wrapper::before {
  display: none !important;
}
.butterfly.administration-team-wrapper::after {
  top: 20% !important;
  right: -130px;
}
.butterfly.footer_map_wrapper::before {
  display: none !important;
}
.butterfly.footer_map_wrapper::after {
  width: 416px;
  height: 338px;
  top: 50% !important;
  transform: translateY(-50%);
  right: -277px;
}
.site-map_nav {
  position: relative;
}
.site-map_nav::before {
  position: absolute;
  content: "";
  background: url(../img/why-choose_bg.svg) no-repeat;
  width: 591px;
  display: block !important;
  height: 546px;
  background-size: cover;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.site-map_nav ul li {
  position: relative;
  padding: 0 0 0 30px !important;
  margin: 10px 0 !important;
}
.site-map_nav ul li::before {
  content: "";
  position: absolute;
  background: url(../img/btn-bg.svg) no-repeat;
  top: 2px;
  left: 0;
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.site-map_nav ul li a {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.team_boxs {
  position: relative;
  padding-top: 30px;
}
.team_boxs h4 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
}
.team_boxs h5 {
  font-size: 20px;
  font-weight: normal;
}
.team_boxs img {
  width: 100%;
}
.team_boxs .therapist-card__therapist-avatar {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
}
.team_boxs .theme-btn {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  text-align: center;
}
.team_main_section .dental-team-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.team_main_section .nurses-team-wrapper,
.team_main_section .aestheticians-team-wrapper,
.team_main_section .administration-team-wrapper {
  padding: 80px 0;
}
.team_main_section .nurses-team-wrapper {
  background: #F2F2F2;
}
.page-template-template-teamassistant-page .team_main_section {
  padding: 80px 0;
}
.modal-dialog {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) !important;
  margin: 0 !important;
}
.modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  border: 0;
  margin: 8px;
}
.modal-dialog .modal-header {
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal-dialog .modal-header .modal-title {
  margin: 0 auto;
}
.modal-dialog .modal-header .modal-title h5 {
  margin-bottom: 0;
}
.modal-dialog .modal-header button {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(../img/close.png) !important;
  background-repeat: no-repeat;
  background-size: 24px;
}
.mx-900 {
  max-width: 900px;
  margin: 0 auto;
}
.wpb_text_column p a {
  color: #F15A24;
}
.wpb_text_column p a:hover {
  text-decoration: underline;
}
.wpb_text_column ul li {
  position: relative;
  padding: 0 0 0 30px !important;
  margin: 10px 0 !important;
}
.wpb_text_column ul li::before {
  content: "";
  position: absolute;
  background: url(../img/btn-bg.svg) no-repeat;
  top: 2px;
  left: 0;
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.wpb_text_column ul li a {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.homepage-slider {
  overflow: hidden;
}
.wpb_text_column .wpb_wrapper ul li {
  text-align: left;
}
.gfield_radio,
.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}
.gfield_radio .gform-field-label,
.gfield_checkbox .gform-field-label {
  white-space: nowrap;
}
.clients-wrapper {
  margin-top: 30px;
}
.section--languages h3 + .vc_row {
  margin-top: 30px;
}
.footer-review {
  position: relative;
}
.footer-review::after {
  position: absolute;
  content: "";
  background: url(../img/why-choose_bg2.svg) no-repeat;
  width: 543px;
  height: 417px;
  background-size: cover;
  top: 153px;
  left: -285px;
}
.footer-review .container {
  max-width: 1430px !important;
}
.contact-block {
  position: relative;
  overflow: visible !important;
  background: #F2F2F2;
}
.contact-block .contact_form {
  padding-top: 55px;
  max-width: 710px;
  margin-left: auto;
  position: relative;
}
.contact-block .contact_form .gravity-theme {
  max-width: 528px;
  padding-top: 30px;
}
.contact-block .wpb_single_image {
  text-align: right !important;
  padding-bottom: 100px;
}
.contact-block .wpb_single_image .vc_figure {
  width: 728px;
  height: 543px;
}
.contact-block .contact_hour {
  background: #F15A24;
  width: 540px;
  padding: 68px 73px;
  position: absolute;
  bottom: -115px;
  left: 100px;
}
.contact-block .contact_hour * {
  color: white;
}
.contact-block .contact_hour h3 {
  margin-bottom: 30px;
}
.contact-block .vc_single_image-wrapper {
  position: relative;
}
.contact-block .vc_single_image-wrapper::before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-cta p {
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
}
.footer-cta p:last-child {
  margin-bottom: 30px !important;
}
.footer-map .vc_column-inner {
  padding: 0 !important;
}
.footer-map .contact_detail {
  background: #F15A24;
  padding: 91px 13px 91px 62px;
}
.footer-map .contact_detail * {
  color: #fff;
}
.footer-map .contact_detail .address_details,
.footer-map .contact_detail .phone_number,
.footer-map .contact_detail .email_address,
.footer-map .contact_detail .fax_number {
  margin-bottom: 30px;
}
.footer-map .contact_detail .address_details i,
.footer-map .contact_detail .phone_number i,
.footer-map .contact_detail .email_address i,
.footer-map .contact_detail .fax_number i {
  padding-right: 17px;
}
.footer-map .contact_detail .social {
  padding-top: 20px;
  margin-bottom: 0;
}
.footer-map .contact_detail .social li {
  padding-left: 0 !important;
  margin-top: 0 !important;
}
.footer-map .contact_detail .social li a i {
  font-size: 30px !important;
}
.footer {
  background: #000;
  position: relative;
  padding: 120px 0 37px;
}
.footer::before {
  position: absolute;
  content: "";
  background: url(../img/footer-bg.svg) no-repeat;
  width: 416px;
  height: 340px;
  top: 65px;
  left: 0;
  transform: translateX(-50%);
}
.footer * {
  color: #fff;
}
.footer .footer-quick-links {
  padding-left: 100px;
}
.footer .footer-quick-links ul li {
  padding-bottom: 0 !important;
}
.footer .footer-quick-links ul li a {
  font-weight: 400;
}
.footer .services-wrapper {
  padding-left: 50px;
}
.footer .services-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .services-wrapper ul li {
  padding-bottom: 0 !important;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.footer .footer_disclaimer {
  padding: 31px 0;
  text-align: left;
  background: rgba(255,255,255,0.1);
  margin: 85px 0 36px;
  font-size: 16px;
}
.footer .footer_copyright * {
  font-size: 15px;
}
.footer .footer_copyright .footer_links a {
  margin: 0 15px;
}
.footer .footer_copyright .footer_maker i {
  margin: 0 3px;
  animation: 1s plus-heart infinite;
  color: #F15A24;
}
