@font-face {
  font-family: "Cyclic Sans";
  src: url("/wp-content/themes/html5blank-stable/fonts/CyclicSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.btn {
  border-radius: 50px;
  padding: 0.25rem 1rem;
  font-weight: 500;
  font-size: inherit;
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-light-black {
  background-color: transparent;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.btn-outline-light-black:hover {
  background-color: #1f1f1f;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #6a6a6a;
  color: #6a6a6a;
}
.btn-outline-dark-grey:hover {
  background-color: #6a6a6a;
  color: #fff;
}

.btn-outline-grey {
  background-color: transparent;
  border: 1px solid #7b7b7b;
  color: #7b7b7b;
}
.btn-outline-grey:hover {
  background-color: #7b7b7b;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-green {
  background-color: transparent;
  border: 1px solid #74c9b4;
  color: #74c9b4;
}
.btn-outline-green:hover {
  background-color: #74c9b4;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-light-black {
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #fff;
}
.btn-light-black:hover, .btn-light-black:active, .btn-light-black:focus, .btn-light-black:disabled {
  background-color: #060606;
  color: #fff;
  border: 1px solid #060606;
}
.btn-light-black:focus, .btn-light-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(31, 31, 31, 0.5);
}

.btn-dark-grey {
  background-color: #6a6a6a;
  border: 1px solid #6a6a6a;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #515151;
  color: #fff;
  border: 1px solid #515151;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(106, 106, 106, 0.5);
}

.btn-grey {
  background-color: #7b7b7b;
  border: 1px solid #7b7b7b;
  color: #fff;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:disabled {
  background-color: #626262;
  color: #fff;
  border: 1px solid #626262;
}
.btn-grey:focus, .btn-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(123, 123, 123, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-green {
  background-color: #74c9b4;
  border: 1px solid #74c9b4;
  color: #fff;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:disabled {
  background-color: #4fbba0;
  color: #fff;
  border: 1px solid #4fbba0;
}
.btn-green:focus, .btn-green:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(116, 201, 180, 0.5);
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 500;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #000 !important;
}
.text-black a {
  color: #000;
  font-weight: 500;
}
.text-black a:hover {
  color: black;
}

.text-light-black {
  color: #1f1f1f !important;
}
.text-light-black a {
  color: #1f1f1f;
  font-weight: 500;
}
.text-light-black a:hover {
  color: #060606;
}

.text-dark-grey {
  color: #6a6a6a !important;
}
.text-dark-grey a {
  color: #6a6a6a;
  font-weight: 500;
}
.text-dark-grey a:hover {
  color: #515151;
}

.text-grey {
  color: #7b7b7b !important;
}
.text-grey a {
  color: #7b7b7b;
  font-weight: 500;
}
.text-grey a:hover {
  color: #626262;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 500;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-green {
  color: #74c9b4 !important;
}
.text-green a {
  color: #74c9b4;
  font-weight: 500;
}
.text-green a:hover {
  color: #4fbba0;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #000;
}

.bg-light-black {
  background-color: #1f1f1f;
}

.bg-dark-grey {
  background-color: #6a6a6a;
}

.bg-grey {
  background-color: #7b7b7b;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #74c9b4;
}

.map {
  min-height: 500px;
  width: 100%;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #6a6a6a;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #000;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas {
  height: auto;
  background-color: #74c9b4;
  width: 60%;
}
@media screen and (max-width: 575px) {
  .offcanvas {
    width: 100%;
  }
}
.offcanvas .offcanvas-header {
  padding: 2rem 3rem 0rem 3rem;
}
@media screen and (max-width: 575px) {
  .offcanvas .offcanvas-header {
    padding: 1rem 1.5rem 0rem 1.5rem;
  }
}
.offcanvas .offcanvas-header .logo img {
  width: 200px;
}
.offcanvas .offcanvas-header button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.offcanvas .offcanvas-header button i {
  font-size: 28px;
  vertical-align: middle;
  color: #fff;
}
.offcanvas .offcanvas-body {
  padding: 0rem 3rem 2rem 3rem;
}
@media screen and (max-width: 575px) {
  .offcanvas .offcanvas-body {
    padding: 0rem 1.5rem 2rem 1.5rem;
  }
}
.offcanvas .offcanvas-body .nav {
  display: block;
}
.offcanvas .offcanvas-body .nav ul {
  margin: 0;
}
.offcanvas .offcanvas-body .nav ul li {
  margin-bottom: 2rem;
  list-style: none;
  text-align: center;
}
.offcanvas .offcanvas-body .nav ul li:last-child {
  margin-bottom: 0rem;
}
.offcanvas .offcanvas-body .nav ul li a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 29px;
  font-family: "Cyclic Sans";
  font-weight: normal;
  text-transform: uppercase;
}
.offcanvas .offcanvas-body .nav ul li a:hover {
  color: #fff;
}

header {
  padding: 15px 0;
}
@media screen and (max-width: 991px) {
  header {
    padding: 0;
  }
}
header .container {
  max-width: 64em;
}
@media screen and (max-width: 1055px) {
  header .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
header .logo img {
  width: 200px;
}
header .right {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  header .nav {
    display: none;
  }
}
header .nav ul {
  margin: 0;
}
header .nav ul li {
  margin-left: 25px;
  display: inline-block;
  padding: 0;
}
header .nav ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1055px) {
  header .nav ul li {
    margin-left: 15px;
  }
}
header .nav ul li a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 29px;
  font-family: "Cyclic Sans";
  text-transform: uppercase;
}
header .nav ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 1055px) {
  header .nav ul li a {
    font-size: 18px;
  }
}
header .nav ul li.current-menu-item a {
  color: #fff;
}
header .burgerMenu button {
  padding: 0;
  border: none;
  background-color: transparent;
  display: none;
}
@media screen and (max-width: 991px) {
  header .burgerMenu button {
    display: inherit;
  }
}
header .burgerMenu button i {
  font-size: 28px;
  vertical-align: middle;
}

footer {
  padding: 45px 0 30px 0;
}
@media screen and (max-width: 991px) {
  footer {
    text-align: center;
    padding: 30px 0 20px 0;
  }
}
footer .container {
  max-width: 64em;
}
@media screen and (max-width: 1055px) {
  footer .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
footer .container p {
  color: #fff;
  font-size: 15px;
}
footer .container p b {
  color: #fff;
}
footer .container p a {
  color: #7b7b7b;
}
footer .container p a:hover {
  color: #fff;
}
footer .container .bottom {
  border-top: 1px solid #2f2f2f;
  padding: 30px 0 0;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  footer .container .bottom {
    padding: 20px 0 0;
    margin-top: 20px;
  }
}
footer .container .bottom p {
  font-size: 13px;
  color: #7b7b7b;
}
footer .container .bottom p b {
  color: #fff;
}
footer .container .bottom .right {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  footer .nav {
    display: block;
  }
}
footer .nav ul {
  margin: 0;
}
footer .nav ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer .nav ul li a {
  color: #7b7b7b;
  font-size: 13.6px;
}
footer .nav ul li a:hover {
  color: #fff;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: calc(1.30625rem + 0.675vw);
  color: #6a6a6a;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.8125rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #6a6a6a;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: #000;
}

b,
strong {
  font-weight: bold;
  color: #6a6a6a;
}

h1,
.h1 {
  font-family: "Cyclic Sans";
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.40625rem + 1.875vw);
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 2.8125rem;
  }
}

h2,
.h2 {
  font-family: "Cyclic Sans";
  font-size: calc(1.3125rem + 0.75vw);
  line-height: calc(1.34375rem + 1.125vw);
  color: #1f1f1f;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 2.1875rem;
  }
}

h3,
.h3 {
  font-family: "Cyclic Sans";
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.30625rem + 0.675vw);
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 1.8125rem;
  }
}

h4,
.h4 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: calc(1.325rem + 0.9vw);
  line-height: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 2rem;
  }
}

h5,
.h5 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.75rem;
  }
}

h6,
.h6 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h6,
.h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 1.5rem;
  }
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #6a6a6a;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #6a6a6a;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.accred {
  margin-bottom: 20px;
  margin-top: 60px;
}
.accred img {
  width: 282px;
  margin: 0 auto;
  display: block;
}

section {
  position: relative;
}
section#welcome {
  background-image: url(/wp-content/uploads/2025/08/B_G-home_2500x2500px.jpg);
  padding-top: 110px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section#welcome {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
section#welcome .container {
  max-width: 62em;
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  section#welcome .container {
    max-width: 100%;
  }
}
section#welcome .container .homeImg, section#welcome .container .textImg, section#welcome .container .welcomeImg, section#welcome .container .welcomeText {
  margin-bottom: 20px;
}
section#welcome .container .textImg {
  padding: 0 60px;
}
@media screen and (max-width: 700px) {
  section#welcome .container .textImg {
    padding: 0;
  }
}
section#welcome .container .welcomeText .text {
  text-align: center;
}
section#about {
  background-image: url(/wp-content/uploads/2025/08/About-Us-back5-scaled.jpg);
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section#about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section#about .container {
  max-width: 65em;
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  section#about .container {
    max-width: 100%;
  }
}
section#about .container .heading {
  padding: 0px 0 35px 0;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #dfdfde;
}
@media screen and (max-width: 991px) {
  section#about .container .heading {
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
  }
}
section#about .container .heading h1 {
  margin: 0;
  text-transform: uppercase;
}
section#about .container h2 {
  margin-top: 2rem;
}
section#about .container h2:first-child {
  margin-top: 0;
}
section#about .container ul {
  padding-left: 17px;
}
section#about .container ul li {
  list-style-position: outside;
}
section#consultations {
  background-image: url(/wp-content/uploads/2025/08/Consultations-back2-scaled.jpg);
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section#consultations {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section#consultations .container {
  max-width: 65em;
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  section#consultations .container {
    max-width: 100%;
  }
}
section#consultations .container .heading {
  padding: 0px 0 35px 0;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #dfdfde;
}
@media screen and (max-width: 991px) {
  section#consultations .container .heading {
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
  }
}
section#consultations .container .heading h1 {
  margin: 0;
  text-transform: uppercase;
}
section#consultations .container h2 {
  margin-top: 2rem;
}
section#consultations .container h2:first-child {
  margin-top: 0;
}
section#therapyOptions {
  background-image: url(/wp-content/uploads/2025/08/Therapy-Options-back4-scaled.jpg);
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section#therapyOptions {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section#therapyOptions .container {
  max-width: 65em;
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  section#therapyOptions .container {
    max-width: 100%;
  }
}
section#therapyOptions .container .heading {
  padding: 0px 0 35px 0;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #dfdfde;
}
@media screen and (max-width: 991px) {
  section#therapyOptions .container .heading {
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
  }
}
section#therapyOptions .container .heading h1 {
  margin: 0;
  text-transform: uppercase;
}
section#therapyOptions .container h2 {
  margin-top: 4rem;
}
section#therapyOptions .container h2:first-child {
  margin-top: 0;
}
section#therapyOptions .container ul {
  padding-left: 17px;
}
section#therapyOptions .container ul li {
  list-style-position: outside;
}
section#contact {
  background-image: url(/wp-content/uploads/2025/08/B_G-home_2500x2500px.jpg);
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section#contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section#contact .container {
  max-width: 65em;
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  section#contact .container {
    max-width: 100%;
  }
}
section#contact .container .heading {
  padding: 0px 0 35px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #dfdfde;
}
@media screen and (max-width: 991px) {
  section#contact .container .heading {
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
  }
}
section#contact .container .heading h1 {
  margin: 0;
  text-transform: uppercase;
}
section#contact .container p a {
  color: #4da7ca;
}
section#contact .container p a:hover {
  color: #000;
}
section#faqs {
  background-image: url(/wp-content/uploads/2025/08/B_G-home_2500x2500px.jpg);
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section#faqs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section#faqs .container {
  max-width: 65em;
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  section#faqs .container {
    max-width: 100%;
  }
}
section#faqs .container .heading {
  padding: 0px 0 35px 0;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #dfdfde;
}
@media screen and (max-width: 991px) {
  section#faqs .container .heading {
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
  }
}
section#faqs .container .heading h1 {
  margin: 0;
  text-transform: uppercase;
}
section#faqs .container .faqsText h2 {
  margin-bottom: 8px;
  margin-top: 1.5rem;
}
section#privacyPolicy {
  background-image: url(/wp-content/uploads/2025/08/B_G-home_2500x2500px.jpg);
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section#privacyPolicy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section#privacyPolicy .container {
  max-width: 65em;
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  section#privacyPolicy .container {
    max-width: 100%;
  }
}
section#privacyPolicy .container .heading {
  padding: 0px 0 35px 0;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #dfdfde;
}
@media screen and (max-width: 991px) {
  section#privacyPolicy .container .heading {
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
  }
}
section#privacyPolicy .container .heading h1 {
  margin: 0;
  text-transform: uppercase;
}
section#privacyPolicy .container p a {
  color: #6a6a6a;
}
section#privacyPolicy .container p a:hover {
  color: #000;
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

/*# sourceMappingURL=style.css.map */
