/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  background-color: #fff;
  color: #212529;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 2rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
code {
  color: #d63384;
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  font-size: 0.875em;
  unicode-bidi: bidi-override;
  word-wrap: break-word;
}
img,
svg {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
.img-fluid {
  height: auto;
  max-width: 100%;
}
.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::file-selector-button {
  margin: -0.375rem -0.75rem;
  padding: 0.375rem 0.75rem;
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #212529;
  margin-inline-end: 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
  margin: -0.25rem -0.5rem;
  padding: 0.25rem 0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  margin: -0.5rem -1rem;
  padding: 0.5rem 1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 1em;
  margin-top: 0.25em;
  -webkit-print-color-adjust: exact;
  vertical-align: top;
  width: 1em;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: #0d6efd;
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #fff;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary:active {
  background-color: #565e64;
  border-color: #51585e;
  color: #fff;
}
.btn-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-primary {
  border-color: #0d6efd;
  color: #0d6efd;
}
.btn-outline-primary:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:active {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #0d6efd;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef;
  color: #1e2125;
}
.dropdown-item:active {
  background-color: #0d6efd;
  color: #fff;
  text-decoration: none;
}
.dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  color: #0d6efd;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.navbar {
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}
.navbar,
.navbar > .container-fluid {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.navbar > .container-fluid {
  flex-wrap: inherit;
}
.navbar-brand {
  font-size: 1.25rem;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem;
  outline: 0;
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #212529;
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
  z-index: 3;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1060;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.d-inline {
  display: inline !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.position-fixed {
  position: fixed !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row {
  flex-direction: row !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-white {
  color: #fff !important;
}
.text-muted {
  color: #6c757d !important;
}
.bg-white {
  background-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
* {
  box-sizing: border-box;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
}
button,
input {
  border: 0;
}
button:focus,
input:focus {
  box-shadow: none;
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
button {
  background-color: transparent;
  display: inline-block;
}
body {
  background: #fafbff;
  font-family: sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
.review-area .slider-box .more {
  color: #ee764b;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .review-area {
    padding: 3rem 0 7rem;
  }
}
@media (max-width: 575px) {
  .review-area {
    padding: 3rem 5px 7rem;
  }
}
.review-area h2 {
  color: #323232;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 44px;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .review-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
.review-area h2:before {
  background: #e9531d;
  border-radius: 2px;
  bottom: -25px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 140px;
}
.review-area p {
  color: #404048;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 40px;
  text-align: center;
}
.review-area .slider-area {
  padding: 0;
}
.review-area .slider-area .slider-box {
  align-items: center;
  background: #fff url(../images/img23.webp) no-repeat right 21px top 18px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 250px;
  justify-content: center;
  padding: 1rem;
}
.review-area .slider-area .slider-box h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  text-transform: capitalize;
}
.review-area .slider-area .slider-box h3 {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.review-area .slider-area .slider-box p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media (max-width: 1367px) {
  .review-area .slider-area .slider-box p {
    font-size: 14px;
  }
}
.review-area .slider-area .slider-box p.h3 {
  color: #404040;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.review-area .slider-area .slider-box p.h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  text-transform: capitalize;
}
.review-area .slider-area .glide__bullets {
  bottom: -4rem;
}
.review-area .slider-area .glide__bullets .glide__bullet {
  background: #e6e6e6;
  border: none;
  box-shadow: none;
  height: 15px;
  margin: 0 10px;
  position: relative;
  width: 15px;
}
.review-area .slider-area .glide__bullets .glide__bullet--active {
  background: #e9531d;
}
.review-area .slider-area .glide__bullets .glide__bullet--active:before {
  border: 1.5px solid #e9531d;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 25px;
  left: -5px;
  position: absolute;
  right: 0;
  top: -5px;
  width: 25px;
}
.heading-underline {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.heading-underline h1 {
  font-size: 2.5rem !important;
}
.heading-underline .first-letter:first-letter {
  color: #e9531d;
}
.heading-underline:after {
  background-color: #e9531d;
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 5px;
  left: 10%;
  position: absolute;
  width: 80%;
}
.heading-underline-right {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  text-align: right;
}
.heading-underline-right h1 {
  font-size: 2.5rem !important;
}
.heading-underline-right .first-letter:first-letter {
  color: #e9531d;
}
.heading-underline-right:after {
  background-color: #e9531d;
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  width: 20%;
}
.list-coloured li {
  list-style: inside;
}
.list-coloured li::marker {
  color: red;
}
.primary-color,
.text-primary {
  color: #e9531d !important;
}
.primary-color img,
.primary-color span,
.primary-color:img,
.primary-color:span {
  color: #e9531d !important;
}
.bg-grey {
  background-color: #cfcfcf;
}
.bg-light {
  background-color: #fff7f4 !important;
}
.box-grey-bg {
  background-color: #cfcfcf;
  border-radius: 5px;
  padding: 1rem;
}
.img-rounded {
  border-radius: 15px;
}
.has-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.btn.btn-cta {
  background-color: #e9531d;
  border: #bc6344;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.btn.btn-cta:hover {
  background-color: #92310e;
  border: #713b29;
}
.btn-black-full {
  background-color: #000;
  color: #fff;
  float: right;
  margin-top: 0;
  min-height: 40px;
  min-width: 100px;
  text-align: center;
  width: 100%;
}
a.btn-black-full {
  padding-top: 7px;
}
.btn-cta {
  background: #e9531d;
  border-radius: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
.flexSwitchCheckDefault {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 400;
}
.emerdency-color {
  color: #e9531d !important;
}
.emerdency-bg {
  background: #e9531d !important;
  border-color: #e9531d !important;
}
.form-check-input:checked {
  background-color: #e9531d !important;
  border-color: #e9531d !important;
}
.form-check-input:checked + .form-check-label:before {
  background-color: #fff !important;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 83, 29, 0.25) !important;
}
#vidModal .close span {
  padding: 0 10px 0 0;
}
.aspect-ratio-16-9 {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.aspect-ratio-16-9 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#book-now {
  overflow: hidden;
}
#pills-home img,
.slider-boxes img {
  height: auto;
}
input.postcode {
  text-transform: uppercase;
}
input.postcode::-webkit-input-placeholder {
  text-transform: none;
}
input.postcode:-moz-placeholder,
input.postcode::-moz-placeholder {
  text-transform: none;
}
input.postcode:-ms-input-placeholder {
  text-transform: none;
}
input.postcode::placeholder {
  text-transform: none;
}
.vid-btn {
  align-items: center;
  border: 1px solid #e9531d;
  border-radius: 10px;
  color: #e9531d;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 18px;
  margin: 0 auto;
  padding: 12px 10px;
  width: 300px;
}
.vid-btn span {
  margin: 0 10px 0 0;
}
.top-section {
  background: linear-gradient(to bottom right, #fffbf3, #edfaff 50%, #fff);
  background-size: 100%;
}
.top-section .bo-btn {
  background: #e9531d;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 20px;
  text-decoration: none;
  width: 100%;
}
.top-section .bo-btn,
.top-section h2 {
  text-align: center;
  text-transform: uppercase;
}
.top-section h2 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
}
.top-section h2 span {
  color: #e9531d;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .top-section h2 {
    font-size: 13px;
    line-height: 16px;
  }
}
.top-section .booked-count {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
.top-section .booked-count span {
  color: #e9531d;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .top-section .booked-count {
    font-size: 13px;
    line-height: 16px;
  }
}
.top-section h1 {
  text-align: center;
}
.top-section h1 span {
  color: #e9531d;
}
.top-section .pricing-box {
  background-color: #fffbfa !important;
  box-shadow: 0 2px 23px rgba(62, 73, 84, 0.04) !important;
}
.top-section .box {
  background: #fff;
  border: 1px solid #e9531d;
  border-radius: 12px;
  height: 100%;
  padding: 30px 40px;
}
.top-section .box .treatment-price {
  font-size: 42px;
  font-weight: 600;
}
.top-section .box .klarna-text {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: medium;
}
.top-section .box .klarna-img {
  background-color: #ffb3c7;
  border-radius: 7px;
  height: 23px;
  margin-bottom: 5px;
  padding: 5px;
  width: 62px;
}
.top-section .box .cp-img {
  background-color: #b2fce4;
  border-radius: 7px;
  height: 25px;
  margin-bottom: 5px;
  padding: 5px;
  width: 80px;
}
.top-section .box .consultation-title {
  font-size: 28px;
  font-weight: 600;
  margin-right: 7px;
  text-transform: unset;
}
.top-section .box .consultation-subtitle {
  font-size: 16px;
  margin-top: 10px;
}
.top-section .box .consultation-img {
  margin-right: 10px;
}
.top-section .box .consultation-text {
  font-size: 20px;
  font-weight: medium;
}
.top-section .box .terms-text {
  color: 999999;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .top-section .box {
    padding: 30px 25px;
  }
  .top-section .box .klarna-text {
    font-size: 18px;
  }
  .top-section .box .treatment-price {
    font-size: 32px;
    font-weight: 600;
  }
  .top-section .box .terms-text {
    font-size: 12.5px;
  }
  .top-section .box .consultation-img {
    max-height: 48px;
    max-width: 48px;
  }
  .top-section .box .consultation-text {
    font-size: 18px;
  }
  .top-section .box .consultation-title {
    font-size: 29px;
  }
  .top-section .box .consultation-subtitle {
    font-size: 13px;
  }
  .top-section .box .treatment-tooltip-icon {
    height: 16px;
    width: 16px;
  }
}
@media (max-width: 575px) {
  .top-section .box .klarna-img {
    border-radius: 5px;
    height: 18px;
    margin-bottom: 2px;
    width: 40px;
  }
  .top-section .box .cp-img {
    border-radius: 5px;
    height: 18px;
    margin-bottom: 2px;
    padding: 4px;
    width: 52px;
  }
  .top-section .box .consultation-title,
  .top-section .box .treatment-price {
    font-size: 26px;
  }
  .top-section .box .consultation-subtitle {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 12px;
  }
  .top-section .box .consultation-text,
  .top-section .box .klarna-text {
    font-size: 13px;
  }
  .top-section .box .terms-text {
    font-size: 11px;
  }
  .top-section .box .tooltip-wrapper {
    margin-bottom: 15px;
  }
  .top-section .box .consultation-img {
    margin-right: 3px;
    max-height: 36px;
    max-width: 36px;
  }
}
@media (max-width: 350px) {
  .top-section .box .consultation-img {
    margin-right: 1px;
    max-height: 27px;
    max-width: 27px;
  }
  .top-section .box .consultation-text {
    font-size: 11px;
  }
}
.top-section .box .booked-count,
.top-section .box h2,
.top-section .box h3 {
  color: #25242b;
  font-size: 32px;
  font-weight: 900;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 1400px) {
  .top-section .box .booked-count,
  .top-section .box h2,
  .top-section .box h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .top-section .box .booked-count,
  .top-section .box h2,
  .top-section .box h3 {
    font-size: 22px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .top-section .box .booked-count,
  .top-section .box h2,
  .top-section .box h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.top-section .box .search {
  background: url(/assets/images/svg-icons/search-orange.svg) center left 15px no-repeat;
  border: 1px solid #e9531d;
  border-radius: 10px;
  color: #e9531d;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 50px !important;
  padding: 0 0 0 60px;
  width: 100%;
}
.top-section .box .search::placeholder {
  color: #e9531d;
}
@media (max-width: 575px) {
  .top-section .box .search {
    font-size: 15px;
    line-height: 18px;
  }
}
.top-section .box .small h3 {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1367px) {
  .top-section .box .small h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .top-section .box .small h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .top-section .box .small h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.top-section .box .switch {
  width: 50px;
}
@media (min-width: 992px) {
  .top-section .box .switch {
    width: 40px;
  }
}
@media (min-width: 1367px) {
  .top-section .box .switch {
    width: 70px;
  }
}
.top-section .box a {
  color: #4f4f4f;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 15px;
  text-align: center;
  text-decoration-line: underline;
}
@media (max-width: 575px) {
  .top-section .box a {
    font-size: 12px;
    line-height: 14px;
  }
}
.top-section .box p {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .top-section .box p {
    font-size: 18px;
    line-height: 20px;
  }
}
.top-section .box .img-text {
  align-items: center;
  display: flex;
  margin: 0 0 30px;
}
@media (max-width: 1280px) {
  .top-section .box .img-text {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .top-section .box .img-text {
    flex-direction: column;
    margin: 0 0 25px;
    text-align: center;
  }
}
.top-section .box .img-text h3 {
  color: #404048;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
  padding: 0 0 0 1.5rem;
}
@media (max-width: 767px) {
  .top-section .box .img-text h3 {
    font-size: 15px;
    line-height: 17px;
    padding: 0;
  }
}
.top-section .box .b-text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.top-section .box .b-text h4 {
  color: #e9531d;
  font-size: 52px;
  font-weight: 900;
  line-height: 62px;
  text-align: right;
}
@media (max-width: 575px) {
  .top-section .box .b-text h4 {
    font-size: 42px;
    line-height: 44px;
  }
}
.top-section .bg {
  position: relative;
  z-index: 1;
}
.top-section .bg:before {
  background-image: url(/assets/images/icon13.png);
  background-position: 50%;
  background-size: cover;
  content: "";
  height: 170px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 136px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .top-section .bg:before {
    height: 165px;
    width: 128px;
  }
}
@media (max-width: 767px) {
  .top-section .bg:before {
    height: 135px;
    width: 108px;
  }
}
.help-area h2 {
  color: #323232;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 44px;
  margin: 0 0 50px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.help-area h2:before {
  background: #e9531d;
  bottom: -30px;
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 200px;
}
@media (max-width: 992px) {
  .help-area h2:before {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .help-area h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .help-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
.help-area p {
  color: #404048;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.help-area .box {
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 250px;
  padding: 40px 10px;
}
@media (max-width: 1200px) {
  .help-area .box {
    height: 200px;
    padding: 20px 10px;
  }
}
@media (max-width: 992px) {
  .help-area .box {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .help-area .box {
    flex-direction: inherit;
    height: auto;
    height: 75px;
    padding: 20px;
    padding: 10px;
  }
}
.help-area .box img {
  height: auto;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .help-area .box img {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .help-area .box img {
    margin: 0 10px 0 0;
    width: 25%;
  }
}
.help-area .box h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1367px) {
  .help-area .box h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .help-area .box h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .help-area .box h3 {
    text-align: left;
  }
}
.foll-area-wrapper {
  position: relative;
}
.foll-area-wrapper > img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.foll-area {
  height: 70vh;
  padding: 4rem 0 6rem;
  position: relative;
}
.foll-area.active {
  height: unset;
}
.foll-area.active img {
  transform: rotate(180deg);
}
.foll-area .container {
  height: 100%;
  -webkit-mask-image: linear-gradient(180deg, #000 95%, transparent);
  mask-image: linear-gradient(180deg, #000 95%, transparent);
  overflow: hidden;
}
.foll-area .btn-show {
  bottom: 0;
  position: absolute;
}
@media (max-width: 1367px) {
  .foll-area {
    padding: 4rem 0;
  }
}
@media (max-width: 992px) {
  .foll-area {
    background-size: cover;
    padding: 2rem 0;
  }
}
@media (max-width: 575px) {
  .foll-area {
    padding: 2rem 5px;
  }
}
.foll-area h2 {
  color: #e9531d;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 44px;
  margin: 0 0 35px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .foll-area h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
.foll-area h2:before {
  background: #fff;
  bottom: -30px;
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 200px;
}
.foll-area .link-box.active {
  height: auto;
}
.foll-area .locations-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foll-area .locations-list ul li {
  display: inline-block;
  margin: 10px;
  text-align: center;
  min-width: 50%;
}
@media (min-width: 450px) {
  .foll-area .locations-list ul li {
      min-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .foll-area .locations-list ul li {
      min-width: 25%;
  }
}
.foll-area .locations-list a {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 26px;
  padding: 1rem 0;
  text-transform: capitalize;
}
.foll-area .locations-list a:hover {
  color: #ccc;
}
.foll-area .link-box {
  padding: 2.5rem 0 0;
}
@media (max-width: 1367px) {
  .foll-area .link-box {
    padding: 2.5rem 0 0;
  }
}
@media (max-width: 992px) {
  .foll-area .link-box {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 575px) {
  .foll-area .link-box {
    flex-wrap: wrap;
    height: 300px;
    overflow: hidden;
    padding: 1.5rem 2.5rem 0;
  }
}
.foll-area .link-box ul {
  margin: 0;
  padding: 0;
}
.foll-area .link-box ul li {
  margin: 10px 0;
}
.foll-area .link-box ul li a {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 26px;
  padding: 1rem 0;
  text-transform: capitalize;
}
@media (max-width: 1367px) {
  .foll-area .link-box ul li a {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .foll-area .link-box ul li a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .foll-area .link-box ul li a {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .foll-area .link-box ul li a {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 575px) {
  .foll-area .link-box ul li a {
    font-size: 15px;
    line-height: 19px;
  }
}
.foll-area .btn-show {
  left: 50%;
  margin-left: -65px;
  right: 50%;
  text-align: center;
  width: 130px;
}
.foll-area .btn-show button {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 17px;
  opacity: 0.75;
  text-transform: capitalize;
}
.foll-area .btn-show button img {
  margin: -3px 5px 0 0;
}
.foll-area .btn-show button:focus {
  color: #fff;
  opacity: 0.75;
}
@media (max-width: 992px) {
  .work-detail {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .work-detail {
    padding: 0 5px;
  }
}
.work-detail h2 {
  color: #323232;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 42px;
  margin: 0 0 60px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .work-detail h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 50px;
    text-align: center;
  }
}
.work-detail h2:before {
  background: #e9531d;
  border-radius: 2px;
  bottom: -25px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100px;
}
@media (max-width: 992px) {
  .work-detail h2:before {
    margin: 0 auto;
  }
}
.work-detail ul {
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .work-detail ul {
    padding: 0;
  }
}
.work-detail ul:before {
  background: #e9531d;
  content: "";
  height: 90%;
  left: 20px;
  position: absolute;
  right: auto;
  top: 0;
  width: 1px;
  z-index: -1;
}
@media (max-width: 767px) {
  .work-detail ul:before {
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
.work-detail ul li {
  align-items: flex-start;
  display: flex;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .work-detail ul li {
    margin: 0 0 20px;
  }
}
.work-detail ul li .img-hold {
  width: 10%;
}
.work-detail ul li .text-hold {
  padding: 0;
  width: 90%;
}
@media (max-width: 1200px) {
  .work-detail ul li .text-hold {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 992px) {
  .work-detail ul li .text-hold {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .work-detail ul li .text-hold {
    background: #fff;
    border: 1px solid #e9531d;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
  }
}
.work-detail ul li .text-hold h3 {
  color: #e9531d;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 1200px) {
  .work-detail ul li .text-hold h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 7px;
  }
}
@media (max-width: 992px) {
  .work-detail ul li .text-hold h3 {
    align-items: center;
    display: flex;
  }
  .work-detail ul li .text-hold h3 img {
    margin: 0 7px 0 0;
  }
}
.work-detail ul li .text-hold p {
  color: #404048;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 1200px) {
  .work-detail ul li .text-hold p {
    font-size: 16px;
    line-height: 22px;
  }
}
.three-block h2,
h2.underline {
  color: #323232;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 44px;
  margin: 0 0 60px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .three-block h2,
  h2.underline {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 40px;
  }
}
.three-block h2:before,
h2.underline:before {
  background: #e9531d;
  border-radius: 2px;
  bottom: -30px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 150px;
}
.three-block {
  position: relative;
}
.three-block:before {
  background: url(../images/icon13.webp) no-repeat;
  background-size: 100%;
  bottom: auto;
  content: "";
  height: 200px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}
@media (max-width: 1200px) {
  .three-block:before {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .three-block:before {
    display: none;
  }
}
.three-block .boxs {
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 260px;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 992px) {
  .three-block .boxs {
    margin: 0 auto 20px;
    width: 60%;
    width: 80%;
    width: 100%;
  }
}
.three-block .boxs img {
  margin: 0 0 20px;
}
.three-block .boxs p {
  color: #404048;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 1367px) {
  .three-block .boxs p {
    font-size: 14px;
    line-height: 22px;
  }
}
.video-block {
  padding: 0;
}
@media (max-width: 992px) {
  .video-block {
    padding: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .video-block {
    padding: 0 5px 2rem;
  }
}
.video-block h2 {
  color: #323232;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin: 0 0 35px;
  position: relative;
  text-align: left;
  text-align: center;
  text-transform: capitalize;
}
.video-block h2 span {
  color: #e9531d;
}
.video-block h2:before {
  background: #e9531d;
  border-radius: 2px;
  bottom: -20px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 100px;
}
.video-block .vid-block {
  position: relative;
}
.video-block .vid-block img {
  height: auto;
}
@media (max-width: 992px) {
  .video-block .vid-block .desk {
    margin: 0;
  }
  .video-block .vid-block {
    text-align: center;
  }
}
.video-block .vid-block .capation {
  align-items: center;
  bottom: 0;
  content: "";
  display: flex;
  justify-content: center;
  left: -6.5rem;
  position: absolute;
  right: 0;
  top: -15%;
}
@media (max-width: 1367px) {
  .video-block .vid-block .capation {
    left: -4.5rem;
  }
}
@media (max-width: 992px) {
  .video-block .vid-block .capation {
    left: 0;
    top: 0;
  }
}
.video-block .vid-text {
  padding: 2.5rem 3rem 0 0;
}
@media (max-width: 1200px) {
  .video-block .vid-text {
    padding: 0;
  }
}
.video-block .vid-text h2 {
  color: #323232;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 50px;
  margin: 0 0 35px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .video-block .vid-text h2 br {
    display: none;
  }
}
.video-block .vid-text h2 span {
  color: #e9531d;
}
.video-block .vid-text h2:before {
  background: #e9531d;
  border-radius: 2px;
  bottom: -20px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100px;
}
.video-block .vid-text p {
  color: #404048;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .video-block .vid-text p {
    line-height: 22px;
    margin: 0 0 10px;
  }
}
.mo-block {
  background: url(../images/banner03.webp) no-repeat top;
  background-size: 100%;
  padding: 15rem 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 1800px) {
  .mo-block {
    padding: 13rem 0;
  }
}
@media (max-width: 1700px) {
  .mo-block {
    padding: 12rem 0;
  }
}
@media (max-width: 1600px) {
  .mo-block {
    padding: 11rem 0;
  }
}
@media (max-width: 1500px) {
  .mo-block {
    padding: 10rem 0;
  }
}
@media (max-width: 1400px) {
  .mo-block {
    padding: 9rem 0;
  }
}
@media (max-width: 1367px) {
  .mo-block {
    padding: 7rem 0;
  }
}
@media (max-width: 1200px) {
  .mo-block {
    padding: 6rem 0;
  }
}
@media (max-width: 992px) {
  .mo-block {
    background: #fdeee8;
    padding: 2rem 0;
  }
}
@media (max-width: 575px) {
  .mo-block {
    padding: 2rem 5px;
  }
}
.mo-block h2 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 42px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .mo-block h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px;
  }
}
.mo-block p {
  color: #404048;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 60px;
  text-align: center;
}
@media (max-width: 1150px) {
  .mo-block p {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .mo-block p {
    font-size: 20px;
    font-size: 16px;
    line-height: 22px;
    line-height: 18px;
    text-align: left;
  }
}
.mo-block .mo-box {
  background: #fff;
  border-radius: 20px;
  height: 160px;
}
@media (min-width: 992px) {
  .mo-block .mo-box {
    height: 200px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .mo-block .mo-box {
    height: 180px;
    padding: 15px;
  }
}
.mo-block .mo-box:hover {
  background: #e9531d;
}
.mo-block .mo-box:hover h3,
.mo-block .mo-box:hover p {
  color: #fff;
}
.mo-block .mo-box h3 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .mo-block .mo-box h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 992px) {
  .mo-block .mo-box h3 {
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .mo-block .mo-box h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 370px) {
  .mo-block .mo-box h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
.mo-block .mo-box p {
  color: #404048;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
@media (max-width: 992px) {
  .mo-block .mo-box p {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .mo-block .mo-box p {
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .mo-block .mo-box p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 370px) {
  .mo-block .mo-box p {
    font-size: 13px;
    line-height: 16px;
  }
}
.blog-area {
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-area h2 {
  color: #323232;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 44px;
  margin: 0 0 40px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .blog-area h2 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }
}
.blog-area h2 span {
  color: #e9531d;
}
.blog-area h2:after {
  background: #e9531d;
  border-radius: 2px;
  bottom: -25px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}
@media (max-width: 992px) {
  .blog-area h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.blog-area p {
  color: #404048;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .blog-area .blog-block {
    display: flex;
    max-width: 100%;
    overflow: auto;
  }
}
.blog-area .blog-block .block {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 1200px) {
  .blog-area .blog-block .block {
    margin: 0 0 10px;
  }
}
@media (max-width: 992px) {
  .blog-area .blog-block .block {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0 10px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-area .blog-block .block {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .blog-area .blog-block .block {
    width: 85%;
  }
}
.blog-area .blog-block .block img {
  width: 100%;
}
.blog-area .blog-block .text {
  padding: 15px;
}
.blog-area .blog-block .text h3 {
  color: #e9531d;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px;
}
@media (max-width: 1367px) {
  .blog-area .blog-block .text h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 7px;
  }
}
.blog-area .blog-block .text p {
  color: #404048;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1367px) {
  .blog-area .blog-block .text p {
    font-size: 14px;
    line-height: 22px;
  }
}
.dp-area {
  padding: 0 0 3rem;
}
@media (max-width: 992px) {
  .dp-area {
    padding: 0 0 3rem;
  }
}
.dp-area .box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 100px 80px rgba(0, 0, 0, 0.02), 0 64.8148px 46.8519px rgba(0, 0, 0, 0.015),
    0 38.5185px 25.4815px rgba(0, 0, 0, 0.012), 0 20px 13px rgba(0, 0, 0, 0.01),
    0 8.14815px 6.51852px rgba(0, 0, 0, 0.008), 0 1.85185px 3.14815px rgba(0, 0, 0, 0.005);
  padding: 3rem 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1200px) {
  .dp-area .box {
    padding: 2rem 0;
  }
}
@media (max-width: 992px) {
  .dp-area .box {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .dp-area .box {
    padding: 0.7rem 0;
  }
}
@media (max-width: 575px) {
  .dp-area .box {
    border-radius: 10px;
    padding: 40px 15px;
  }
}
.dp-area .box:before {
  background: url(../images/banner04.webp) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 575px) {
  .dp-area .box:before {
    background: url(../images/banner05.webp) no-repeat;
    background-size: cover;
  }
}
.dp-area .box .dp-text,
.dp-area .box h2,
.dp-area .box h3 {
  color: #1d1d1d;
  font-size: 52px;
  font-weight: 700;
  line-height: 54px;
  margin: 0 0 30px;
  text-align: center;
}
.dp-area .box .dp-text .dp-highlight,
.dp-area .box .dp-text span,
.dp-area .box h2 .dp-highlight,
.dp-area .box h2 span,
.dp-area .box h3 .dp-highlight,
.dp-area .box h3 span {
  color: #e9531d;
}
@media (max-width: 1200px) {
  .dp-area .box .dp-text,
  .dp-area .box h2,
  .dp-area .box h3 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .dp-area .box .dp-text,
  .dp-area .box h2,
  .dp-area .box h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .dp-area .box .dp-text,
  .dp-area .box h2,
  .dp-area .box h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .dp-area .box .dp-text,
  .dp-area .box h2,
  .dp-area .box h3 {
    font-size: 32px;
    line-height: 46px;
    margin: 0 0 20px;
  }
}
.dp-area .box p {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 40px;
}
@media (max-width: 1200px) {
  .dp-area .box p {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .dp-area .box p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .dp-area .box p {
    margin: 0 0 20px;
  }
}
.dp-area .box .bok-btn {
  background: #e9531d;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px;
  width: 150px;
}
@media (max-width: 767px) {
  .dp-area .box .bok-btn {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .dp-area .box .bok-btn {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }
}
code {
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  color: #e9531d !important;
  display: inline-flex;
  font-family: monospace;
  padding: 4px 8px;
  position: relative;
  white-space: nowrap;
}
.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  margin-left: 6px;
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s;
}
.copy-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}
.tooltip .tooltip-inner {
  max-width: 200px;
  text-align: left !important;
  white-space: normal !important;
}
.appointment-landing-card {
  background-color: #fff !important;
  border: 1px solid #f8f9fa !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  padding: 50px !important;
}
@media (max-width: 575px) {
  .appointment-landing-card {
    padding: 25px !important;
  }
}
.availability-badge {
  align-items: center;
  background-color: #f0fdf4 !important;
  border-radius: 9999px;
  color: #00b67a;
  display: flex;
  font-size: 0.7rem;
  gap: 0.25rem;
  margin-bottom: 7px;
  margin-left: 7px;
  padding: 0.25rem 0.5rem;
  width: 150px;
}
.availability-dot {
  animation: availability-pulse 2s infinite;
  background-color: #00b67a;
  border-radius: 9999px;
  height: 0.45rem;
  width: 0.45rem;
}
.availability-text {
  font-weight: 500;
}
@keyframes availability-pulse {
  0%,
  to {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}
.tp-widget {
  align-items: center;
  color: #191919;
  display: flex;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  gap: 10px;
  justify-content: center;
  padding: 0;
  position: relative;
  text-align: left;
  top: -10px;
}
.tp-text {
  font-weight: 600;
  margin-right: 2px;
  white-space: nowrap;
}
.tp-logo,
.tp-stars {
  display: block;
  height: 20px;
}
.appointment-flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}
.call-emerdency {
  background: #fff !important;
  border: 2px solid #ff7a00 !important;
  color: #ff7a00 !important;
  margin-top: -5px !important;
  min-width: 100% !important;
}
.call-emerdency:focus,
.call-emerdency:hover {
  background-color: rgba(255, 245, 230, 0.478) !important;
  border-color: #cc6000;
  color: #cc6000;
  outline: none;
}
.call-emerdency-text {
  color: #ff7a00 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-decoration: none !important;
  text-transform: none !important;
}
@media (max-width: 1300px) {
  .appointment-flex {
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .availability-badge {
    margin-left: 0 !important;
  }
}
@media (max-width: 1400px) {
  .availability-badge {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  #trustpilot-mobile-row {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .help-indicator-badge {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 36px !important;
    padding: 8px 12px;
    width: 157px !important;
  }
  .help-text {
    font-size: 12px !important;
  }
  .help-indicator-badge:nth-child(2) {
    margin-left: 5px;
    width: 158px;
  }
  .call-emerdency-text {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 390px) {
  .call-emerdency-text {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .floating-cta-appointment-container {
    right: 50px !important;
  }
}
.tooltip-wrapper {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 19px;
  margin-left: 5px;
  position: relative;
  z-index: 1000;
}
.tooltip-content {
  background-color: #111827;
  border-radius: 0.5rem;
  bottom: 100%;
  color: #fff;
  font-size: 0.75rem;
  left: 0;
  margin-bottom: 0.5rem;
  max-width: 90vw;
  opacity: 0;
  padding: 0.75rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  width: 16rem;
  z-index: 9999;
}
.tooltip-wrapper:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
}
.treatment-tooltip-icon {
  height: 20px;
  width: 20px;
}
.tooltip-wrapper-left-top {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 19px;
  margin-left: 5px;
  position: relative;
  z-index: 1000;
}
.tooltip-content-left-top {
  background-color: #111827;
  border-radius: 0.5rem;
  bottom: 100%;
  color: #fff;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  max-width: 90vw;
  opacity: 0;
  padding: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease;
  width: 16rem;
  z-index: 9999;
}
.tooltip-wrapper-left-top:hover .tooltip-content-left-top {
  opacity: 1;
  pointer-events: auto;
}
.info-icon {
  color: #9ca3af;
  cursor: help;
  height: 20px;
  width: 20px;
}
.tooltip-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.tooltip-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tooltip-list li + li {
  margin-top: 0.25rem;
}
.tooltip-note {
  color: #d1d5db;
  margin-top: 0.5rem;
}
.help-indicator-badge {
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex: none;
  flex-direction: row;
  flex-grow: 0;
  height: 36px;
  order: 0;
  padding: 8px 12px;
  width: 175px;
}
.help-indicator-badge:nth-child(2) {
  margin-left: 16px;
  width: 176px;
}
.help-icon {
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
.help-text {
  color: #000;
  font-size: 14px;
}
.floating-cta-appointment-container {
  bottom: 1.5rem;
  opacity: 0;
  position: fixed;
  right: 1.5rem;
  transform: translateY(1rem);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  visibility: hidden;
  z-index: 150;
}
.floating-cta-appointment-container.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.floating-cta-appointment-button {
  align-items: center;
  background-color: #e9531d;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.102);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.102);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.5rem;
  height: 40px;
  justify-content: center;
  max-width: 80vw;
  padding: 12px 24px;
  transition: transform 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
  width: 268.3px;
}
.floating-cta-appointment-button:hover {
  background-color: rgba(233, 83, 29, 0.9);
  transform: scale(1.05);
}
.floating-cta-appointment-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.floating-cta-calendar-icon {
  flex-shrink: 0;
  height: 1rem;
  pointer-events: none;
  width: 1rem;
  fill: currentColor;
}
.floating-cta-exit-modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 9999;
}
.floating-cta-exit-modal-overlay.visible {
  opacity: 1;
  visibility: visible;
}
.floating-cta-exit-modal-content {
  animation: floating-cta-slideFadeIn 0.3s ease-out forwards;
  background: #fff;
  border-radius: 0.5rem;
  max-width: 28rem;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}
@keyframes floating-cta-slideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.floating-cta-exit-close-button {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: color 0.2s;
}
.floating-cta-exit-close-button:hover {
  color: #555;
}
.floating-cta-exit-close-icon {
  height: 1.25rem;
  width: 1.25rem;
}
.floating-cta-exit-modal-body {
  text-align: center;
}
.floating-cta-exit-icon {
  margin-bottom: 1rem;
}
.floating-cta-calendar-icon-large {
  color: #e9531d;
  display: block;
  height: 48px;
  margin: auto;
  width: 48px;
}
.floating-cta-exit-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}
.floating-cta-exit-heading,
.floating-cta-exit-text {
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.floating-cta-exit-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.floating-cta-exit-button-wrapper {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.floating-cta-exit-book-button {
  background-color: #e9531d;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  line-height: 18px;
  max-width: 100%;
  padding: 0.75rem 1rem;
  transition: background-color 0.2s, transform 0.2s;
  vertical-align: middle;
  width: 400px;
}
.floating-cta-exit-book-button:hover {
  background-color: rgba(233, 83, 29, 0.9);
  transform: scale(1.02);
}
.floating-cta-exit-note {
  color: #6b7280;
  font-size: 0.75rem;
}
.featured-in {
  --gap: clamp(0.75rem, 1.5vw, 1.25rem);
  background: transparent;
  overflow: hidden;
  padding: 1.5rem 1rem;
  text-align: center;
  width: 100%;
}
.featured-in .inner {
  margin: 0 auto;
  max-width: 100%;
}
.logo-grid {
  flex-wrap: nowrap;
  gap: var(--gap);
  overflow: hidden;
}
.logo-grid,
.logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo-item {
  flex: 0 0 auto;
  min-width: 200px;
  padding: 0.4rem;
}
.logo-item a {
  display: inline-block;
  margin: auto;
  max-width: 200px;
  transition: transform 0.18s ease, filter 0.18s ease;
  width: 100%;
}
.logo-item img {
  display: block;
  filter: grayscale(100%) contrast(0.9) opacity(0.85);
  height: 60px;
  margin: auto;
  width: auto;
}
.logo-item a:focus,
.logo-item a:hover {
  transform: translateY(-4px) scale(1.03);
}
.logo-item a:focus img,
.logo-item a:hover img {
  filter: none;
  opacity: 1;
}
.forbes-logo {
  max-height: 37px !important;
}
@media (max-width: 900px) {
  .logo-grid {
    justify-content: flex-start;
  }
}
.nav-link img {
  margin-top: -3px;
}
.dropdown-element {
  position: relative;
}
.dropdown-element ul {
  background: #fff;
  display: none;
  min-width: 150px;
  padding-top: 23px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.dropdown-element ul li a {
  border-left: 1px solid rgba(64, 64, 72, 0.2);
  border-right: 1px solid rgba(64, 64, 72, 0.2);
  color: #212529;
  display: block;
  padding: 5px 10px;
}
.dropdown-element ul li a:hover {
  background-color: #fdeee8;
  color: #5c5b60;
}
.dropdown-element ul li:last-child a {
  border-bottom: 1px solid rgba(64, 64, 72, 0.2);
  color: #5c5b60;
  font-size: 0.8rem;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .dropdown-element:hover ul {
    display: block;
  }
}
.navbar-brand {
  margin-right: 0;
}
#header {
  background: #fff;
  border-bottom: 1px solid rgba(64, 64, 72, 0.2);
}
@media (max-width: 992px) {
  #header .container {
    max-width: 100%;
    padding: 0 15px;
  }
  #header .navbar-collapse {
    background: #fff;
    bottom: 0;
    height: 100vh;
    left: auto;
    position: absolute;
    right: 0;
    right: -9999px;
    top: 85px;
    transition: right 0.2s ease;
    width: 50%;
    z-index: 999;
  }
}
@media (max-width: 992px) and (max-width: 575px) {
  #header .navbar-collapse {
    width: 60%;
  }
}
@media (max-width: 992px) and (max-width: 360px) {
  #header .navbar-collapse {
    top: 85px;
  }
}
@media (max-width: 992px) {
  #header .navbar-collapse.show {
    right: -10px;
  }
}
@media (max-width: 992px) and (max-width: 575px) {
  #header .navbar-collapse.show {
    right: -20px;
    top: 85px;
  }
}
@media (max-width: 992px) {
  #header .no-show {
    display: none !important;
  }
}
@media (max-width: 390px) {
  #header .navbar-brand img {
    width: 150px;
  }
}
#header .navbar-nav .nav-item.active .nav-link {
  color: #e9531d;
  opacity: 1;
}
#header .navbar-nav .nav-item .nav-link {
  color: #25242b;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  opacity: 0.75;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 992px) {
  #header .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid rgba(64, 64, 72, 0.2);
    padding: 15px 25px;
  }
}
@media (max-width: 575px) {
  #header .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 20px;
  }
}
#header .mob-new .nav-item .nav-link {
  border: none;
}
@media (max-width: 575px) {
  #header .mob-new .nav-item .nav-link {
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  #header .log-detail {
    display: none !important;
  }
}
#header .log-detail li {
  margin: 0 10px 0 0;
}
#header .log-detail li:first-child #nav-call-button {
  background: #fff;
  border: 1px solid #bc6344;
  border-radius: 10px;
  display: block;
  padding: 6.5px;
}
#header .log-detail li:last-child {
  margin: 0;
}
#header .log-detail li .dropdown .btn {
  align-items: center;
  background: #fff;
  border: 1px solid #bc6344;
  border-radius: 8px;
  color: #e9531d;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  height: 40px;
  padding: 5px;
}
#header .log-detail li .dropdown .btn:after {
  display: none;
}
#header .log-detail li .dropdown .btn:focus {
  box-shadow: none;
}
#header .log-detail li .dropdown .btn img {
  margin: 0;
  max-height: 25px;
}
#header .dropdown .dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d9;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 56px 0 rgba(0, 0, 0, 0.03);
  left: -66px;
  padding: 15px;
  top: 59px;
}
@media (max-width: 992px) {
  #header .dropdown .dropdown-menu {
    left: -50px;
  }
}
#header .dropdown .dropdown-menu li {
  margin: 0;
}
#header .dropdown .dropdown-menu li .dropdown-item {
  border-bottom: 1px solid #d8d8d9;
  color: #282a2d;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.0041em;
  line-height: 18px;
  padding: 10px 0;
}
#header .dropdown .dropdown-menu li .dropdown-item:hover {
  background: none;
}
#header .dropdown .dropdown-menu li:last-child .dropdown-item {
  border: none;
  padding: 10px 0 0;
}
.cell-block {
  align-items: center;
  display: flex;
}
.cell-block .dropdown .dropdown-toggle:after {
  display: none;
}
.cell-block .dropdown .dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}
.cell-block .navbar-toggler {
  padding: 0;
}
.cell-block .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 992px) {
  #navicon {
    border: 1px solid #e9531d;
    border-radius: 5px;
    height: 35px;
    padding: 5px;
    position: relative;
    width: 38px;
  }
  #navicon span {
    background: #d3531a;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: auto;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    width: 55%;
  }
  #navicon span:first-child {
    top: 9px;
  }
  #navicon span:nth-child(2) {
    top: 15px;
    width: 40%;
  }
  #navicon span:nth-child(3) {
    top: 21px;
  }
  #navicon.open span:first-child {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #navicon.open span:nth-child(2) {
    opacity: 0;
  }
  #navicon.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.glide {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.glide * {
  box-sizing: inherit;
}
.glide__slides,
.glide__track {
  overflow: hidden;
}
.glide__slides {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  touch-action: pan-Y;
  transform-style: preserve-3d;
  white-space: nowrap;
  width: 100%;
  will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  flex-shrink: 0;
  height: 100%;
  white-space: normal;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__bullets {
  bottom: 2em;
  display: inline-flex;
  left: 50%;
  list-style: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1;
  opacity: 1;
  padding: 9px 12px;
  position: absolute;
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.15s ease, border 0.3s ease-in-out;
  z-index: 2;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: #fff;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullet {
  background-color: hsla(0, 0%, 100%, 0.5);
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 9px;
  line-height: 0;
  margin: 0 0.25em;
  padding: 0;
  transition: all 0.3s ease-in-out;
  width: 9px;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:focus,
.glide__bullet:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
  border: 2px solid #fff;
}
.glide__bullet--active {
  background-color: #fff;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
@media (max-width: 992px) {
  .treat-area {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .treat-area {
    padding: 0;
  }
}
.treat-area h2 {
  color: #323232;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 44px;
  margin: 0 0 35px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .treat-area h2 {
    font-size: 35px;
    line-height: 37px;
    margin: 0 0 25px;
  }
}
.treat-area h2:before {
  background: #e9531d;
  border-radius: 2px;
  bottom: -30px;
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 200px;
}
@media (max-width: 992px) {
  .treat-area h2:before {
    width: 150px;
  }
}
.treat-area .long-bar {
  background: #fff;
  border: 1px solid #e9531d;
  border-radius: 10px;
  margin: 40px 0 0;
}
.treat-area .long-bar ul {
  display: flex;
}
.treat-area .long-bar ul .treatment-fees-tab {
  width: 100%;
}
.treat-area .long-bar ul li {
  width: 50%;
}
.treat-area .long-bar ul li:first-child .nav-link.active:before {
  left: 48px;
  right: auto;
  transform: rotate(180deg);
}
.treat-area .long-bar ul li:last-child button,
.treat-area .long-bar ul li:last-child h3 {
  border-radius: 0 10px 0 0;
}
.treat-area .long-bar ul li button,
.treat-area .long-bar ul li h3 {
  align-items: center;
  background-color: #fdeee8;
  border-bottom: 1px solid #e9531d;
  border-radius: 10px 0 0 0;
  color: #333;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 26px;
  padding: 15px 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .treat-area .long-bar ul li button,
  .treat-area .long-bar ul li h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .treat-area .long-bar ul li button,
  .treat-area .long-bar ul li h3 {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .treat-area .long-bar ul li button,
  .treat-area .long-bar ul li h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .treat-area .long-bar ul li button,
  .treat-area .long-bar ul li h3 {
    font-size: 12px;
    padding: 15px 10px;
  }
  .treat-area .long-bar ul li button span,
  .treat-area .long-bar ul li h3 span {
    font-size: 14px;
  }
}
.treat-area .long-bar ul li .nav-link.active-treatment {
  border-radius: 10px 10px 0 0;
}
.treat-area .long-bar ul li .nav-link.active {
  background: #e9531d;
  border: 1px solid #e9531d;
  border-radius: 10px 0 0 0;
  color: #fff;
}
.treat-area .long-bar ul li .nav-link.active:before {
  background: url(../images/icon08.webp) no-repeat;
  background-size: 100%;
  bottom: -14px;
  content: "";
  height: 45px;
  left: auto;
  position: absolute;
  right: 45px;
  top: auto;
  width: 25px;
  z-index: -1;
}
@media (max-width: 767px) {
  .treat-area .long-bar ul li .nav-link.active:before {
    height: 30px;
    right: 29px;
    width: 15px;
  }
}
.treat-area .long-bar .sm-two {
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .treat-area .long-bar .sm-two {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .treat-area .long-bar .sm-two {
    padding: 1rem 1.5rem 0;
  }
}
@media (max-width: 575px) {
  .treat-area .long-bar .sm-two {
    padding: 1rem 1rem 0;
  }
}
.treat-area .long-bar .sm-two .block {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .treat-area .long-bar .sm-two .block {
    margin: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .treat-area .long-bar .sm-two .block img {
    width: 25px;
  }
}
.treat-area .long-bar .sm-two .block h3 {
  color: #404048;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0 0 1rem;
}
@media (max-width: 1367px) {
  .treat-area .long-bar .sm-two .block h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  .treat-area .long-bar .sm-two .block h3 {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .treat-area .long-bar .sm-two .block h3 {
    color: #000;
    font-size: 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    line-height: 14px;
  }
  .treat-area .long-bar .sm-two .block h3 img {
    width: 25px;
  }
}
.treat-area .long-bar .new {
  padding: 1.5rem 2rem 0;
}
@media (max-width: 767px) {
  .treat-area .long-bar .new {
    padding: 1rem 1.5rem 0;
  }
}
@media (max-width: 575px) {
  .treat-area .long-bar .new {
    padding: 1rem 1rem 0;
  }
}
.treat-area .long-bar .new .block {
  margin: 0 0 50px;
}
@media (max-width: 1200px) {
  .treat-area .long-bar .new .block {
    margin: 0 0 30px;
  }
}
.treat-area .long-bar .new .block h3 {
  padding: 0 0 0 1rem;
}
.after-left:after {
  left: 0;
  max-width: 200px;
}
.location-section .underline6 {
  background-color: #e9531d;
  border-radius: 2px;
  display: inline-block;
  height: 4px;
  width: 140px;
}
.location-section .location-text-1,
.location-section .location-text-2,
.location-section .location-text-3 {
  color: #404048;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: left;
}
.location-section h2 {
  color: #e9531d;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
}
.location-section .location-text-4,
.location-section .location-text-5 {
  color: #404048;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-left: 5px;
  text-align: justify;
}
@media screen and (max-width: 756px) {
  .location-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .location-section img {
    margin-top: 20px;
  }
}
.location-landing .heading-underline {
  margin: 0 0 2rem;
}
.location-landing .heading-underline:after {
  bottom: -10px;
  left: 0;
  width: 150px;
}
.location-landing .headig-underline-right {
  text-align: right;
}
.location-landing .headig-underline-right:after {
  left: auto;
  right: 0;
}
.location-landing h3 {
  color: #e9531d;
  margin-bottom: 0.8rem;
}
.location-landing p {
  margin-bottom: 1.2rem;
}
.location-landing img {
  height: auto;
  margin: 0 auto;
  max-width: 75%;
}
.location-landing ul li {
  align-items: center;
  display: flex;
}
.location-landing ul li:before {
  color: #e8541c;
  content: "✓";
  display: table-cell;
  font-size: 30px;
  height: 40px;
  margin-right: 10px;
  width: 30px;
}
.alt-list {
  align-items: flex-start !important;
  display: flex;
}
.alt-list:before {
  color: #e8541c;
  content: "✓";
  display: table-cell;
  font-size: 30px;
  height: 40px;
  margin-right: 10px;
  width: 30px;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
/** TODO temp placement **/
.location-map {
  scroll-margin-top: 150px;
  scroll-snap-margin-top: 150px; /* iOS 11 and older */
}

/* If the browser supports the property... */
@supports (scroll-margin-top: 0;) {
  .location-map {
    scroll-margin-top: 150px;
  }
}
.slider-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 75px;
}
.slider-body {
  justify-content: center;
  height: 135px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.location-map .fw-light a {
  font-weight: bold;
  font-size: 1.2rem;
}
.practice-g-rating {
  color: #2b2b2b;
  font-weight: bold;
  font-size: 13px;
}

.location-landing ul li.extended {
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
  .practice-g-rating {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .sm-image-mt-4 {
    margin-top: 1.5rem !important;
  }
}
.orange-link {
  color: #e9531d;
}

a.orange-link:hover {
  text-decoration: underline;
  color: #e9531d;
}

.top-section .box a.blue-link {
  color: #007bff !important;
}

.checkup .blue-link a {
  color: #007bff !important;
}

.checkup a.blue-link:hover {
  text-decoration: underline;
  color: #007bff !important;
}
