@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --global-font-family: "Inter", sans-serif;
  --global-font-size: 20px;
  --global-font-weight: 400;
  --global-font-color:#000;
  --global-heading-font-color: #2F4858;
  --global-background-color: #F4F4F4;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #2F4858;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #2F4858;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  scroll-behavior: smooth;
}

body p {
  font-weight: var(--global-font-weight);
  font-size: var(--global-font-size);
  font-family: var(--global-font-family);
  color: var(--global-font-color);
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 15px;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
body ::-moz-selection {
  background-color: #2F4858;
  color: #fff;
}
body ::selection {
  background-color: #2F4858;
  color: #fff;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 3.5rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_gitem-zone-a .vc_gitem-row-position-top, body #content .vc_gitem-zone-b .vc_gitem-row-position-top, body #content .vc_gitem-zone-a .vc_gitem-row-position-middle, body #content .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body #content .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body #content .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body #content .no-pad {
  padding: 0 !important;
}
body #content .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body #content .wpb_single_image {
  margin: 0;
}
body .mg-top-sm {
  margin-top: 20px !important;
}
body .mg-bt-s {
  margin-bottom: 20px !important;
}
body .mg-bt-m {
  margin-bottom: 40px !important;
}
body .mg-top-sm-s {
  margin-top: 10px !important;
}
body .site-head-sm-s {
  margin-top: 10px !important;
}
body .mg-top-med {
  margin-top: 40px !important;
}
body .mg-top {
  margin-top: 60px !important;
}
body .mg-top-bt {
  margin: 3.5rem 0 !important;
}
body .pad-top {
  padding-top: 5em;
}
body .no-pad-top {
  padding-top: 0 !important;
}
body .center {
  text-align: center;
}
body .hidden {
  display: none;
}
body .full-img > .vc_figure {
  display: block;
}
body .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block;
}
body .full-img > .vc_figure > .vc_single_image-wrapper img {
  width: 100%;
}
body .txt {
  margin: 0;
}
body .txt p {
  font-weight: 300;
  font-size: var(--global-font-size);
  font-family: var(--global-font-family);
}
body .txt p strong {
  color: var(--global-heading-font-color);
  font-weight: 600;
}
body .heading {
  color: var(--global-heading-font-color);
  font-size: 2.2rem;
  font-weight: 500;
  font-family: var(--global-font-family);
  margin: 0.7rem 0;
}
body .site-head {
  color: var(--global-heading-font-color);
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--global-font-family);
}
body .container {
  max-width: 1740px;
  margin: 0 auto;
}
body a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
}
body ul li {
  list-style: none;
  color: #000;
  font-family: var(--global-font-family);
}
body .btn {
  background: #fff;
  padding: 0.6rem 1rem;
  border: none;
  transition: 0.5s;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  font-family: var(--global-font-family);
}
body .btn:hover {
  background: #179580;
  color: #FFF;
}
body .grn-btn {
  background: #2F4858;
  padding: 0.6rem 1rem;
  border: none;
  transition: 0.5s;
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
  font-family: var(--global-font-family);
}
body .grn-btn:hover {
  background: #179580;
  color: #FFF;
}
body .mm-panels .primary-menu-container .mm-navbar .mm-navbar__title {
  background: var(--global-heading-font-color);
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
}
body header .header-main {
  margin: 1em 0;
}
body header .header-main .header-inner .logo-head .logo {
  width: 80%;
}
body header .header-main .header-inner .logo-head .logo img {
  width: 100%;
  height: auto;
}
body header .header-main .header-inner .flex-row {
  align-items: center;
  justify-content: space-between;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul {
  display: flex;
  gap: 3.3rem;
  align-items: center;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li {
  position: relative;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li.menu-item-has-children > a {
  padding-right: 1em;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  transition: all 0.3s;
  color: var(--global-heading-font-color);
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li.current-menu-item > a {
  color: var(--global-heading-font-color);
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li.current-menu-item > a:before {
  left: 0;
  right: 0;
  width: 100%;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #000;
  transition: 0.4s;
  position: relative;
  padding: 0.2em 0;
  font-weight: 400;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 0;
  bottom: 0;
  background: var(--global-heading-font-color);
  height: 2px;
  transition: all 0.4s;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li a:hover:before {
  left: 0;
  width: 100%;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #000;
  display: block;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: var(--global-heading-font-color);
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li ul.sub-menu li.menu-item a:before {
  display: none;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li ul.sub-menu li.menu-item a:hover {
  background: #000;
  color: #fff;
  transition: 0.4s;
}
body header .header-main .header-inner .main-menu .primary-navigation .primary-menu-container ul li ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body #content .page-header .page-banner {
  position: relative;
}
body #content .page-header .page-banner .featured-txt {
  margin-bottom: 1rem;
}
body #content .page-header .page-banner .featured-txt img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .page-header .page-banner .page-naam-parent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
body #content .page-header .page-banner .page-naam-parent .page-naam {
  width: 100%;
}
body #content .page-header .page-banner .page-naam-parent .page-naam h1 {
  text-align: center;
  color: #fff;
  font-size: 3.5em;
  position: relative;
  z-index: 999999;
}
body #content .hero-banner {
  position: relative;
}
body #content .hero-banner .home-sec-slider {
  position: relative;
}
body #content .hero-banner .home-sec-slider:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6784313725);
  width: 100%;
  height: 100%;
  z-index: 1;
}
body #content .hero-banner .hero-banner-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto !important;
  z-index: 111;
}
body #content .hero-banner .hero-banner-txt .txt {
  margin: 0;
  width: 70%;
}
body #content .hero-banner .hero-banner-txt .txt h3 {
  color: #fff;
  font-size: 3.333rem;
  font-weight: 700;
  line-height: 1.5em;
}
body #content .hero-banner .hero-banner-txt .txt p {
  color: #fff;
  font-size: 1.633rem;
  font-weight: 300;
}
body #content .hero-banner .hero-banner-txt .txt .hero-btn {
  margin-top: 1.667rem;
}
body #content .hero-banner .hero-banner-txt .txt .hero-btn .flex-row {
  align-items: center;
  gap: 1rem;
}
body #content .hero-banner .hero-banner-txt-2 {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  z-index: 111;
}
body #content .hero-banner .hero-banner-txt-2 .txt {
  margin: 0;
  width: 70%;
}
body #content .hero-banner .hero-banner-txt-2 .txt h3 {
  color: #fff;
  font-size: 2.433rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1rem 0 0 0;
}
body #content .home-about-us-sec .about-us-row .txt p {
  margin-bottom: 1.5rem;
  font-size: var(--global-font-size);
  font-weight: 400;
}
body #content .about-us-sec .about-us-row .txt p {
  margin-bottom: 0.4rem;
  font-size: var(--global-font-size);
  font-weight: 400;
}
body #content .about-us-sec .about-us-row .full-img img {
  width: 80%;
  height: auto;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .about-us-sec .about-us-row .about-us-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 1rem;
  height: 100%;
}
body #content .about-us-sec .about-us-row .about-us-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p {
  margin: 0.6rem 0;
}
body #content .about-us-sec .about-us-row .about-us-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt ul {
  padding: 0 2rem;
  margin-bottom: 0.5rem;
}
body #content .about-us-sec .about-us-row .about-us-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt ul li {
  list-style: disc;
  line-height: 2;
}
body #content .mid-sec .mid-row .mid-img {
  position: relative;
}
body #content .mid-sec .mid-row .mid-txt {
  position: absolute;
  top: 15%;
  transform: translate(50%, 100%);
  width: 35%;
  left: 40%;
}
body #content .treatment-sec .treatment-row .txt p {
  text-align: center;
}
body #content .treatment-sec .treatment-row .treatment-inner-row {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
body #content .treatment-sec .treatment-row .treatment-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
  padding: 1rem;
  margin: 1.5rem 0 0 0;
  height: 100%;
  transition: 0.5s;
}
body #content .treatment-sec .treatment-row .treatment-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  background: var(--global-heading-font-color);
  transform: translateY(-10px);
}
body #content .treatment-sec .treatment-row .treatment-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .full-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(57deg) brightness(103%) contrast(103%);
}
body #content .treatment-sec .treatment-row .treatment-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .txt h3 a {
  color: #fff;
}
body #content .treatment-sec .treatment-row .treatment-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper .full-img img {
  width: auto;
  height: 84px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(44%) saturate(441%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
body #content .treatment-sec .treatment-row .treatment-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt h3 {
  text-align: center;
  color: #000;
  margin-top: 1rem;
}
body #content .treatment-sec .treatment-row .treatment-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt h3 a {
  font-size: 1.1rem;
  font-weight: 300;
}
body #content .treatment-sec .treatment-row .treatment-inner-row > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_raw_html {
  margin: 0;
}
body #content .testimonial-sec .testimonial-row .slick-slider .testimonial-slide {
  border: 1px solid #D2D2D2;
  margin: 0em 0.375em;
  border-radius: 15px;
  padding: 1em 1em 2em;
  position: relative;
}
body #content .testimonial-sec .testimonial-row .slick-slider .testimonial-slide .testimonial-txt {
  font-weight: 300;
  font-size: 0.9rem;
  font-style: italic;
  text-align: center;
  line-height: 1.4;
  margin: 1rem 0;
}
body #content .testimonial-sec .testimonial-row .slick-slider .testimonial-slide .testimonial-head h3 {
  color: var(--global-heading-font-color);
  line-height: 1;
  font-weight: 700;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 0.5rem;
}
body #content .testimonial-sec .testimonial-row .slick-slider .testimonial-slide .testimonial-head h4 {
  color: var(--global-heading-font-color);
  line-height: 1;
  font-weight: 600;
  font-size: 0.9rem;
  font-style: italic;
  text-align: center;
}
body #content .testimonial-sec .testimonial-row .slick-slider .testimonial-slide .testimonial-img {
  border: 6px solid var(--global-heading-font-color);
  border-radius: 100%;
  padding: 6px;
  width: 134px;
  height: 134px;
  margin: -1rem auto 0;
  background: #FFF;
  display: flex;
}
body #content .testimonial-sec .testimonial-row .slick-slider .testimonial-slide .testimonial-img img {
  margin: 0 auto;
  border: 0;
  border-radius: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #content .privacy-policy-row .heading {
  font-size: 1.7rem;
  margin: 1rem 0;
}
body #content .privacy-policy-row .txt ul {
  padding: 0 2rem;
}
body #content .privacy-policy-row .txt ul li {
  font-weight: 300;
  font-size: var(--global-font-size);
  font-family: var(--global-font-family);
  list-style: decimal;
  line-height: 2;
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent;
  color: var(--global-heading-font-color);
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid #FFF;
  background: var(--global-heading-font-color);
  color: #FFF;
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:before {
  border-color: #FFF;
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:after {
  border-color: #FFF;
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-title a {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent;
  color: var(--global-heading-font-color);
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid var(--global-heading-font-color);
  color: var(--global-heading-font-color);
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before {
  border-color: var(--global-heading-font-color);
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:after {
  border-color: var(--global-heading-font-color);
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .txt ul {
  padding: 0 2rem;
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .txt ul li {
  list-style: disc;
  line-height: 2.1;
  font-size: 1rem;
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .txt p {
  font-size: 1.1rem;
  color: #000;
  line-height: 2;
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .txt p strong {
  color: var(--global-heading-font-color);
  font-weight: 600;
}
body #content .faqs-sec .faqs-row .faqs-acc .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .txt p a {
  color: var(--global-heading-font-color);
  font-weight: 600;
  text-decoration: underline;
}
body #content .contact-us-sec {
  margin: 3rem 0;
}
body #content .contact-us-sec .contact-us-row {
  position: relative;
}
body #content .contact-us-sec .contact-us-row:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.7;
  width: 400px;
  height: 400px;
  transform: rotate(38deg);
  clip-path: circle(50% at 50% 50%);
  background: radial-gradient(at center, #349891, #1F3D3F);
  top: -48px;
  left: -140px;
  opacity: 0.8;
  visibility: visible;
  display: block;
  overflow: hidden;
}
body #content .contact-us-sec .contact-us-row:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 600px;
  height: 600px;
  top: -51px;
  transform: rotate(45deg);
  clip-path: circle(50% at 50% 50%);
  background: radial-gradient(at center, #349891, #1F3D3F);
  bottom: -250px;
  right: -200px;
  opacity: 0.7;
  visibility: visible;
  display: block;
  overflow: hidden;
}
body #content .contact-us-sec .contact-us-row .txt-col {
  padding: 4rem;
  background-color: #fff;
  border-radius: 1rem;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt p {
  font-size: 1.12rem;
  margin: 0.8rem 0;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt p strong {
  color: #E9552B;
  font-weight: 600;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt a {
  font-size: 1rem;
  font-weight: 300;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt a.location {
  position: relative;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt a.location::before {
  content: "\f1d8";
  font-family: "FontAwesome";
  padding-left: 0.5em;
  color: var(--global-heading-font-color);
  position: absolute;
  top: 0;
  left: -2.5rem;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt a.phone {
  position: relative;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt a.phone::before {
  content: "\f095";
  font-family: "FontAwesome";
  padding-left: 0.5em;
  color: var(--global-heading-font-color);
  position: absolute;
  top: 0;
  left: -2.5rem;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt a.email {
  position: relative;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt a.email::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  padding-left: 0.5em;
  color: var(--global-heading-font-color);
  position: absolute;
  top: 0;
  left: -2.5rem;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt a:hover {
  color: #075E54;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt ul li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt ul li strong {
  color: var(--global-heading-font-color);
  font-weight: 600;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt ul li.time {
  position: relative;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt ul li.time::before {
  content: "\f017";
  font-family: "FontAwesome";
  padding-left: 0.5em;
  color: var(--global-heading-font-color);
  position: absolute;
  top: 0;
  left: -2.5rem;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
}
body #content .contact-us-sec .contact-us-row .form-col {
  background: rgba(255, 255, 255, 0.15);
  padding: 40px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
body #content .contact-us-sec .contact-us-row .form-col .form-group .wpcf7-text {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  width: 100%;
}
body #content .contact-us-sec .contact-us-row .form-col .form-group .wpcf7-textarea {
  width: 100%;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  resize: none;
  height: 140px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  margin-top: 1rem;
  font-family: var(--global-font-family);
}
body #content .contact-us-sec .contact-us-row .form-col .form-group select {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  width: 100%;
}
body #content .contact-us-sec .contact-us-row .form-col .submit-btn p {
  text-align: end;
  margin: 0;
}
body #content .contact-us-sec .contact-us-row .form-col .submit-btn p .wpcf7-submit {
  background-color: var(--global-heading-font-color);
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
  margin: 2rem 0 0 0;
}
body #content .contact-us-sec .contact-us-row .form-col .submit-btn p .wpcf7-submit:hover {
  background-color: #075E54;
}
body #content .contact-us-sec .contact-us-row .form-col .submit-btn p .wpcf7-spinner {
  top: 12px;
}
body .team-card {
  display: none;
}
body .team-card .border-class {
  border-left: 2px solid var(--global-heading-font-color);
  padding-left: 2em;
  font-family: var(--global-font-family);
  height: 100%;
}
body .team-card .border-class h3.team-heading {
  font-size: 1.4em;
  margin-bottom: 0.6em;
  color: var(--global-heading-font-color);
}
body .team-card .border-class h3.team-heading:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 100%;
  width: 30%;
  height: 2px;
  background: var(--global-heading-font-color);
  margin: 0 auto;
  bottom: 0;
}
body .team-card .border-class .team-designation {
  font-size: 1.2em;
  color: var(--global-heading-font-color);
  margin-bottom: 0.6rem;
  letter-spacing: 1px;
  font-weight: 600;
}
body .team-card .border-class ul.team-txt {
  font-size: 1.2em;
  font-family: var(--global-font-family);
  margin: 0 0 1.6rem;
}
body .team-card .border-class ul.team-txt li {
  position: relative;
  line-height: 2;
}
body .team-card .border-class ul.team-txt li:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--global-heading-font-color);
  left: -2.9%;
  font-size: 1rem;
  top: 9%;
}
body .team-card .border-class ul.team-txt li strong {
  color: var(--global-heading-font-color);
}
body .team-card .border-class p.team-txt {
  margin: 0 0 1.6rem;
}
body .form-group h2 {
  font-size: 2rem;
  color: var(--global-heading-font-color);
  font-weight: 600;
  font-family: var(--global-font-family);
  text-align: center;
  margin-bottom: 1rem;
}
body .form-group label {
  font-size: 1.4rem;
  color: var(--global-heading-font-color);
  font-weight: 500;
  font-family: var(--global-font-family);
}
body .form-group .wpcf7-text {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  width: 100%;
  font-family: var(--global-font-family);
}
body .form-group .wpcf7-textarea {
  width: 100%;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  resize: none;
  height: 140px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  margin-top: 1rem;
  font-family: var(--global-font-family);
}
body .form-group select {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  width: 100%;
  font-family: var(--global-font-family);
}
body .submit-btn p {
  text-align: end;
  margin: 0;
}
body .submit-btn p .wpcf7-submit {
  background-color: var(--global-heading-font-color);
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
  margin: 2rem 0 0 0;
}
body .submit-btn p .wpcf7-submit:hover {
  background-color: #075E54;
}
body .submit-btn p .wpcf7-spinner {
  top: 12px;
}
body footer {
  background-color: #1F3D3F;
  background-image: url(https://vectorphysio.com.au/wp-content/uploads/2026/02/overlay-img.webp);
  --background-overlay: '';
  background-repeat: repeat;
  background-size: contain;
}
body footer .footer-bottom .flex-row {
  align-items: flex-start;
  justify-content: space-between;
  margin: 1.5rem 0 0 0;
}
body footer .footer-bottom .col-3 .widget_media_image a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(347deg) brightness(102%) contrast(105%);
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body footer .footer-bottom .col-3 h2.widget-title {
  color: #fff;
}
body footer .footer-bottom .col-3 .widget_nav_menu ul li {
  line-height: 2.5;
}
body footer .footer-bottom .col-3 .widget_nav_menu ul li a {
  color: #B2D9DA;
  line-height: 1.7;
  transition: 0.3s;
}
body footer .footer-bottom .col-3 .widget_nav_menu ul li a:hover {
  color: #fff;
}
body footer .footer-bottom .col-3 .textwidget p {
  color: #B2D9DA;
  line-height: 2;
}
body footer .footer-bottom .social-links ul li {
  line-height: 2.8;
}
body footer .footer-bottom .social-links ul li svg {
  color: #fff;
}
body footer .footer-bottom .social-links ul li a {
  color: #B2D9DA;
  font-size: 0.9rem;
}
body footer .footer-bottom .social-links ul li a:hover {
  color: #FFF;
}
body footer .footer-bottom .social-media-icons ul {
  display: flex;
  gap: 1.5rem;
  margin: 1em 0;
}
body footer .footer-bottom .social-media-icons ul li a {
  font-size: 1rem;
  background: #FFF;
  display: flex;
  width: 100%;
  color: var(--global-heading-font-color);
  border-radius: 20px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
body footer .copyright {
  padding: 1em 0;
  border-top: 1px solid #B2D9DA;
}
body footer .copyright .flex-row {
  justify-content: center;
}
body footer .copyright p {
  color: #B2D9DA;
  font-size: 0.8rem;
  font-weight: 300;
  padding: 0 0.5em 0 0;
}
body footer .copyright p a {
  color: #B2D9DA;
  transition: 0.2s;
}
body footer .copyright p a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}/*# sourceMappingURL=template.css.map */