* {
  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 {
  line-height: 1.8;
  list-style: decimal;
  padding-left: 15px;
}
ul li,
ol li {
  padding: 0 0 10px;
  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: #8B8B0D;
  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;
}
.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;
  background: #fff;
}
.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: #8B8B0D;
  transform: rotate(45deg);
}
.menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #8B8B0D;
  transform: rotate(-45deg);
}
.mobile-menu__panel {
  padding: 0 0 50px;
  position: relative;
  width: 320px;
  height: 100vh;
  overflow: auto;
  margin-left: auto;
  background-color: #8B8B0D;
}
.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;
  padding-bottom: 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: #D1DF4B;
}
.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: #D1DF4B;
}
.mobile-menu__nav .dropdown-toggle::after {
  display: none;
}
.mobile-menu__nav li.current-menu-item >a {
  color: #fff;
  background-color: #D1DF4B;
}
.img-block {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.img-block img {
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.bg-pattern {
  content: "";
  position: absolute;
  width: calc(100% + 10%);
  height: calc(100% + 8%);
  top: -4%;
  left: -5%;
  display: block !important;
  z-index: 2;
}
.circle-pattern {
  background: url(../img/service-list_bg.svg) no-repeat;
  background-size: contain;
}
.circle-pattern_dot {
  background: url(../img/img-bg.svg) no-repeat;
  background-size: contain;
}
body {
  width: 100% !important;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
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: #D1DF4B !important;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../font/poppins-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.mobile-menu-toggle {
  display: none;
}
.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.header-main .header_menu {
  margin: 0 auto;
  border-radius: 16px;
}
.header-main .header_menu .container-fluid {
  padding: 0 40px 0 30px;
}
.header-main .header_menu .header-logo {
  max-width: 2450px;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
}
.header-main .header_menu .header-logo a {
  display: inline-block;
}
.header-main .header_menu .header-main-menu {
  padding: 0;
}
.header-main .header_menu .header-main-menu .header-nav {
  column-gap: 15px;
  justify-content: space-between;
  padding-right: 35px;
  flex: auto;
}
.header-main .header_menu .header-main-menu .header-nav > li {
  padding: 30px 0px;
  margin: 0;
}
.header-main .header_menu .header-main-menu .header-nav > li.menu-item-has-children a {
  padding-right: 20px;
}
.header-main .header_menu .header-main-menu .header-nav > li > a {
  font-size: 20px;
  color: #53534B;
  font-weight: 700 !important;
}
.header-main .header_menu .header-main-menu .header-nav > li > a::after {
  width: 10px;
  height: 10px;
  border-top: 0 !important;
  border-right: 2px solid #8B8B0D !important;
  border-bottom: 2px solid #8B8B0D !important;
  border-left: 0 !important;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 0;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu {
  top: 100%;
  padding: 0;
  background: #8B8B0D;
  width: 280px;
  border: none;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu::before,
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu::after {
  border-bottom-color: #8B8B0D !important;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu li {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu li a {
  padding: 7px 7px;
  font-size: 17px;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu li a:hover {
  background: rgba(255,255,255,0.3);
}
.header-main .header_menu .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: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  border-left: 0 !important;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu li .dropdown-menu {
  border: 0;
  border-radius: 0;
  width: 350px;
  background: #8B8B0D;
  padding: 0;
  margin: 0;
  top: 0;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu li .dropdown-menu li a {
  padding: 8px 10px;
  display: block;
  font-size: 18px;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav > li {
  position: relative;
}
.header-main .header_menu .header-main-menu .header-nav > li.current_page_item::before {
  opacity: 1;
}
.header-main .header_menu .header-main-menu .header-nav > li.current_page_item > a {
  color: #8B8B0D;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor::before {
  opacity: 1;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor > a {
  color: #8B8B0D;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a {
  background: rgba(255,255,255,0.2);
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a::before {
  width: 100%;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a {
  background: rgba(255,255,255,0.2);
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a::before {
  width: 100%;
}
.header-main .header_menu .header-main-menu .header-nav > li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 17px;
  background: url(../img/menu-arrow.svg) no-repeat;
  background-size: cover;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
  opacity: 0;
}
.header-main .header_menu .header-main-menu .header-nav > li a {
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
}
.header-main .header_menu .contact-info-block {
  padding: 15px 40px 0px 0px;
  border-radius: 48px 0 0 48px;
}
.header-main .header_menu .contact-info-block .contact-btn {
  justify-content: start;
  column-gap: 40px;
  width: 100%;
}
.header-main .header_menu .contact-info-block .contact-btn a {
  margin-left: 0px;
  font-size: 20px;
  font-weight: 700 !important;
}
.header-main .header_menu .contact-info-block .contact-btn a.theme-btn {
  background: #F6F9D9 !important;
  color: #000 !important;
  border: none !important;
  display: flex !important;
  align-items: center;
  padding: 13px 18px !important;
  text-transform: lowercase !important;
  font-size: 16px !important;
}
.header-main .header_menu .contact-info-block .contact-btn a.theme-btn i {
  color: #000;
  padding: 0 !important;
  font-size: 18px;
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-main .header_menu .contact-info-block .contact-btn a.theme-btn::before {
  content: "";
  position: absolute;
  background: #8B8B0D;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.4s;
  transform: scale(0);
  z-index: -1;
  border-radius: 1000px 1000px 0 0;
}
.header-main .header_menu .contact-info-block .contact-btn a.theme-btn:hover {
  color: #fff !important;
}
.header-main .header_menu .contact-info-block .contact-btn a.theme-btn:hover i {
  color: #fff;
}
.header-main .header_menu .contact-info-block .contact-btn a.theme-btn:hover::before {
  height: 100%;
  border-radius: 6px;
  transform: scale(1);
}
.header-main .header_menu .contact-info-block .contact-btn.mobile {
  display: none !important;
}
.header-main .header_menu .social-icon .social {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 99;
  background: linear-gradient(to bottom,#8B8B0D,#D1DF4B);
  display: block;
  border-radius: 18px 0 0 18px;
}
.header-main .header_menu .social-icon .social li + li::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 80%;
  height: 2px;
  background: rgba(255,255,255,0.4);
}
.header-main .header_menu .social-icon .social li {
  display: block;
  margin: 0;
  padding: 17px;
  position: relative;
}
.header-main .header_menu .social-icon .social li a {
  display: block;
}
.header-main .header_menu .social-icon .social li a i {
  color: #fff !important;
  transition: 0.4s;
}
.header-main .header_menu .social-icon .social li a:hover i {
  color: #000 !important;
}
.header-main.sticky {
  position: fixed;
  padding: 0;
  animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
  box-shadow: 0 0 14px rgba(0,0,0,0.5);
  background: #fff;
}
.header-main.sticky .header_menu {
  max-width: 100%;
  border-radius: 0;
}
.header-main.sticky .header_menu .header-logo {
  border-radius: 0;
  padding: 0;
  max-width: 170px;
}
.header-main.sticky .header_menu .header-main-menu .header-nav > li {
  padding: 25px 0;
}
.header-main.sticky .header_menu .contact-info-block {
  display: none !important;
}
.header-main.sticky .theme-btn {
  padding: 12px 35px !important;
}
.contanier {
  max-width: 1326px;
  padding-left: 15px;
  padding-right: 15px;
}
.homepage-slider {
  margin-top: 140px;
  overflow: hidden;
}
p:empty {
  display: none;
}
.bg_linear-top {
  background: linear-gradient(to top,#8B8B0D,#D1DF4B);
}
.bg_linear-right {
  background: linear-gradient(to left,#8B8B0D,#D1DF4B);
}
.team_main_section {
  overflow: hidden;
}
.main_inner_container,
body {
  overflow-x: hidden;
}
.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 750px;
}
.modal .modal-content {
  border: 0;
}
.modal .modal-header {
  display: block;
  background: #8B8B0D;
  padding-right: 50px;
  text-align: center;
}
.modal .modal-header * {
  color: #fff;
}
.modal .modal-header h4 {
  margin-bottom: 0;
}
.modal .modal-header h5 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: brightness(0) invert(1);
}
.modal .modal-header .modal-title {
  margin: 0 auto;
}
.modal .modal-body {
  text-align: center;
  cursor: auto;
}
.modal .modal-body * {
  color: #000;
}
.modal .modal-body .hour-list {
  text-align: left;
  max-width: 410px;
  margin: 0 auto;
}
.modal .modal-body .hour-list label {
  max-width: 170px;
  flex: 200px;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 0 !important;
  border-bottom: 1px solid red !important;
}
.banner_inner {
  margin-top: 140px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  position: relative;
  background-size: cover !important;
  background-position: right !important;
}
.banner_inner * {
  color: #000;
}
.two-column {
  padding-top: 50px;
  padding: 50px 0;
}
.two-column.top-pattern {
  overflow: visible !important;
}
.two-column.top-pattern::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 900px;
  height: 800px;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.two-column .theme-btn {
  padding-top: 40px;
}
.two-column .wpb_single_image {
  padding: 35px;
}
.two-column .wpb_single_image figure {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.two-column .wpb_single_image figure img {
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.two-column .wpb_single_image figure::before {
  content: "";
  position: absolute;
  width: calc(100% + 10%);
  height: calc(100% + 8%);
  top: -4%;
  left: -5%;
  display: block !important;
  z-index: 2;
  background: url(../img/img-bg.svg) no-repeat;
  background-size: contain;
}
.two-column > .vc_row {
  display: flex;
  align-items: center;
  padding: 35px 0;
}
.two-column > .vc_row > .wpb_column:first-child {
  padding-right: 50px;
}
.two-column > .vc_row > .wpb_column:first-child .wpb_single_image {
  display: none;
}
.two-column > .vc_row > .wpb_column .wpb_single_image * {
  display: block;
  width: 100%;
}
.two-column > .vc_row:nth-child(odd) {
  flex-direction: row-reverse;
  margin-top: 0;
}
.two-column > .vc_row:nth-child(odd)::before {
  display: none !important;
}
.two-column > .vc_row:nth-child(odd) > .wpb_column:first-child {
  padding-left: 50px;
  padding-right: 0;
}
.two-column > .vc_row:nth-child(odd) > .wpb_column:first-child .wpb_single_image {
  display: none;
}
.two-column > .vc_row.square-img .wpb_single_image {
  padding: 0;
}
.two-column > .vc_row.square-img .wpb_single_image figure {
  position: relative;
  border-radius: 0;
  aspect-ratio: auto;
  padding-bottom: 0;
  height: 100%;
}
.two-column > .vc_row.square-img .wpb_single_image figure img {
  position: relative;
  aspect-ratio: auto;
  border-radius: 0;
}
.two-column > .vc_row.square-img .wpb_single_image figure::before {
  display: none !important;
}
.two-column > .vc_row.square-img > .wpb_column:first-child {
  background: #F5F5F5;
  padding: 30px;
}
.two-column > .vc_row.square-img > .wpb_column > .vc_column-inner {
  padding: 0;
}
.two-column > .vc_row.square-img:nth-child(odd) > .wpb_column:first-child {
  background: #8B8B0D;
  position: relative;
}
.two-column > .vc_row.square-img:nth-child(odd) > .wpb_column:first-child::before {
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  background: url(../img/team-home-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  bottom: 0;
  right: 0;
  display: block !important;
  opacity: 0.5;
}
.two-column > .vc_row.square-img:nth-child(odd) > .wpb_column:first-child::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/team-home-bg2.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  display: block !important;
  opacity: 0.5;
}
.two-column > .vc_row.square-img:nth-child(odd) > .wpb_column:first-child * {
  position: relative;
  z-index: 3;
  color: #fff;
}
.sitemap-bg {
  position: relative;
}
.sitemap-bg * {
  position: relative;
  z-index: 3;
}
.sitemap-bg::before {
  position: absolute;
  background-size: contain;
  width: 650px;
  height: 560px;
  top: 50%;
  left: 60%;
  opacity: 0.2;
  transform: translate(-50%,-50%);
}
.wpb_text_column p a {
  color: #8B8B0D;
}
.wpb_text_column p a:hover {
  color: #000;
  text-decoration: underline;
}
.wpb_text_column ul li a {
  color: #8B8B0D;
}
.wpb_text_column ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.sitemap-bg ul li a:hover {
  color: #8B8B0D;
}
.footer-contact {
  overflow: hidden;
}
.footer-contact .container {
  max-width: 1546px !important;
}
.contact-home.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.contact-home .vc_custom_heading {
  color: #000;
}
.contact-home .contact-form {
  background: #F5F5F5;
  border-radius: 18px;
  padding: 100px;
}
.contact-home .contact-form::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #F5F5F5;
  width: calc(100% + 30%);
  height: 100%;
  border-radius: 18px;
}
.contact-home .contact-img {
  padding: 35px;
}
.contact-home .contact-img figure {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.contact-home .contact-img figure img {
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.contact-home .contact-img figure::before {
  content: "";
  position: absolute;
  width: calc(100% + 10%);
  height: calc(100% + 8%);
  top: -4%;
  left: -5%;
  display: block !important;
  z-index: 2;
  background: url(../img/img-bg.svg) no-repeat;
  background-size: contain;
}
.contact-home .contact-img figure::after {
  content: "";
  position: absolute;
  width: 496px;
  height: 432px;
  background: url(../img/footer-cta-bg2.png) no-repeat;
  background-size: contain;
  top: -100px;
  right: -100px;
}
.contact-home .contact-img * {
  display: block;
  width: 100%;
}
.service-section {
  position: relative;
}
.service-section.vc_section {
  margin-left: -130px;
  margin-right: -130px;
  overflow: hidden !important;
}
.service-section .service-block {
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  padding: 0 10px;
  position: relative;
}
.service-section .service-block.children::after {
  content: "";
  position: absolute;
  background: url(../img/children-logo.png) no-repeat;
  background-size: contain;
  width: 112px;
  height: 112px;
  top: 0;
  left: 0;
  z-index: 5;
}
.service-section .service-block .service-img {
  margin-bottom: 24px;
  box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.service-section .service-block .service-img img {
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.service-section .service-block .service-img::before {
  content: "";
  position: absolute;
  width: calc(100% + 10%);
  height: calc(100% + 8%);
  top: -4%;
  left: -5%;
  display: block !important;
  z-index: 2;
  background: url(../img/service-list_bg.svg) no-repeat;
  background-size: contain;
}
.service-section .service-block .service-img a {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 8px 20px;
  z-index: 3;
  width: 75%;
  font-weight: 700;
  border-radius: 8px;
  opacity: 0;
  transition: 0.4s;
}
.service-section .service-block .service-img a:hover {
  background: #8B8B0D;
  color: #fff;
}
.service-section .service-block .service-img:hover a {
  top: 50%;
  opacity: 1;
}
.service-section.home::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -380px;
  width: 700px;
  height: 600px;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.vc_row:has(.patient-block) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.patient-block {
  padding: 40px 50px !important;
  border-radius: 18px;
  margin-top: -130px;
  position: relative;
  z-index: 32;
}
.patient-block::before {
  content: "";
  position: absolute;
  width: 177px;
  height: 205px;
  background: url(../img/patient-block-bg.svg) no-repeat;
  background-size: contain;
  bottom: 10px;
  right: 10px;
  opacity: 0.2;
  display: block !important;
}
.why-choose-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
.why-choose-section .why-choose-listing {
  position: relative;
}
.why-choose-section .why-choose-listing .why-choose_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.why-choose-section .wpb_text_column ul li a {
  color: #53534b;
}
.why-choose-section .clients-wrapper .choose_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why-choose-section .clients-wrapper .choose_slider li + li::after {
  content: "";
  max-width: 306px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #707070;
}
.why-choose-section .clients-wrapper .choose_slider li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  padding: 20px 0 !important;
}
.why-choose-section .clients-wrapper .choose_slider li::before {
  display: none;
}
.why-choose-section .clients-wrapper .choose_slider li .why-choose_block {
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 310px;
}
.why-choose-section .clients-wrapper .choose_slider li .why-choose_block .why-choose-image-wrapper {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.why-choose-section .clients-wrapper .choose_slider li .why-choose_block .why-choose-image-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 4px;
}
.why-choose-section .clients-wrapper .choose_slider li:nth-child(even)::after {
  right: 0;
  left: auto;
}
.why-choose-section .clients-wrapper .choose_slider li:nth-child(even) .why-choose_block {
  margin-left: auto;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: end;
}
.why-choose-section .clients-wrapper .choose_slider li:nth-child(even) .why-choose_block .why-choose-image-wrapper {
  margin-right: 0;
  margin-left: 15px;
}
.why-choose-section .clients-wrapper .choose_slider li:nth-child(2)::after {
  display: none;
}
.team-row_home .team-img_home {
  position: relative;
}
.team-row_home .team-img_home > .vc_column-inner {
  position: relative;
  background-position: center top !important;
  max-width: 740px;
  padding: 100px 100px 70px !important;
}
.team-row_home .team-img_home > .vc_column-inner::before {
  content: "";
  background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 40%;
  z-index: 2;
}
.team-row_home .team-img_home > .vc_column-inner > .wpb_wrapper {
  z-index: 3;
  position: relative;
  max-width: 310px;
  margin-left: auto;
}
.team-row_home .team-img_home > .vc_column-inner > .wpb_wrapper .vc_custom_heading {
  margin-bottom: 5px;
}
.team-row_home .team-text_home {
  padding: 100px 100px 70px;
  background: #8B8B0D;
}
.team-row_home .team-text_home::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/team-home-bg2.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  display: block !important;
  opacity: 0.5;
}
.team-row_home .team-text_home::after {
  position: absolute;
  content: "";
  width: 340px;
  height: 375px;
  background: url(../img/team-home-bg.png) no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  display: block !important;
}
.team-row_home .team-text_home > .vc_column-inner {
  max-width: 740px;
}
.top-right_pattern {
  position: relative;
}
.top-right_pattern::before {
  content: "";
  position: absolute;
  background: url(../img/pattern.png) no-repeat;
  background-size: contain;
  width: 420px;
  height: 355px;
  top: 60px;
  z-index: -1;
  right: -100px;
}
.top-right_bottom {
  position: relative;
}
.top-right_bottom::before {
  content: "";
  position: absolute;
  background: url(../img/pattern.png) no-repeat;
  background-size: contain;
  width: 420px;
  height: 355px;
  top: 60px;
  z-index: -1;
  right: -100px;
}
.top-right_bottom::after {
  content: "";
  position: absolute;
  background: url(../img/pattern.png) no-repeat;
  background-size: contain;
  width: 420px;
  height: 355px;
  bottom: 50px;
  z-index: -1;
  left: -200px;
}
.top-right_bottom.nurses-team-wrapper::before {
  display: none;
}
.top-left_bottom {
  position: relative;
}
.top-left_bottom::before {
  content: "";
  position: absolute;
  background: url(../img/pattern.png) no-repeat;
  background-size: contain;
  width: 420px;
  height: 355px;
  top: 160px;
  left: -200px;
  display: block !important;
  z-index: -1;
}
.top-left_bottom::after {
  content: "";
  position: absolute;
  background: url(../img/pattern.png) no-repeat;
  background-size: contain;
  width: 420px;
  height: 355px;
  bottom: 50px;
  right: -100px;
  display: block !important;
  z-index: -1;
}
.top-left_bottom.administration-team-wrapper::before {
  display: none;
}
.cta-block.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.cta-block .wpb_column {
  background: #949946;
  padding: 70px 100px;
  position: relative;
}
.cta-block .wpb_column::before {
  position: absolute;
  content: "";
  width: 270px;
  height: 100%;
  background: url(../img/team-home-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  bottom: 0;
  right: 0;
  display: block !important;
}
.cta-block .wpb_column::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/team-home-bg2.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  display: block !important;
  opacity: 0.5;
}
.cta-block .wpb_column >.vc_column-inner {
  position: relative;
  z-index: 3;
}
.cta-block * {
  color: #fff;
}
.cta-block .theme-btn {
  padding-right: 60px;
}
.cta-block .wpb_text_column p a {
  color: #fff;
  text-decoration: underline;
}
.cta-block .wpb_text_column p a:hover {
  color: #D1DF4B;
  text-decoration: none;
}
.team_main_section {
  padding: 100px 0;
}
.team_main_section .meet-our-team-box .team_boxs {
  margin-top: 24px;
}
.team_main_section .meet-our-team-box .team_boxs .therapist-card__therapist-avatar {
  overflow: hidden;
  position: relative;
}
.team_main_section .meet-our-team-box .team_boxs .therapist-card__therapist-avatar::before {
  content: "";
  background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 40%;
  z-index: 2;
}
.team_main_section .meet-our-team-box .team_boxs .therapist-card__therapist-avatar img {
  width: 100%;
}
.team_main_section .meet-our-team-box .team_boxs .therapist-card__therapist-avatar .therapist-card__details-container {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  padding: 0 20px;
  left: 0;
  width: 100%;
}
.team_main_section .meet-our-team-box .team_boxs .therapist-card__therapist-avatar .therapist-card__details-container p {
  text-transform: uppercase;
}
.team-detail .wpb_column:first-child {
  padding-right: 70px;
}
.team-detail .wpb_single_image * {
  display: block;
  width: 100%;
}
.logo_shape::before {
  content: "";
  position: absolute;
  background: url(../img/logo_shape.png) no-repeat;
  background-size: contain;
  width: 650px;
  height: 560px;
  top: 50%;
  left: 60%;
  opacity: 0.5;
  transform: translate(-50%,-50%);
}
.logo_shape ul li a:hover {
  color: #8B8B0D;
}
.gform_wrapper.gravity-theme .gform_validation_errors > .gform_submission_error > .gform-icon.gform-icon--close {
  display: none;
}
.contact-section {
  background: #F5F5F5;
}
.contact-section form {
  max-width: 650px;
  margin: 0 auto;
}
.contact-section form .gform_footer {
  justify-content: center;
}
.contact-section.appointment form {
  max-width: 1100px;
}
.gform-icon--circle-error {
  opacity: 0 !important;
  display: none !important;
}
.footer {
  position: relative;
  overflow: hidden;
  padding: 80px 0 30px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: -280px;
  width: 910px;
  height: 800px;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.footer a {
  color: #53534B;
}
.footer a:hover {
  color: #8B8B0D !important;
}
.footer .footer-main-menu ul {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to top,#8B8B0D,#D1DF4B);
  align-items: center;
  padding: 25px;
  border-radius: 18px;
}
.footer .footer-main-menu ul li {
  margin: 0;
  padding: 0;
}
.footer .footer-main-menu ul li a {
  color: #fff;
}
.footer .footer-main-menu ul li a:hover {
  color: #000 !important;
}
.footer .footer_main {
  position: relative;
  z-index: 3;
}
.footer .footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 70px;
}
.footer .row.service {
  padding-top: 50px;
}
.footer .row.service .services-wrapper {
  padding-bottom: 30px;
}
.footer .row.service .services {
  padding-right: 70px;
}
.footer .row.service h5 {
  margin-bottom: 20px;
}
.footer .row.service .widget_nav_menu .menu {
  display: flex;
  flex-wrap: wrap;
}
.footer .row.service .widget_nav_menu .menu li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0;
  margin-bottom: 10px;
}
.footer .footer_disclaimer {
  font-size: 16px !important;
  background: #F5F5F5;
}
.footer .footer_disclaimer h5 {
  font-size: 20px;
  font-weight: 400;
}
.footer .footer_disclaimer p {
  font-size: 10pt !important;
}
.footer .footer_disclaimer .disclaimer {
  padding: 25px;
}
.footer .footer_copyright {
  font-size: 16px !important;
  padding-top: 25px;
}
.footer .footer_copyright a {
  font-size: 16px !important;
}
.footer .footer_copyright a:hover {
  color: #8B8B0D;
}
.footer .footer_copyright .footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
.footer .footer_copyright p {
  font-size: 16px;
}
.footer .footer_copyright .footer_maker p i {
  background: linear-gradient(to top,#8B8B0D,#D1DF4B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: plus-heart 1s infinite;
}
.footer_location {
  background: #F5F5F5;
  position: relative;
}
.footer_location::before {
  content: "";
  position: absolute;
  background: url(../img/bg-logo.svg) no-repeat;
  background-size: contain;
  width: 320px;
  height: 280px;
  bottom: 25px;
  left: -110px;
  opacity: 0.2;
}
.footer_location iframe {
  vertical-align: top;
}
.footer_location .location-info {
  position: relative;
  padding-left: 100px;
}
.footer_location .location-info::after {
  content: "";
  position: absolute;
  width: 396px;
  height: 332px;
  background: url(../img/footer-cta-bg2.png) no-repeat;
  background-size: contain;
  bottom: -50px;
  right: -50px;
}
.footer_location .location-info i {
  color: #8B8B0D;
}
.footer_location .location-info a {
  color: #53534B;
}
.footer_location .location-info a:hover {
  color: #8B8B0D;
}
.footer_location .location-info .phone_number {
  margin-bottom: 25px;
}
.footer_location .location-info .fax-number {
  margin-bottom: 25px;
}
.footer_location .location-info .address {
  margin-bottom: 25px;
  display: flex;
  align-items: start;
}
.footer_location .location-info .address i {
  margin-top: 4px;
}
.footer_location .location-info .email_adress {
  margin-bottom: 25px;
}
.footer-cta {
  position: relative;
}
.footer-cta::before {
  content: "";
  position: absolute;
  background: url(../img/footer-cta_bg.svg) no-repeat;
  background-size: contain;
  width: 295px;
  height: 460px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.footer-cta .footer-cta_info {
  padding-left: 30px;
}
.footer-cta .footer-cta_info >.vc_column-inner {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.review_block {
  border-radius: 18px;
  overflow: hidden;
}
html body {
  font-family: "Nunito", sans-serif;
  color: #53534B;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.5;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  line-height: 1.25;
  margin-bottom: 16px;
}
html body .lvl-2 {
  line-height: 1.08;
}
.lvl-size {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  html body h1,
  html body .lvl-1 {
    font-size: 36px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 28px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 26px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 579px) {
  html body h1,
  html body .lvl-1 {
    font-size: 32px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 26px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 24px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 18px;
  }
}
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: inherit;
}
a:hover {
  color: inherit;
}
li {
  line-height: 1.4;
  margin-bottom: 20px;
}
li strong {
  font-weight: 600;
}
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: #8B8B0D;
  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;
}
p:last-child {
  margin-bottom: 0;
}
.container {
  max-width: 1326px !important;
  width: 100%;
  padding: 0px 15px;
}
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;
}
.social li {
  margin: 0;
}
.social li a i {
  font-size: 24px;
  color: #fff;
}
.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-10 {
  margin-top: 10px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-200 {
  margin-bottom: 200px;
}
.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;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 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;
  }
  .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;
}
.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: #8B8B0D !important;
}
.bg_primary {
  background-color: #8B8B0D;
}
.bg_secondary {
  background-color: #D1DF4B;
}
.bg_darkgray {
  background-color: #e3e3e3;
}
.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,
p.theme-btn {
  padding: 16px 35px !important;
  font-weight: 700;
  color: #000 !important;
  font-size: 22px !important;
  line-height: normal;
  background: #D1DF4B !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  z-index: 2;
  height: 100%;
  text-transform: capitalize !important;
}
a.theme-btn::before,
p.theme-btn::before {
  content: "";
  position: absolute;
  background: #8B8B0D;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.4s;
  transform: scale(0);
  z-index: -1;
  border-radius: 1000px 1000px 0 0;
}
a.theme-btn:hover,
p.theme-btn:hover {
  color: #fff !important;
}
a.theme-btn:hover::before,
p.theme-btn:hover::before {
  height: 100%;
  border-radius: 6px;
  transform: scale(1);
}
.theme-btn .vc_btn3 {
  padding: 16px 35px !important;
  font-weight: 700;
  color: #000 !important;
  font-size: 20px !important;
  line-height: normal;
  background: #D1DF4B !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  z-index: 2;
  height: 100%;
  text-transform: capitalize !important;
}
.theme-btn .vc_btn3::before {
  content: "";
  position: absolute;
  background: #8B8B0D;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.4s;
  transform: scale(0);
  z-index: -1;
  border-radius: 1000px 1000px 0 0;
}
.theme-btn .vc_btn3:hover {
  color: #fff !important;
}
.theme-btn .vc_btn3:hover::before {
  height: 100%;
  border-radius: 6px;
  transform: scale(1);
}
.white-theme-btn .vc_btn3 {
  padding: 12px 35px !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px 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: #8B8B0D !important;
  color: #fff !important;
}
a.white-theme-btn {
  padding: 12px 35px !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px 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;
}
a.white-theme-btn:hover {
  background: #8B8B0D !important;
  color: #fff !important;
}
.blue-theme-btn .vc_btn3 {
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
.blue-theme-btn .vc_btn3::before {
  background: #8B8B0D url(../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center right 14px;
}
.blue-theme-btn .vc_btn3::after {
  background: rgba(255,255,255,0.1);
}
.blue-theme-btn .vc_btn3:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.blue-theme-btn .vc_btn3:hover::before {
  width: 100%;
}
.ls-wrapper:has(.theme-btn) .theme-btn.ls-button-layer {
  transition: 0.4s !important;
}
.ls-wrapper:has(.theme-btn):hover .theme-btn.ls-button-layer {
  background: #8B8B0D !important;
  color: #fff !important;
}
div.ls-wrapper:has(.theme-btn):hover .theme-btn.ls-button-layer::before {
  opacity: 1;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  transition: all .4s ease-in-out;
}
.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-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 .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_error label {
  color: #535353 !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 {
  color: #000;
  font-size: 18px !important;
  font-weight: 400;
  border-radius: 8px !important;
  padding: 20px 30px !important;
  background: #fff;
  outline: none !important;
  border: none;
  border-radius: 18px !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: 18 !important;
}
.gform_wrapper.gravity-theme input[type="submit"] {
  padding: 16px 35px !important;
  font-weight: 700;
  color: #000 !important;
  font-size: 22px !important;
  line-height: normal;
  background: #D1DF4B !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  z-index: 2;
  height: 100%;
  text-transform: capitalize !important;
}
.gform_wrapper.gravity-theme input[type="submit"]:hover {
  color: #fff !important;
  background: #8B8B0D !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: 40px 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: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  border: solid #8B8B0D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-group label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  margin-right: 5px;
}
.form-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #093179;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
}
.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: red !important;
  border: 0 !important;
  outline: none;
  padding: 5px;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: red !important;
  margin-top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-bottom: 0 !important;
}
[type="radio"] {
  position: absolute;
  left: -9999px;
}
[type="radio"] + .gform-field-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000 !important;
}
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"] + .gform-field-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8B8B0D;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
}
[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 #8B8B0D;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
}
[type="radio"]:checked + .gform-field-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #8B8B0D;
  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: 10px;
  justify-content: start;
  text-align: left;
}
.hour-list label {
  max-width: 165px;
  flex: 150px;
}
.hour-list span {
  max-width: 195px;
  flex: 195px;
}
.wpb_text_column ul,
.custom-ul ul {
  margin-bottom: 20px;
  list-style: none;
  text-align: left;
}
.wpb_text_column ul li,
.custom-ul ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}
.wpb_text_column ul li .sub-menu,
.custom-ul ul li .sub-menu {
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-left: 25px !important;
}
.wpb_text_column ul li.menu-item-has-children a,
.custom-ul ul li.menu-item-has-children a {
  margin-bottom: 0px;
}
.wpb_text_column ul li::before,
.custom-ul ul li::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #8B8B0D;
  left: 0px;
  top: 5px;
}
.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: #8B8B0D;
  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-size: 19px !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: 50%;
  transform: translateY(-50%) !important;
  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;
}
.effect-jazz {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  animation: plus-heart;
  transition: all .4s ease-in-out;
}
.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);
  }
}
