@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
  line-height: 1;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
button:not(.menu-button),
button:not(.dropdown-toggle),
[type=button],
[type=reset],
[type=submit] {
  appearance: none;
}

fieldset {
  border: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  font-weight: 500;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.post-info, .footer-link-block ul, .header .header-content, .flex, .clearfix, .row, .social-icons {
  display: flex;
  flex-wrap: wrap;
}

li.btn.headerctabg_color > a, .btn, button:not(.menu-button):not(.dropdown-toggle),
input[type=button],
input[type=reset],
input[type=submit] {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-weight: 600;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
li.btn.headerctabg_color > a:before, .btn:before, button:not(.menu-button):not(.dropdown-toggle):before,
input[type=button]:before,
input[type=reset]:before,
input[type=submit]:before {
  content: "";
  display: block;
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
  z-index: -1;
}
li.btn.headerctabg_color > a:hover:before, .btn:hover:before, button:hover:not(.menu-button):not(.dropdown-toggle):before,
input[type=button]:hover:before,
input[type=reset]:hover:before,
input[type=submit]:hover:before, li.btn.headerctabg_color > a:focus:before, .btn:focus:before, button:focus:not(.menu-button):not(.dropdown-toggle):before,
input[type=button]:focus:before,
input[type=reset]:focus:before,
input[type=submit]:focus:before {
  left: 0;
  width: 100%;
}

.single-post-holder, .side-img-block section {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 3px 3px 10px rgba(17, 17, 17, 0.25);
  overflow: hidden;
}

.slick-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  transition: all 0.2s ease-in-out;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #cccccc;
  border-radius: 100% !important;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #646464;
}
.slick-dots li.slick-active button {
  background-color: #cccccc;
}

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

html, body {
  width: 100%;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

body,
input,
select,
optgroup,
textarea {
  color: #111111;
  font-family: helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

body {
  background-color: #ffffff;
}
@media (min-width: 1201px) {
  body {
    font-size: 125%;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background-color: #ffffff;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #111111;
  cursor: help;
}

mark,
ins {
  background-color: #ffffff;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: helvetica, arial, sans-serif;
}

h1 {
  font-size: 65px;
  font-weight: normal;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (max-width: 640px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
}
p {
  margin-bottom: 0;
}

top-bar p a, top-bar li a,
main p a,
main li a {
  color: #111111;
  word-break: break-word;
  text-decoration: underline;
}
top-bar p a:hover, top-bar p a:focus, top-bar p a:visited, top-bar p a:active, top-bar li a:hover, top-bar li a:focus, top-bar li a:visited, top-bar li a:active,
main p a:hover,
main p a:focus,
main p a:visited,
main p a:active,
main li a:hover,
main li a:focus,
main li a:visited,
main li a:active {
  text-decoration: none;
}
top-bar p a:hover, top-bar p a:focus, top-bar li a:hover, top-bar li a:focus,
main p a:hover,
main p a:focus,
main li a:hover,
main li a:focus {
  color: #414141;
}
top-bar p:not(:last-child),
main p:not(:last-child) {
  margin-bottom: 0.75em;
}
top-bar a,
main a {
  color: #111111;
}
top-bar a:hover, top-bar a:focus, top-bar a[href^=tel],
main a:hover,
main a:focus,
main a[href^=tel] {
  text-decoration: none;
}
top-bar a:hover, top-bar a:focus,
main a:hover,
main a:focus {
  color: #414141;
}
top-bar a:focus,
main a:focus {
  outline: thin dotted;
}
top-bar a:hover, top-bar a:focus,
main a:hover,
main a:focus {
  outline: 0;
}
top-bar :not(.before-img, .after-img, .side-img, .member-img) > img,
main :not(.before-img, .after-img, .side-img, .member-img) > img {
  border-radius: 10px;
}

ul,
ol {
  margin: 0 0 0.5em 0.5em;
}
ul li,
ol li {
  list-style-position: inside;
}

ul {
  list-style: disc;
}
ul ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 15px;
}

:where(ul[class]) {
  list-style-type: none;
}

:where(ul:not(:last-child)) {
  margin-bottom: 40px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

button:not(.menu-button):not(.dropdown-toggle) {
  border: none;
  appearance: none;
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
  color: #414141;
  margin-bottom: 0;
  padding: 10px 15px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  box-shadow: none;
}
input:not([type=checkbox]):not([type=radio]):focus, select:focus, textarea:focus {
  color: #111111;
}
@media (min-width: 641px) {
  input:not([type=checkbox]):not([type=radio]), select, textarea {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  input:not([type=checkbox]):not([type=radio]), select {
    height: 58px;
  }
}
@media (max-width: 767px) {
  input:not([type=checkbox]):not([type=radio]), select {
    height: 46px;
  }
}

form.search-form {
  margin: 20px 0;
}
@media (min-width: 768px) {
  form.search-form input {
    width: 250px;
  }
}

textarea {
  resize: none;
  overflow: auto; /** remove scroller in IE **/
  min-height: 200px;
}

select::-ms-expand {
  display: none; /** IE fix **/
}

::placeholder {
  color: #111111;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #111111;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #111111;
}

/** hide placeholder text on focus **/
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

label {
  display: block;
  color: #111111;
  margin-bottom: 7px;
}

textarea {
  width: 100%;
}

legend {
  padding: 0 0 10px;
}

hr {
  background-color: #414141;
  border: 0;
  height: 1px;
  margin: 30px 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 1em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a.btn, li.btn, button:not(.menu-button):not(.dropdown-toggle) {
  padding: 15px 20px 14px;
}

p:has(.btn) {
  padding-top: 20px;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.875em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.down-arrow {
  position: relative;
  right: auto;
  top: auto;
  margin-left: 15px;
}

.collapse-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
}

.collapse-arrow,
.down-arrow {
  display: block;
}
.collapse-arrow:before, .collapse-arrow:after,
.down-arrow:before,
.down-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #111111;
  transform-origin: center;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
.collapse-arrow:before,
.down-arrow:before {
  transform: rotate(45deg);
  right: -2px;
}
.collapse-arrow:after,
.down-arrow:after {
  transform: rotate(-45deg);
  left: -2px;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 641px) {
  .arrow-link {
    font-size: 20px;
  }
}
.arrow-link:hover {
  color: #111111;
}
.arrow-link.active .down-arrow {
  transform: rotateX(180deg) translateY(-2px);
}

.side-img-block section > .col,
.side-img-block section > [class*=col-] {
  padding: 40px;
}
.side-img-block section .side-img {
  padding: 0;
  position: relative;
}
.side-img-block section .side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1200px) {
  .side-img-block section .row.consult-form .col-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

ul.two-col li {
  text-indent: 0;
  margin-left: 12px;
  padding-bottom: 6px;
  line-height: 1.3;
  list-style-position: outside;
  break-inside: avoid;
}
@media (min-width: 991px) {
  ul.two-col {
    column-count: 2;
    column-gap: 40px;
  }
}

.social-icons {
  gap: 10px;
}
.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #646464;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.social-icons a img {
  filter: invert(1);
}
.social-icons a:hover, .social-icons a:focus {
  background-color: #C4C4C4;
}
.social-icons a:hover > img, .social-icons a:focus > img {
  filter: none;
}

.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
@media (min-width: 1201px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 641px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  flex-grow: 1;
}
.row .col, .row [class*=col-] {
  flex-grow: 1;
}
@media (min-width: 641px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row .col, .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row .col, .row [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-space {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .inner-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-3 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-two-third {
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.col-full {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-30 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-70 {
  flex: 0 0 70%;
  max-width: 70%;
}

@media (max-width: 990px) {
  .md-col-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-col-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 820px) {
  .sm-col-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-col-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 640px) {
  .xs-col-full {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xs-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.clearfix {
  width: 100%;
}

.p-relative {
  position: relative;
  z-index: 2;
}

.d-block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-end {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
}
.color-black {
  color: #111111;
}

.color-white {
  color: #ffffff;
}

.color-primary {
  color: #111111;
}

.color-primary-hover {
  color: #414141;
}

.color-secondary {
  color: #f5e9e2;
}

.color-secondaryhover {
  color: #f4d0ad;
}

.color-buttontext {
  color: #ffffff;
}

.bgcolor-primary {
  background-color: #111111;
}

.bgcolor-primaryhover {
  background-color: #414141;
}

.bgcolor-secondary {
  background-color: #f5e9e2;
}

.bgcolor-secondaryhover {
  background-color: #f4d0ad;
}

.bgcolor-accent {
  background-color: #f5e9e2;
}

.bgcolor-white {
  background-color: #ffffff;
}

.bgcolor-white + .bgcolor-white .inner-space {
  padding-top: 0;
  margin-top: 0;
}

.bgcolor-row {
  background-color: #ffffff;
}

.bgcolor-header {
  background-color: #ffffff;
}

.bgcolor-footer {
  background-color: #ffffff;
}

.bgcolor-copyright {
  background-color: #ffffff;
}

.bgcolor-icon {
  background-color: #ffffff;
}

.bgcolor-location {
  background-color: #ffffff;
}

.bgcolor-button {
  background-color: #414141;
}

.bgcolor-accordion {
  background-color: #c4c4c4;
}

.text-center {
  text-align: center;
}

.text-left-md {
  text-align: center;
}
@media (min-width: 991px) {
  .text-left-md {
    text-align: left;
  }
}

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

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

.uppercase {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.m-0 {
  margin: 0;
}

.mt-25 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mt-25 {
    margin-top: 25px;
  }
}

.mt-50 {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 50px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}

.mtb-40, .mtb-60, .mtb-80 {
  padding: 0;
}

.mtb-40 {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .mtb-40 {
    margin: 40px 0;
  }
}

.mtb-60 {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .mtb-60 {
    margin: 60px 0;
  }
}

.mtb-80 {
  margin: 60px 0;
}
@media (min-width: 768px) {
  .mtb-80 {
    margin: 80px 0;
  }
}

.p-0 {
  padding: 0;
}

.pt-30 {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .pt-30 {
    padding-top: 30px;
  }
}

.pb-30 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}

.ptb-40 {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .ptb-40 {
    padding: 40px 0;
  }
}

.ptb-60 {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .ptb-60 {
    padding: 60px 0;
  }
}

.ptb-80 {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .ptb-80 {
    padding: 80px 0;
  }
}

.p-block-15 {
  padding-block: 15px;
}

.border-round {
  border-radius: 8px;
}

.img-full {
  display: block;
  width: 100%;
}

ul.dotted-list {
  margin-left: 10px;
}
ul.dotted-list:not(:last-child) {
  margin-bottom: 30px;
}
ul.dotted-list > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
ul.dotted-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #646464;
  display: block;
}
@media (min-width: 641px) {
  ul.dotted-list {
    margin-left: 30px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em;
}
.breadcrumbs span {
  position: relative;
  color: #646464;
}
.breadcrumbs span a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.breadcrumbs span a:hover {
  color: #111111;
}
.breadcrumbs span:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs span:not(:last-child):after {
  content: ">";
  margin-left: 10px;
}

@media (min-width: 641px) {
  .show-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 821px) {
  .show-md {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .hide-md {
    display: none !important;
  }
}
h2.sec-heading {
  font-size: 34px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 15px;
}
@media (min-width: 641px) {
  h2.sec-heading {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 821px) {
  h2.sec-heading {
    font-size: 40px;
  }
}

h3.sec-heading {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 641px) {
  h3.sec-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

h4.sec-heading {
  color: #111111;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 641px) {
  h4.sec-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/** video responsive style: Youtube and Vimeo **/
.video-section > img {
  width: 100%;
  display: block;
}

.video-placeholder {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-placeholder iframe,
.video-placeholder object,
.video-placeholder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a[href^="tel:"] {
  display: inline-block !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #C4C4C4;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #111111;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  min-width: auto;
  z-index: 100000;
}

.main-navigation {
  /* Top level menu items */
}
.main-navigation > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: center;
}
@media (min-width: 1201px) {
  .main-navigation > ul {
    display: flex;
  }
  .main-navigation > ul > li {
    display: flex;
  }
  .main-navigation > ul > li:not(:last-child) {
    margin-right: 15px;
    transition: all 0.2s;
  }
  .main-navigation > ul > li:not(:last-child):after {
    content: "";
    width: 0;
    display: flex;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -2px;
    border-bottom: 2px solid #646464;
    transition: all 0.2s;
  }
  .main-navigation > ul > li:not(:last-child):hover:after, .main-navigation > ul > li:not(:last-child):focus:after {
    left: 0;
    width: 100%;
  }
  .main-navigation > ul > li > a {
    text-decoration: none;
    font-weight: 600;
  }
}

.top-bar-nav > ul {
  list-style: none;
  margin: 0;
}
.top-bar-nav > ul > li:not(:last-child) {
  margin-right: 0;
}
.top-bar-nav > ul > li:not(:last-child):after {
  content: "|";
  padding: 0 6px;
  font-size: 1rem;
  color: #111111;
  position: relative;
  bottom: 0;
  border: 0 none;
}
.top-bar-nav a {
  color: #111111;
}
.top-bar-nav a:hover, .top-bar-nav a:focus {
  color: #646464;
}

@media (max-width: 1200px) {
  .site-header-menu {
    max-height: 100vh;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    overflow-y: auto;
    box-shadow: 0 10px 20px -10px rgba(17, 17, 17, 0.1);
  }
}
@media (min-width: 1201px) {
  .main-navigation > ul > li:not(.btn.headerctabg_color) > a,
  .secondary-menu > ul > li:not(.btn.headerctabg_color) > a {
    padding: 5px 0;
  }
}
.main-navigation li,
.secondary-menu li {
  list-style: none;
  position: relative;
}
@media (max-width: 1200px) {
  .main-navigation li,
  .secondary-menu li {
    border-bottom: 1px solid #eeeeee;
  }
  .main-navigation li:last-of-type,
  .secondary-menu li:last-of-type {
    border: 0 none;
  }
}
.main-navigation li a,
.secondary-menu li a {
  position: relative;
  transition: all 0.2s;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .main-navigation li a,
  .secondary-menu li a {
    padding: 10px;
    margin: 0 auto;
    width: 300px;
    display: block;
  }
}
@media (max-width: 767px) {
  .main-navigation li:not(.btn.headerctabg_color) a,
  .secondary-menu li:not(.btn.headerctabg_color) a {
    margin: 0 0 0 100px;
  }
}
@media (max-width: 640px) {
  .main-navigation li:not(.btn.headerctabg_color) a,
  .secondary-menu li:not(.btn.headerctabg_color) a {
    margin: 0 0 0 80px;
  }
}
.main-navigation a,
.secondary-menu a {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-navigation,
  .secondary-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .main-navigation,
  .secondary-menu {
    padding: 0;
  }
}
@media (min-width: 1201px) {
  .main-navigation,
  .secondary-menu {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
}

.sub-menu {
  background-color: #ffffff;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 6px;
  box-shadow: 0 3px 3px rgba(17, 17, 17, 0.2);
  z-index: 99;
}
.sub-menu.toggled-on {
  box-shadow: 0 0 0;
}
@media (min-width: 1201px) {
  .sub-menu {
    width: max-content;
    min-width: 200px;
  }
}
.sub-menu a {
  padding: 10px 16px 8px;
  display: block;
  line-height: 1.3;
  text-decoration: none;
}
.sub-menu ul {
  left: -999em;
  top: 0;
}
.sub-menu ul li:hover > ul, .sub-menu ul li:focus > ul, .sub-menu ul li.focus > ul, .sub-menu ul li.hover > ul, .sub-menu ul li:focus > ul {
  display: block;
}
.sub-menu ul a {
  color: #111111;
  display: block;
  text-decoration: none;
}
.sub-menu ul a:hover, .sub-menu ul a:focus {
  color: #646464;
}
.sub-menu ul li:hover > ul,
.sub-menu ul li:focus > ul,
.sub-menu ul li.focus:hover > ul,
.sub-menu ul li.focus:focus > ul {
  margin: 0;
  padding: 10px;
}

/* CTA */
@media (max-width: 1200px) {
  li.btn.headerctabg_color {
    display: block;
    border-radius: 0;
    padding: 0;
  }
}
li.btn.headerctabg_color > a {
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1200px) {
  li.btn.headerctabg_color > a {
    color: #ffffff;
    display: block;
    text-align: left;
  }
}
li.btn.headerctabg_color > a:after {
  display: none;
}

.posts-navigation,
.post-navigation {
  margin: 1em 0 1.5em;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

a.skip-link.screen-reader-text {
  padding: 10px;
  overflow: visible;
  min-height: 36px;
  min-width: 120px;
}

.header,
.top-bar {
  position: relative;
}
@media (min-width: 1366px) {
  .header > .container.flex,
  .top-bar > .container.flex {
    max-width: 1366px;
  }
}

#header-wrap {
  position: relative;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .header.header-scroll {
    position: sticky;
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
  }
  .header.header-scroll .header-content {
    padding: 10px 0;
  }
  .header.bgcolor-headerhome.bgcolor-clear {
    background-color: transparent;
    position: absolute;
  }
  .header.bgcolor-headerhome.bgcolor-clear.header-scroll {
    position: sticky;
  }
}
.header .header-content {
  flex-grow: 1;
  justify-content: space-between;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
}
.header .logo {
  max-width: 360px;
  line-height: 1;
}
@media (max-width: 640px) {
  .header .logo {
    max-width: 250px;
  }
}
@media (max-width: 420px) {
  .header .logo {
    max-width: 200px;
  }
}
.header .logo a,
.header .logo img {
  display: inline-block;
}
.header .top-links {
  display: none;
}
@media (min-width: 1201px) {
  .header .top-links {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .header .top-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    box-shadow: 0 12px 10px rgba(17, 17, 17, 0.05);
  }
}

.top-bar {
  background-color: #cccccc;
}
.top-bar .top-bar-content {
  padding-top: 8px;
  padding-bottom: 8px;
}
.top-bar .top-bar-content p,
.top-bar .top-bar-content p a,
.top-bar .top-bar-content li a {
  color: #111111;
  font-size: 1rem;
  font-weight: 500;
}
.top-bar .top-bar-content .top-bar-left a,
.top-bar .top-bar-content .top-bar-right a {
  text-decoration: none;
}
.top-bar .top-bar-content .top-bar-left a:hover, .top-bar .top-bar-content .top-bar-left a:focus,
.top-bar .top-bar-content .top-bar-right a:hover,
.top-bar .top-bar-content .top-bar-right a:focus {
  color: #646464;
  text-decoration: underline;
}
@media (max-width: 820px) {
  .top-bar .top-bar-content {
    flex-direction: column;
  }
  .top-bar .top-bar-content > .col {
    justify-content: center;
  }
  .top-bar .top-bar-content p {
    text-align: center;
  }
}
@media (min-width: 821px) {
  .top-bar .top-bar-content > .top-bar-right {
    justify-content: end;
  }
  .top-bar .top-bar-content > .top-bar-right .social-icons {
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.top-bar .social-icons a {
  width: 26px;
}
.top-bar .social-icons img {
  max-width: 14px;
}

@media (min-width: 1201px) {
  .top-bar + .header.front-page {
    top: 92px;
  }
}
@media (min-width: 768px) {
  .top-bar + .header.front-page {
    top: 89px;
  }
}

.bottom-bar {
  background-color: #c4c4c4;
  color: #111111;
  padding: 8px;
}
.bottom-bar a {
  color: #111111;
}
.bottom-bar a:hover, .bottom-bar a:focus {
  color: #646464;
}

/** call btn for small screens **/
.call-mob {
  display: none;
  position: absolute;
  left: calc(100% - 90px);
  z-index: 999;
  line-height: 1;
}
.call-mob a {
  transition: all 0.15s ease-in-out;
  aspect-ratio: 1;
}
.call-mob a:hover, .call-mob a:focus {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .call-mob {
    display: block;
  }
}

body:not(.home) .header:not(.header-scroll) {
  position: relative;
}

.footer {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.footer > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 990px) {
  .footer .row [class*=col] {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
.footer .inner-space {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 821px) {
  .footer {
    text-align: left;
  }
  .footer .inner-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .footer .footer-logo {
    margin-top: -45px;
  }
  .footer .centered {
    max-width: 300px;
  }
  .footer .centered.centered-text {
    text-align: center;
  }
}

@media (min-width: 991px) {
  .footer-logo-block {
    min-width: 40%;
  }
}
.footer-logo-block p {
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .footer-logo-block p {
    font-size: 18px;
  }
}
.footer-logo-block .footer-logo {
  display: inline-flex;
  margin-bottom: 20px;
}
.footer-logo-block .footer-logo a {
  display: block;
}
.footer-logo-block .footer-logo a img {
  display: block;
}

.footer-link-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .footer-link-block h3 {
    font-size: 18px;
  }
}
.footer-link-block ul {
  margin: 0;
  flex-direction: column;
}
.footer-link-block ul li {
  list-style: none;
}
.footer-link-block ul li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-link-block ul li > a {
  color: #111111;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.footer-link-block ul li > a:hover, .footer-link-block ul li > a:focus {
  color: #111111;
}

.footer-bottom {
  padding: 20px;
  background-color: #f5e9e2;
  color: #111111;
  font-size: 16px;
  text-align: center;
}
.footer-bottom a {
  color: #646464;
}
.footer-bottom a:hover, .footer-bottom a:focus {
  color: #111111;
}
@media (min-width: 821px) {
  .footer-bottom {
    padding: 30px;
  }
}

@media (max-width: 820px) {
  .footer .social-icons {
    justify-content: center;
  }
  .footer-logo-block {
    margin-bottom: 25px;
  }
  .footer-link-block:not(:last-child) {
    margin-bottom: 25px;
  }
  .footer-link-block ul {
    align-items: center;
  }
}
.page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .page-banner {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .page-banner > .container {
    display: flex;
    height: 100%;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .page-banner > .container {
    width: 100%;
    padding: 0 60px;
  }
}
.page-banner.hero-bg {
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  align-content: center;
  flex-wrap: wrap;
  height: 70vh;
  /*&:has(.video-embed),*/
  /* &:has(.video-upload), */
}
@media (min-width: 768px) {
  .page-banner.hero-bg {
    height: 90vh;
  }
}
.page-banner.hero-bg.height50 {
  height: 50vh;
}
.page-banner.hero-bg.height70 {
  height: 70vh;
}
.page-banner.hero-bg .video-embed {
  min-height: 300px;
}
@media (min-width: 768px) {
  .page-banner.hero-bg .video-embed {
    min-height: 450px;
  }
}
@media (min-width: 821px) {
  .page-banner.hero-bg .video-embed {
    min-height: 500px;
  }
}
@media (min-width: 991px) {
  .page-banner.hero-bg .video-embed {
    min-height: 550px;
  }
}
@media (min-width: 1025px) {
  .page-banner.hero-bg .video-embed {
    min-height: 600px;
  }
}
@media (min-width: 1201px) {
  .page-banner.hero-bg .video-embed {
    min-height: 650px;
  }
}
@media (min-width: 1366px) {
  .page-banner.hero-bg .video-embed {
    min-height: 80vh;
  }
}
.page-banner.hero-bg .video-upload {
  height: 70vh;
}
@media (min-width: 768px) {
  .page-banner.hero-bg .video-upload {
    height: 90vh;
  }
}
.page-banner.hero-bg .video-upload,
.page-banner.hero-bg .video-embed {
  width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-banner.hero-bg .video-upload .container,
.page-banner.hero-bg .video-embed .container {
  display: flex;
}
@media (min-width: 768px) {
  .page-banner.hero-bg .video-upload .container,
  .page-banner.hero-bg .video-embed .container {
    position: absolute;
    padding: 50px 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.page-banner .banner-content > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 991px) {
  .page-banner .banner-content {
    max-width: 920px;
  }
  .page-banner .banner-content section > p {
    font-size: 24px;
  }
  .page-banner .banner-content section > h2 {
    margin-bottom: 10px;
  }
}
.page-banner .banner-content .banner-heading {
  font-size: 42px;
  line-height: 1.05;
  font-weight: 600;
}
@media (min-width: 991px) {
  .page-banner .banner-content .banner-heading {
    font-size: 65px;
  }
}
.page-banner .banner-content .banner-subheading {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
}
@media (min-width: 991px) {
  .page-banner .banner-content .banner-subheading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-banner .banner-content {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 18px;
    padding: 25px 20px;
  }
}

.header-hero-sec {
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
}
.header-hero-sec h1 {
  font-size: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-hero-sec {
    padding: 100px 0;
  }
  .header-hero-sec h1 {
    text-align: left;
    font-size: 65px;
  }
}

@media (min-width: 768px) {
  .lg-header-white {
    color: #ffffff;
  }
}
.before-after-sec {
  position: relative;
}

.ba-carousel {
  max-width: 900px;
  margin: 0 auto;
}
.ba-carousel .slick-slide {
  text-align: center;
  padding: 30px 40px 20px;
}
@media (min-width: 768px) {
  .ba-carousel .slick-slide {
    padding: 30px 20px 20px;
  }
}
.ba-carousel .slick-slide h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .ba-carousel .slick-slide h3 {
    font-size: 22px;
  }
}
.ba-carousel .ba-img {
  display: flex;
  width: 100%;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.ba-carousel .ba-img figure {
  width: 100%;
  margin: 0;
  position: relative;
  box-shadow: 0 3px 20px rgba(17, 17, 17, 0.16);
  overflow: hidden;
}
.ba-carousel .ba-img figure img {
  display: block;
  width: 100%;
}
.ba-carousel .ba-img figure span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #cccccc;
}
@media (max-width: 640px) {
  .ba-carousel .ba-img {
    flex-wrap: wrap;
    border-radius: 20px 8px;
    overflow: hidden;
  }
  .ba-carousel .ba-img figure span {
    padding: 10px 30px;
  }
  .ba-carousel .ba-img .after-img span {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 641px) {
  .ba-carousel .ba-img figure {
    width: 49%;
  }
  .ba-carousel .ba-img .before-img {
    border-radius: 20px 0 0 20px;
  }
  .ba-carousel .ba-img .after-img {
    border-radius: 0 20px 20px 0;
  }
}

.post-sec {
  position: relative;
}
.post-sec .posts-holder {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 991px) {
  .post-sec .posts-holder {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (min-width: 1201px) {
  .post-sec .posts-holder {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.post-sec .posts-holder .breadcrumbs {
  padding-bottom: 20px;
}
@media (max-width: 990px) {
  .post-sec .page-sidebar {
    display: none;
  }
}
@media (min-width: 991px) {
  .post-sec .page-sidebar {
    flex: 0 0 calc(35% - 40px);
    max-width: calc(35% - 40px);
    margin-left: auto;
  }
}
@media (min-width: 1201px) {
  .post-sec .page-sidebar {
    flex: 0 0 calc(30% - 70px);
    max-width: calc(30% - 70px);
  }
}
.post-sec .page-sidebar [class*=col] {
  max-width: 100%;
  flex: 0 0 100%;
}
.post-sec .page-sidebar [class*=col] input {
  text-align: left !important;
}
.post-sec .page-sidebar ul.dotted-list {
  margin-left: 0;
}
.post-sec .page-sidebar ul.dotted-list li {
  color: #646464;
}
.post-sec .page-sidebar ul.dotted-list li a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.post-sec .page-sidebar ul.dotted-list li a:hover {
  color: #111111;
}
.post-sec .page-sidebar ul.wp-block-categories {
  list-style: none;
  margin: 0;
}

.post-short:not(:last-child) {
  margin-bottom: 50px;
}
.post-short .short-post-content {
  display: flex;
  gap: 0 5%;
  width: 100%;
}
@media (max-width: 767px) {
  .post-short .short-post-content {
    flex-wrap: wrap;
  }
}
.post-short .post-img {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .post-short .post-img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .post-short .post-img {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 1201px) {
  .post-short .post-img {
    flex: 0 0 46.5%;
    max-width: 46.5%;
  }
}
.post-short .short-post-text {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .post-short {
    background-color: #ffffff;
    border-radius: 7px;
    padding: 40px 40px 60px;
    box-shadow: 3px 3px 10px rgba(17, 17, 17, 0.25);
  }
  .post-short .post-title {
    font-size: 40px;
  }
}

.post-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-title a {
  text-decoration: none;
}
@media (min-width: 641px) {
  .post-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .post-title {
    font-size: 40px;
  }
}

.post-info {
  gap: 10px 0;
  margin-bottom: 35px;
  font-size: 16px;
}
@media (min-width: 641px) {
  .post-info {
    font-size: 18px;
  }
}
.post-info > span {
  color: #646464;
  line-height: 1;
}
.post-info > span:not(:last-child) {
  border-right: 1px solid #646464;
  padding-right: 15px;
  margin-right: 15px;
}
.post-info ul.post-categories {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.post-info ul.post-categories li {
  display: inline;
}
.post-info ul.post-categories li:not(:last-of-type)::after {
  content: ",";
}

.post-img img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.single-post-holder {
  flex-direction: column;
  padding: 40px 40px 60px;
}
@media (max-width: 767px) {
  .single-post-holder {
    padding: 0;
    box-shadow: 0 0 0;
  }
}
.single-post-holder .post-img {
  margin-bottom: 30px;
}

.widget-title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 20px;
  padding-top: 10px;
}

.list-widget {
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
}
.list-widget:not(:last-child) {
  margin-bottom: 40px;
}

.testimonial-widget {
  background-color: rgba(196, 196, 196, 0.25);
  border-radius: 8px;
  padding: 25px 20px 35px;
}
.testimonial-widget:not(:last-child) {
  margin-bottom: 40px;
}

.form-widget {
  padding: 25px 20px 40px;
  border-radius: 8px;
}
.form-widget:not(:last-child) {
  margin-bottom: 40px;
}

.contact-sec {
  position: relative;
}
.contact-sec h2 {
  margin-bottom: 15px;
}
.contact-sec h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 821px) {
  .contact-sec h2 {
    padding-bottom: 40px;
  }
}
.contact-sec .contact-text h3, .contact-sec .contact-text h4 {
  text-align: center;
}
.contact-sec .contact-text h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 821px) {
  .contact-sec .contact-text h3, .contact-sec .contact-text h4 {
    text-align: left;
  }
  .contact-sec .contact-text h3 {
    font-size: 40px;
  }
  .contact-sec .contact-text h4 {
    font-size: 28px;
  }
}
@media (min-width: 991px) {
  .contact-sec .contact-form-block.col-2 {
    max-width: 45%;
  }
}
.contact-sec .contact-form-block .col-2 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100%;
}
@media (max-width: 820px) {
  .contact-sec .contact-form-block {
    text-align: center;
  }
  .contact-sec .contact-form-block button {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.experience-sec,
.media-sec {
  position: relative;
}
.experience-sec [class*=experience],
.experience-sec [class*=media],
.media-sec [class*=experience],
.media-sec [class*=media] {
  padding-top: 10px;
}
.experience-sec [class*=experience] .card-top,
.experience-sec [class*=media] .card-top,
.media-sec [class*=experience] .card-top,
.media-sec [class*=media] .card-top {
  margin-bottom: 20px;
}
.experience-sec [class*=experience] .slick-slide, .experience-sec [class*=experience] .card,
.experience-sec [class*=media] .slick-slide,
.experience-sec [class*=media] .card,
.media-sec [class*=experience] .slick-slide,
.media-sec [class*=experience] .card,
.media-sec [class*=media] .slick-slide,
.media-sec [class*=media] .card {
  padding: 0 10px;
}
@media (min-width: 991px) {
  .experience-sec [class*=experience],
  .experience-sec [class*=media],
  .media-sec [class*=experience],
  .media-sec [class*=media] {
    padding-top: 30px;
  }
  .experience-sec [class*=experience] .slick-slide, .experience-sec [class*=experience] .card,
  .experience-sec [class*=media] .slick-slide,
  .experience-sec [class*=media] .card,
  .media-sec [class*=experience] .slick-slide,
  .media-sec [class*=experience] .card,
  .media-sec [class*=media] .slick-slide,
  .media-sec [class*=media] .card {
    padding: 0 18px 40px;
  }
}
.experience-sec [class*=experience] .slick-slide, .experience-sec [class*=experience] .card,
.experience-sec [class*=media] .slick-slide,
.experience-sec [class*=media] .card,
.media-sec [class*=experience] .slick-slide,
.media-sec [class*=experience] .card,
.media-sec [class*=media] .slick-slide,
.media-sec [class*=media] .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.experience-sec [class*=experience] .slick-slide .img-video-holder, .experience-sec [class*=experience] .card .img-video-holder,
.experience-sec [class*=media] .slick-slide .img-video-holder,
.experience-sec [class*=media] .card .img-video-holder,
.media-sec [class*=experience] .slick-slide .img-video-holder,
.media-sec [class*=experience] .card .img-video-holder,
.media-sec [class*=media] .slick-slide .img-video-holder,
.media-sec [class*=media] .card .img-video-holder {
  margin-bottom: 25px;
}
.experience-sec [class*=experience] .slick-slide .img-video-holder > img, .experience-sec [class*=experience] .card .img-video-holder > img,
.experience-sec [class*=media] .slick-slide .img-video-holder > img,
.experience-sec [class*=media] .card .img-video-holder > img,
.media-sec [class*=experience] .slick-slide .img-video-holder > img,
.media-sec [class*=experience] .card .img-video-holder > img,
.media-sec [class*=media] .slick-slide .img-video-holder > img,
.media-sec [class*=media] .card .img-video-holder > img {
  width: 100%;
}
.experience-sec [class*=experience] .slick-slide p, .experience-sec [class*=experience] .card p,
.experience-sec [class*=media] .slick-slide p,
.experience-sec [class*=media] .card p,
.media-sec [class*=experience] .slick-slide p,
.media-sec [class*=experience] .card p,
.media-sec [class*=media] .slick-slide p,
.media-sec [class*=media] .card p {
  line-height: 1.5;
}

.experience.flex, .media.flex {
  display: flex;
  justify-content: center;
}
.experience.flex > .card, .media.flex > .card {
  flex: 0 0 1;
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .experience.flex > .card, .media.flex > .card {
    flex: 0 0 50%;
  }
}
@media (min-width: 1025px) {
  .experience.flex > .card, .media.flex > .card {
    flex: 0 0 33.3%;
    margin-bottom: 0;
  }
}

@media (min-width: 821px) {
  .media-sec, .experience-sec {
    margin: 0;
  }
  .media-sec .slick-slide, .media-sec .card, .experience-sec .slick-slide, .experience-sec .card {
    padding: 0 18px;
  }
  .media-sec .slick-track, .media-sec .experience, .media-sec .media, .experience-sec .slick-track, .experience-sec .experience, .experience-sec .media {
    padding: 0;
  }
}
.location-sec {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 820px) {
  .location-block-holder {
    padding: 0 20px;
  }
}
@media (min-width: 821px) {
  .location-block-holder {
    margin: 30px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.location-block-holder:has(.location-block:nth-of-type(4)) {
  flex-wrap: wrap;
}
.location-block-holder .location-block {
  position: relative;
}
@media (max-width: 820px) {
  .location-block-holder .location-block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #C4C4C4;
  }
}
@media (min-width: 821px) {
  .location-block-holder .location-block {
    width: 100%;
    min-width: 300px;
    max-width: 550px;
    padding: 40px 20px 50px;
    text-align: center;
  }
  .location-block-holder .location-block:nth-of-type(1) {
    background-color: #ffffff;
  }
  .location-block-holder .location-block:nth-of-type(2) {
    background-color: #dddddd;
  }
  .location-block-holder .location-block:nth-of-type(3) {
    background-color: #bbbbbb;
  }
  .location-block-holder .location-block:nth-of-type(4) {
    background-color: #aaaaaa;
  }
  .location-block-holder .location-block:nth-of-type(5) {
    background-color: #888888;
  }
  .location-block-holder .location-block:nth-of-type(6) {
    background-color: #666666;
  }
}
@media (min-width: 1025px) {
  .location-block-holder .location-block {
    padding: 40px 40px 50px;
  }
}
.location-block-holder .location-block .location-heading,
.location-block-holder .location-block .location-text {
  z-index: 10;
}
@media (min-width: 821px) {
  .location-block-holder .location-block .location-heading {
    margin-bottom: 25px;
  }
  .location-block-holder .location-block .location-heading img {
    display: block;
    margin: 0 auto 20px;
  }
  .location-block-holder .location-block .location-heading .collapse-arrow {
    display: none;
  }
}
.location-block-holder .location-block .location-heading h3 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .location-block-holder .location-block .location-heading {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
  }
  .location-block-holder .location-block .location-heading img {
    flex: 0 0 24px;
    max-width: 24px;
  }
  .location-block-holder .location-block .location-heading h3 {
    flex: 1 0 0%;
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    padding-left: 10px;
  }
  .location-block-holder .location-block .location-heading.open .collapse-arrow:before {
    transform: rotate(-45deg);
  }
  .location-block-holder .location-block .location-heading.open .collapse-arrow:after {
    transform: rotate(45deg);
  }
}
@media (max-width: 640px) {
  .location-block-holder .location-block .location-heading h3 {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .location-block-holder .location-block .location-text {
    display: none;
    background-color: #ffffff;
    padding: 15px 15px 25px;
    border-top: 1px solid #C4C4C4;
  }
}
.location-block-holder .location-block .location-text p {
  line-height: 1.3;
}
.location-block-holder .location-block .location-text span {
  display: block;
  padding: 5px 0;
}

.symptoms-sec {
  position: relative;
}
.symptoms-sec .symptoms-holder {
  justify-content: center;
  gap: 10px 0;
}
@media (min-width: 768px) {
  .symptoms-sec .symptoms-holder {
    gap: 30px 0;
  }
}
.symptoms-sec .symptoms-holder:not(:first-child) {
  padding-top: 30px;
}
.symptoms-sec .symptoms-holder:not(:last-child) {
  margin-bottom: 35px;
}
.symptoms-sec .symptoms-holder .symptom-block {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}
.symptoms-sec .symptoms-holder .symptom-block figure {
  position: relative;
  max-width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 10px;
}
.symptoms-sec .symptoms-holder .symptom-block img {
  max-width: 90%;
  max-height: 90%;
}
.symptoms-sec .symptoms-holder .symptom-block p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 768px) {
  .symptoms-sec .symptoms-holder .symptom-block {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 10px;
  }
  .symptoms-sec .symptoms-holder .symptom-block figure {
    max-width: 130px;
    margin: 0 auto 20px;
  }
  .symptoms-sec .symptoms-holder .symptom-block img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media (min-width: 991px) {
  .symptoms-sec .symptoms-holder .symptom-block {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .symptoms-sec .symptoms-holder .symptom-block p {
    font-size: 20px;
  }
}

.testimonial-sec {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.testimonial-sec .testimonial-carousel {
  padding: 20px 0 0;
}
@media (min-width: 641px) {
  .testimonial-sec .testimonial-carousel {
    padding: 30px 0 0;
  }
  .testimonial-sec .testimonial-carousel .slick-slide {
    padding: 0 15px;
  }
}
@media (min-width: 1201px) {
  .testimonial-sec .testimonial-carousel .slick-slide {
    padding: 0 30px;
  }
}

.testimonial-block .testimonial-text {
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 35px;
}
.testimonial-block .testimonial-text:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 40px;
  width: 0;
  height: 0;
  border-top: 19px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.testimonial-block .testimonial-text p {
  line-height: 1.5;
  font-style: italic;
}
.testimonial-block strong {
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
}

.member-card,
.member-card-full {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 3px 3px 10px rgba(17, 17, 17, 0.25);
}
.member-card h3,
.member-card-full h3 {
  font-weight: 500;
  margin-bottom: 8px;
}

.member-img {
  margin: 0 auto 30px;
  position: relative;
  max-width: 270px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-carousel-sec {
  position: relative;
}
@media (min-width: 641px) {
  .team-carousel-sec {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .team-carousel-sec .btn {
    min-width: 80%;
  }
}

.team .member-card, .team-carousel .member-card {
  height: 100%;
  text-align: center;
  line-height: 1.1;
}
@media (min-width: 641px) {
  .team .member-card, .team-carousel .member-card {
    min-height: 420px;
    max-width: 400px;
  }
}
.team .slick-prev, .team-carousel .slick-prev {
  left: 5px;
}
.team .slick-next, .team-carousel .slick-next {
  right: 5px;
}
.team .slick-slide, .team-carousel .slick-slide {
  padding: 0 10px;
}
@media (min-width: 641px) {
  .team, .team-carousel {
    margin: 0 -18px 50px;
    padding-top: 20px;
  }
  .team .slick-arrow, .team-carousel .slick-arrow {
    display: none;
  }
}
@media (max-width: 640px) {
  .team, .team-carousel {
    margin-bottom: 20px;
  }
  .team .slick-slide, .team-carousel .slick-slide {
    padding: 20px 35px;
  }
  .team .slick-slide .member-card, .team-carousel .slick-slide .member-card {
    margin: 0 auto;
    max-width: fit-content;
  }
}

.team-member-block {
  width: 100%;
  gap: 40px 0;
  justify-content: center;
}
.team-member-block .member-card {
  padding-bottom: 30px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 641px) {
  .team-member-block {
    gap: 60px 8%;
  }
  .team-member-block .member-card {
    flex: 0 0 46%;
    max-width: 46%;
  }
}
@media (min-width: 821px) {
  .team-member-block {
    gap: 60px 3.335%;
  }
  .team-member-block .member-card {
    flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (min-width: 1201px) {
  .team-member-block {
    gap: 60px 2.66%;
  }
  .team-member-block .member-card {
    flex: 0 0 23%;
    max-width: 23%;
  }
}

@media (min-width: 821px) {
  .member-card-full {
    max-width: 95%;
    margin: 0 auto 60px;
    padding: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0 3%;
  }
  .member-card-full .member-img {
    width: 30%;
  }
}
@media (max-width: 820px) {
  .member-card-full {
    margin-bottom: 40px;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .member-card-full .member-img {
    margin-bottom: 40px;
  }
  .member-card-full .member-name, .member-card-full .member-title, .member-card-full .show-md {
    text-align: center;
  }
}
.member-card-full .member-content {
  flex-grow: 1;
  flex: 0 0 70%;
  max-width: 70%;
}
.member-card-full .member-content h3 {
  margin-bottom: 10px;
}
.member-card-full .member-content h4 {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .member-card-full .member-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .card-toggle-content {
    display: none;
    padding-bottom: 20px;
  }
}

.accordion-list {
  position: relative;
  margin: 0 0 20px;
}
.accordion-list h4 {
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding: 25px 70px 25px 25px;
  margin: 0;
  transition: all 0.1s ease-in-out;
}
.accordion-list h4.active, .accordion-list h4:hover, .accordion-list h4:focus {
  color: #111111;
  background-color: #646464;
}
.accordion-list h4.active .accordion-arrow:before, .accordion-list h4.active .accordion-arrow:after, .accordion-list h4:hover .accordion-arrow:before, .accordion-list h4:hover .accordion-arrow:after, .accordion-list h4:focus .accordion-arrow:before, .accordion-list h4:focus .accordion-arrow:after {
  background-color: #414141;
}
.accordion-list .collapse-content {
  display: none;
  padding: 25px;
}
.accordion-list .collapse-content ul.dotted-list {
  margin-left: 10px;
}
.accordion-list .accordion-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
.accordion-list .accordion-arrow:before, .accordion-list .accordion-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #111111;
  transition: all 0.2s ease-in-out;
}
.accordion-list .accordion-arrow:after {
  transform: rotate(90deg);
}
.accordion-list .accordion-arrow.open:after {
  transform: rotate(0deg);
}

.consult-form.row,
.patient-form.row {
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .consult-form.row,
  .patient-form.row {
    margin: 0 -18px;
  }
}
.consult-form.row > [class*=col],
.patient-form.row > [class*=col] {
  padding: 0 12px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .consult-form.row > [class*=col],
  .patient-form.row > [class*=col] {
    padding: 0 18px;
  }
}
.consult-form .row > [class*=col],
.patient-form .row > [class*=col] {
  padding: 0 12px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .consult-form .row > [class*=col],
  .patient-form .row > [class*=col] {
    padding: 0 18px;
  }
}
.consult-form h3,
.patient-form h3 {
  margin-bottom: 0;
}
.consult-form button,
.patient-form button {
  width: 100%;
  height: 100%;
}
.consult-form input:not([type=checkbox]):not([type=radio]):not(.part_d):not(.part_y),
.consult-form select:not(.part_m),
.consult-form textarea,
.patient-form input:not([type=checkbox]):not([type=radio]):not(.part_d):not(.part_y),
.patient-form select:not(.part_m),
.patient-form textarea {
  width: 100%;
}

.patient-form.row {
  flex-direction: column;
  margin: 0;
}
.patient-form.row .row {
  margin: 0 -18px;
}
.patient-form .col-3.md-col-full + .col-3.md-col-full,
.patient-form .col-2.md-col-full + .col-2.md-col-full {
  padding-left: 0;
}
.patient-form div[id*=sex] input {
  margin-right: 10px;
}
.patient-form select.part_m, .patient-form input.part_d, .patient-form input.part_y {
  width: auto;
}
.patient-form select.part_m {
  color: #414141;
}
.patient-form fieldset {
  padding-bottom: 10px !important;
}

form[class*=cz] p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  width: 100%;
}
form[class*=cz] p.disclaimer {
  text-align: center;
  padding: 10px 25px 0;
}

/** popup style **/
.popup {
  display: none;
  position: fixed;
  z-index: -999;
  opacity: 1;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5% 20px 40px;
  background-color: rgba(17, 17, 17, 0.5);
}
.popup .popup-content {
  position: relative;
  font-size: 17px;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .popup .popup-content {
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.popup .popup-content .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 641px) {
  .popup .popup-content .close-icon {
    top: 20px;
    right: 40px;
  }
}
.popup .popup-content .close-icon:before, .popup .popup-content .close-icon:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.8);
  transition: all 0.2s ease-in-out;
}
.popup .popup-content .close-icon:before {
  transform: rotate(45deg);
}
.popup .popup-content .close-icon:after {
  transform: rotate(-45deg);
}
.popup .popup-content .close-icon:hover:before, .popup .popup-content .close-icon:hover:after {
  background-color: #414141;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  padding: 12px 0;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-initialized .slick-slide {
  height: auto;
}

.slick-slide {
  display: none;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  min-height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #ffffff url("../images/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  background-image: url(../images/arrow-side-wht.svg);
  background-repeat: no-repeat;
  background-position: 70% center;
  background-color: #414141;
  background-size: contain;
  border-radius: 50%;
  border: 5px solid #414141;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    border-width: 7px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border-color: #646464;
  background-image: url(../images/arrow-side-wht.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #646464;
  background-size: contain;
}
.slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  display: none;
}

.slick-prev {
  transform: translate(0, -50%) rotateY(180deg);
}

@media (min-width: 821px) {
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
}
@media (min-width: 1201px) {
  .slick-prev {
    left: -75px;
  }
  .slick-next {
    right: -75px;
  }
}
@media (max-width: 820px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #414141;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -10px;
}

[dir=rtl] .slick-prev {
  right: -10px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -10px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -10px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: none;
}
@media (max-width: 990px) {
  .slick-dots {
    display: block;
    position: absolute;
    bottom: -25px;
  }
}

.tabber-sec {
  position: relative;
}

.tabber-holder {
  position: relative;
}
@media (min-width: 821px) {
  .tabber-holder {
    padding-top: 30px;
  }
}
.tabber-holder .tab-list {
  display: flex;
  width: 100%;
  margin: 0;
}
.tabber-holder .tab-list > li {
  background-color: #c4c4c4;
}
@media (max-width: 820px) {
  .tabber-holder .tab-list {
    flex-wrap: wrap;
  }
  .tabber-holder .tab-list > li {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #646464;
    overflow: hidden;
  }
  .tabber-holder .tab-list > li:not(:last-child) {
    margin-bottom: 18px;
  }
}
.tabber-holder .tab-list li:hover > h3, .tabber-holder .tab-list li:focus > h3 {
  background-color: #414141;
}
.tabber-holder .tab-list li:hover > h3 > .collapse-arrow:before,
.tabber-holder .tab-list li:hover > h3 > .collapse-arrow:after, .tabber-holder .tab-list li:focus > h3 > .collapse-arrow:before,
.tabber-holder .tab-list li:focus > h3 > .collapse-arrow:after {
  background-color: #111111;
}
.tabber-holder .tab-list li.active > h3 {
  background-color: #646464;
  color: #111111;
}
.tabber-holder .tab-list li.active > h3:hover, .tabber-holder .tab-list li.active > h3:focus {
  background-color: #414141;
}
@media (min-width: 821px) {
  .tabber-holder .tab-list {
    background-color: #ffffff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .tabber-holder .tab-list li {
    text-align: center;
  }
  .tabber-holder .tab-list li:not(:last-child) {
    border-right: 1px solid #C4C4C4;
  }
  .tabber-holder .tab-list li.active, .tabber-holder .tab-list li:hover {
    background-color: #c4c4c4;
  }
}
.tabber-holder .tab-list li {
  flex-grow: 1;
  list-style: none;
}
.tabber-holder .tab-list li > h3 {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 821px) {
  .tabber-holder .tab-list li > h3 .collapse-arrow {
    display: none;
  }
}
@media (max-width: 820px) {
  .tabber-holder .tab-list li > h3 {
    font-size: 18px;
    padding: 18px 15px;
  }
  .tabber-holder .tab-list li > h3.open .collapse-arrow:before {
    transform: rotate(-45deg);
    background-color: #111111;
  }
  .tabber-holder .tab-list li > h3.open .collapse-arrow:after {
    transform: rotate(45deg);
    background-color: #111111;
  }
}
.tabber-holder .tab-content {
  display: none;
}
.tabber-holder .mob-tab-content {
  background-color: #ffffff;
  display: none;
  border-top: 1px solid #646464;
  padding: 15px;
}

.menu-container:after {
  display: table;
  clear: both;
  content: "";
}

.main-navigation ul ul:not(.secondary-menu) {
  display: none;
  margin-top: 0;
}
.main-navigation ul ul:not(.secondary-menu) li:last-child {
  padding-bottom: 0;
}
.main-navigation ul ul:not(.secondary-menu) li:last-child a {
  margin-bottom: 0;
}
.main-navigation ul ul:not(.secondary-menu) ul {
  display: none;
  margin-left: 25px;
}

.site-header-menu,
.site-header-menu.toggled-on {
  display: block;
}

.main-navigation ul,
.main-navigation ul .sub-menu.toggled-on {
  display: block;
  margin: 0;
}

.dropdown-toggle,
.menu-button {
  display: inline;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  content: "";
  border-radius: 0;
}

.dropdown-toggle {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 32px;
  margin-left: 4px;
  background: url(../images/arrow-down-blk.svg) no-repeat center center;
  background-size: 22px;
  height: 16px;
  width: 22px;
}

.menu-button {
  width: 32px;
  height: 32px;
}
.menu-button:before, .menu-button.toggled-on:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px;
  width: 32px;
  height: 32px;
  transition: 0.5s;
}
.menu-button:before {
  background-image: url(../images/icon-menu-open.svg);
}
.menu-button.toggled-on:before {
  background-image: url(../images/icon-menu-close.svg);
}
.menu-button:hover {
  opacity: 0.5;
}

.main-navigation a:focus,
.dropdown-toggle:focus,
.menu-button:focus {
  outline: 1px dotted #646464;
  outline-offset: 2px;
}

@media (max-width: 1200px) {
  .dropdown-toggle,
  .has-sub-menu .dropdown-toggle {
    top: 0;
    right: 32px;
    margin-left: 0;
    height: 46px;
    width: 46px;
  }
  .sub-menu.toggled-on li:first-of-type, .sub-menu.toggled-on .sub-menu li:first-of-type {
    border-top: 1px solid #eeeeee;
  }
  .sub-menu.toggled-on a, .sub-menu.toggled-on .sub-menu a {
    padding-left: 24px;
  }
  .sub-menu.toggled-on .sub-menu a {
    padding-left: 48px;
  }
  .site-header-menu {
    display: none;
    clear: both;
  }
}
@media (min-width: 1201px) {
  button.menu-button {
    display: none;
  }
  .menu-container {
    padding: 0;
  }
  .site-header-menu {
    display: block;
    clear: none;
  }
  .main-navigation ul {
    display: flex;
    position: relative;
    /* Secondary Button Menu */
  }
  .main-navigation ul ul:not(.secondary-menu) {
    position: absolute;
    display: none;
    top: 100%;
    left: auto;
    z-index: 0;
    background: #ffffff;
  }
  .main-navigation ul .has-sub-menu > li {
    padding-right: 40px;
  }
  .main-navigation ul .has-sub-menu ul a {
    padding: 10px 16px;
  }
  .main-navigation ul ul:not(.secondary-menu) ul {
    top: 0;
    left: 100% !important;
    margin-left: 0;
  }
  .main-navigation ul .dropdown-toggle {
    position: relative;
    right: 0;
    top: 10px;
    width: 18px;
    background-size: 18px;
  }
  .main-navigation ul .has-sub-menu .dropdown-toggle {
    position: absolute;
    right: 16px;
  }
  .main-navigation ul li:not(.menu-item-secondary):hover > ul {
    display: block;
  }
  .main-navigation ul ul.secondary-menu {
    flex-direction: column;
    gap: 5px;
  }
  .main-navigation ul ul.secondary-menu li.btn.headerctabg_color {
    padding: 8px 16px;
  }
  .main-navigation ul .secondary-menu a {
    font-size: 1rem !important;
  }
}
.screen-readers {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-break: normal !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
}/*# sourceMappingURL=stylesheet.css.map */