@charset "UTF-8";
/** PX to REM */
/** PX to EM */
/** PX to PERCENT */
/** Aspect-ratio */
/** Common folder path */
/** Image path */
/** Fonts path */
/** Icons path */
/** Letter spacing add in px */
/* -----------------------------------------------------------------------------
* This file contains all application-wide Sass variables.
* ----------------------------------------------------------------------------- */
/** Regular font family */
/** Iconic font family */
/** Body contect text size */
/** 16px (Don't change) */
/** Site colors */
/** Body color */
/** Heading font Size */
/** Hgroup common property */
/** Border radius */
/** Forms property */
/** Request Appointment button */
/** Container's maximum width */
/** Media Query breakpoints. */
/** Advance utilities */
/** Spacing : padding and margin */
/** Background and Text color classes(ex: .bg-white and .text-white) */
/** Note: If need Disable Decimal-value functionilty open function.scss file */
/** -----------------------------------------------------------------------------
*** This file contains all application-wide Sass mixins.
* -----------------------------------------------------------------------------
* Media Query mixin
* RESPOND ABOVE
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/** @include respond-above(sm) {} */
/**  RESPOND BELOW
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/** @include respond-below(sm) {} */
/**  RESPOND BETWEEN
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/** @include respond-between(sm, md) {} */
/** REM font baseline */
/** Mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/** Mobile only */
/** Portrait mobile */
/** Landscape mobile */
/** Mozila Firefox */
/** Row space */
/** Input placeholder style */
/** Icon font : @include icon("\67"); */
/** Custom scroll */
/** Container Spacing */
/** All heading */
/** Picture Image */
/** Img fit */
/** Flex-center */
/** Box shadow */
/** Text shadow */
/** @include square(30px) same height-width */
/** @include background-img-common(cover, repeat, top left); */
/** Overlay in before */
/** Gradient Vertical */
/** Gradient Horizontal */
/** Gradient Radial */
/** Gradient Diagonal */
/* -----------------------------------------------------------------------------
* This file contains all @font-face declarations, if any.
* ----------------------------------------------------------------------------- */
/** Reset css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

/** Text-level semantics */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/** Embedded content */
audio,
video,
iframe {
  max-width: 100%;
  display: inline-block;
}

/**
* Basic typography style for copy text
*/
html {
  font-size: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 1921px) {
  html {
    font-size: 125%;
  }
}
@media (min-width: 2561px) {
  html {
    font-size: 150%;
  }
}
@media (min-width: 3201px) {
  html {
    font-size: 175%;
  }
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  color: #000000;
  font-size: 1rem;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.5;
  word-break: break-word;
  background-color: #FFFFFF;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}

/** Heading style */
h1,
.h1 {
  margin-bottom: 0.94rem;
  color: #3B3D79;
  font-size: 2.19rem;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.1;
  text-transform: capitalize;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1,
.h1 {
    font-size: 2.628rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h1,
.h1 {
    font-size: 2.847rem;
  }
}
@media (min-width: 1400px) {
  h1,
.h1 {
    font-size: 3.13rem;
  }
}
h1 a,
.h1 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h2,
.h2 {
  margin-bottom: 0.94rem;
  color: #3B3D79;
  font-size: 1.88rem;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.1;
  text-transform: capitalize;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2,
.h2 {
    font-size: 2.162rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h2,
.h2 {
    font-size: 2.35rem;
  }
}
@media (min-width: 1400px) {
  h2,
.h2 {
    font-size: 2.82rem;
  }
}
h2 a,
.h2 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h3,
.h3 {
  margin-bottom: 0.94rem;
  color: #3B3D79;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h3 a,
.h3 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h4,
.h4 {
  margin-bottom: 0.94rem;
  color: #3B3D79;
  font-size: 1rem;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.1;
  font-weight: 600;
}
h4 a,
.h4 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h5,
.h5 {
  margin-bottom: 0.94rem;
  color: #3B3D79;
  font-size: 1rem;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.1;
}
h5 a,
.h5 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h6,
.h6 {
  margin-bottom: 0.94rem;
  color: #3B3D79;
  font-size: 1rem;
  font-weight: 900;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.1;
}
h6 a,
.h6 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 720px) and (orientation: portrait) {
  .home h1 {
    font-size: 2.19rem !important;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .home h1 {
    font-size: 2.19rem !important;
  }
}

p {
  font-size: 1.13rem;
  font-weight: 400;
  color: #696A7E;
  line-height: 1.55;
  margin-bottom: 0.94rem;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0.94rem;
  padding-left: 1.25rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ul li:last-child {
  padding-bottom: 0;
}

ol {
  margin-bottom: 0.94rem;
  padding-left: 1.25rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ol li:last-child {
  padding-bottom: 0;
}

blockquote,
blockquote.wp-block-quote {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.13rem;
  font-style: normal;
  line-height: 1.8;
  text-transform: uppercase;
  background-color: #696A7E;
  border-left: 0.32rem solid #3B3D79;
}
blockquote p,
blockquote.wp-block-quote p {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
blockquote cite,
blockquote.wp-block-quote cite {
  color: #000000;
}

hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  overflow: visible;
  border: 0 #000000 solid;
  border-top-width: 0.07rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/** Link */
a {
  color: #96C941;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:focus, a:hover {
  color: #3B3D79;
  outline: none;
}

/** Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  font-weight: normal;
  text-align: left;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.63rem;
  vertical-align: bottom;
  border-bottom: 0.07rem solid #CCCCCC;
}

/** Custom variable declaration */
:root {
  --section-gutter: 0.94rem;
  --section-spacing: 3.13rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  :root {
    --section-spacing: 1.88rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  :root {
    --section-spacing: 1.88rem;
  }
}

@media print {
  body,
html {
    display: none;
  }
}
/**
* Main content containers
*/
.default-max-width, .wp-block-group:not(.alignfull) .wp-block-group__inner-container, .container-fluid, .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.94rem;
  padding-left: 0.94rem;
}

.container {
  max-width: 75.01rem;
}
.container .container {
  padding: 0;
}
/** Wordpress container classes */
.wp-block-group:not(.alignfull) .wp-block-group__inner-container {
  max-width: 75.01rem;
}

.default-max-width {
  max-width: 75.01rem;
}

/** Row and column */
[class*=cell-] {
  position: relative;
  width: 100%;
  padding-right: calc(0.94rem / 2);
  padding-left: calc(0.94rem / 2);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.94rem / 2);
  margin-left: calc(-0.94rem / 2);
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

/** Display property */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/** Text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/** Bg and text color */
.bg-primary,
.has-primary-background-color {
  background-color: #3B3D79;
}

.text-primary,
.has-primary-color {
  color: #3B3D79;
}

.bg-primary-light,
.has-primary-light-background-color {
  background-color: #262262;
}

.text-primary-light,
.has-primary-light-color {
  color: #262262;
}

.bg-secondary,
.has-secondary-background-color {
  background-color: #696A7E;
}

.text-secondary,
.has-secondary-color {
  color: #696A7E;
}

.bg-secondary-light,
.has-secondary-light-background-color {
  background-color: #23232C;
}

.text-secondary-light,
.has-secondary-light-color {
  color: #23232C;
}

.bg-white,
.has-white-background-color {
  background-color: #FFFFFF;
}

.text-white,
.has-white-color {
  color: #FFFFFF;
}

.bg-ternary,
.has-ternary-background-color {
  background-color: #96C941;
}

.text-ternary,
.has-ternary-color {
  color: #96C941;
}

.bg-gray-100,
.has-gray-100-background-color {
  background-color: #F1F2F2;
}

.text-gray-100,
.has-gray-100-color {
  color: #F1F2F2;
}

/** Column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

/** Margin */
.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

/** Padding */
.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

/** Margin */
.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

/** Padding */
.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

/** Margin */
.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

/** Padding */
.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

/** Margin */
.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

/** Padding */
.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }

  .cell-sm-2 {
    width: 16.6666666667%;
  }

  .cell-sm-3 {
    width: 25%;
  }

  .cell-sm-4 {
    width: 33.3333333333%;
  }

  .cell-sm-5 {
    width: 41.6666666667%;
  }

  .cell-sm-6 {
    width: 50%;
  }

  .cell-sm-7 {
    width: 58.3333333333%;
  }

  .cell-sm-8 {
    width: 66.6666666667%;
  }

  .cell-sm-9 {
    width: 75%;
  }

  .cell-sm-10 {
    width: 83.3333333333%;
  }

  .cell-sm-11 {
    width: 91.6666666667%;
  }

  .cell-sm-12 {
    width: 100%;
  }

  /** Margin */
  .mt-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-right: 1.875rem;
  }

  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }

  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }

  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }

  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }

  .cell-md-2 {
    width: 16.6666666667%;
  }

  .cell-md-3 {
    width: 25%;
  }

  .cell-md-4 {
    width: 33.3333333333%;
  }

  .cell-md-5 {
    width: 41.6666666667%;
  }

  .cell-md-6 {
    width: 50%;
  }

  .cell-md-7 {
    width: 58.3333333333%;
  }

  .cell-md-8 {
    width: 66.6666666667%;
  }

  .cell-md-9 {
    width: 75%;
  }

  .cell-md-10 {
    width: 83.3333333333%;
  }

  .cell-md-11 {
    width: 91.6666666667%;
  }

  .cell-md-12 {
    width: 100%;
  }

  /** Margin */
  .mt-md-30,
.m-md-30,
.my-md-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-md-30,
.p-md-30,
.py-md-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-md-30,
.m-md-30,
.my-md-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-md-30,
.p-md-30,
.py-md-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-md-30,
.m-md-30,
.mx-md-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-md-30,
.p-md-30,
.px-md-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-md-30,
.m-md-30,
.mx-md-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-md-30,
.p-md-30,
.px-md-30 {
    padding-right: 1.875rem;
  }

  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }

  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }

  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }

  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }

  .cell-lg-2 {
    width: 16.6666666667%;
  }

  .cell-lg-3 {
    width: 25%;
  }

  .cell-lg-4 {
    width: 33.3333333333%;
  }

  .cell-lg-5 {
    width: 41.6666666667%;
  }

  .cell-lg-6 {
    width: 50%;
  }

  .cell-lg-7 {
    width: 58.3333333333%;
  }

  .cell-lg-8 {
    width: 66.6666666667%;
  }

  .cell-lg-9 {
    width: 75%;
  }

  .cell-lg-10 {
    width: 83.3333333333%;
  }

  .cell-lg-11 {
    width: 91.6666666667%;
  }

  .cell-lg-12 {
    width: 100%;
  }

  /** Margin */
  .mt-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-right: 1.875rem;
  }

  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }

  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }

  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }

  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 1179px) {
  .cell-sxl-1 {
    width: 8.3333333333%;
  }

  .cell-sxl-2 {
    width: 16.6666666667%;
  }

  .cell-sxl-3 {
    width: 25%;
  }

  .cell-sxl-4 {
    width: 33.3333333333%;
  }

  .cell-sxl-5 {
    width: 41.6666666667%;
  }

  .cell-sxl-6 {
    width: 50%;
  }

  .cell-sxl-7 {
    width: 58.3333333333%;
  }

  .cell-sxl-8 {
    width: 66.6666666667%;
  }

  .cell-sxl-9 {
    width: 75%;
  }

  .cell-sxl-10 {
    width: 83.3333333333%;
  }

  .cell-sxl-11 {
    width: 91.6666666667%;
  }

  .cell-sxl-12 {
    width: 100%;
  }

  /** Margin */
  .mt-sxl-30,
.m-sxl-30,
.my-sxl-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-sxl-30,
.p-sxl-30,
.py-sxl-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-sxl-30,
.m-sxl-30,
.my-sxl-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-sxl-30,
.p-sxl-30,
.py-sxl-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-sxl-30,
.m-sxl-30,
.mx-sxl-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-sxl-30,
.p-sxl-30,
.px-sxl-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-sxl-30,
.m-sxl-30,
.mx-sxl-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-sxl-30,
.p-sxl-30,
.px-sxl-30 {
    padding-right: 1.875rem;
  }

  .d-sxl-none {
    display: none;
  }
  .d-sxl-block {
    display: block;
  }
  .d-sxl-flex {
    display: flex;
  }

  .align-sxl-items-start {
    align-items: flex-start;
  }
  .align-sxl-items-center {
    align-items: center;
  }
  .align-sxl-items-end {
    align-items: flex-end;
  }
  .align-sxl-content-center {
    align-content: center;
  }

  .justify-sxl-content-start {
    justify-content: flex-start;
  }
  .justify-sxl-content-center {
    justify-content: center;
  }
  .justify-sxl-content-end {
    justify-content: flex-end;
  }
  .justify-sxl-content-between {
    justify-content: space-between;
  }
  .justify-sxl-content-around {
    justify-content: space-around;
  }
  .justify-sxl-content-evenly {
    justify-content: space-evenly;
  }

  .text-sxl-center {
    text-align: center;
  }
  .text-sxl-right {
    text-align: right;
  }
  .text-sxl-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }

  .cell-xl-2 {
    width: 16.6666666667%;
  }

  .cell-xl-3 {
    width: 25%;
  }

  .cell-xl-4 {
    width: 33.3333333333%;
  }

  .cell-xl-5 {
    width: 41.6666666667%;
  }

  .cell-xl-6 {
    width: 50%;
  }

  .cell-xl-7 {
    width: 58.3333333333%;
  }

  .cell-xl-8 {
    width: 66.6666666667%;
  }

  .cell-xl-9 {
    width: 75%;
  }

  .cell-xl-10 {
    width: 83.3333333333%;
  }

  .cell-xl-11 {
    width: 91.6666666667%;
  }

  .cell-xl-12 {
    width: 100%;
  }

  /** Margin */
  .mt-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-right: 1.875rem;
  }

  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }

  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }

  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }

  .cell-xxl-2 {
    width: 16.6666666667%;
  }

  .cell-xxl-3 {
    width: 25%;
  }

  .cell-xxl-4 {
    width: 33.3333333333%;
  }

  .cell-xxl-5 {
    width: 41.6666666667%;
  }

  .cell-xxl-6 {
    width: 50%;
  }

  .cell-xxl-7 {
    width: 58.3333333333%;
  }

  .cell-xxl-8 {
    width: 66.6666666667%;
  }

  .cell-xxl-9 {
    width: 75%;
  }

  .cell-xxl-10 {
    width: 83.3333333333%;
  }

  .cell-xxl-11 {
    width: 91.6666666667%;
  }

  .cell-xxl-12 {
    width: 100%;
  }

  /** Margin */
  .mt-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-right: 1.875rem;
  }

  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }

  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }

  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
.btn, form.appointment-form input[type=submit], .appointment-button .btn, .appointment-button .wp-block-file__button,
.appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .btn,
.wp-block-button.appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-file__button, .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-file__button, input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0.63rem 1.38rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  border-radius: 1.38rem;
  border-width: 0.13rem;
  border-style: solid;
}
.btn:focus, form.appointment-form input[type=submit]:focus,
.appointment-button .wp-block-button__link:focus, .wp-block-button:not(.appointment-button) .wp-block-button__link:focus, .wp-block-file__button:focus, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:hover, form.appointment-form input[type=submit]:hover,
.appointment-button .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .wp-block-button__link:hover, .wp-block-file__button:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, a:hover .btn,
a:hover .appointment-button .wp-block-button__link,
.appointment-button a:hover .wp-block-button__link, a:hover .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) a:hover .wp-block-button__link, a:hover .wp-block-file__button, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit] {
  text-decoration: none;
  cursor: pointer;
}

input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #3B3D79;
  border-color: #3B3D79;
  color: #FFFFFF;
  -webkit-appearance: button;
}
input[type=button]:focus, input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #696A7E;
  border-color: #696A7E;
  color: #FFFFFF;
}

.btn, form.appointment-form input[type=submit], .appointment-button .btn, .appointment-button .wp-block-file__button,
.appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .btn,
.wp-block-button.appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-file__button, .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-file__button {
  background-color: #3B3D79;
  border-color: #3B3D79;
  color: #FFFFFF;
}
.btn:focus, form.appointment-form input[type=submit]:focus,
.appointment-button .wp-block-button__link:focus, .wp-block-button:not(.appointment-button) .wp-block-button__link:focus, .wp-block-file__button:focus, .btn:hover, form.appointment-form input[type=submit]:hover,
.appointment-button .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .wp-block-button__link:hover, .wp-block-file__button:hover {
  background-color: #696A7E;
  border-color: #696A7E;
  color: #FFFFFF;
}
.btn-link {
  margin-bottom: 0.13rem;
  color: #696A7E;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:focus, .btn-link:hover {
  color: #3B3D79;
  text-decoration: none;
  border-color: currentColor;
}
.btn-link::after {
  content: "→";
  margin-left: 0.32rem;
}
.btn.ternary, form.appointment-form input.ternary[type=submit],
.appointment-button .ternary.wp-block-button__link, .wp-block-button:not(.appointment-button) .ternary.wp-block-button__link, .ternary.wp-block-file__button {
  background-color: #96C941;
  border-color: #96C941;
  color: #262262;
  box-shadow: 0 0.19rem 0.38rem rgba(0, 0, 0, 0.16);
}
.btn.ternary:hover, form.appointment-form input.ternary[type=submit]:hover,
.appointment-button .ternary.wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .ternary.wp-block-button__link:hover, .ternary.wp-block-file__button:hover {
  background-color: #3B3D79;
  border-color: #3B3D79;
  color: #FFFFFF;
}
.btn.white, form.appointment-form input.white[type=submit],
.appointment-button .white.wp-block-button__link, .wp-block-button:not(.appointment-button) .white.wp-block-button__link, .white.wp-block-file__button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #3B3D79;
}
.btn.white:hover, form.appointment-form input.white[type=submit]:hover,
.appointment-button .white.wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .white.wp-block-button__link:hover, .white.wp-block-file__button:hover {
  background-color: #696A7E;
  border-color: #696A7E;
  color: #FFFFFF;
}
.btn.secondary, form.appointment-form input.secondary[type=submit],
.appointment-button .secondary.wp-block-button__link, .wp-block-button:not(.appointment-button) .secondary.wp-block-button__link, .secondary.wp-block-file__button {
  background-color: #696A7E;
  border-color: #696A7E;
  color: #FFFFFF;
}
.btn.secondary:hover, form.appointment-form input.secondary[type=submit]:hover,
.appointment-button .secondary.wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .secondary.wp-block-button__link:hover, .secondary.wp-block-file__button:hover {
  background-color: #3B3D79;
  border-color: #3B3D79;
  color: #FFFFFF;
}

/** WordPress button style. */
.wp-block-button:not(.appointment-button) .wp-block-button__link {
  background-color: #696A7E;
  border-color: #696A7E;
  color: #FFFFFF;
}
.wp-block-button:not(.appointment-button) .wp-block-button__link:focus, .wp-block-button:not(.appointment-button) .wp-block-button__link:hover {
  background-color: #3B3D79;
  border-color: #3B3D79;
  color: #FFFFFF;
}
.wp-block-button:not(.appointment-button).is-style-outline .wp-block-button__link {
  background-color: #FFFFFF;
  border-color: #696A7E;
  color: #696A7E;
}
.wp-block-button:not(.appointment-button).is-style-outline .wp-block-button__link:focus, .wp-block-button:not(.appointment-button).is-style-outline .wp-block-button__link:hover {
  background-color: #696A7E;
  border-color: #696A7E;
  color: #FFFFFF;
}

/** Request Appointment button style */
.appointment-button .btn, .appointment-button form.appointment-form input[type=submit], form.appointment-form .appointment-button input[type=submit], .appointment-button .wp-block-file__button, .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-file__button,
.appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .btn,
.wp-block-button.appointment-button .wp-block-button__link {
  background-color: #96C941;
  border-color: #96C941;
  color: #262262;
  box-shadow: 0 0.19rem 0.38rem rgba(0, 0, 0, 0.16);
  height: auto;
}
.appointment-button .btn:focus, .appointment-button form.appointment-form input[type=submit]:focus, form.appointment-form .appointment-button input[type=submit]:focus, .appointment-button .wp-block-file__button:focus, .appointment-button .btn:hover, .appointment-button form.appointment-form input[type=submit]:hover, form.appointment-form .appointment-button input[type=submit]:hover, .appointment-button .wp-block-file__button:hover,
.appointment-button .wp-block-button__link:focus,
.appointment-button .wp-block-button__link:hover,
.wp-block-button.appointment-button .btn:focus,
.wp-block-button.appointment-button .btn:hover,
.wp-block-button.appointment-button .wp-block-button__link:focus,
.wp-block-button.appointment-button .wp-block-button__link:hover {
  background-color: #3B3D79;
  border-color: #3B3D79;
  color: #FFFFFF;
}

/** Request Appointment form button style */
form.appointment-form input[type=submit] {
  background-color: #96C941;
  border-color: #96C941;
  color: #262262;
  box-shadow: 0 0.19rem 0.38rem rgba(0, 0, 0, 0.16);
}
form.appointment-form input[type=submit]:focus, form.appointment-form input[type=submit]:hover {
  background-color: #3B3D79;
  border-color: #3B3D79;
  color: #FFFFFF;
}

/** App page button style */
.app-button .wp-block-button__link {
  background-color: #000000;
  background-position: 0.63rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  color: #FFFFFF;
}
.app-button .wp-block-button__link:hover {
  background-color: #696A7E;
  border-color: #696A7E;
  color: #FFFFFF;
}
.app-button.app-store .wp-block-button__link {
  padding-left: 2.5rem;
  background-image: url("../images/icon-apple.webp");
}
.app-button.play-store .wp-block-button__link {
  padding-left: 2.5rem;
  background-image: url("../images/icon-play-store.webp");
}

/** Skew button style. */
.skew-button .btn, .skew-button .wp-block-file__button, .skew-button .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .skew-button .wp-block-button__link,
.skew-button .appointment-button .wp-block-button__link,
.appointment-button .skew-button .wp-block-button__link, .skew-button form.appointment-form input[type=submit], form.appointment-form .skew-button input[type=submit] {
  transform: skew(-10deg);
}
.skew-button .btn span, .skew-button .wp-block-file__button span, .skew-button .wp-block-button:not(.appointment-button) .wp-block-button__link span, .wp-block-button:not(.appointment-button) .skew-button .wp-block-button__link span,
.skew-button .appointment-button .wp-block-button__link span,
.appointment-button .skew-button .wp-block-button__link span, .skew-button form.appointment-form input[type=submit] span, form.appointment-form .skew-button input[type=submit] span {
  display: inline-block;
  background-color: transparent;
  transform: skew(10deg);
}
.skew-button .hamburger {
  transform: skew(-10deg);
}
@media (max-width: 720px) and (orientation: portrait) {
  .skew-button .hamburger {
    display: flex;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .skew-button .hamburger {
    display: flex;
  }
}
.skew-button .hamburger span {
  transform: skew(10deg);
}
@media (max-width: 720px) and (orientation: portrait) {
  .skew-button .hamburger span {
    display: inline-block;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .skew-button .hamburger span {
    display: inline-block;
  }
}

/** Form default style */
form label {
  display: block;
  margin-bottom: 0.63rem;
  color: #000000;
  font-weight: 400;
  font-size: 0.88rem;
  font-family: "Raleway", "Arial", sans-serif;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font-family: "Raleway", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  outline: none;
  -webkit-appearance: none;
}

select {
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url("../images/select-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 0.88rem 0.44rem;
  cursor: pointer;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  border: 0.07rem solid #696A7E;
  border-radius: 1.38rem;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #696A7E;
  outline: none;
}
input[type=url]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
input[type=url]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
}

/** Gravity Form - style */
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.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 {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  border: 0.07rem solid #696A7E;
  border-radius: 1.38rem;
}
.gform_wrapper.gravity-theme input[type=color].datepicker,
.gform_wrapper.gravity-theme input[type=date].datepicker,
.gform_wrapper.gravity-theme input[type=datetime-local].datepicker,
.gform_wrapper.gravity-theme input[type=datetime].datepicker,
.gform_wrapper.gravity-theme input[type=email].datepicker,
.gform_wrapper.gravity-theme input[type=month].datepicker,
.gform_wrapper.gravity-theme input[type=number].datepicker,
.gform_wrapper.gravity-theme input[type=password].datepicker,
.gform_wrapper.gravity-theme input[type=search].datepicker,
.gform_wrapper.gravity-theme input[type=tel].datepicker,
.gform_wrapper.gravity-theme input[type=text].datepicker,
.gform_wrapper.gravity-theme input[type=time].datepicker,
.gform_wrapper.gravity-theme input[type=url].datepicker,
.gform_wrapper.gravity-theme input[type=week].datepicker,
.gform_wrapper.gravity-theme select.datepicker,
.gform_wrapper.gravity-theme textarea.datepicker {
  width: 100%;
}
.gform_wrapper.gravity-theme input[type=color]:focus,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=datetime]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=month]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=week]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
  border-color: #696A7E;
  outline: none;
}
.gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme select::-webkit-input-placeholder,
.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.gform_wrapper.gravity-theme input[type=color]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=month]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=week]::-moz-placeholder,
.gform_wrapper.gravity-theme select::-moz-placeholder,
.gform_wrapper.gravity-theme textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.gform_wrapper.gravity-theme input[type=color]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=date]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=month]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=number]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=password]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=search]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=text]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=time]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=url]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=week]:-moz-placeholder,
.gform_wrapper.gravity-theme select:-moz-placeholder,
.gform_wrapper.gravity-theme textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.gform_wrapper.gravity-theme input[type=color]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder,
.gform_wrapper.gravity-theme select:-ms-input-placeholder,
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield_radio {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice {
  width: 100%;
}
.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme select {
  height: 2.5rem;
}
.gform_wrapper.gravity-theme select {
  background-color: #FFFFFF;
}
.gform_wrapper.gravity-theme textarea {
  display: block;
  height: 7.5rem !important;
  padding: 0.63rem 0.94rem !important;
  overflow: auto;
  resize: none;
}
.gform_wrapper.gravity-theme input[type=button],
.gform_wrapper.gravity-theme input[type=submit] {
  padding: 0 0.94rem;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 0.07rem solid red !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  padding: 0.5rem 0 0 !important;
  color: red !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  width: 0.63rem !important;
  height: 0.63rem !important;
}
.gform_wrapper.gravity-theme.gform_validation_error {
  position: relative;
}
.gform_wrapper.gravity-theme.gform_validation_error .gform_footer {
  margin-top: 1.57rem !important;
}
.gform_wrapper.gravity-theme.gform_validation_error .instruction {
  display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border: none !important;
  text-align: center;
  margin: 0;
  padding: 0.63rem !important;
  background-color: #ffe6e6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 1rem !important;
  color: red !important;
}
.gform_wrapper.gravity-theme .name_first {
  padding-right: 0 !important;
}

.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-container {
  width: 100%;
}

.entry-content:not(.no-spacing) {
  padding: var(--section-spacing) 0;
}
.entry-content img {
  border-radius: 1.38rem;
}
.entry-content a i {
  display: inline-block;
  margin-right: 0.32rem;
  vertical-align: middle;
  line-height: 1;
}
.entry-content .contactdetails-item {
  background-color: #F1F2F2;
  padding: 0.94rem;
}
.entry-content .contactdetails-item:not(:last-child) {
  margin-bottom: var(--section-gutter);
}

.has-box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/** Innerbanner styles */
.inner-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 12.5rem;
  padding: var(--section-gutter) 0;
}
.inner-banner.has-thumbnail {
  min-height: 31.25rem;
}
.inner-banner h1 {
  text-transform: uppercase;
}
.inner-banner h2 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
}
.inner-banner-bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-banner-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.inner-banner-bg picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.inner-banner-bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s all;
  pointer-events: none;
  content: "";
}
.inner-banner-title {
  padding-top: calc(var(--section-spacing) / 2);
}
.inner-banner-wrapper {
  position: relative;
  z-index: 1;
}
.inner-banner-wrapper .breadcrumbs {
  margin: var(--section-gutter) 0;
}
.inner-banner-wrapper .breadcrumbs span {
  color: #FFFFFF;
}
.inner-banner-wrapper .breadcrumbs span a {
  color: inherit;
  font-weight: inherit;
}
.inner-banner-wrapper .breadcrumbs span a:hover {
  color: #96C941;
}
.inner-banner-wrapper .breadcrumbs span strong {
  font-weight: inherit;
}
.inner-banner-wrapper .header {
  position: relative !important;
  width: auto;
  background-color: transparent;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .inner-banner-wrapper .header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 245px;
  }
}
@media (max-width: 767px) {
  .inner-banner-wrapper .header .header-links {
    width: 100%;
    display: block;
    max-width: 245px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .inner-banner-wrapper .header .header-links .quick-dropdown {
    right: 0;
  }
}
@media (max-width: 767px) {
  .inner-banner-wrapper .header .header-links .quick-dropdown > li {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inner-banner-wrapper .header .btn, .inner-banner-wrapper .header .wp-block-file__button, .inner-banner-wrapper .header .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .inner-banner-wrapper .header .wp-block-button__link,
.inner-banner-wrapper .header .appointment-button .wp-block-button__link,
.appointment-button .inner-banner-wrapper .header .wp-block-button__link, .inner-banner-wrapper .header form.appointment-form input[type=submit], form.appointment-form .inner-banner-wrapper .header input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}
.inner-banner-wrapper .header .btn svg, .inner-banner-wrapper .header .wp-block-file__button svg, .inner-banner-wrapper .header .wp-block-button:not(.appointment-button) .wp-block-button__link svg, .wp-block-button:not(.appointment-button) .inner-banner-wrapper .header .wp-block-button__link svg,
.inner-banner-wrapper .header .appointment-button .wp-block-button__link svg,
.appointment-button .inner-banner-wrapper .header .wp-block-button__link svg, .inner-banner-wrapper .header form.appointment-form input[type=submit] svg, form.appointment-form .inner-banner-wrapper .header input[type=submit] svg {
  display: none !important;
}
.inner-banner-wrapper .header .btn span, .inner-banner-wrapper .header .wp-block-file__button span, .inner-banner-wrapper .header .wp-block-button:not(.appointment-button) .wp-block-button__link span, .wp-block-button:not(.appointment-button) .inner-banner-wrapper .header .wp-block-button__link span,
.inner-banner-wrapper .header .appointment-button .wp-block-button__link span,
.appointment-button .inner-banner-wrapper .header .wp-block-button__link span, .inner-banner-wrapper .header form.appointment-form input[type=submit] span, form.appointment-form .inner-banner-wrapper .header input[type=submit] span {
  font-size: 1rem !important;
  display: block !important;
  padding: 5px;
}

/** Insurances Partner */
.insurance-partner {
  padding: 0.94rem 0;
}
.insurance-partner-wrapper {
  padding: 0 2.5rem;
}
.insurance-partner-item-inner {
  width: auto;
  height: 3.13rem;
  margin: 0 auto;
  padding: 0.63rem;
  display: block;
  color: #3B3D79;
}
.insurance-partner-item-inner svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

/** Title/Breadcrumb content styles */
.titlebreadcrumbs-section {
  padding-top: var(--section-spacing);
}
.titlebreadcrumbs-block .breadcrumbs {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0.94rem;
  padding-right: 1.57rem;
}
.titlebreadcrumbs-block .breadcrumbs-inner {
  position: relative;
  display: inline-block;
  padding: 0.63rem 0 0.63rem 0.94rem;
  background-color: #F1F2F2;
  color: #F1F2F2;
}
.titlebreadcrumbs-block .breadcrumbs-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-width: 1.57rem;
  border-style: solid;
  border-color: transparent;
  border-right-width: 0;
  border-left-color: inherit;
  transform: translateY(-50%);
  pointer-events: none;
}
.titlebreadcrumbs-block .breadcrumbs-inner span {
  color: #000000;
}

/** Set icons for location fields(address, email, phone, fax, and hours). */
.has-loc-icon {
  position: relative;
  padding-left: 1.88rem;
}
.has-loc-icon svg {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
}

/** 404 page styles */
.error-404-wrapper {
  padding: var(--section-gutter);
  text-align: center;
  background: linear-gradient(135deg, #3b3d79 0%, #696a7e 100%);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .error-404-wrapper {
    padding: 4.69rem;
  }
}
.error-404-wrapper p {
  font-size: 1.13rem;
}
.error-404-inner {
  background-color: #FFFFFF;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .error-404-inner {
    padding: 1.88rem;
  }
}
@media (min-width: 768px) {
  .error-404-inner {
    padding: 2.82rem;
  }
}
.error-404-title {
  color: #3B3D79;
  line-height: 1;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .error-404-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .error-404-title {
    font-size: 9.38rem;
  }
}
.error-404-stitle {
  color: #696A7E;
  text-transform: uppercase;
}
.error-404-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.88rem 0;
}
.error-404-action .btn, .error-404-action .wp-block-file__button, .error-404-action .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .error-404-action .wp-block-button__link,
.error-404-action .appointment-button .wp-block-button__link,
.appointment-button .error-404-action .wp-block-button__link, .error-404-action form.appointment-form input[type=submit], form.appointment-form .error-404-action input[type=submit] {
  margin: 0.32rem 0.94rem;
}

/** Navigation/pagination styles */
.navigation {
  width: 100%;
  /** Pagination styles */
  /** Post navigation styles */
}
.navigation.pagination {
  margin-top: 1.57rem;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.navigation.pagination .page-numbers {
  display: flex;
  align-items: center;
  margin: 0.32rem 0.32rem 0;
  padding: 0.32rem 0.63rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
  background-color: #696A7E;
  border-radius: 1.38rem;
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:hover {
  background-color: #3B3D79;
}
.navigation.post-navigation {
  margin-top: 1.88rem;
}
.navigation.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navigation.post-navigation .meta-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.32rem 0.63rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
  background-color: #696A7E;
  border-radius: 1.38rem;
}
.navigation.post-navigation .meta-nav:focus, .navigation.post-navigation .meta-nav:hover {
  background-color: #3B3D79;
}
.navigation.post-navigation .post-title {
  display: none;
}

/** Appointment steps styles */
.appointment-steps-section .has-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.appointment-steps-section .appointment-block {
  position: relative;
  padding: var(--section-spacing) 0;
  background-color: #F1F2F2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.appointment-steps-section .appointment-block-wrapper {
  z-index: 1;
  position: relative;
  text-align: center;
}
.appointment-steps-section .appointment-block-wrapper h4 {
  color: #FFFFFF;
}
.appointment-steps-wrapper {
  position: relative;
  max-width: 46.88rem;
  margin: 1.88rem auto;
  background-color: #F1F2F2;
}
.appointment-steps-wrapper svg {
  position: absolute;
  top: 0.94rem;
  right: 0;
  z-index: 2;
  width: 15.94rem;
  height: 18.75rem;
  pointer-events: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 1199px) {
  .appointment-steps-wrapper svg {
    height: 15.94rem;
  }
}
@media (min-width: 1200px) {
  .appointment-steps-wrapper svg {
    height: 18.75rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .appointment-steps-wrapper svg {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .appointment-steps-wrapper svg {
    display: none;
  }
}
.appointment-steps-listing {
  position: relative;
  z-index: 3;
  list-style-type: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .appointment-steps-listing {
    padding: 0.94rem 1.88rem 0.94rem 0.94rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .appointment-steps-listing {
    padding: 1.57rem;
  }
}
@media (min-width: 992px) {
  .appointment-steps-listing {
    padding: 2.19rem;
  }
}
.appointment-steps-listing .appointment-steps-item {
  position: relative;
  padding-left: 2.5rem;
  counter-increment: step-counter;
}
.appointment-steps-listing .appointment-steps-item::before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.38rem;
  left: 0;
  color: inherit;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  content: counter(step-counter);
}
.appointment-steps-listing .appointment-steps-item p {
  font-weight: 700;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .appointment-steps-listing .appointment-steps-item p {
    font-size: 1.25rem;
  }
}

/** mCustomScrollbar hostizonatal styles */
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 0.63rem;
  margin: 0.19rem 0;
  background-color: #000000;
  border-radius: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 100%;
  margin: 0;
  background-color: #3B3D79;
  border-radius: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #3B3D79;
}
.mCSB_scrollTools .mCSB_draggerContainer::before {
  position: absolute;
  top: 0.19rem;
  right: 0;
  bottom: 0.19rem;
  left: 0;
  background-color: #000000;
  content: "";
  pointer-events: none;
}

/** AJAX loader style */
.ajax-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.ajax-loader::after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1.88rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-color: #3B3D79 #000000;
  border-style: solid;
  border-width: 0.32rem;
  border-radius: 50%;
  animation: spinner 1s linear infinite;
  content: "";
  pointer-events: none;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** Category filter nav styles */
.category-filter {
  margin-bottom: 1.57rem;
}
.category-select-nav {
  display: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .category-select-nav {
    display: block;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .category-select-nav {
    display: block;
  }
}
.category-filter-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .category-filter-nav {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .category-filter-nav {
    display: none;
  }
}
.category-filter-nav li {
  margin: 0.32rem;
  padding: 0;
}
.category-filter-nav .btn, .category-filter-nav .wp-block-file__button, .category-filter-nav .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .category-filter-nav .wp-block-button__link,
.category-filter-nav .appointment-button .wp-block-button__link,
.appointment-button .category-filter-nav .wp-block-button__link, .category-filter-nav form.appointment-form input[type=submit], form.appointment-form .category-filter-nav input[type=submit] {
  font-size: 0.87rem;
}
.category-filter-nav .btn.active, .category-filter-nav .active.wp-block-file__button, .category-filter-nav .wp-block-button:not(.appointment-button) .active.wp-block-button__link, .wp-block-button:not(.appointment-button) .category-filter-nav .active.wp-block-button__link,
.category-filter-nav .appointment-button .active.wp-block-button__link,
.appointment-button .category-filter-nav .active.wp-block-button__link, .category-filter-nav form.appointment-form input.active[type=submit], form.appointment-form .category-filter-nav input.active[type=submit] {
  position: relative;
  color: #FFFFFF;
  background-color: #696A7E;
  border-color: #696A7E;
}

/** Override wordpress default styles */
.wp-block-group.has-background {
  padding: 0;
}

/** Full width image styles */
.wp-block-image.size-full img {
  width: 100%;
}

/** Social media styles */
.social-media {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.31rem;
  padding: 0;
}
.social-media li {
  margin: 0;
  padding: 2px;
  line-height: 1;
  list-style: none;
}
.social-media li a {
  width: 2.19rem;
  height: 2.19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  font-size: 1.19rem;
  line-height: 0;
  color: #3B3D79;
  border: 0px solid currentColor;
  border-radius: 100%;
  transition: 0.4s all;
}
@media (max-width: 720px) and (orientation: portrait) {
  .social-media li a {
    font-size: 0.87rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .social-media li a {
    font-size: 0.87rem;
  }
}
.social-media li a:focus, .social-media li a:hover {
  color: #96C941;
}
.social-media li a svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

/** ReviewUs Page styles */
.stars .star {
  width: 54px;
  height: 48px;
  line-height: 48px;
  background-image: url("../images/stars-star.png");
}
.stars .star.tmp_es {
  background-position: left -70px;
}
.stars .star.tmp_fs {
  background-position: left -138px;
}
.stars .star.fullStar {
  background-position: left -206px;
}

/**Gravity  ReviewUs Page styles */
.gravity-theme .gsurvey-rating:not(:checked) > label {
  width: 3.38rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  background-image: url("../images/stars-star-g.png") !important;
  background-size: 48px 45px !important;
  color: transparent !important;
}

.gravity-theme .gsurvey-rating > input:checked ~ label {
  background-image: url("../images/stars-star-full.png") !important;
}

/** Heading of the section styles */
.section-heading {
  margin-bottom: 1.25rem;
}
.section-heading .h2,
.section-heading h1,
.section-heading h2 {
  margin: 0;
  text-transform: uppercase;
}
.section-heading .h2 + p,
.section-heading h1 + p,
.section-heading h2 + p {
  margin-top: var(--section-gutter);
}

/** Mind body plugin calendar */
.healcode-appointment div.healcode.appointments.modern-theme-wrapper {
  z-index: 1;
}

/** Responsive nav styles */
.hamburger {
  --humburgerBox: 2.44rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  margin: 0;
  padding: 0.44rem 0.5rem;
  text-align: center;
  background-color: #96C941;
  border-radius: 1.38rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .hamburger {
    display: flex;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .hamburger {
    display: flex;
  }
}
.hamburger:focus, .hamburger:hover {
  background-color: #96C941;
  outline: none;
  cursor: pointer;
}
.hamburger span {
  cursor: pointer;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.19rem;
  margin: 0 auto;
  display: block;
  border-radius: 0rem;
  background-color: #262262;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::after, .hamburger span::before {
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
  position: absolute;
  display: block;
  border-radius: 0rem;
  background-color: #262262;
  transition: 0.4s all;
}
.hamburger span::before {
  top: -0.5rem;
}
.hamburger span::after {
  bottom: -0.5rem;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span::after, .hamburger.is-clicked span::before {
  top: 0;
  background-color: #262262;
}
.hamburger.is-clicked span::before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 0.38rem;
  transform: translateY(-6px) rotate(-45deg);
}

/** Mobile nav styles */
.mbnav {
  position: relative;
  z-index: 999;
  display: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** Mobile menu logo styles */
  /** Moile menu styles */
  /** Backdrop styles */
}
@media (max-width: 991px) {
  .mbnav {
    display: block;
  }
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.mbnav__inner {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 100vh;
  pointer-events: none;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 5.32rem;
  padding-bottom: 1.25rem;
  overflow: hidden auto;
  background-color: #3B3D79;
  pointer-events: auto;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 1.25rem;
  transition: 0.4s ease;
}
.mbnav ul li.is-open > .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap).current-menu-item, .mbnav ul li:not(.btn-wrap).current-menu-parent, .mbnav ul li:not(.btn-wrap).current_page_ancestor, .mbnav ul li:not(.btn-wrap):hover {
  color: #96C941;
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before, .mbnav ul li:not(.btn-wrap) a::after {
  --sArrowWidth: 10px;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  content: "";
  display: flex;
  align-items: center;
  margin: auto;
  border: calc(var(--sArrowWidth) / 4) solid #FFFFFF;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  flex: 1 1 auto;
  order: -1;
  padding: 0.63rem 0;
  color: currentColor;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  text-decoration: none !important;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 0;
  margin-left: auto;
}
.mbnav__caret {
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 1.88rem;
  height: auto;
  cursor: pointer;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #3B3D79 !important;
}

.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 1.57rem;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 2.19rem;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav ul .back-click {
  order: -1;
  width: 100%;
  padding: var(--section-gutter) 0;
  color: currentColor;
  font-weight: 400;
}
.mbnav ul .back-click::before {
  content: "";
  --sArrowWidth: 10px;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  display: inline-block;
  margin-right: 0.32rem;
  border-width: calc(var(--sArrowWidth) / 4);
  border-style: solid;
  border-color: #FFFFFF;
  border-top: none;
  border-right: none;
  pointer-events: none;
  transform: rotate(45deg);
}
.mbnav__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.4s all;
}
.mbnav__links li .btn, .mbnav__links li .wp-block-file__button, .mbnav__links li .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .mbnav__links li .wp-block-button__link,
.mbnav__links li .appointment-button .wp-block-button__link,
.appointment-button .mbnav__links li .wp-block-button__link, .mbnav__links li form.appointment-form input[type=submit], form.appointment-form .mbnav__links li input[type=submit] {
  display: block;
  padding: 0.63rem 0;
  text-align: left;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.mbnav__links li .btn:hover, .mbnav__links li .wp-block-file__button:hover, .mbnav__links li .wp-block-button:not(.appointment-button) .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .mbnav__links li .wp-block-button__link:hover,
.mbnav__links li .appointment-button .wp-block-button__link:hover,
.appointment-button .mbnav__links li .wp-block-button__link:hover, .mbnav__links li form.appointment-form input[type=submit]:hover, form.appointment-form .mbnav__links li input[type=submit]:hover {
  background-color: transparent;
}
.mbnav__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.mbnav__overlay.is-show {
  visibility: visible;
  opacity: 1;
}

.footer {
  width: 100%;
  height: auto;
  line-height: normal;
  overflow: hidden;
}
.footer-main {
  position: relative;
  padding: 1.25rem 0;
  background-color: #FFFFFF;
  border-top: 0.63rem solid #3B3D79;
  overflow: hidden;
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer-main {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer-main {
    margin-bottom: 0;
  }
}
.footer-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer-wrapper {
    text-align: center;
  }
}
.footer-wrapper .footer-logo {
  position: relative;
  width: 100%;
  text-align: center;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .footer-wrapper .footer-logo {
    width: 32%;
    position: absolute;
    z-index: 1;
  }
}
.footer-wrapper .footer-logo .logo {
  display: inline-block;
}
.footer-wrapper .footer-logo .social-media {
  justify-content: center;
  padding-top: var(--section-gutter);
}
.footer-wrapper .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 1179px) {
  .footer-wrapper .footer-content {
    padding: 0 3.13rem;
  }
}
.footer-wrapper .footer-content .h6 {
  font-size: 1.13rem;
  font-weight: 400;
  color: #696A7E;
  text-transform: uppercase;
}
.footer-wrapper .footer-content .social-media {
  justify-content: center;
}
.footer .footer-location-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 0;
  width: 100%;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer .footer-location-content {
    width: 47%;
  }
}
@media (min-width: 992px) {
  .footer .footer-location-content {
    width: 18.13rem;
  }
}
.footer .footer-location-content p {
  margin: 0;
}
.footer .footer-location-content p + .h6 {
  margin-top: var(--section-gutter);
}
.footer .footer-location-content p a {
  color: inherit;
  font-weight: inherit;
}
.footer .footer-location-content p a:hover {
  color: #96C941;
}
.footer .footer-location-content .footer-item {
  position: relative;
  width: 100%;
  background-color: #F1F2F2;
  border-radius: 0.94rem;
  padding: 2.07rem var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer .footer-location-content .footer-item {
    max-width: 87%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer .footer-location-content .footer-item {
    max-width: 87%;
  }
}
@media (max-width: 991px) {
  .footer .footer-location-content .footer-item {
    padding: 1.88rem;
    margin-top: 1.88rem;
  }
}
.footer .footer-location-content .footer-item h2.h3 {
  margin-bottom: 0.63rem;
}
.footer .footer-location-content .footer-item h2.h4 {
  font-size: 1.13rem;
  font-weight: 800;
  color: #3B3D79;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.82rem;
}
.footer .footer-location-content .footer-item h2.h4 a {
  font-weight: inherit;
}
.footer .footer-location-content .footer-item h2.h4 a:hover {
  color: #96C941;
}
.footer .footer-location-content .footer-item .has-loc-icon {
  color: #3B3D79;
  padding-left: 0;
}
.footer .footer-location-content .footer-item .has-loc-icon svg {
  display: none;
}
.footer .footer-location-content .footer-item .has-loc-icon a:hover, .footer .footer-location-content .footer-item .has-loc-icon a:focus {
  color: #96C941;
}
.footer .footer-location-content .footer-item span {
  font-weight: 700;
  color: #3B3D79;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-location-content .footer-item span > .has-loc-icon {
  padding-left: 0.32rem;
}
.footer-menu-wrapper {
  display: none;
  width: 100%;
  background-color: #3B3D79;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .footer-menu-wrapper {
    display: block;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer-menu-wrapper {
    display: none;
    padding: 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer-menu-wrapper {
    display: none;
    padding: 0;
  }
}
.footer-menu-wrapper .h6 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 0.63rem;
}
.footer-menu-wrapper ul:not(.social-media) {
  margin: 0;
  padding: 0;
  padding-bottom: 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
.footer-menu-wrapper ul:not(.social-media) li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu-wrapper ul:not(.social-media) li a {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
}
.footer-menu-wrapper ul:not(.social-media) li.current-menu-item a, .footer-menu-wrapper ul:not(.social-media) li:hover a {
  color: #96C941;
}
.footer-menu-wrapper .social-media {
  margin-top: 1.25rem;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  padding: var(--section-spacing) 0;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-menu .single-menu {
  padding: 0;
  padding-right: var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
}
.footer-menu .single-menu:last-child {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .footer-menu .single-menu:last-child {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .footer-menu .single-menu {
    padding: 0 var(--section-gutter) 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu .single-menu {
    padding: 1.25rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer-menu .single-menu {
    width: 100%;
    display: none;
    padding: 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer-menu .single-menu {
    width: 100%;
    display: none;
    padding: 0;
  }
}
.footer-copyright {
  background-color: #262262;
}
.footer-copyright .copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.94rem 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .footer-copyright .copyright-wrapper {
    flex-wrap: wrap;
  }
}
.footer-copyright .copyright-content {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .footer-copyright .copyright-content {
    width: 100%;
    margin-bottom: 0.94rem;
  }
}
.footer-copyright .copyright-content p {
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
}
.footer-copyright .copyright-content p a {
  color: inherit;
  font-weight: inherit;
}
.footer-copyright .copyright-content p a.active, .footer-copyright .copyright-content p a:hover {
  color: #96C941;
}
.footer-copyright .copyright-logo {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .footer-copyright .copyright-logo {
    margin: 0 auto;
  }
}
.footer-copyright .copyright-logo .developed-by {
  display: flex;
  align-items: center;
}
.footer-copyright .copyright-logo .developed-by span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25;
}
.footer-copyright .copyright-logo .developed-by .pp-logo {
  width: 32px;
  height: auto;
}
.footer-copyright .copyright-logo .developed-by .pp-text {
  color: #FFFFFF;
}
.footer-copyright .copyright-logo .developed-by .pp-text .websiteby {
  font-style: italic;
}
.footer-copyright .copyright-logo .developed-by .pp-text a {
  color: inherit;
}

.header {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #FFFFFF;
  transition: 0.4s all;
}
.header.sticky {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .address-bar {
  position: relative;
  padding: 0 var(--section-gutter);
  background-color: #696A7E;
}
.header .address-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .address-text > * {
  margin: 0.32rem;
}
.header .address-text p {
  color: #FFFFFF;
  font-size: 1rem;
}
.header .address-text .btn, .header .address-text .wp-block-file__button, .header .address-text .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .address-text .wp-block-button__link,
.header .address-text .appointment-button .wp-block-button__link,
.appointment-button .header .address-text .wp-block-button__link, .header .address-text form.appointment-form input[type=submit], form.appointment-form .header .address-text input[type=submit] {
  padding: 0.38rem 0.63rem;
}
.header .address-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.32rem;
  width: 1rem;
  height: 1rem;
  color: #FFFFFF;
  font-size: 0;
  transform: translate(0, -50%);
  transition: 0.4s all;
}
.header .address-close:hover {
  color: #3B3D79;
}
.header .address-close svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.header-main {
  padding: 0.75rem 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header-main {
    padding: var(--section-gutter) 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header-main {
    padding: var(--section-gutter) 0;
  }
}
.header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 1178px) {
  .header-logo {
    max-width: 15.63rem;
  }
}
@media (max-width: 575px) {
  .header-logo {
    max-width: 14.38rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    max-width: 15.63rem;
  }
}
@media (min-width: 1179px) {
  .header-logo {
    max-width: 24.19rem;
  }
}
.header-logo .logo {
  display: block;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: -1;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: -1;
  }
}
.header .header-links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header .header-links li {
  position: relative;
  margin: 0 0.63rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li {
    margin-right: 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li {
    margin-right: 0;
  }
}
.header .header-links li:last-child {
  margin: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li:not(.call) {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li:not(.call) {
    display: none;
  }
}
.header .header-links li .btn, .header .header-links li .wp-block-file__button, .header .header-links li .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li .wp-block-button__link,
.header .header-links li .appointment-button .wp-block-button__link,
.appointment-button .header .header-links li .wp-block-button__link, .header .header-links li form.appointment-form input[type=submit], form.appointment-form .header .header-links li input[type=submit] {
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-links li .btn, .header .header-links li .wp-block-file__button, .header .header-links li .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li .wp-block-button__link,
.header .header-links li .appointment-button .wp-block-button__link,
.appointment-button .header .header-links li .wp-block-button__link, .header .header-links li form.appointment-form input[type=submit], form.appointment-form .header .header-links li input[type=submit] {
    font-size: 0.87rem;
  }
}
.header .header-links li .quick-dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all;
  pointer-events: none;
}
.header .header-links li .quick-dropdown > li {
  width: 210px;
  margin: 0;
  padding: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li .quick-dropdown > li {
    display: block;
    width: 100px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li .quick-dropdown > li {
    display: block;
    width: 100px;
  }
}
.header .header-links li .quick-dropdown > li > a {
  display: block;
  padding: 0.63rem 0.94rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.87rem;
  text-decoration: none;
  background-color: #696A7E;
  transition: 0.4s all;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li .quick-dropdown > li > a {
    padding: 0.32rem 0.63rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li .quick-dropdown > li > a {
    padding: 0.32rem 0.63rem;
    font-size: 0.75rem;
  }
}
.header .header-links li .quick-dropdown > li:hover > a {
  color: #FFFFFF;
  background-color: #3B3D79;
}
.header .header-links li:hover .quick-dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li.call > .btn, .header .header-links li.call > .wp-block-file__button, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link, .header .header-links .appointment-button li.call > .btn, .header .header-links .appointment-button li.call > .wp-block-file__button,
.header .header-links .appointment-button li.call > .wp-block-button__link,
.appointment-button .header .header-links li.call > .wp-block-button__link, .header .header-links form.appointment-form li.call > input[type=submit], form.appointment-form .header .header-links li.call > input[type=submit], .header .header-links form.appointment-form .appointment-button li.call > input[type=submit] {
    padding: 0.38rem;
    background-color: #96C941;
    border-color: #96C941;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li.call > .btn, .header .header-links li.call > .wp-block-file__button, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link, .header .header-links .appointment-button li.call > .btn, .header .header-links .appointment-button li.call > .wp-block-file__button,
.header .header-links .appointment-button li.call > .wp-block-button__link,
.appointment-button .header .header-links li.call > .wp-block-button__link, .header .header-links form.appointment-form li.call > input[type=submit], form.appointment-form .header .header-links li.call > input[type=submit], .header .header-links form.appointment-form .appointment-button li.call > input[type=submit] {
    padding: 0.38rem;
    background-color: #96C941;
    border-color: #96C941;
  }
}
.header .header-links li.call > .btn svg, .header .header-links li.call > .wp-block-file__button svg, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link svg, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link svg,
.header .header-links .appointment-button li.call > .wp-block-button__link svg,
.appointment-button .header .header-links li.call > .wp-block-button__link svg, .header .header-links form.appointment-form li.call > input[type=submit] svg, form.appointment-form .header .header-links li.call > input[type=submit] svg {
  fill: #262262;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.07rem;
  display: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li.call > .btn svg, .header .header-links li.call > .wp-block-file__button svg, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link svg, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link svg,
.header .header-links .appointment-button li.call > .wp-block-button__link svg,
.appointment-button .header .header-links li.call > .wp-block-button__link svg, .header .header-links form.appointment-form li.call > input[type=submit] svg, form.appointment-form .header .header-links li.call > input[type=submit] svg {
    display: block;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li.call > .btn svg, .header .header-links li.call > .wp-block-file__button svg, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link svg, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link svg,
.header .header-links .appointment-button li.call > .wp-block-button__link svg,
.appointment-button .header .header-links li.call > .wp-block-button__link svg, .header .header-links form.appointment-form li.call > input[type=submit] svg, form.appointment-form .header .header-links li.call > input[type=submit] svg {
    display: block;
  }
}
.header .header-links li.call > .btn span, .header .header-links li.call > .wp-block-file__button span, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link span, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link span,
.header .header-links .appointment-button li.call > .wp-block-button__link span,
.appointment-button .header .header-links li.call > .wp-block-button__link span, .header .header-links form.appointment-form li.call > input[type=submit] span, form.appointment-form .header .header-links li.call > input[type=submit] span {
  display: block;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li.call > .btn span, .header .header-links li.call > .wp-block-file__button span, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link span, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link span,
.header .header-links .appointment-button li.call > .wp-block-button__link span,
.appointment-button .header .header-links li.call > .wp-block-button__link span, .header .header-links form.appointment-form li.call > input[type=submit] span, form.appointment-form .header .header-links li.call > input[type=submit] span {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li.call > .btn span, .header .header-links li.call > .wp-block-file__button span, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link span, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link span,
.header .header-links .appointment-button li.call > .wp-block-button__link span,
.appointment-button .header .header-links li.call > .wp-block-button__link span, .header .header-links form.appointment-form li.call > input[type=submit] span, form.appointment-form .header .header-links li.call > input[type=submit] span {
    display: none;
  }
}
.header .header-links li.call .advance-call-tracking {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--section-gutter);
  text-align: center;
  background: #000000;
}
.header .header-links li.call .advance-call-tracking h4 {
  color: #FFFFFF;
}
.header .header-links li.call .advance-call-tracking .close-btn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: var(--section-gutter);
  right: var(--section-gutter);
  color: #FFFFFF;
}
.header .header-links li.call .advance-call-tracking .close-btn svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.header .header-links li.call .advance-call-tracking.active {
  display: flex;
}
.header .header-links li.call .advance-call-tracking ul {
  margin: 0;
  padding: 0;
}
.header .header-links li.call .advance-call-tracking ul li {
  display: block;
  margin: 0.63rem 0;
  padding: 0;
}
.header .header-links li.call .advance-call-tracking ul li a {
  display: block;
}
.header .header-menu {
  margin-top: 0.5rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-menu {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-menu {
    display: none;
  }
}
.header .header-menu .dropdown-submenu.dropdown-active em::before {
  rotate: 180deg;
}
.header .header-menu .dropdown-submenu .mbnav__caret {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #FFFFFF;
  width: 1.88rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
.header .header-menu .dropdown-submenu .mbnav__caret::before {
  content: "";
  border-width: 0.5rem 0.5rem 0;
  border-style: solid;
  border-color: currentColor transparent;
  pointer-events: none;
}
.header .header-menu ul {
  margin: 0;
  padding: 0;
}
.header .header-menu ul > li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.header .header-menu ul.sub-menu {
  background-color: #3B3D79;
}
.header .header-menu ul.sub-menu > li {
  transition: 0.4s all;
}
.header .header-menu ul.sub-menu > li > a:hover, .header .header-menu ul.sub-menu > li.current-menu-item > a, .header .header-menu ul.sub-menu > li.current-menu-parent > a, .header .header-menu ul.sub-menu > li.current_page_ancestor > a {
  background-color: #696A7E;
}
.header .header-menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header-menu ul.menu > li:not(:last-child) {
  margin-right: 0.63rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .header .header-menu ul.menu > li:not(:last-child) {
    margin-right: 1.57rem;
  }
}
.header .header-menu ul.menu > li > a {
  position: relative;
  display: block;
  padding: 0.32rem 0;
  color: #3B3D79;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .header .header-menu ul.menu > li > a {
    font-size: 0.88rem;
  }
}
.header .header-menu ul.menu > li > a::after {
  content: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  pointer-events: none;
  background-color: #696A7E;
  transform: translateX(-50%);
  transition: 0.4s all;
}
.header .header-menu ul.menu > li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: auto;
  margin: 0;
  padding: 0.32rem;
  display: block;
  min-width: 9.38rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  pointer-events: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .header-menu ul.menu > li > ul.sub-menu > li a {
  display: block;
  padding: 0.32rem 0.63rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.88rem;
  white-space: nowrap;
}
.header .header-menu ul.menu > li > ul.sub-menu > li a::after {
  display: none;
}
.header .header-menu ul.menu > li > ul.sub-menu > li.dropdown-submenu > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  min-width: 100%;
  background-color: #696A7E;
  transform: none;
  transition: none;
}
.header .header-menu ul.menu > li > ul.sub-menu > li.dropdown-submenu > ul.sub-menu > li {
  position: relative;
  width: 100%;
}
.header .header-menu ul.menu > li > ul.sub-menu > li.dropdown-submenu > ul.sub-menu > li:hover ul.sub-menu {
  top: 100%;
  left: 0;
}
.header .header-menu ul.menu > li:hover > ul.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .header-menu ul.menu > li.current-menu-item > a, .header .header-menu ul.menu > li.current-menu-parent > a, .header .header-menu ul.menu > li.current_page_ancestor > a, .header .header-menu ul.menu > li:hover > a {
  font-weight: 600;
}
.header .header-menu ul.menu > li.current-menu-item > a::after, .header .header-menu ul.menu > li.current-menu-parent > a::after, .header .header-menu ul.menu > li.current_page_ancestor > a::after, .header .header-menu ul.menu > li:hover > a::after {
  width: 100%;
}
.header .header-menu ul.menu > li:nth-last-child(1) ul.sub-menu, .header .header-menu ul.menu > li:nth-last-child(2) ul.sub-menu {
  right: 0;
  left: auto;
}
.header .header-menu ul.menu > li:nth-last-child(1) ul.sub-menu > li:hover > ul, .header .header-menu ul.menu > li:nth-last-child(2) ul.sub-menu > li:hover > ul {
  right: 100%;
  left: auto !important;
}
.header .header-menu ul.menu > li.wide-menu ul.sub-menu {
  left: 50%;
  right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: auto;
  margin: 0 auto;
  min-width: 31.25rem;
  transform: translateX(-50%);
}
.header .header-menu ul.menu > li.wide-menu ul.sub-menu > li {
  width: 49%;
}
.header .header-menu ul.menu > li.third-level-menu > ul.sub-menu ul.sub-menu li a {
  padding-left: 1.88rem;
}
.header .header-menu ul.menu > li.full-menu {
  position: static;
}
.header .header-menu ul.menu > li.full-menu > ul.sub-menu {
  left: 50%;
  right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 0.94rem;
  max-width: 73.13rem;
  transform: translateX(-50%);
}
.header .header-menu ul.menu > li.full-menu > ul.sub-menu > li {
  border: 0;
  border: 2px solid #696A7E;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .header .header-menu ul.menu > li.full-menu > ul.sub-menu > li {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .header .header-menu ul.menu > li.full-menu > ul.sub-menu > li {
    width: 49%;
  }
}
.header .header-menu ul.menu > li.full-menu > ul.sub-menu > li > a {
  background-color: #696A7E;
}

/** Ebook theme popup styles */
.ebook-theme-popup {
  display: none;
  text-align: center;
}
.ebook-theme-popup .fancybox-button svg {
  fill: #FFFFFF;
}
.ebook-theme-popup .fancybox-button svg path {
  fill: inherit;
}
.ebook-theme-popup-inner {
  max-width: 48.13rem;
}
.ebook-theme-popup-info {
  margin-bottom: 1.25rem;
}
.ebook-theme-popup-info h2 {
  color: #FFFFFF;
  text-transform: uppercase;
}
.ebook-theme-popup-info p {
  color: #FFFFFF;
}
.ebook-theme-popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ebook-theme-popup-wrapper .ebook-theme-popup-image {
  width: 17.5rem;
}
.ebook-theme-popup-wrapper .ebook-theme-popup-content {
  width: 100%;
  padding: var(--section-gutter);
  background-color: #FFFFFF;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .ebook-theme-popup-wrapper .ebook-theme-popup-content {
    width: calc(100% - 17.5rem);
  }
}
.ebook-theme-popup-wrapper .ebook-theme-popup-content .nf-error-msg {
  display: none;
}
.ebook-theme-popup-btn {
  display: none;
}

/** Theme popup styles */
.theme-popup {
  width: 100%;
  height: 100%;
  display: none;
  background-color: transparent;
}
.theme-popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.theme-popup-close {
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.theme-popup-close:hover {
  color: #CCCCCC;
}
.theme-popup-close svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.theme-popup .fancybox-close-small {
  display: none;
}
.theme-popup-inner {
  position: relative;
  overflow: auto;
  max-width: 40.63rem;
  max-height: 80vh;
  padding: 1.88rem;
  background-color: #F1F2F2;
  border: 0.07rem solid #CCCCCC;
}
@media (max-width: 720px) and (orientation: portrait) {
  .theme-popup-inner {
    padding: 1.88rem 0.94rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .theme-popup-inner {
    padding: 1.88rem 0.94rem;
  }
}
.theme-popup-alert {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all;
  pointer-events: none;
}
.theme-popup-alert.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.theme-popup-alert .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.theme-popup-alert .button-group .btn, .theme-popup-alert .button-group .wp-block-file__button, .theme-popup-alert .button-group .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .theme-popup-alert .button-group .wp-block-button__link,
.theme-popup-alert .button-group .appointment-button .wp-block-button__link,
.appointment-button .theme-popup-alert .button-group .wp-block-button__link, .theme-popup-alert .button-group form.appointment-form input[type=submit], form.appointment-form .theme-popup-alert .button-group input[type=submit] {
  margin: 0.5rem;
}
.theme-popup-btn {
  display: none;
}

.acf-accordion-block.has-two-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 calc(-1 * var(--section-gutter));
}
.acf-accordion-block.has-two-column .acf-accordion-item {
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .acf-accordion-block.has-two-column .acf-accordion-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .acf-accordion-block.has-two-column .acf-accordion-item {
    width: 50%;
  }
}

.accordion-wrapper,
.acf-accordion-block {
  position: relative;
}
.accordion-wrapper .accordion-item:not(:last-child),
.acf-accordion-block .accordion-item:not(:last-child) {
  margin-bottom: var(--section-gutter);
}
.accordion-wrapper .accordion-item.active .accordion-icon:before,
.acf-accordion-block .accordion-item.active .accordion-icon:before {
  margin-top: 0.25rem;
  border-width: 0.19rem 0.19rem 0 0;
}
.accordion-wrapper .accordion-item-inner,
.acf-accordion-block .accordion-item-inner {
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.accordion-wrapper .accordion-item .accordion-title,
.acf-accordion-block .accordion-item .accordion-title {
  position: relative;
  padding: 0.94rem;
  display: grid;
  grid-template-columns: 1fr 1.57rem;
  background-color: #3B3D79;
}
.accordion-wrapper .accordion-item .accordion-title h6,
.acf-accordion-block .accordion-item .accordion-title h6 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 1.25rem;
  transition: 0.4s all;
}
.accordion-wrapper .accordion-item .accordion-icon,
.acf-accordion-block .accordion-item .accordion-icon {
  width: 1.57rem;
  height: 1.57rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  pointer-events: none;
  background-color: #FFFFFF;
}
.accordion-wrapper .accordion-item .accordion-icon:before,
.acf-accordion-block .accordion-item .accordion-icon:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  margin-top: -0.25rem;
  border-width: 0 0 0.19rem 0.19rem;
  border-style: solid;
  border-color: currentColor;
  pointer-events: none;
  transform: rotate(-45deg);
}
.accordion-wrapper .accordion-item .accordion-content,
.acf-accordion-block .accordion-item .accordion-content {
  display: none;
  padding: var(--section-gutter);
  background-color: #FFFFFF;
}

.faq-search-form {
  position: relative;
  margin-bottom: 1.25rem;
}
.faq-search-form .faq-search-input {
  padding-right: 2.5rem;
}
.faq-search-form .faq-search-button {
  position: absolute;
  top: 50%;
  right: 0.63rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  background: none;
  transform: translateY(-50%);
}
.faq-search-form .faq-search-button svg {
  fill: #3B3D79;
  width: 100%;
  height: 100%;
}

#faq-noresult {
  display: none;
  padding: 0.94rem;
  border-radius: 1.38rem;
  background-color: rgba(255, 0, 0, 0.2);
}
/*# sourceMappingURL=style.min.css.map */
